[SCIP] small gaps

Marcus Daniels marcus at snoutfarm.com
Mon Jan 27 21:41:33 CET 2020


Hi Gerald,

I’m using SCIP 6.0.2.   I see the display frequency was hiding some information about cuts.  (Text attached.)

Marcus

From: Gerald Gamrath <gamrath at zib.de>
Date: Monday, January 27, 2020 at 11:56 AM
To: Marcus Daniels <marcus at snoutfarm.com>, "scip at zib.de" <scip at zib.de>
Subject: Re: [SCIP] small gaps

Dear Marcus,

which SCIP version are you using?

There is probably some branching and cuts going on, but SCIP does not print information for every node. But it seems indeed very slow here. If you interrupt using CTRL-C or set a time limit of say, one hour, and then print the statistics via "display statistics" you should be able to identify where all the time is spent. Alternatively, you could also "set display frequency 1" to print a line for every node. But in the end, the statistics should be most interesting.

Best,
Gerald
On 27.01.20 18:59, Marcus Daniels wrote:
Hi,

I have a set of relaxed problems that find feasibility, run for a few seconds, and then get stuck as below.   There's no further branching and no further cuts, not even after an hour.    Depending on the problem the gap might be 0.01% or 0.80%.   Any suggestions on how to debug this or tune it to get to a zero gap?  I tried doing less frequent LP solves, but that also runs forever.

Thanks,

Marcus

 time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap
 97.1s|     1 |     0 |  1247 |     - | 156M|   0 |   2 |5502 |3048 |5502 |3067 |  20 |   0 |   0 | 1.524548e-02 | 1.528577e-02 |   0.26%
 97.1s|     1 |     2 |  1247 |     - | 157M|   0 |   2 |5502 |3048 |5502 |3067 |  20 |   0 |   2 | 1.524548e-02 | 1.528577e-02 |   0.26%




_______________________________________________

Scip mailing list

Scip at zib.de<mailto:Scip at zib.de>

https://listserv.zib.de/mailman/listinfo/scip


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20200127/4ba8e0c5/attachment.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: stats.txt
URL: <http://listserv.zib.de/pipermail/scip/attachments/20200127/4ba8e0c5/attachment.txt>


More information about the Scip mailing list