Is it possible to use another solver instead of SCIP in ecole? #247
-
I want to try a different B&B solver to test the performance. |
Beta Was this translation helpful? Give feedback.
Answered by
AntoinePrv
Sep 23, 2021
Replies: 1 comment
-
Hello, @DingXiangYuanZhiXing It is not possible to use a solver different than SCIP. Making a common interface for different solvers is already a difficult project on its own. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dxyzx0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, @DingXiangYuanZhiXing
It is not possible to use a solver different than SCIP. Making a common interface for different solvers is already a difficult project on its own.