help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] KAAPI and glpk


From: François Galea
Subject: Re: [Help-glpk] KAAPI and glpk
Date: Wed, 26 Sep 2007 17:32:31 +0200
User-agent: IceDove 1.5.0.10 (X11/20070329)

Patrick Meyer a écrit :
I recently read about a library which allows to "easily" modify existing
programs to execute them mulithreaded on distributed machines. It is
called KAAPI and can be found at http://kaapi.gforge.inria.fr/.

I was wondering whether somebody has already tried to adapt the code of
glpk for clusters of machines via KAAPI or any other library which
allows to do so.

Hi Patrick,

You may be interested in Bob++, a C++ framework for parallel search programs. Among other features, it allows to build branch-and-bound based algorithms on top of several parallel environments, such as Kaapi. One of the available example programs is a simple MIP solver. The LP subproblems can be solved using GLPK, through the Glop API.

please visit:

http://bobpp.prism.uvsq.fr/

François

--
François Galea




reply via email to

[Prev in Thread] Current Thread [Next in Thread]