CoinUtils  2.10.13
 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
createMatrixByRow()CoinSnapshot
createRightHandSide()CoinSnapshot
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
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
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