, including all inherited members.
addCol(const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj) | OsiVolSolverInterface | [virtual] |
addCols(const int numcols, const CoinPackedVectorBase *const *cols, const double *collb, const double *colub, const double *obj) | OsiVolSolverInterface | [virtual] |
addRow(const CoinPackedVectorBase &vec, const double rowlb, const double rowub) | OsiVolSolverInterface | [virtual] |
addRow(const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng) | OsiVolSolverInterface | [virtual] |
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const double *rowlb, const double *rowub) | OsiVolSolverInterface | [virtual] |
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const char *rowsen, const double *rowrhs, const double *rowrng) | OsiVolSolverInterface | [virtual] |
applyColCut(const OsiColCut &cc) | OsiVolSolverInterface | [protected, virtual] |
applyRowCut(const OsiRowCut &rc) | OsiVolSolverInterface | [protected, virtual] |
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, double *&rowlb, double *&rowub) | OsiVolSolverInterface | [virtual] |
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, char *&rowsen, double *&rowrhs, double *&rowrng) | OsiVolSolverInterface | [virtual] |
branchAndBound() | OsiVolSolverInterface | [inline, virtual] |
checkData_() const | OsiVolSolverInterface | [private] |
clone(bool copyData=true) const | OsiVolSolverInterface | [virtual] |
collower_ | OsiVolSolverInterface | [private] |
colMatrix_ | OsiVolSolverInterface | [mutable, private] |
colMatrixCurrent_ | OsiVolSolverInterface | [mutable, private] |
colMatrixOneMinusOne_ | OsiVolSolverInterface | [private] |
colRimAllocator_() | OsiVolSolverInterface | [private] |
colRimResize_(const int newSize) | OsiVolSolverInterface | [private] |
colsol_ | OsiVolSolverInterface | [private] |
colupper_ | OsiVolSolverInterface | [private] |
compute_rc(const VOL_dvector &u, VOL_dvector &rc) | OsiVolSolverInterface | [private, virtual] |
compute_rc_(const double *u, double *rc) const | OsiVolSolverInterface | [private] |
continuous_ | OsiVolSolverInterface | [private] |
convertBoundsToSenses_() | OsiVolSolverInterface | [private] |
convertSensesToBounds_() | OsiVolSolverInterface | [private] |
deleteCols(const int num, const int *colIndices) | OsiVolSolverInterface | [virtual] |
deleteRows(const int num, const int *rowIndices) | OsiVolSolverInterface | [virtual] |
getColLower() const | OsiVolSolverInterface | [inline, virtual] |
getColSolution() const | OsiVolSolverInterface | [inline, virtual] |
getColUpper() const | OsiVolSolverInterface | [inline, virtual] |
getDblParam(OsiDblParam key, double &value) const | OsiVolSolverInterface | |
getDualRays(int maxNumRays, bool fullRay=false) const | OsiVolSolverInterface | [virtual] |
getEmptyWarmStart() const | OsiVolSolverInterface | [virtual] |
getInfinity() const | OsiVolSolverInterface | [inline, virtual] |
getIntParam(OsiIntParam key, int &value) const | OsiVolSolverInterface | |
getIterationCount() const | OsiVolSolverInterface | [inline, virtual] |
getMatrixByCol() const | OsiVolSolverInterface | [virtual] |
getMatrixByRow() const | OsiVolSolverInterface | [virtual] |
getNumCols() const | OsiVolSolverInterface | [inline, virtual] |
getNumElements() const | OsiVolSolverInterface | [inline, virtual] |
getNumRows() const | OsiVolSolverInterface | [inline, virtual] |
getObjCoefficients() const | OsiVolSolverInterface | [inline, virtual] |
getObjSense() const | OsiVolSolverInterface | [inline, virtual] |
getObjValue() const | OsiVolSolverInterface | [inline, virtual] |
getPrimalRays(int maxNumRays) const | OsiVolSolverInterface | [virtual] |
getReducedCost() const | OsiVolSolverInterface | [inline, virtual] |
getRightHandSide() const | OsiVolSolverInterface | [inline, virtual] |
getRowActivity() const | OsiVolSolverInterface | [inline, virtual] |
getRowLower() const | OsiVolSolverInterface | [inline, virtual] |
getRowPrice() const | OsiVolSolverInterface | [inline, virtual] |
getRowRange() const | OsiVolSolverInterface | [inline, virtual] |
getRowSense() const | OsiVolSolverInterface | [inline, virtual] |
getRowUpper() const | OsiVolSolverInterface | [inline, virtual] |
getStrParam(OsiStrParam key, std::string &value) const | OsiVolSolverInterface | |
getWarmStart() const | OsiVolSolverInterface | [virtual] |
gutsOfDestructor_() | OsiVolSolverInterface | [private] |
heuristics(const VOL_problem &, const VOL_dvector &, double &heur_val) | OsiVolSolverInterface | [inline, private, virtual] |
initFromClbCubObj(const int colnum, const double *collb, const double *colub, const double *obj) | OsiVolSolverInterface | [protected] |
initFromRhsSenseRange(const int rownum, const char *rowsen, const double *rowrhs, const double *rowrng) | OsiVolSolverInterface | [protected] |
initFromRlbRub(const int rownum, const double *rowlb, const double *rowub) | OsiVolSolverInterface | [protected] |
initialSolve() | OsiVolSolverInterface | [virtual] |
isAbandoned() const | OsiVolSolverInterface | [virtual] |
isContinuous(int colNumber) const | OsiVolSolverInterface | [virtual] |
isDualObjectiveLimitReached() const | OsiVolSolverInterface | [virtual] |
isIterationLimitReached() const | OsiVolSolverInterface | [virtual] |
isPrimalObjectiveLimitReached() const | OsiVolSolverInterface | [virtual] |
isProvenDualInfeasible() const | OsiVolSolverInterface | [virtual] |
isProvenOptimal() const | OsiVolSolverInterface | [virtual] |
isProvenPrimalInfeasible() const | OsiVolSolverInterface | [virtual] |
isZeroOneMinusOne_ | OsiVolSolverInterface | [private] |
lagrangeanCost_ | OsiVolSolverInterface | [private] |
lhs_ | OsiVolSolverInterface | [private] |
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub) | OsiVolSolverInterface | [virtual] |
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const char *rowsen, const double *rowrhs, const double *rowrng) | OsiVolSolverInterface | [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) | OsiVolSolverInterface | [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) | OsiVolSolverInterface | [virtual] |
markHotStart() | OsiVolSolverInterface | [virtual] |
maxNumcols_ | OsiVolSolverInterface | [private] |
maxNumrows_ | OsiVolSolverInterface | [private] |
objcoeffs_ | OsiVolSolverInterface | [private] |
objsense_ | OsiVolSolverInterface | [private] |
operator=(const OsiVolSolverInterface &rhs) | OsiVolSolverInterface | |
OsiVolSolverInterface() | OsiVolSolverInterface | |
OsiVolSolverInterface(const OsiVolSolverInterface &) | OsiVolSolverInterface | |
OsiVolSolverInterfaceUnitTest(const std::string &mpsDir, const std::string &netlibDir) | OsiVolSolverInterface | [friend] |
rc_ | OsiVolSolverInterface | [private] |
readMps(const char *filename, const char *extension="mps") | OsiVolSolverInterface | [virtual] |
resolve() | OsiVolSolverInterface | [virtual] |
rhs_ | OsiVolSolverInterface | [private] |
rowlower_ | OsiVolSolverInterface | [private] |
rowMatrix_ | OsiVolSolverInterface | [mutable, private] |
rowMatrixCurrent_ | OsiVolSolverInterface | [mutable, private] |
rowMatrixOneMinusOne_ | OsiVolSolverInterface | [private] |
rowprice_ | OsiVolSolverInterface | [private] |
rowpriceHotStart_ | OsiVolSolverInterface | [private] |
rowrange_ | OsiVolSolverInterface | [private] |
rowRimAllocator_() | OsiVolSolverInterface | [private] |
rowRimResize_(const int newSize) | OsiVolSolverInterface | [private] |
rowsense_ | OsiVolSolverInterface | [private] |
rowupper_ | OsiVolSolverInterface | [private] |
setColBounds(int elementIndex, double lower, double upper) | OsiVolSolverInterface | [inline, virtual] |
setColLower(int elementIndex, double elementValue) | OsiVolSolverInterface | [inline, virtual] |
setColSetBounds(const int *indexFirst, const int *indexLast, const double *boundList) | OsiVolSolverInterface | [virtual] |
setColSolution(const double *colsol) | OsiVolSolverInterface | [virtual] |
setColUpper(int elementIndex, double elementValue) | OsiVolSolverInterface | [inline, virtual] |
setContinuous(int index) | OsiVolSolverInterface | [virtual] |
setContinuous(const int *indices, int len) | OsiVolSolverInterface | [virtual] |
setDblParam(OsiDblParam key, double value) | OsiVolSolverInterface | |
setInteger(int index) | OsiVolSolverInterface | [virtual] |
setInteger(const int *indices, int len) | OsiVolSolverInterface | [virtual] |
setIntParam(OsiIntParam key, int value) | OsiVolSolverInterface | |
setObjCoeff(int elementIndex, double elementValue) | OsiVolSolverInterface | [inline, virtual] |
setObjSense(double s) | OsiVolSolverInterface | [inline, virtual] |
setRowBounds(int elementIndex, double lower, double upper) | OsiVolSolverInterface | [inline, virtual] |
setRowLower(int elementIndex, double elementValue) | OsiVolSolverInterface | [inline, virtual] |
setRowPrice(const double *rowprice) | OsiVolSolverInterface | [virtual] |
setRowSetBounds(const int *indexFirst, const int *indexLast, const double *boundList) | OsiVolSolverInterface | [virtual] |
setRowSetTypes(const int *indexFirst, const int *indexLast, const char *senseList, const double *rhsList, const double *rangeList) | OsiVolSolverInterface | [virtual] |
setRowType(int index, char sense, double rightHandSide, double range) | OsiVolSolverInterface | [inline, virtual] |
setRowUpper(int elementIndex, double elementValue) | OsiVolSolverInterface | [inline, virtual] |
setStrParam(OsiStrParam key, const std::string &value) | OsiVolSolverInterface | |
setWarmStart(const CoinWarmStart *warmstart) | OsiVolSolverInterface | [virtual] |
solve_subproblem(const VOL_dvector &dual, const VOL_dvector &rc, double &lcost, VOL_dvector &x, VOL_dvector &v, double &pcost) | OsiVolSolverInterface | [private, virtual] |
solveFromHotStart() | OsiVolSolverInterface | [virtual] |
test_zero_one_minusone_(const CoinPackedMatrix &m) const | OsiVolSolverInterface | [private] |
unmarkHotStart() | OsiVolSolverInterface | [virtual] |
updateColMatrix_() const | OsiVolSolverInterface | [private] |
updateRowMatrix_() const | OsiVolSolverInterface | [private] |
volprob() | OsiVolSolverInterface | [inline] |
volprob_ | OsiVolSolverInterface | [private] |
writeMps(const char *filename, const char *extension="mps", double objSense=0.0) const | OsiVolSolverInterface | [virtual] |
~OsiVolSolverInterface() | OsiVolSolverInterface | [virtual] |
~VOL_user_hooks() | VOL_user_hooks | [inline, virtual] |