[SCIP] cuts before branching begins

Marcus Daniels marcus at snoutfarm.com
Wed Jan 22 02:09:56 CET 2020


Hi Leona, all,

Ok, the cuts are added by the quadratic constraint.  I found reducing constraints/quadratic/cutmaxrange is a way to minimize them.  Is there a better way?

Thanks,

Marcus

From: Scip <scip-bounces at zib.de> on behalf of Leona Gottwald <gottwald at zib.de>
Date: Tuesday, January 21, 2020 at 8:41 AM
To: "scip at zib.de" <scip at zib.de>
Subject: Re: [SCIP] cuts before branching begins


Hi Marcus,



try to display the statistics of SCIP. The source of the cuts could be a separator or a constraint handler. In the statistics you will see how many cuts are added by separators and constraint handlers.



The statistics can be printed in the command line with "display statistics" and in the callable library with SCIPprintStatistics().



Best,
Leona


On 1/21/20 5:28 PM, Marcus Daniels wrote:
Hi,

I have a problem where I see an extensive set of cuts (e.g. 10,000) before branching starts.   I tried disabling separation both at the command line level and programmatically in my sub-problem, but I still see them being added.   I also tried setting separating/maxcutsroot to 0.   What is the source of these cuts and can I disable them?

Thanks,

Marcus



_______________________________________________

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/20200122/b00cd1ab/attachment.html>


More information about the Scip mailing list