Cgl  0.60.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CoinSnapshot Member List

This is the complete list of members for CoinSnapshot, including all inherited members.

CoinSnapshot()CoinSnapshot
CoinSnapshot(const CoinSnapshot &)CoinSnapshot
colLower_CoinSnapshotprivate
colSolution_CoinSnapshotprivate
colType_CoinSnapshotprivate
colUpper_CoinSnapshotprivate
createMatrixByRow()CoinSnapshot
createRightHandSide()CoinSnapshot
doNotSeparateThis_CoinSnapshotprivate
dualTolerance_CoinSnapshotprivate
getColLower() const CoinSnapshotinline
getColSolution() const CoinSnapshotinline
getColType() const CoinSnapshotinline
getColUpper() const CoinSnapshotinline
getDoNotSeparateThis() const CoinSnapshotinline
getDualTolerance() const CoinSnapshotinline
getInfinity() const CoinSnapshotinline
getIntegerLowerBound() const CoinSnapshotinline
getIntegerTolerance() const CoinSnapshotinline
getIntegerUpperBound() const CoinSnapshotinline
getMatrixByCol() const CoinSnapshotinline
getMatrixByRow() const CoinSnapshotinline
getNumCols() const CoinSnapshotinline
getNumElements() const CoinSnapshotinline
getNumIntegers() const CoinSnapshotinline
getNumRows() const CoinSnapshotinline
getObjCoefficients() const CoinSnapshotinline
getObjOffset() const CoinSnapshotinline
getObjSense() const CoinSnapshotinline
getObjValue() const CoinSnapshotinline
getOriginalMatrixByCol() const CoinSnapshotinline
getOriginalMatrixByRow() const CoinSnapshotinline
getPrimalTolerance() const CoinSnapshotinline
getReducedCost() const CoinSnapshotinline
getRightHandSide() const CoinSnapshotinline
getRowActivity() const CoinSnapshotinline
getRowLower() const CoinSnapshotinline
getRowPrice() const CoinSnapshotinline
getRowUpper() const CoinSnapshotinline
gutsOfCopy(const CoinSnapshot &rhs)CoinSnapshotprivate
gutsOfDestructor(int type)CoinSnapshotprivate
infinity_CoinSnapshotprivate
integerLowerBound_CoinSnapshotprivate
integerTolerance_CoinSnapshotprivate
integerUpperBound_CoinSnapshotprivate
isBinary(int colIndex) const CoinSnapshotinline
isContinuous(int colIndex) const CoinSnapshotinline
isFreeBinary(int colIndex) const CoinSnapshotinline
isInteger(int colIndex) const CoinSnapshotinline
isIntegerNonBinary(int colIndex) const CoinSnapshotinline
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub, bool makeRowCopy=false)CoinSnapshot
matrixByCol_CoinSnapshotprivate
matrixByRow_CoinSnapshotprivate
numCols_CoinSnapshotprivate
numElements_CoinSnapshotprivate
numIntegers_CoinSnapshotprivate
numRows_CoinSnapshotprivate
objCoefficients_CoinSnapshotprivate
objOffset_CoinSnapshotprivate
objSense_CoinSnapshotprivate
objValue_CoinSnapshotprivate
operator=(const CoinSnapshot &rhs)CoinSnapshot
originalMatrixByCol_CoinSnapshotprivate
originalMatrixByRow_CoinSnapshotprivate
owned_CoinSnapshotprivate
primalTolerance_CoinSnapshotprivate
reducedCost_CoinSnapshotprivate
rightHandSide_CoinSnapshotprivate
rowActivity_CoinSnapshotprivate
rowLower_CoinSnapshotprivate
rowPrice_CoinSnapshotprivate
rowUpper_CoinSnapshotprivate
setColLower(const double *array, bool copyIn=true)CoinSnapshot
setColSolution(const double *array, bool copyIn=true)CoinSnapshot
setColType(const char *array, bool copyIn=true)CoinSnapshot
setColUpper(const double *array, bool copyIn=true)CoinSnapshot
setDoNotSeparateThis(const double *array, bool copyIn=true)CoinSnapshot
setDualTolerance(double value)CoinSnapshotinline
setInfinity(double value)CoinSnapshotinline
setIntegerLowerBound(double value)CoinSnapshotinline
setIntegerTolerance(double value)CoinSnapshotinline
setIntegerUpperBound(double value)CoinSnapshotinline
setMatrixByCol(const CoinPackedMatrix *matrix, bool copyIn=true)CoinSnapshot
setMatrixByRow(const CoinPackedMatrix *matrix, bool copyIn=true)CoinSnapshot
setNumCols(int value)CoinSnapshotinline
setNumElements(int value)CoinSnapshotinline
setNumIntegers(int value)CoinSnapshotinline
setNumRows(int value)CoinSnapshotinline
setObjCoefficients(const double *array, bool copyIn=true)CoinSnapshot
setObjOffset(double value)CoinSnapshotinline
setObjSense(double value)CoinSnapshotinline
setObjValue(double value)CoinSnapshotinline
setOriginalMatrixByCol(const CoinPackedMatrix *matrix, bool copyIn=true)CoinSnapshot
setOriginalMatrixByRow(const CoinPackedMatrix *matrix, bool copyIn=true)CoinSnapshot
setPrimalTolerance(double value)CoinSnapshotinline
setReducedCost(const double *array, bool copyIn=true)CoinSnapshot
setRightHandSide(const double *array, bool copyIn=true)CoinSnapshot
setRowActivity(const double *array, bool copyIn=true)CoinSnapshot
setRowLower(const double *array, bool copyIn=true)CoinSnapshot
setRowPrice(const double *array, bool copyIn=true)CoinSnapshot
setRowUpper(const double *array, bool copyIn=true)CoinSnapshot
~CoinSnapshot()CoinSnapshotvirtual