Here, X1 and X2 take integer values. I want to use branch-and-bound technique to solve this problem. What are the python tools available to solve this problem?
Asked
Active
Viewed 367 times
4
-
This question may be useful to you: https://scicomp.stackexchange.com/questions/19870/python-solvers-for-mixed-integer-nonlinear-constrained-optimization – Nick ODell Oct 07 '21 at 18:16
-
pyomo + couenne. – sascha Oct 10 '21 at 23:35