#include <MILP_Param.h>
Public Member Functions | |
void | getSettings (UtilParameters &utilParam) |
void | dumpSettings (ostream *os=&cout) |
MILP_Param () | |
~MILP_Param () | |
Public Attributes | |
int | LogLevel |
int | RandomSeed |
double | RelaxPercent |
double | BestKnownLB |
double | BestKnownUB |
string | DataDir |
string | Instance |
Definition at line 22 of file MILP_Param.h.
MILP_Param::MILP_Param | ( | ) | [inline] |
Definition at line 59 of file MILP_Param.h.
MILP_Param::~MILP_Param | ( | ) | [inline] |
Definition at line 67 of file MILP_Param.h.
void MILP_Param::getSettings | ( | UtilParameters & | utilParam | ) | [inline] |
Definition at line 33 of file MILP_Param.h.
References BestKnownLB, BestKnownUB, DataDir, UtilParameters::GetSetting(), Instance, LogLevel, RandomSeed, and RelaxPercent.
void MILP_Param::dumpSettings | ( | ostream * | os = &cout |
) | [inline] |
Definition at line 44 of file MILP_Param.h.
References BestKnownLB, BestKnownUB, DataDir, Instance, LogLevel, RandomSeed, and RelaxPercent.
Definition at line 24 of file MILP_Param.h.
Referenced by dumpSettings(), and getSettings().
Definition at line 25 of file MILP_Param.h.
Referenced by dumpSettings(), and getSettings().
double MILP_Param::RelaxPercent |
Definition at line 26 of file MILP_Param.h.
Referenced by dumpSettings(), and getSettings().
double MILP_Param::BestKnownLB |
Definition at line 27 of file MILP_Param.h.
Referenced by dumpSettings(), and getSettings().
double MILP_Param::BestKnownUB |
Definition at line 28 of file MILP_Param.h.
Referenced by dumpSettings(), and getSettings().
string MILP_Param::DataDir |
Definition at line 29 of file MILP_Param.h.
Referenced by dumpSettings(), and getSettings().
string MILP_Param::Instance |
Definition at line 30 of file MILP_Param.h.
Referenced by dumpSettings(), and getSettings().