, including all inherited members.
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] |
addCols(const int numcols, const CoinPackedVectorBase *const *cols, const double *collb, const double *colub, const double *obj) | OsiCbcSolverInterface | [virtual] |
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] |
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] |
applyColCut(const OsiColCut &cc) | OsiCbcSolverInterface | [protected, 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] |
branchAndBound() | OsiCbcSolverInterface | [virtual] |
clone(bool copyData=true) const | OsiCbcSolverInterface | [virtual] |
deleteColNames(int tgtStart, int len) | OsiCbcSolverInterface | [virtual] |
deleteCols(const int num, const int *colIndices) | OsiCbcSolverInterface | [virtual] |
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] |
getColLower() const | OsiCbcSolverInterface | [virtual] |
getColName(int colIndex, unsigned maxLen=std::string::npos) const | OsiCbcSolverInterface | [virtual] |
getColNames() | OsiCbcSolverInterface | [virtual] |
getColSolution() const | OsiCbcSolverInterface | [virtual] |
getColUpper() const | OsiCbcSolverInterface | [virtual] |
getCutoff() const | OsiCbcSolverInterface | [inline] |
getDblParam(OsiDblParam key, double &value) const | OsiCbcSolverInterface | |
getDualRays(int maxNumRays, bool fullRay=false) const | OsiCbcSolverInterface | [virtual] |
getEmptyWarmStart() const | OsiCbcSolverInterface | [virtual] |
getHintParam(OsiHintParam key, bool &yesNo, OsiHintStrength &strength, void *&otherInformation) const | OsiCbcSolverInterface | [virtual] |
getHintParam(OsiHintParam key, bool &yesNo, OsiHintStrength &strength) const | OsiCbcSolverInterface | [virtual] |
getInfinity() const | OsiCbcSolverInterface | [virtual] |
getIntParam(OsiIntParam key, int &value) const | OsiCbcSolverInterface | |
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] |
getNodeCount() const | OsiCbcSolverInterface | [inline] |
getNumCols() const | OsiCbcSolverInterface | [virtual] |
getNumElements() const | OsiCbcSolverInterface | [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] |
getPrimalRays(int maxNumRays) const | OsiCbcSolverInterface | [virtual] |
getRealSolverPtr() const | OsiCbcSolverInterface | [inline] |
getReducedCost() const | OsiCbcSolverInterface | [virtual] |
getRightHandSide() const | OsiCbcSolverInterface | [virtual] |
getRowActivity() const | OsiCbcSolverInterface | [virtual] |
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] |
getStrParam(OsiStrParam key, std::string &value) const | OsiCbcSolverInterface | |
getWarmStart() const | OsiCbcSolverInterface | [virtual] |
initialSolve() | OsiCbcSolverInterface | [virtual] |
isAbandoned() const | OsiCbcSolverInterface | [virtual] |
isContinuous(int colNumber) const | OsiCbcSolverInterface | [virtual] |
isDualObjectiveLimitReached() const | OsiCbcSolverInterface | [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] |
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] |
modelPtr_ | OsiCbcSolverInterface | [mutable, protected] |
newLanguage(CoinMessages::Language language) | OsiCbcSolverInterface | |
operator=(const OsiCbcSolverInterface &rhs) | OsiCbcSolverInterface | |
OsiCbcSolverInterface(OsiSolverInterface *solver=NULL, CbcStrategy *strategy=NULL) | OsiCbcSolverInterface | |
OsiCbcSolverInterface(const OsiCbcSolverInterface &) | OsiCbcSolverInterface | |
OsiCbcSolverInterfaceUnitTest(const std::string &mpsDir, const std::string &netlibDir) | OsiCbcSolverInterface | [friend] |
passInMessageHandler(CoinMessageHandler *handler) | OsiCbcSolverInterface | [virtual] |
readMps(const char *filename, const char *extension="mps") | OsiCbcSolverInterface | [virtual] |
resolve() | OsiCbcSolverInterface | [virtual] |
setColBounds(int elementIndex, double lower, double upper) | OsiCbcSolverInterface | [virtual] |
setColLower(int elementIndex, double elementValue) | OsiCbcSolverInterface | [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] |
setContinuous(int index) | OsiCbcSolverInterface | [virtual] |
setContinuous(const int *indices, int len) | OsiCbcSolverInterface | [virtual] |
setCutoff(double value) | OsiCbcSolverInterface | [inline] |
setDblParam(OsiDblParam key, double value) | OsiCbcSolverInterface | |
setHintParam(OsiHintParam key, bool yesNo=true, OsiHintStrength strength=OsiHintTry, void *otherInformation=NULL) | OsiCbcSolverInterface | [virtual] |
setInteger(int index) | OsiCbcSolverInterface | [virtual] |
setInteger(const int *indices, int len) | OsiCbcSolverInterface | [virtual] |
setIntParam(OsiIntParam key, int value) | OsiCbcSolverInterface | |
setLanguage(CoinMessages::Language language) | OsiCbcSolverInterface | [inline] |
setMaximumNodes(int value) | OsiCbcSolverInterface | [inline] |
setMaximumSeconds(double value) | OsiCbcSolverInterface | [inline] |
setMaximumSolutions(int value) | OsiCbcSolverInterface | [inline] |
setObjCoeff(int elementIndex, double elementValue) | OsiCbcSolverInterface | [virtual] |
setObjName(std::string name) | OsiCbcSolverInterface | [virtual] |
setObjSense(double s) | OsiCbcSolverInterface | [virtual] |
setRowBounds(int elementIndex, double lower, double upper) | OsiCbcSolverInterface | [virtual] |
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 | |
setWarmStart(const CoinWarmStart *warmstart) | OsiCbcSolverInterface | [virtual] |
solveFromHotStart() | OsiCbcSolverInterface | [virtual] |
status() const | OsiCbcSolverInterface | [inline] |
unmarkHotStart() | OsiCbcSolverInterface | [virtual] |
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] |
~OsiCbcSolverInterface() | OsiCbcSolverInterface | [virtual] |