#include <MILP_DecompApp.h>
Public Member Functions | |
Constructor and Destructor | |
MILP_DecompApp (UtilParameters &utilParam) | |
virtual | ~MILP_DecompApp () |
Private Member Functions | |
Helper functions (private). | |
void | initializeApp (UtilParameters &utilParam) |
Initialize application. | |
void | createModels () |
Create model part. | |
Private Attributes | |
const string | m_classTag |
Class id tag (for log / debugging). | |
CoinMpsIO | m_mpsIO |
MPS object for reading MILP instances. | |
MILP_Param | m_appParam |
Application specific parameters. | |
double * | m_objective |
The model objective coefficients (original space). | |
DecompConstraintSet | m_modelRandCore |
The model constraint systems used for different algos. | |
DecompConstraintSet | m_modelRandRelax |
A DecompApp to illustrate a basic usage of Decomp.
Definition at line 31 of file MILP_DecompApp.h.
MILP_DecompApp::MILP_DecompApp | ( | UtilParameters & | utilParam | ) | [inline] |
Definition at line 60 of file MILP_DecompApp.h.
References initializeApp().
virtual MILP_DecompApp::~MILP_DecompApp | ( | ) | [inline, virtual] |
Definition at line 68 of file MILP_DecompApp.h.
References m_objective, and UTIL_DELARR.
void MILP_DecompApp::initializeApp | ( | UtilParameters & | utilParam | ) | [private, virtual] |
void MILP_DecompApp::createModels | ( | ) | [private] |
Create model part.
Reimplemented from DecompApp.
const string MILP_DecompApp::m_classTag [private] |
Class id tag (for log / debugging).
Reimplemented from DecompApp.
Definition at line 34 of file MILP_DecompApp.h.
CoinMpsIO MILP_DecompApp::m_mpsIO [private] |
MPS object for reading MILP instances.
Reimplemented from DecompApp.
Definition at line 37 of file MILP_DecompApp.h.
MILP_Param MILP_DecompApp::m_appParam [private] |
Application specific parameters.
Definition at line 40 of file MILP_DecompApp.h.
double* MILP_DecompApp::m_objective [private] |
The model objective coefficients (original space).
Reimplemented from DecompApp.
Definition at line 43 of file MILP_DecompApp.h.
Referenced by ~MILP_DecompApp().
The model constraint systems used for different algos.
Definition at line 46 of file MILP_DecompApp.h.
Definition at line 47 of file MILP_DecompApp.h.