scipopt / SCIP.jl

Julia interface to SCIP solver
MIT License
95 stars 24 forks source link

MultipleObjectiveAlgorithms usage #268

Open ivborissov opened 1 year ago

ivborissov commented 1 year ago

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

matbesancon commented 1 year ago

Hello, can you send the full error trace, and possibly a minimal reproducible example?