This class implements an interface for the SoPlex LP solver. The SoPlex library is an object oriented lp solver library developed at the Konrad-Zuse-Zentrum für Informationstechnik Berlin (ZIB). You can find detailed information about it at the http://soplex.zib.de
address.
#include <lemon/soplex.h>
Public Member Functions | |
SoplexLp () | |
| |
SoplexLp (const SoplexLp &) | |
| |
~SoplexLp () | |
| |
virtual SoplexLp * | newSolver () const |
| |
virtual SoplexLp * | cloneSolver () const |
|