DippyDecompCut Class Reference

#include <DippyDecompCut.h>

Inheritance diagram for DippyDecompCut:
Inheritance graph
[legend]
Collaboration diagram for DippyDecompCut:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 11 of file DippyDecompCut.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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().


Member Data Documentation

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().


The documentation for this class was generated from the following file:

Generated on 12 Feb 2015 for Dip-All by  doxygen 1.6.1