[Scip] B&price

Aao Du aaoduu at gmail.com
Wed Apr 8 23:02:55 CEST 2015


Hi all,

I am implementing a branch and price algorithm. I am getting the following
error while running:

src/scip/heur_coefdiving.c:724: heurExecCoefdiving: Assertion `cutoff ||
(lpsolstat != SCIP_LPSOLSTAT_OBJLIMIT && lpsolstat !=
SCIP_LPSOLSTAT_INFEASIBLE && (lpsolstat != SCIP_LPSOLSTAT_OPTIMAL ||
SCIPisLT(scip, SCIPgetLPObjval(scip), SCIPgetCutoffbound(scip))))' failed.
Aborted (core dumped)

The algorithm is working for small instances, but is giving this error for
larger.

Cheers,

Emily
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20150408/01159c7c/attachment.html>


More information about the Scip mailing list