ds4dm / ecole

Extensible Combinatorial Optimization Learning Environments
https://www.ecole.ai
BSD 3-Clause "New" or "Revised" License
318 stars 68 forks source link

How to get the final optimization result through ecole? #326

Open Ljj199807 opened 2 years ago

AntoinePrv commented 2 years ago

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.