You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use SCIP with MultipleObjectiveAlgorithms.jl Model(()->MOA.Optimizer(SCIP.Optimizer)), but at some point optimization terminates with the following error: SCIP is wrong stage (SCIP_STAGE_PROBLEM, need (SCIP.LibSCIP.SCIP_STAGE_PRESOLVING, SCIP.LibSCIP.SCIP_STAGE_SOLVING, SCIP.LibSCIP.SCIP_STAGE_PRESOLVED, SCIP.LibSCIP.SCIP_STAGE_SOLVED))!
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to use SCIP with MultipleObjectiveAlgorithms.jl
Model(()->MOA.Optimizer(SCIP.Optimizer))
, but at some point optimization terminates with the following error:SCIP is wrong stage (SCIP_STAGE_PROBLEM, need (SCIP.LibSCIP.SCIP_STAGE_PRESOLVING, SCIP.LibSCIP.SCIP_STAGE_SOLVING, SCIP.LibSCIP.SCIP_STAGE_PRESOLVED, SCIP.LibSCIP.SCIP_STAGE_SOLVED))!
The text was updated successfully, but these errors were encountered: