#include <ogdf/lib/abacus/lpmasterosi.h>
Public Member Functions | |
LpMasterOsi (Master *master) | |
The constructor. | |
virtual | ~LpMasterOsi () |
The destructor. | |
virtual void | initializeLpParameters () override |
Initializes the LP solver specific Parameters. | |
virtual void | outputLpStatistics () const override |
Prints LP solver specific Statistics. | |
virtual void | printLpParameters () const override |
Prints the settings of the LP solver specific Parameters. | |
virtual void | setDefaultLpParameters () override |
Sets default values of the LP solver specific Parameters. | |
Public Member Functions inherited from abacus::LpMaster | |
LpMaster (Master *master) | |
virtual | ~LpMaster () |
Public Member Functions inherited from abacus::AbacusRoot | |
virtual | ~AbacusRoot () |
The destructor. | |
Friends | |
class | OsiIF |
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". | |
Protected Attributes inherited from abacus::LpMaster | |
Master * | master_ |
The OSI LP master.
An instance of the class LpMasterOsi is used to store all OSI specific parameters and global data. The master instance of Master keeps a pointer to an instance of this class.
Definition at line 43 of file lpmasterosi.h.
|
inline |
The constructor.
master | The master of the optimization. |
Definition at line 51 of file lpmasterosi.h.
|
virtual |
The destructor.
Initializes the LP solver specific Parameters.
Implements abacus::LpMaster.
Prints LP solver specific Statistics.
Implements abacus::LpMaster.
Definition at line 66 of file lpmasterosi.h.
Prints the settings of the LP solver specific Parameters.
Implements abacus::LpMaster.
Definition at line 63 of file lpmasterosi.h.
Sets default values of the LP solver specific Parameters.
Implements abacus::LpMaster.
Definition at line 60 of file lpmasterosi.h.
Definition at line 44 of file lpmasterosi.h.