CoinUtils  2.10.13
CoinSnapshot Member List

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

CoinSnapshot()CoinSnapshot
CoinSnapshot(const CoinSnapshot &)CoinSnapshot
createMatrixByRow()CoinSnapshot
createRightHandSide()CoinSnapshot
getColLower() constCoinSnapshotinline
getColSolution() constCoinSnapshotinline
getColType() constCoinSnapshotinline
getColUpper() constCoinSnapshotinline
getDoNotSeparateThis() constCoinSnapshotinline
getDualTolerance() constCoinSnapshotinline
getInfinity() constCoinSnapshotinline
getIntegerLowerBound() constCoinSnapshotinline
getIntegerTolerance() constCoinSnapshotinline
getIntegerUpperBound() constCoinSnapshotinline
getMatrixByCol() constCoinSnapshotinline
getMatrixByRow() constCoinSnapshotinline
getNumCols() constCoinSnapshotinline
getNumElements() constCoinSnapshotinline
getNumIntegers() constCoinSnapshotinline
getNumRows() constCoinSnapshotinline
getObjCoefficients() constCoinSnapshotinline
getObjOffset() constCoinSnapshotinline
getObjSense() constCoinSnapshotinline
getObjValue() constCoinSnapshotinline
getOriginalMatrixByCol() constCoinSnapshotinline
getOriginalMatrixByRow() constCoinSnapshotinline
getPrimalTolerance() constCoinSnapshotinline
getReducedCost() constCoinSnapshotinline
getRightHandSide() constCoinSnapshotinline
getRowActivity() constCoinSnapshotinline
getRowLower() constCoinSnapshotinline
getRowPrice() constCoinSnapshotinline
getRowUpper() constCoinSnapshotinline
isBinary(int colIndex) constCoinSnapshotinline
isContinuous(int colIndex) constCoinSnapshotinline
isFreeBinary(int colIndex) constCoinSnapshotinline
isInteger(int colIndex) constCoinSnapshotinline
isIntegerNonBinary(int colIndex) constCoinSnapshotinline
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub, bool makeRowCopy=false)CoinSnapshot
operator=(const CoinSnapshot &rhs)CoinSnapshot
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