#include <ogdf/lib/abacus/lpmaster.h>
Public Member Functions | |
LpMaster (Master *master) | |
virtual | ~LpMaster () |
virtual void | initializeLpParameters ()=0 |
virtual void | outputLpStatistics () const =0 |
virtual void | printLpParameters () const =0 |
virtual void | setDefaultLpParameters ()=0 |
Public Member Functions inherited from abacus::AbacusRoot | |
virtual | ~AbacusRoot () |
The destructor. | |
Protected Attributes | |
Master * | master_ |
Additional Inherited Members | |
Static Public Member Functions inherited from abacus::AbacusRoot | |
static bool | ascii2bool (const string &str) |
Converts the string str to a boolean value. | |
static bool | endsWith (const string &str, const string &end) |
Returns true if str ends with end, false otherwise. | |
static double | fracPart (double x) |
Returns the absolute value of the fractional part of x. | |
static const char * | onOff (bool value) |
Converts a boolean variable to the strings "on" and "off". | |
The LP master.
The class LpMaster is an abstract base class. An LP solver specific master class has to be derived from this class.
Definition at line 47 of file lpmaster.h.
|
inline |
Definition at line 49 of file lpmaster.h.
|
inlinevirtual |
Definition at line 51 of file lpmaster.h.
Implemented in abacus::LpMasterOsi.
Implemented in abacus::LpMasterOsi.
Implemented in abacus::LpMasterOsi.
Implemented in abacus::LpMasterOsi.
|
protected |
Definition at line 59 of file lpmaster.h.