AndreasBrack / WahlkreisSeminar

0 stars 0 forks source link

Fehlermeldung verstehen und beheben #15

Closed AndreasBrack closed 11 years ago

AndreasBrack commented 11 years ago

Beim Lösen kommt gelegentlich der folgende Fehler:

[src/scip/solve.c:3733] ERROR: LP was solved, all integers fixed, some constraint still infeasible, but no branching could be created! [src/scip/solve.c:4060] ERROR: Error <-10> in function call [src/scip/scip.c:12456] ERROR: Error <-10> in function call WARNING: Error while solving subproblem in DINS heuristic; sub-SCIP terminated with code <-10>

insbesondere tritt der auf wenn man die Parameter SCIP/set/emphasis> feasibility benutzt.

gido314 commented 11 years ago

Ich glaube, der Fehler hat auch was mit dem assert-Fehler im dbg Modus zu tun.

gido314 commented 11 years ago

Wenn wir in scip_enfolp auch sepasubtree aufrufen, kommt der Fehler nicht mehr. Auch nicht der assert im dbg Modus.

AndreasBrack commented 11 years ago

Durch die Constraint umstellung von Gdio geschlossen