printing information on best solution found

Hello,
I am using GAMS to invoke several solvers on a MISOCP.
I would like to retrieve the following information on the solution obtained within a certain time limit: the computational time required for finding the incumbent.
Is it possible to obtain this information without looking at the log file printed by the specific solver?
Thanks.
Claudio


To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/d/optout.

Claudio,

Some GAMS solvers offer the functionality of a SolveTrace (or MIPTrace): https://www.gams.com/help/topic/gams.doc/solvers/advanced/index.html?cp=0_3_1_2#ADVANCED_USAGE_SOLVETRACE which give you information at what time (or node count) you have what solution and bound. The following solvers use MIPTrace: Cplex, Gurobi, SBB, and Xpress. SolveTrace is used by: AlphaECP, Antigone, Bonmin, Cbc, Couenne, GloMIQO, LocalSolver, SCIP, and Sulum.

Hope this helps,
Michael Bussieck - GAMSWorld

On Friday, December 11, 2015 at 6:37:12 AM UTC-5, Claudio Gambella wrote:

Hello,
I am using GAMS to invoke several solvers on a MISOCP.
I would like to retrieve the following information on the solution obtained within a certain time limit: the computational time required for finding the incumbent.
Is it possible to obtain this information without looking at the log file printed by the specific solver?
Thanks.
Claudio


To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at http://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/d/optout.

Yes Michael, it helps.
Thanks.
Best.
Claudio

Il giorno venerdì 11 dicembre 2015 12:52:55 UTC+1, Michael Bussieck ha scritto:

Claudio,

Some GAMS solvers offer the functionality of a SolveTrace (or MIPTrace): https://www.gams.com/help/topic/gams.doc/solvers/advanced/index.html?cp=0_3_1_2#ADVANCED_USAGE_SOLVETRACE which give you information at what time (or node count) you have what solution and bound. The following solvers use MIPTrace: Cplex, Gurobi, SBB, and Xpress. SolveTrace is used by: AlphaECP, Antigone, Bonmin, Cbc, Couenne, GloMIQO, LocalSolver, SCIP, and Sulum.

Hope this helps,
Michael Bussieck - GAMSWorld

On Friday, December 11, 2015 at 6:37:12 AM UTC-5, Claudio Gambella wrote:

Hello,
I am using GAMS to invoke several solvers on a MISOCP.
I would like to retrieve the following information on the solution obtained within a certain time limit: the computational time required for finding the incumbent.
Is it possible to obtain this information without looking at the log file printed by the specific solver?
Thanks.
Claudio


To unsubscribe from this group and stop receiving emails from it, send an email to gamsworld+unsubscribe@googlegroups.com.
To post to this group, send email to gamsworld@googlegroups.com.
Visit this group at https://groups.google.com/group/gamsworld.
For more options, visit https://groups.google.com/d/optout.