[Scip] Memory Management

Timo Berthold berthold at zib.de
Wed May 19 19:25:13 MEST 2010


Am Mittwoch 19 Mai 2010 18:48:22 schrieb Robert Schmidt:
> Is it possible to restrict the memory consumption of SCIP up to an upper
> bound?

SCIP_CALL( SCIPsetRealParam(scip, "limits/memory", memorylimit) );
with memorylimit being a SCIP_Real, measruing in MB.
Notet that this will still only give a lower bound, since when calling SCIP 
there will be memory allocated by external codes, like the LP solver. This 
parameter only limits the memory in SCIP's responsibility.

Also see http://scip.zib.de/doc/html/PARAMETERS.html

Cheers Timo


More information about the Scip mailing list