Dip 0.95.0
|
#include <DippyDecompCut.h>
Public Member Functions | |
DippyDecompCut (double lb, double ub, int nElems, int *indices, double *elements) | |
void | expandCutToRow (CoinPackedVector *row) |
~DippyDecompCut () | |
![]() | |
double | getLowerBound () const |
double | getUpperBound () const |
double | getViolation () const |
int | getEffCnt () const |
std::string | getStrHash () const |
void | setLowerBound (const double lb) |
void | setUpperBound (const double ub) |
void | setViolation (const double violation) |
bool | calcViolation (const CoinPackedVector *row, const double *x) |
virtual void | setStringHash (CoinPackedVector *row, double infinity) |
virtual void | expandCutToRow (CoinPackedVector *row) |
virtual void | setBounds () |
virtual bool | isSame (const DecompCut *cut) const |
virtual void | print (std::ostream *os=&std::cout) const |
void | resetEffCnt () |
void | increaseEffCnt () |
Increase the effectiveness count by 1 (or to 1 if it was negative). More... | |
void | decreaseEffCnt () |
Decrease the effectiveness count by 1 (or to -1 if it was positive). More... | |
DecompCut () | |
virtual | ~DecompCut () |
Additional Inherited Members | |
![]() | |
std::string | m_strHash |
Definition at line 11 of file DippyDecompCut.h.
|
inline |
Definition at line 20 of file DippyDecompCut.h.
|
inline |
Definition at line 29 of file DippyDecompCut.h.
|
inlinevirtual |
Reimplemented from DecompCut.
Definition at line 25 of file DippyDecompCut.h.