[Scip] maxstallrounds question

James Cussens james.cussens at york.ac.uk
Fri Oct 24 12:50:04 CEST 2014


Dear Gerald,

OK, this make a lot more sense and is indeed what I need. What was
throwing me were the invisible tolerances.
I have now found the magic numbers in solve.c. Is there an argument
for making these user-settable
parameters?

Many thanks,

James

On 24 October 2014 10:56, Gerald Gamrath <gamrath at zib.de> wrote:
> Dear James,
>
> a separation round is SCIP is counted as stalling, if from the last LP
> solution to the LP solution with cuts of this separation round added
> 1) the LP value (dual bound) did not improve and
> 2) the number of fractional variables did not reduce.
>
> For both these criterions, some tolerances are used, but this is the general
> idea.
>
> So the stalling has nothing to do with whether new primal solutions were
> found, but is actually very connected to the dual bound improvement.
> Therefore, I would recommend to use the maxstallrounds parameter in your
> case.
>



-- 
James Cussens
Dept of Computer Science &
York Centre for Complex Systems Analysis
Room 326, The Hub, Deramore Lane            Tel    +44 (0)1904 325371
University of York                                        Fax  +44
(0)1904 500159
York YO10 5GE, UK                               http://www.cs.york.ac.uk/~jc
http://www.york.ac.uk/docs/disclaimer/email.htm


More information about the Scip mailing list