Dip
0.92.4
|
#include <MMKP_Model.h>
Public Member Functions | |
int | readInstance () |
Access methods | |
const MMKP_Instance & | getInstance () const |
const MMKP_Param & | getParam () const |
const double * | getObjective () const |
DecompConstraintSet * | getModelCore () const |
DecompConstraintSet * | getModelRelax () const |
DecompConstraintSet * | getModel (string modelName) const |
Constructor and Destructor | |
MMKP_Model (UtilParameters &utilParam) | |
Default constructor. More... | |
~MMKP_Model () | |
Default constructor. More... | |
Private Attributes | |
const string | m_classTag |
Class id tag (for log / debugging). More... | |
Definition at line 35 of file MMKP_Model.h.
|
inline |
Default constructor.
Takes an instance of UtilParameters
Definition at line 80 of file MMKP_Model.h.
|
inline |
Default constructor.
Takes an instance of UtilParameters
Definition at line 91 of file MMKP_Model.h.
References UTIL_DELARR, and UtilDeleteMapPtr().
int MMKP_Model::readInstance | ( | ) |
|
inline |
Definition at line 48 of file MMKP_Model.h.
|
inline |
Definition at line 51 of file MMKP_Model.h.
|
inline |
Definition at line 54 of file MMKP_Model.h.
|
inline |
Definition at line 57 of file MMKP_Model.h.
References getModel().
|
inline |
Definition at line 60 of file MMKP_Model.h.
References getModel().
|
inline |
Definition at line 64 of file MMKP_Model.h.
Referenced by getModelCore(), and getModelRelax().
|
private |
Class id tag (for log / debugging).
Definition at line 38 of file MMKP_Model.h.