ecole icon indicating copy to clipboard operation
ecole copied to clipboard

How to get the final optimization result through ecole?

Open Ljj199807 opened this issue 3 years ago • 1 comments

Ljj199807 avatar Apr 25 '22 13:04 Ljj199807

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.

AntoinePrv avatar Apr 27 '22 18:04 AntoinePrv