How to get the final optimization result through ecole?
Opened this issue · 1 comments
Ljj199807 commented
How to get the final optimization result through ecole?
AntoinePrv commented
Hi @Ljj199807
You could try env.model.is_solved
, env.model.stage
, or env.model.as_pyscipopt().xxx
with the PyscipOpt method oof your choice.