Dip-All
0.91.0
|
#include <DecompModel.h>
Public Member Functions | |
DecompConstraintSet * | getModel () const |
const std::string & | getModelName () const |
const int | getBlockId () const |
void | setModel (DecompConstraintSet *model) |
void | setModelName (const std::string modelName) |
void | setBlockId (const int blockId) |
DecompAppModel (const DecompAppModel &appModel) | |
DecompAppModel & | operator= (const DecompAppModel &rhs) |
DecompAppModel () | |
DecompAppModel (DecompConstraintSet *model, std::string modelName, int blockId) | |
virtual | ~DecompAppModel () |
Protected Attributes | |
DecompConstraintSet * | m_model |
std::string | m_modelName |
int | m_blockId |
Definition at line 31 of file DecompModel.h.
|
inline |
Definition at line 60 of file DecompModel.h.
References m_blockId, m_model, and m_modelName.
|
inline |
Definition at line 71 of file DecompModel.h.
|
inline |
Definition at line 75 of file DecompModel.h.
|
inlinevirtual |
Definition at line 81 of file DecompModel.h.
|
inline |
Definition at line 38 of file DecompModel.h.
References m_model.
Referenced by AlpsDecompModel::getColNames(), AlpsDecompModel::getNumCoreCols(), AlpsDecompModel::getNumCoreRows(), AlpsDecompModel::getRowNames(), AlpsDecompSolution::print(), DecompAlgoModel::setActiveColBounds(), DecompAlgoModel::setOsiObjCoeff(), and DippyDecompApp::~DippyDecompApp().
|
inline |
Definition at line 41 of file DecompModel.h.
References m_modelName.
|
inline |
Definition at line 44 of file DecompModel.h.
References m_blockId.
|
inline |
Definition at line 49 of file DecompModel.h.
References m_model.
Referenced by DecompApp::setModelCore(), and DippyDecompApp::~DippyDecompApp().
|
inline |
Definition at line 52 of file DecompModel.h.
References m_modelName.
Referenced by DecompApp::setModelCore().
|
inline |
Definition at line 55 of file DecompModel.h.
References m_blockId.
|
inline |
Definition at line 65 of file DecompModel.h.
References m_blockId, m_model, and m_modelName.
Referenced by DecompAlgoModel::operator=().
|
protected |
Definition at line 33 of file DecompModel.h.
Referenced by DecompAppModel(), getModel(), operator=(), and setModel().
|
protected |
Definition at line 34 of file DecompModel.h.
Referenced by DecompAppModel(), getModelName(), operator=(), and setModelName().
|
protected |
Definition at line 35 of file DecompModel.h.
Referenced by DecompAppModel(), getBlockId(), operator=(), and setBlockId().