Branch and Bound Algorithm / Module for Python?

Terry Reedy tjreedy at udel.edu
Sun Aug 19 14:04:45 EDT 2012


On 8/19/2012 5:04 AM, Rebekka-Marie wrote:
> 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?

Search 'Python constraint solver' and you should find at least two programs.

-- 
Terry Jan Reedy




More information about the Python-list mailing list