activateMe() const | OsiXprSolverInterface | [private] |
addCol(const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj) | OsiXprSolverInterface | [virtual] |
addCols(const int numcols, const CoinPackedVectorBase *const *cols, const double *collb, const double *colub, const double *obj) | OsiXprSolverInterface | [virtual] |
addRow(const CoinPackedVectorBase &vec, const double rowlb, const double rowub) | OsiXprSolverInterface | [virtual] |
addRow(const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng) | OsiXprSolverInterface | [virtual] |
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const double *rowlb, const double *rowub) | OsiXprSolverInterface | [virtual] |
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const char *rowsen, const double *rowrhs, const double *rowrng) | OsiXprSolverInterface | [virtual] |
applyColCut(const OsiColCut &cc) | OsiXprSolverInterface | [protected, virtual] |
applyRowCut(const OsiRowCut &rc) | OsiXprSolverInterface | [protected, virtual] |
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, double *&rowlb, double *&rowub) | OsiXprSolverInterface | [virtual] |
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, char *&rowsen, double *&rowrhs, double *&rowrng) | OsiXprSolverInterface | [virtual] |
branchAndBound() | OsiXprSolverInterface | [virtual] |
clone(bool copyData=true) const | OsiXprSolverInterface | [virtual] |
collower_ | OsiXprSolverInterface | [mutable, private] |
colprice_ | OsiXprSolverInterface | [mutable, private] |
colsol_ | OsiXprSolverInterface | [mutable, private] |
colupper_ | OsiXprSolverInterface | [mutable, private] |
decrementInstanceCounter() | OsiXprSolverInterface | [static] |
deleteCols(const int num, const int *colIndices) | OsiXprSolverInterface | [virtual] |
deleteRows(const int num, const int *rowIndices) | OsiXprSolverInterface | [virtual] |
domipstart | OsiXprSolverInterface | [private] |
freeCachedResults() | OsiXprSolverInterface | [private] |
freeSolution() | OsiXprSolverInterface | [private] |
getColLower() const | OsiXprSolverInterface | [virtual] |
getColSolution() const | OsiXprSolverInterface | [virtual] |
getColUpper() const | OsiXprSolverInterface | [virtual] |
getDblParam(OsiDblParam key, double &value) const | OsiXprSolverInterface | |
getDualRays(int maxNumRays, bool fullRay=false) const | OsiXprSolverInterface | [virtual] |
getEmptyWarmStart() const | OsiXprSolverInterface | |
getInfinity() const | OsiXprSolverInterface | [virtual] |
getIntParam(OsiIntParam key, int &value) const | OsiXprSolverInterface | |
getIterationCount() const | OsiXprSolverInterface | [virtual] |
getLogFilePtr() | OsiXprSolverInterface | [static] |
getLpPtr() | OsiXprSolverInterface | [inline] |
getMatrixByCol() const | OsiXprSolverInterface | [virtual] |
getMatrixByRow() const | OsiXprSolverInterface | [virtual] |
getMipStart() const | OsiXprSolverInterface | [inline] |
getNumCols() const | OsiXprSolverInterface | [virtual] |
getNumElements() const | OsiXprSolverInterface | [virtual] |
getNumInstances() | OsiXprSolverInterface | [static] |
getNumIntVars() const | OsiXprSolverInterface | [private] |
getNumRows() const | OsiXprSolverInterface | [virtual] |
getObjCoefficients() const | OsiXprSolverInterface | [virtual] |
getObjSense() const | OsiXprSolverInterface | [virtual] |
getObjValue() const | OsiXprSolverInterface | [virtual] |
getPrimalRays(int maxNumRays) const | OsiXprSolverInterface | [virtual] |
getReducedCost() const | OsiXprSolverInterface | [virtual] |
getRightHandSide() const | OsiXprSolverInterface | [virtual] |
getRowActivity() const | OsiXprSolverInterface | [virtual] |
getRowLower() const | OsiXprSolverInterface | [virtual] |
getRowPrice() const | OsiXprSolverInterface | [virtual] |
getRowRange() const | OsiXprSolverInterface | [virtual] |
getRowSense() const | OsiXprSolverInterface | [virtual] |
getRowUpper() const | OsiXprSolverInterface | [virtual] |
getStrParam(OsiStrParam key, std::string &value) const | OsiXprSolverInterface | |
getVarTypes() const | OsiXprSolverInterface | [private] |
getWarmStart() const | OsiXprSolverInterface | [virtual] |
gutsOfConstructor() | OsiXprSolverInterface | [private] |
gutsOfCopy(const OsiXprSolverInterface &source) | OsiXprSolverInterface | [private] |
gutsOfDestructor() | OsiXprSolverInterface | [private] |
incrementInstanceCounter() | OsiXprSolverInterface | [static] |
initialSolve() | OsiXprSolverInterface | [virtual] |
isAbandoned() const | OsiXprSolverInterface | [virtual] |
isContinuous(int colIndex) const | OsiXprSolverInterface | [virtual] |
isDataLoaded() const | OsiXprSolverInterface | [private] |
isDualObjectiveLimitReached() const | OsiXprSolverInterface | [virtual] |
isIterationLimitReached() const | OsiXprSolverInterface | [virtual] |
isPrimalObjectiveLimitReached() const | OsiXprSolverInterface | [virtual] |
isProvenDualInfeasible() const | OsiXprSolverInterface | [virtual] |
isProvenOptimal() const | OsiXprSolverInterface | [virtual] |
isProvenPrimalInfeasible() const | OsiXprSolverInterface | [virtual] |
ivarind_ | OsiXprSolverInterface | [mutable, private] |
ivartype_ | OsiXprSolverInterface | [mutable, private] |
iXprCallCount_ | OsiXprSolverInterface | [static] |
lastsolvewasmip | OsiXprSolverInterface | [mutable, private] |
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub) | OsiXprSolverInterface | [virtual] |
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const char *rowsen, const double *rowrhs, const double *rowrng) | OsiXprSolverInterface | [virtual] |
loadProblem(const int numcols, const int numrows, const int *start, const int *index, const double *value, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub) | OsiXprSolverInterface | [virtual] |
loadProblem(const int numcols, const int numrows, const int *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) | OsiXprSolverInterface | [virtual] |
logFileName_ | OsiXprSolverInterface | [private, static] |
logFilePtr_ | OsiXprSolverInterface | [private, static] |
markHotStart() | OsiXprSolverInterface | [virtual] |
matrixByCol_ | OsiXprSolverInterface | [mutable, private] |
matrixByRow_ | OsiXprSolverInterface | [mutable, private] |
numInstances_ | OsiXprSolverInterface | [private, static] |
objcoeffs_ | OsiXprSolverInterface | [mutable, private] |
objsense_ | OsiXprSolverInterface | [mutable, private] |
operator=(const OsiXprSolverInterface &rhs) | OsiXprSolverInterface | |
osiSerial_ | OsiXprSolverInterface | [private, static] |
OsiXprSolverInterface(int newrows=50, int newnz=100) | OsiXprSolverInterface | |
OsiXprSolverInterface(const OsiXprSolverInterface &) | OsiXprSolverInterface | |
OsiXprSolverInterfaceUnitTest(const std::string &mpsDir, const std::string &netlibDir) | OsiXprSolverInterface | [friend] |
passInMessageHandler(CoinMessageHandler *handler) | OsiXprSolverInterface | |
prob_ | OsiXprSolverInterface | [mutable, private] |
readMps(const char *filename, const char *extension="mps") | OsiXprSolverInterface | [virtual] |
resolve() | OsiXprSolverInterface | [virtual] |
rhs_ | OsiXprSolverInterface | [mutable, private] |
rowact_ | OsiXprSolverInterface | [mutable, private] |
rowlower_ | OsiXprSolverInterface | [mutable, private] |
rowprice_ | OsiXprSolverInterface | [mutable, private] |
rowrange_ | OsiXprSolverInterface | [mutable, private] |
rowsense_ | OsiXprSolverInterface | [mutable, private] |
rowsol_ | OsiXprSolverInterface | [mutable, private] |
rowupper_ | OsiXprSolverInterface | [mutable, private] |
setColBounds(int elementIndex, double lower, double upper) | OsiXprSolverInterface | [virtual] |
setColLower(int elementIndex, double elementValue) | OsiXprSolverInterface | [virtual] |
setColSetBounds(const int *indexFirst, const int *indexLast, const double *boundList) | OsiXprSolverInterface | [virtual] |
setColSolution(const double *colsol) | OsiXprSolverInterface | [virtual] |
setColUpper(int elementIndex, double elementValue) | OsiXprSolverInterface | [virtual] |
setContinuous(int index) | OsiXprSolverInterface | [virtual] |
setContinuous(const int *indices, int len) | OsiXprSolverInterface | [virtual] |
setDblParam(OsiDblParam key, double value) | OsiXprSolverInterface | |
setInteger(int index) | OsiXprSolverInterface | [virtual] |
setInteger(const int *indices, int len) | OsiXprSolverInterface | [virtual] |
setIntParam(OsiIntParam key, int value) | OsiXprSolverInterface | |
setLogFileName(const char *filename) | OsiXprSolverInterface | [static] |
setMipStart(bool value) | OsiXprSolverInterface | [inline] |
setObjCoeff(int elementIndex, double elementValue) | OsiXprSolverInterface | [virtual] |
setObjSense(double s) | OsiXprSolverInterface | [virtual] |
setRowBounds(int elementIndex, double lower, double upper) | OsiXprSolverInterface | [virtual] |
setRowLower(int elementIndex, double elementValue) | OsiXprSolverInterface | [virtual] |
setRowPrice(const double *rowprice) | OsiXprSolverInterface | [virtual] |
setRowSetBounds(const int *indexFirst, const int *indexLast, const double *boundList) | OsiXprSolverInterface | [virtual] |
setRowSetTypes(const int *indexFirst, const int *indexLast, const char *senseList, const double *rhsList, const double *rangeList) | OsiXprSolverInterface | [virtual] |
setRowType(int index, char sense, double rightHandSide, double range) | OsiXprSolverInterface | [virtual] |
setRowUpper(int elementIndex, double elementValue) | OsiXprSolverInterface | [virtual] |
setStrParam(OsiStrParam key, const std::string &value) | OsiXprSolverInterface | |
setWarmStart(const CoinWarmStart *warmstart) | OsiXprSolverInterface | [virtual] |
solveFromHotStart() | OsiXprSolverInterface | [virtual] |
unmarkHotStart() | OsiXprSolverInterface | [virtual] |
vartype_ | OsiXprSolverInterface | [mutable, private] |
version() | OsiXprSolverInterface | [static] |
writeMps(const char *filename, const char *extension="mps", double objSense=0.0) const | OsiXprSolverInterface | [virtual] |
xprProbname_ | OsiXprSolverInterface | [mutable, private] |
~OsiXprSolverInterface() | OsiXprSolverInterface | [virtual] |