#include <OSDipParam.h>
Collaboration diagram for OSDipParam:
Public Member Functions | |
void | getSettings (UtilParameters &utilParam) |
void | dumpSettings (std::ostream *os=&std::cout) |
OSDipParam () | |
~OSDipParam () | |
Public Attributes | |
int | LogLevel |
std::string | DataDir |
std::string | OSiLFile |
std::string | OSoLFile |
std::string | solverFactory |
int | UseNames |
int | UseSparse |
int | FullModel |
double | BestKnownLB |
double | BestKnownUB |
double | ColumnUB |
double | ColumnLB |
Definition at line 31 of file OSDipParam.h.
OSDipParam::OSDipParam | ( | ) | [inline] |
Definition at line 91 of file OSDipParam.h.
OSDipParam::~OSDipParam | ( | ) | [inline] |
Definition at line 106 of file OSDipParam.h.
void OSDipParam::getSettings | ( | UtilParameters & | utilParam | ) | [inline] |
Definition at line 53 of file OSDipParam.h.
References BestKnownLB, BestKnownUB, ColumnLB, ColumnUB, DataDir, FullModel, LogLevel, OSiLFile, OSoLFile, solverFactory, UseNames, and UseSparse.
Referenced by OSDipApp::initializeApp().
void OSDipParam::dumpSettings | ( | std::ostream * | os = &std::cout |
) | [inline] |
Definition at line 70 of file OSDipParam.h.
References BestKnownLB, BestKnownUB, ColumnLB, ColumnUB, DataDir, FullModel, LogLevel, OSiLFile, OSoLFile, solverFactory, UseNames, and UseSparse.
Referenced by OSDipApp::initializeApp().
Definition at line 36 of file OSDipParam.h.
Referenced by OSDipApp::createModelMasterOnlys2(), OSDipApp::createModels(), dumpSettings(), OSDipApp::generateInitVars(), getSettings(), OSDipApp::initializeApp(), and OSDipApp::solveRelaxed().
std::string OSDipParam::DataDir |
Definition at line 37 of file OSDipParam.h.
Referenced by dumpSettings(), getSettings(), and OSDipApp::initializeApp().
std::string OSDipParam::OSiLFile |
Definition at line 38 of file OSDipParam.h.
Referenced by dumpSettings(), getSettings(), and OSDipApp::initializeApp().
std::string OSDipParam::OSoLFile |
Definition at line 39 of file OSDipParam.h.
Referenced by dumpSettings(), getSettings(), and OSDipApp::initializeApp().
std::string OSDipParam::solverFactory |
Definition at line 40 of file OSDipParam.h.
Referenced by dumpSettings(), getSettings(), and OSDipApp::initializeApp().
Definition at line 41 of file OSDipParam.h.
Referenced by OSDipApp::createModelPart(), dumpSettings(), and getSettings().
double OSDipParam::BestKnownLB |
double OSDipParam::BestKnownUB |
double OSDipParam::ColumnUB |
Definition at line 46 of file OSDipParam.h.
Referenced by OSDipApp::createModelMasterOnlys2(), dumpSettings(), and getSettings().
double OSDipParam::ColumnLB |
Definition at line 47 of file OSDipParam.h.
Referenced by OSDipApp::createModelMasterOnlys2(), dumpSettings(), and getSettings().