OsiCbcSolverInterface Member List

This is the complete list of members for OsiCbcSolverInterface, including all inherited members.
activateRowCutDebugger(const char *modelName)OsiSolverInterface [virtual]
activateRowCutDebugger(const double *solution)OsiSolverInterface [virtual]
addCol(const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj)OsiCbcSolverInterface [virtual]
addCol(int numberElements, const int *rows, const double *elements, const double collb, const double colub, const double obj)OsiCbcSolverInterface [virtual]
OsiSolverInterface::addCol(const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj, std::string name)OsiSolverInterface [virtual]
OsiSolverInterface::addCol(int numberElements, const int *rows, const double *elements, const double collb, const double colub, const double obj, std::string name)OsiSolverInterface [virtual]
addCols(const int numcols, const CoinPackedVectorBase *const *cols, const double *collb, const double *colub, const double *obj)OsiCbcSolverInterface [virtual]
OsiSolverInterface::addCols(const int numcols, const int *columnStarts, const int *rows, const double *elements, const double *collb, const double *colub, const double *obj)OsiSolverInterface [virtual]
OsiSolverInterface::addCols(const CoinBuild &buildObject)OsiSolverInterface
OsiSolverInterface::addCols(CoinModel &modelObject)OsiSolverInterface
addObjects(int numberObjects, OsiObject **objects)OsiSolverInterface
addRow(const CoinPackedVectorBase &vec, const double rowlb, const double rowub)OsiCbcSolverInterface [virtual]
addRow(const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng)OsiCbcSolverInterface [virtual]
OsiSolverInterface::addRow(const CoinPackedVectorBase &vec, const double rowlb, const double rowub, std::string name)OsiSolverInterface [virtual]
OsiSolverInterface::addRow(const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng, std::string name)OsiSolverInterface [virtual]
OsiSolverInterface::addRow(int numberElements, const int *columns, const double *element, const double rowlb, const double rowub)OsiSolverInterface [virtual]
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const double *rowlb, const double *rowub)OsiCbcSolverInterface [virtual]
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const char *rowsen, const double *rowrhs, const double *rowrng)OsiCbcSolverInterface [virtual]
OsiSolverInterface::addRows(const int numrows, const int *rowStarts, const int *columns, const double *element, const double *rowlb, const double *rowub)OsiSolverInterface [virtual]
OsiSolverInterface::addRows(const CoinBuild &buildObject)OsiSolverInterface
OsiSolverInterface::addRows(CoinModel &modelObject)OsiSolverInterface
applyColCut(const OsiColCut &cc)OsiCbcSolverInterface [protected, virtual]
applyCuts(const OsiCuts &cs, double effectivenessLb=0.0)OsiSolverInterface [virtual]
applyRowCut(const OsiRowCut &rc)OsiCbcSolverInterface [protected, virtual]
applyRowCuts(int numberCuts, const OsiRowCut *cuts)OsiCbcSolverInterface [virtual]
applyRowCuts(int numberCuts, const OsiRowCut **cuts)OsiCbcSolverInterface [virtual]
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, double *&rowlb, double *&rowub)OsiCbcSolverInterface [virtual]
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, char *&rowsen, double *&rowrhs, double *&rowrng)OsiCbcSolverInterface [virtual]
basisIsAvailable() const OsiSolverInterface [virtual]
branchAndBound()OsiCbcSolverInterface [virtual]
canDoSimplexInterface() const OsiSolverInterface [virtual]
clone(bool copyData=true) const OsiCbcSolverInterface [virtual]
columnType(bool refresh=false) const OsiSolverInterface [inline]
columnType_OsiSolverInterface [mutable, protected]
convertBoundToSense(const double lower, const double upper, char &sense, double &right, double &range) const OsiSolverInterface [inline, protected]
convertSenseToBound(const char sense, const double right, const double range, double &lower, double &upper) const OsiSolverInterface [inline, protected]
copyParameters(OsiSolverInterface &rhs)OsiSolverInterface
defaultHandler() const OsiSolverInterface [inline]
defaultHandler_OsiSolverInterface [protected]
deleteBranchingInfo(int numberDeleted, const int *which)OsiSolverInterface
deleteColNames(int tgtStart, int len)OsiCbcSolverInterface [virtual]
deleteCols(const int num, const int *colIndices)OsiCbcSolverInterface [virtual]
deleteObjects()OsiSolverInterface
deleteRowNames(int tgtStart, int len)OsiCbcSolverInterface [virtual]
deleteRows(const int num, const int *rowIndices)OsiCbcSolverInterface [virtual]
dfltRowColName(char rc, int ndx, unsigned digits=7) const OsiCbcSolverInterface [virtual]
disableFactorization() const OsiSolverInterface [virtual]
disableSimplexInterface()OsiSolverInterface [virtual]
dualPivotResult(int &colIn, int &sign, int colOut, int outStatus, double &t, CoinPackedVector *dx)OsiSolverInterface [virtual]
enableFactorization() const OsiSolverInterface [virtual]
enableSimplexInterface(bool doingPrimal)OsiSolverInterface [virtual]
findIntegers(bool justCount)OsiSolverInterface
findIntegersAndSOS(bool justCount)OsiSolverInterface [virtual]
forceFeasible()OsiSolverInterface
forceIntoRange(const T value, const T lower, const T upper) const OsiSolverInterface [inline, protected]
getApplicationData() const OsiSolverInterface
getAuxiliaryInfo() const OsiSolverInterface
getBasics(int *index) const OsiSolverInterface [virtual]
getBasisStatus(int *cstat, int *rstat) const OsiSolverInterface [virtual]
getBInvACol(int col, double *vec) const OsiSolverInterface [virtual]
getBInvARow(int row, double *z, double *slack=NULL) const OsiSolverInterface [virtual]
getBInvCol(int col, double *vec) const OsiSolverInterface [virtual]
getBInvRow(int row, double *z) const OsiSolverInterface [virtual]
getColLower() const OsiCbcSolverInterface [virtual]
getColName(int colIndex, unsigned maxLen=std::string::npos) const OsiCbcSolverInterface [virtual]
getColNames()OsiCbcSolverInterface [virtual]
getColSolution() const OsiCbcSolverInterface [virtual]
getColType(bool refresh=false) const OsiSolverInterface [virtual]
getColUpper() const OsiCbcSolverInterface [virtual]
getCutoff() const OsiCbcSolverInterface [inline]
getDblParam(OsiDblParam key, double &value) const OsiCbcSolverInterface [virtual]
getDualRays(int maxNumRays) const OsiCbcSolverInterface [virtual]
getEmptyWarmStart() const OsiCbcSolverInterface [virtual]
getFractionalIndices(const double etol=1.e-05) const OsiSolverInterface [virtual]
getHintParam(OsiHintParam key, bool &yesNo, OsiHintStrength &strength, void *&otherInformation) const OsiCbcSolverInterface [virtual]
getHintParam(OsiHintParam key, bool &yesNo, OsiHintStrength &strength) const OsiCbcSolverInterface [virtual]
OsiSolverInterface::getHintParam(OsiHintParam key, bool &yesNo) const OsiSolverInterface [inline, virtual]
getInfinity() const OsiCbcSolverInterface [virtual]
getIntegerTolerance() const OsiSolverInterface [inline]
getIntParam(OsiIntParam key, int &value) const OsiCbcSolverInterface [virtual]
getIterationCount() const OsiCbcSolverInterface [virtual]
getMatrixByCol() const OsiCbcSolverInterface [virtual]
getMatrixByRow() const OsiCbcSolverInterface [virtual]
getMaximumNodes() const OsiCbcSolverInterface [inline]
getMaximumSeconds() const OsiCbcSolverInterface [inline]
getMaximumSolutions() const OsiCbcSolverInterface [inline]
getModelPtr() const OsiCbcSolverInterface [inline]
getMutableMatrixByCol() const OsiSolverInterface [inline, virtual]
getMutableMatrixByRow() const OsiSolverInterface [inline, virtual]
getNodeCount() const OsiCbcSolverInterface [inline]
getNumCols() const OsiCbcSolverInterface [virtual]
getNumElements() const OsiCbcSolverInterface [virtual]
getNumIntegers() const OsiSolverInterface [virtual]
getNumRows() const OsiCbcSolverInterface [virtual]
getObjCoefficients() const OsiCbcSolverInterface [virtual]
getObjName(unsigned maxLen=std::string::npos) const OsiCbcSolverInterface [virtual]
getObjSense() const OsiCbcSolverInterface [virtual]
getObjValue() const OsiCbcSolverInterface [virtual]
getPointerToWarmStart(bool &mustDelete)OsiSolverInterface [virtual]
getPrimalRays(int maxNumRays) const OsiCbcSolverInterface [virtual]
getRealSolverPtr() const OsiCbcSolverInterface [inline]
getReducedCost() const OsiCbcSolverInterface [virtual]
getReducedGradient(double *columnReducedCosts, double *duals, const double *c)OsiSolverInterface [virtual]
getRightHandSide() const OsiCbcSolverInterface [virtual]
getRowActivity() const OsiCbcSolverInterface [virtual]
getRowCutDebugger() const OsiSolverInterface
getRowCutDebuggerAlways() const OsiSolverInterface
getRowLower() const OsiCbcSolverInterface [virtual]
getRowName(int rowIndex, unsigned maxLen=std::string::npos) const OsiCbcSolverInterface [virtual]
getRowNames()OsiCbcSolverInterface [virtual]
getRowPrice() const OsiCbcSolverInterface [virtual]
getRowRange() const OsiCbcSolverInterface [virtual]
getRowSense() const OsiCbcSolverInterface [virtual]
getRowUpper() const OsiCbcSolverInterface [virtual]
getStrictColSolution()OsiSolverInterface
getStrParam(OsiStrParam key, std::string &value) const OsiCbcSolverInterface [virtual]
getWarmStart() const OsiCbcSolverInterface [virtual]
handler_OsiSolverInterface [protected]
initialSolve()OsiCbcSolverInterface [virtual]
isAbandoned() const OsiCbcSolverInterface [virtual]
isBinary(int colIndex) const OsiSolverInterface [virtual]
isContinuous(int colNumber) const OsiCbcSolverInterface [virtual]
isDualObjectiveLimitReached() const OsiCbcSolverInterface [virtual]
isFreeBinary(int colIndex) const OsiSolverInterface [virtual]
isInteger(int colIndex) const OsiSolverInterface [virtual]
isIntegerNonBinary(int colIndex) const OsiSolverInterface [virtual]
isIterationLimitReached() const OsiCbcSolverInterface [virtual]
isNodeLimitReached() const OsiCbcSolverInterface [inline]
isPrimalObjectiveLimitReached() const OsiCbcSolverInterface [virtual]
isProvenDualInfeasible() const OsiCbcSolverInterface [virtual]
isProvenOptimal() const OsiCbcSolverInterface [virtual]
isProvenPrimalInfeasible() const OsiCbcSolverInterface [virtual]
isSolutionLimitReached() const OsiCbcSolverInterface [inline]
loadFromCoinModel(CoinModel &modelObject, bool keepSolution=false)OsiSolverInterface [virtual]
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub)OsiCbcSolverInterface [virtual]
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const char *rowsen, const double *rowrhs, const double *rowrng)OsiCbcSolverInterface [virtual]
loadProblem(const int numcols, const int numrows, const CoinBigIndex *start, const int *index, const double *value, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub)OsiCbcSolverInterface [virtual]
loadProblem(const int numcols, const int numrows, const CoinBigIndex *start, const int *index, const double *value, const double *collb, const double *colub, const double *obj, const char *rowsen, const double *rowrhs, const double *rowrng)OsiCbcSolverInterface [virtual]
markHotStart()OsiCbcSolverInterface [virtual]
messageHandler() const OsiSolverInterface [inline]
messages()OsiSolverInterface [inline]
messages_OsiSolverInterface [protected]
messagesPointer()OsiSolverInterface [inline]
modelPtr_OsiCbcSolverInterface [mutable, protected]
modifiableObject(int which) const OsiSolverInterface [inline]
newLanguage(CoinMessages::Language language)OsiCbcSolverInterface
numberIntegers_OsiSolverInterface [protected]
numberObjects() const OsiSolverInterface [inline]
numberObjects_OsiSolverInterface [protected]
object(int which) const OsiSolverInterface [inline]
object_OsiSolverInterface [protected]
objects() const OsiSolverInterface [inline]
operator=(const OsiCbcSolverInterface &rhs)OsiCbcSolverInterface
optimalBasisIsAvailable() const OsiSolverInterface [inline]
OsiCbcSolverInterface(OsiSolverInterface *solver=NULL, CbcStrategy *strategy=NULL)OsiCbcSolverInterface
OsiCbcSolverInterface(const OsiCbcSolverInterface &)OsiCbcSolverInterface
OsiCbcSolverInterfaceUnitTest(const std::string &mpsDir, const std::string &netlibDir)OsiCbcSolverInterface [friend]
OsiNameVec typedefOsiSolverInterface
OsiSolverInterface()OsiSolverInterface
OsiSolverInterface(const OsiSolverInterface &)OsiSolverInterface
passInMessageHandler(CoinMessageHandler *handler)OsiSolverInterface
pivot(int colIn, int colOut, int outStatus)OsiSolverInterface [virtual]
primalPivotResult(int colIn, int sign, int &colOut, int &outStatus, double &t, CoinPackedVector *dx)OsiSolverInterface [virtual]
readGMPL(const char *filename, const char *dataname=NULL)OsiSolverInterface [virtual]
readLp(const char *filename, const double epsilon=1e-5)OsiSolverInterface [virtual]
readLp(FILE *fp, const double epsilon=1e-5)OsiSolverInterface
readMps(const char *filename, const char *extension="mps")OsiCbcSolverInterface [virtual]
OsiSolverInterface::readMps(const char *filename, const char *extension, int &numberSets, CoinSet **&sets)OsiSolverInterface [virtual]
reducedCostFix(double gap, bool justInteger=true)OsiSolverInterface [virtual]
replaceMatrix(const CoinPackedMatrix &matrix)OsiSolverInterface [inline, virtual]
replaceMatrixOptional(const CoinPackedMatrix &matrix)OsiSolverInterface [inline, virtual]
reset()OsiSolverInterface [virtual]
resolve()OsiCbcSolverInterface [virtual]
restoreBaseModel(int numberRows)OsiSolverInterface [virtual]
rowCutDebugger_OsiSolverInterface [protected]
saveBaseModel()OsiSolverInterface [inline, virtual]
setApplicationData(void *appData)OsiSolverInterface
setAuxiliaryInfo(OsiAuxInfo *auxiliaryInfo)OsiSolverInterface
setBasisStatus(const int *cstat, const int *rstat)OsiSolverInterface [virtual]
setColBounds(int elementIndex, double lower, double upper)OsiCbcSolverInterface [virtual]
setColLower(int elementIndex, double elementValue)OsiCbcSolverInterface [virtual]
OsiSolverInterface::setColLower(const double *array)OsiSolverInterface [virtual]
setColName(int ndx, std::string name)OsiCbcSolverInterface [virtual]
setColNames(OsiNameVec &srcNames, int srcStart, int len, int tgtStart)OsiCbcSolverInterface [virtual]
setColSetBounds(const int *indexFirst, const int *indexLast, const double *boundList)OsiCbcSolverInterface [virtual]
setColSolution(const double *colsol)OsiCbcSolverInterface [virtual]
setColUpper(int elementIndex, double elementValue)OsiCbcSolverInterface [virtual]
OsiSolverInterface::setColUpper(const double *array)OsiSolverInterface [virtual]
setContinuous(int index)OsiCbcSolverInterface [virtual]
setContinuous(const int *indices, int len)OsiCbcSolverInterface [virtual]
setCutoff(double value)OsiCbcSolverInterface [inline]
setDblParam(OsiDblParam key, double value)OsiCbcSolverInterface [virtual]
setHintParam(OsiHintParam key, bool yesNo=true, OsiHintStrength strength=OsiHintTry, void *otherInformation=NULL)OsiCbcSolverInterface [virtual]
setInitialData()OsiSolverInterface [protected]
setInteger(int index)OsiCbcSolverInterface [virtual]
setInteger(const int *indices, int len)OsiCbcSolverInterface [virtual]
setIntParam(OsiIntParam key, int value)OsiCbcSolverInterface [virtual]
setLanguage(CoinMessages::Language language)OsiCbcSolverInterface [inline]
setMaximumNodes(int value)OsiCbcSolverInterface [inline]
setMaximumSeconds(double value)OsiCbcSolverInterface [inline]
setMaximumSolutions(int value)OsiCbcSolverInterface [inline]
setNumberObjects(int number)OsiSolverInterface [inline]
setObjCoeff(int elementIndex, double elementValue)OsiCbcSolverInterface [virtual]
setObjCoeffSet(const int *indexFirst, const int *indexLast, const double *coeffList)OsiSolverInterface [virtual]
setObjective(const double *array)OsiSolverInterface [virtual]
setObjectiveAndRefresh(double *c)OsiSolverInterface [virtual]
setObjName(std::string name)OsiCbcSolverInterface [virtual]
setObjSense(double s)OsiCbcSolverInterface [virtual]
setRowBounds(int elementIndex, double lower, double upper)OsiCbcSolverInterface [virtual]
setRowColNames(const CoinMpsIO &mps)OsiSolverInterface
setRowColNames(CoinModel &mod)OsiSolverInterface
setRowColNames(CoinLpIO &mod)OsiSolverInterface
setRowLower(int elementIndex, double elementValue)OsiCbcSolverInterface [virtual]
setRowName(int ndx, std::string name)OsiCbcSolverInterface [virtual]
setRowNames(OsiNameVec &srcNames, int srcStart, int len, int tgtStart)OsiCbcSolverInterface [virtual]
setRowPrice(const double *rowprice)OsiCbcSolverInterface [virtual]
setRowSetBounds(const int *indexFirst, const int *indexLast, const double *boundList)OsiCbcSolverInterface [virtual]
setRowSetTypes(const int *indexFirst, const int *indexLast, const char *senseList, const double *rhsList, const double *rangeList)OsiCbcSolverInterface [virtual]
setRowType(int index, char sense, double rightHandSide, double range)OsiCbcSolverInterface [virtual]
setRowUpper(int elementIndex, double elementValue)OsiCbcSolverInterface [virtual]
setStrParam(OsiStrParam key, const std::string &value)OsiCbcSolverInterface [virtual]
setWarmStart(const CoinWarmStart *warmstart)OsiCbcSolverInterface [virtual]
solveFromHotStart()OsiCbcSolverInterface [virtual]
status() const OsiCbcSolverInterface [inline]
unmarkHotStart()OsiCbcSolverInterface [virtual]
writeLp(const char *filename, const char *extension="lp", double epsilon=1e-5, int numberAcross=10, int decimals=5, double objSense=0.0, bool useRowNames=true) const OsiSolverInterface [virtual]
writeLp(FILE *fp, double epsilon=1e-5, int numberAcross=10, int decimals=5, double objSense=0.0, bool useRowNames=true) const OsiSolverInterface [virtual]
writeLpNative(const char *filename, char const *const *const rowNames, char const *const *const columnNames, const double epsilon=1.0e-5, const int numberAcross=10, const int decimals=5, const double objSense=0.0, const bool useRowNames=true) const OsiSolverInterface
writeLpNative(FILE *fp, char const *const *const rowNames, char const *const *const columnNames, const double epsilon=1.0e-5, const int numberAcross=10, const int decimals=5, const double objSense=0.0, const bool useRowNames=true) const OsiSolverInterface
writeMps(const char *filename, const char *extension="mps", double objSense=0.0) const OsiCbcSolverInterface [virtual]
writeMpsNative(const char *filename, const char **rowNames, const char **columnNames, int formatType=0, int numberAcross=2, double objSense=0.0) const OsiCbcSolverInterface [virtual]
OsiSolverInterface::writeMpsNative(const char *filename, const char **rowNames, const char **columnNames, int formatType=0, int numberAcross=2, double objSense=0.0, int numberSOS=0, const CoinSet *setInfo=NULL) const OsiSolverInterface
~OsiCbcSolverInterface()OsiCbcSolverInterface [virtual]
~OsiSolverInterface()OsiSolverInterface [virtual]

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1