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>
Inheritance diagram for SoplexLp:Public Member Functions | |
| SoplexLp () | |
| | |
| SoplexLp (const SoplexLp &) | |
| | |
| ~SoplexLp () | |
| | |
| virtual SoplexLp * | newSolver () const |
| | |
| virtual SoplexLp * | cloneSolver () const |
| | |
1.7.3