Branch and Bound Algorithm / Module for Python?

Rebekka-Marie rebekkamaries at googlemail.com
Sun Aug 19 05:04:20 EDT 2012


Hello everybody,

I would like to solve a Mixed Integer Optimization Problem with the Branch-And-Bound Algorithm.

I designed my Minimizing function and the constraints. I tested them in a small program in AIMMS. So I already know that they are solvable.

Now I want to solve them using Python.

Is there a module / methods that I can download or a ready-made program text that you know about, where I can put my constraints and minimization function in? 

Rebekka






More information about the Python-list mailing list