ecole
ecole copied to clipboard
How to get the final optimization result through ecole?
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.