GetObjVal
can't be called, even though the model has solutions
#847
Labels
GetObjVal
can't be called, even though the model has solutions
#847
getObjVal, getVal are too strict in the stage checks. For example, the following code raises an error:
getObjVal
is a PySCIPOpt-only function, but the SCIP functions it calls don't need the strict requirements thatgetObjVal
has.The fix is in PR #815, but I'm having some trouble with it.
The text was updated successfully, but these errors were encountered: