DyLP  1.9.4
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
OsiDylpSolverInterface Member List

This is the complete list of members for OsiDylpSolverInterface, including all inherited members.

activateRowCutDebugger(const char *modelName)OsiDylpSolverInterface
activateRowCutDebugger(const double *solution, bool keepContinuous=false)OsiDylpSolverInterface
addCol(const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj)OsiDylpSolverInterface
addRow(const CoinPackedVectorBase &row, const double rowlb, const double rowub)OsiDylpSolverInterface
addRow(const CoinPackedVectorBase &row, const char rowsen, const double rowrhs, const double rowrng)OsiDylpSolverInterface
applyColCut(const OsiColCut &cut)OsiDylpSolverInterface
applyRowCut(const OsiRowCut &cut)OsiDylpSolverInterface
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, char *&rowsen, double *&rowrhs, double *&rowrng)OsiDylpSolverInterface
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, double *&rowlb, double *&rowub)OsiDylpSolverInterface
balanceOsiDylpSolverInterface
basisOsiDylpSolverInterface
basisIsAvailable() const OsiDylpSolverInterface
branchAndBound()OsiDylpSolverInterface
canDoSimplexInterface() const OsiDylpSolverInterface
clone(bool copyData=true) const OsiDylpSolverInterface
conditionOsiDylpSolverInterface
deleteCols(const int num, const int *colIndices)OsiDylpSolverInterface
deleteRows(const int num, const int *rowIndices)OsiDylpSolverInterface
disableFactorization() const OsiDylpSolverInterface
dylp_controlfile(const char *name, const bool silent, const bool mustexist=true)OsiDylpSolverInterface
dylp_logfile(const char *name, bool echo=false)OsiDylpSolverInterface
dylp_outfile(const char *name)OsiDylpSolverInterface
dylp_printsoln(bool wantSoln, bool wantStats)OsiDylpSolverInterface
enableFactorization() const OsiDylpSolverInterface
getBasics(int *index) const OsiDylpSolverInterfacevirtual
getBasisStatus(int *archStatus, int *logStatus) const OsiDylpSolverInterface
getBInvACol(int col, double *abarj) const OsiDylpSolverInterfacevirtual
getBInvARow(int row, double *abari, double *betai=0) const OsiDylpSolverInterfacevirtual
getBInvCol(int col, double *betak) const OsiDylpSolverInterfacevirtual
getBInvRow(int row, double *betai) const OsiDylpSolverInterfacevirtual
getColLower() const OsiDylpSolverInterface
getColSolution() const OsiDylpSolverInterface
getColUpper() const OsiDylpSolverInterface
getDblParam(OsiDblParam key, double &value) const OsiDylpSolverInterface
getDualRays(int maxNumRays, bool fullRay) const OsiDylpSolverInterface
getEmptyWarmStart() const OsiDylpSolverInterface
getHintParam(OsiHintParam key, bool &sense, OsiHintStrength &strength, void *&info) const OsiDylpSolverInterface
getInfinity() const OsiDylpSolverInterface
getIntParam(OsiIntParam key, int &value) const OsiDylpSolverInterface
getIterationCount() const OsiDylpSolverInterface
getMatrixByCol() const OsiDylpSolverInterface
getMatrixByRow() const OsiDylpSolverInterface
getNumCols() const OsiDylpSolverInterface
getNumElements() const OsiDylpSolverInterface
getNumIntegers() const OsiDylpSolverInterface
getNumRows() const OsiDylpSolverInterface
getObjCoefficients() const OsiDylpSolverInterface
getObjSense() const OsiDylpSolverInterface
getObjValue() const OsiDylpSolverInterface
getPrimalRays(int maxNumRays) const OsiDylpSolverInterface
getReducedCost() const OsiDylpSolverInterface
getReducedGradient(double *columnReducedCosts, double *duals, const double *c) const OsiDylpSolverInterfacevirtual
getRightHandSide() const OsiDylpSolverInterface
getRowActivity() const OsiDylpSolverInterface
getRowLower() const OsiDylpSolverInterface
getRowPrice() const OsiDylpSolverInterface
getRowRange() const OsiDylpSolverInterface
getRowSense() const OsiDylpSolverInterface
getRowUpper() const OsiDylpSolverInterface
getStrParam(OsiStrParam key, std::string &value) const OsiDylpSolverInterface
getWarmStart() const OsiDylpSolverInterface
initialSolve()OsiDylpSolverInterface
initialSolveOptionsOsiDylpSolverInterface
isAbandoned() const OsiDylpSolverInterface
isBinary(int colIndex) const OsiDylpSolverInterface
isContinuous(int colIndex) const OsiDylpSolverInterface
isDualObjectiveLimitReached() const OsiDylpSolverInterface
isInteger(int colIndex) const OsiDylpSolverInterface
isIntegerNonBinary(int colIndex) const OsiDylpSolverInterface
isIterationLimitReached() const OsiDylpSolverInterface
isPrimalObjectiveLimitReached() const OsiDylpSolverInterface
isProvenDualInfeasible() const OsiDylpSolverInterface
isProvenOptimal() const OsiDylpSolverInterface
isProvenPrimalInfeasible() const OsiDylpSolverInterface
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const char *rowsen, const double *rowrhs, const double *rowrng)OsiDylpSolverInterface
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub)OsiDylpSolverInterface
loadProblem(const int colcnt, const int rowcnt, const int *start, const int *index, const double *value, const double *collb, const double *colub, const double *obj, const char *sense, const double *rhsin, const double *range)OsiDylpSolverInterface
loadProblem(const int colcnt, const int rowcnt, const int *start, const int *index, const double *value, const double *collb, const double *colub, const double *obj, const double *row_lower, const double *row_upper)OsiDylpSolverInterface
markHotStart()OsiDylpSolverInterface
newLanguage(CoinMessages::Language language)OsiDylpSolverInterfaceinline
operator=(const OsiDylpSolverInterface &rhs)OsiDylpSolverInterface
OsiDylpSolverInterface()OsiDylpSolverInterface
OsiDylpSolverInterface(const OsiDylpSolverInterface &src)OsiDylpSolverInterface
OsiDylpSolverInterfaceUnitTest(const std::string &mpsDir, const std::string &netLibDir)OsiDylpSolverInterfacefriend
readMps(const char *filename, const char *extension="mps")OsiDylpSolverInterface
readMps(const char *filename, const char *extension, int &numberSets, CoinSet **&sets)OsiDylpSolverInterface
reset()OsiDylpSolverInterface
resolve()OsiDylpSolverInterface
resolveOptionsOsiDylpSolverInterface
saved_fullsysOsiDylpSolverInterface
setBasisStatus(const int *archStatus, const int *logStatus)OsiDylpSolverInterface
setColLower(int index, double value)OsiDylpSolverInterface
setColName(int ndx, std::string name)OsiDylpSolverInterface
setColSolution(const double *colsol)OsiDylpSolverInterface
setColUpper(int index, double value)OsiDylpSolverInterface
setContinuous(int index)OsiDylpSolverInterface
setDblParam(OsiDblParam key, double value)OsiDylpSolverInterface
setHintParam(OsiHintParam key, bool sense=true, OsiHintStrength strength=OsiHintTry, void *info=0)OsiDylpSolverInterface
setInteger(int index)OsiDylpSolverInterface
setIntParam(OsiIntParam key, int value)OsiDylpSolverInterface
setLanguage(CoinMessages::Language language)OsiDylpSolverInterfaceinline
setObjCoeff(int index, double value)OsiDylpSolverInterface
setObjective(const double *array)OsiDylpSolverInterface
setObjName(std::string name)OsiDylpSolverInterface
setObjSense(double sense)OsiDylpSolverInterface
setOsiDylpMessages(CoinMessages::Language local_language)OsiDylpSolverInterface
setRowLower(int index, double value)OsiDylpSolverInterface
setRowName(int ndx, std::string name)OsiDylpSolverInterface
setRowPrice(const double *)OsiDylpSolverInterface
setRowType(int index, char rowsen, double rowrhs, double rowrng)OsiDylpSolverInterface
setRowUpper(int index, double value)OsiDylpSolverInterface
setStrParam(OsiStrParam key, const std::string &value)OsiDylpSolverInterface
setWarmStart(const CoinWarmStart *warmStart)OsiDylpSolverInterface
simplexOsiDylpSolverInterface
solveFromHotStart()OsiDylpSolverInterface
tolerancesOsiDylpSolverInterface
unmarkHotStart()OsiDylpSolverInterface
writeMps(const char *basename, const char *extension="mps", double objsense=0.0) const OsiDylpSolverInterface
~OsiDylpSolverInterface()OsiDylpSolverInterface