#include <DippyDecompCut.h>


Public Member Functions | |
| DippyDecompCut (double lb, double ub, int nElems, int *indices, double *elements) | |
| void | expandCutToRow (CoinPackedVector *row) |
| ~DippyDecompCut () | |
Private Attributes | |
| double | m_lb |
| double | m_ub |
| int | m_nElems |
| int * | m_indices |
| double * | m_elements |
Definition at line 11 of file DippyDecompCut.h.
| DippyDecompCut::DippyDecompCut | ( | double | lb, | |
| double | ub, | |||
| int | nElems, | |||
| int * | indices, | |||
| double * | elements | |||
| ) | [inline] |
Definition at line 20 of file DippyDecompCut.h.
References m_lb, m_ub, DecompCut::setLowerBound(), and DecompCut::setUpperBound().
| DippyDecompCut::~DippyDecompCut | ( | ) | [inline] |
Definition at line 29 of file DippyDecompCut.h.
References m_elements, and m_indices.
| void DippyDecompCut::expandCutToRow | ( | CoinPackedVector * | row | ) | [inline, virtual] |
Reimplemented from DecompCut.
Definition at line 25 of file DippyDecompCut.h.
References m_elements, m_indices, m_nElems, and CoinPackedVector::setVector().
double DippyDecompCut::m_lb [private] |
Reimplemented from DecompCut.
Definition at line 13 of file DippyDecompCut.h.
Referenced by DippyDecompCut().
double DippyDecompCut::m_ub [private] |
Reimplemented from DecompCut.
Definition at line 14 of file DippyDecompCut.h.
Referenced by DippyDecompCut().
int DippyDecompCut::m_nElems [private] |
Definition at line 15 of file DippyDecompCut.h.
Referenced by expandCutToRow().
int* DippyDecompCut::m_indices [private] |
Definition at line 16 of file DippyDecompCut.h.
Referenced by expandCutToRow(), and ~DippyDecompCut().
double* DippyDecompCut::m_elements [private] |
Definition at line 17 of file DippyDecompCut.h.
Referenced by expandCutToRow(), and ~DippyDecompCut().
1.6.1