SCIP.jl icon indicating copy to clipboard operation
SCIP.jl copied to clipboard

MultipleObjectiveAlgorithms usage

Open ivborissov opened this issue 2 years ago • 1 comments

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))!

ivborissov avatar Jun 21 '23 23:06 ivborissov