This class does nothing, but it can serve as a skeleton when implementing an interface to new solvers.
#include <lemon/lp_skeleton.h>
Public Member Functions | |
MipSkeleton () | |
| |
virtual MipSkeleton * | newSolver () const |
| |
virtual MipSkeleton * | cloneSolver () const |
| |
Protected Member Functions | |
virtual SolveExitStatus | _solve () |
| |
virtual Value | _getSol (int i) const |
| |
virtual Value | _getSolValue () const |
| |
virtual ProblemType | _getType () const |
| |
virtual const char * | _solverName () const |
|