This is the complete list of members for OsiVolSolverInterface, 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 | protectedvirtual |
| applyRowCut(const OsiRowCut &rc) | OsiVolSolverInterface | protectedvirtual |
| 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 | inlinevirtual |
| checkData_() const | OsiVolSolverInterface | private |
| clone(bool copyData=true) const | OsiVolSolverInterface | virtual |
| collower_ | OsiVolSolverInterface | private |
| colMatrix_ | OsiVolSolverInterface | mutableprivate |
| colMatrixCurrent_ | OsiVolSolverInterface | mutableprivate |
| 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 | privatevirtual |
| 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 | inlinevirtual |
| getColSolution() const | OsiVolSolverInterface | inlinevirtual |
| getColUpper() const | OsiVolSolverInterface | inlinevirtual |
| getDblParam(OsiDblParam key, double &value) const | OsiVolSolverInterface | |
| getDualRays(int maxNumRays, bool fullRay=false) const | OsiVolSolverInterface | virtual |
| getEmptyWarmStart() const | OsiVolSolverInterface | virtual |
| getInfinity() const | OsiVolSolverInterface | inlinevirtual |
| getIntParam(OsiIntParam key, int &value) const | OsiVolSolverInterface | |
| getIterationCount() const | OsiVolSolverInterface | inlinevirtual |
| getMatrixByCol() const | OsiVolSolverInterface | virtual |
| getMatrixByRow() const | OsiVolSolverInterface | virtual |
| getNumCols() const | OsiVolSolverInterface | inlinevirtual |
| getNumElements() const | OsiVolSolverInterface | inlinevirtual |
| getNumRows() const | OsiVolSolverInterface | inlinevirtual |
| getObjCoefficients() const | OsiVolSolverInterface | inlinevirtual |
| getObjSense() const | OsiVolSolverInterface | inlinevirtual |
| getObjValue() const | OsiVolSolverInterface | inlinevirtual |
| getPrimalRays(int maxNumRays) const | OsiVolSolverInterface | virtual |
| getReducedCost() const | OsiVolSolverInterface | inlinevirtual |
| getRightHandSide() const | OsiVolSolverInterface | inlinevirtual |
| getRowActivity() const | OsiVolSolverInterface | inlinevirtual |
| getRowLower() const | OsiVolSolverInterface | inlinevirtual |
| getRowPrice() const | OsiVolSolverInterface | inlinevirtual |
| getRowRange() const | OsiVolSolverInterface | inlinevirtual |
| getRowSense() const | OsiVolSolverInterface | inlinevirtual |
| getRowUpper() const | OsiVolSolverInterface | inlinevirtual |
| 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 | inlineprivatevirtual |
| 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 | mutableprivate |
| rowMatrixCurrent_ | OsiVolSolverInterface | mutableprivate |
| 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 | inlinevirtual |
| setColLower(int elementIndex, double elementValue) | OsiVolSolverInterface | inlinevirtual |
| setColSetBounds(const int *indexFirst, const int *indexLast, const double *boundList) | OsiVolSolverInterface | virtual |
| setColSolution(const double *colsol) | OsiVolSolverInterface | virtual |
| setColUpper(int elementIndex, double elementValue) | OsiVolSolverInterface | inlinevirtual |
| 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 | inlinevirtual |
| setObjSense(double s) | OsiVolSolverInterface | inlinevirtual |
| setRowBounds(int elementIndex, double lower, double upper) | OsiVolSolverInterface | inlinevirtual |
| setRowLower(int elementIndex, double elementValue) | OsiVolSolverInterface | inlinevirtual |
| 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 | inlinevirtual |
| setRowUpper(int elementIndex, double elementValue) | OsiVolSolverInterface | inlinevirtual |
| 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 | privatevirtual |
| 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 | inlinevirtual |
1.8.5