[Scip] SCIPgetTransformedCons

michael.winkler@zib.de michael.winkler at zib.de
Thu May 17 04:19:18 MEST 2012


Hi,

> Assertion failed: (SCIPbufferGetNUsed(scip->set->buffer) == 0), function
> initPresolve, file src/scip/scip.c, line 6309.
>

this comes up if in some initpre callback the allocated buffer
memory(SCIPallocBuffer*/SCIPduplicateBuffer*) was not
freed(SCIPfreeBuffer*). Maybe you can check your implemented initpre
callbacks for that.

If you need memory that will be used in different other callback calls you
should use the SCIPallocMemory* or SCIPallocBlockMemory* methods.

Best, Michael


More information about the Scip mailing list