DyLP  1.10.4
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() constOsiDylpSolverInterface
branchAndBound()OsiDylpSolverInterface
canDoSimplexInterface() constOsiDylpSolverInterface
clone(bool copyData=true) constOsiDylpSolverInterface
conditionOsiDylpSolverInterface
deleteCols(const int num, const int *colIndices)OsiDylpSolverInterface
deleteRows(const int num, const int *rowIndices)OsiDylpSolverInterface
disableFactorization() constOsiDylpSolverInterface
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() constOsiDylpSolverInterface
getBasics(int *index) constOsiDylpSolverInterfacevirtual
getBasisStatus(int *archStatus, int *logStatus) constOsiDylpSolverInterface
getBInvACol(int col, double *abarj) constOsiDylpSolverInterfacevirtual
getBInvARow(int row, double *abari, double *betai=0) constOsiDylpSolverInterfacevirtual
getBInvCol(int col, double *betak) constOsiDylpSolverInterfacevirtual
getBInvRow(int row, double *betai) constOsiDylpSolverInterfacevirtual
getColLower() constOsiDylpSolverInterface
getColSolution() constOsiDylpSolverInterface
getColUpper() constOsiDylpSolverInterface
getDblParam(OsiDblParam key, double &value) constOsiDylpSolverInterface
getDualRays(int maxNumRays, bool fullRay) constOsiDylpSolverInterface
getEmptyWarmStart() constOsiDylpSolverInterface
getHintParam(OsiHintParam key, bool &sense, OsiHintStrength &strength, void *&info) constOsiDylpSolverInterface
getInfinity() constOsiDylpSolverInterface
getIntParam(OsiIntParam key, int &value) constOsiDylpSolverInterface
getIterationCount() constOsiDylpSolverInterface
getMatrixByCol() constOsiDylpSolverInterface
getMatrixByRow() constOsiDylpSolverInterface
getNumCols() constOsiDylpSolverInterface
getNumElements() constOsiDylpSolverInterface
getNumIntegers() constOsiDylpSolverInterface
getNumRows() constOsiDylpSolverInterface
getObjCoefficients() constOsiDylpSolverInterface
getObjSense() constOsiDylpSolverInterface
getObjValue() constOsiDylpSolverInterface
getPrimalRays(int maxNumRays) constOsiDylpSolverInterface
getReducedCost() constOsiDylpSolverInterface
getReducedGradient(double *columnReducedCosts, double *duals, const double *c) constOsiDylpSolverInterfacevirtual
getRightHandSide() constOsiDylpSolverInterface
getRowActivity() constOsiDylpSolverInterface
getRowLower() constOsiDylpSolverInterface
getRowPrice() constOsiDylpSolverInterface
getRowRange() constOsiDylpSolverInterface
getRowSense() constOsiDylpSolverInterface
getRowUpper() constOsiDylpSolverInterface
getStrParam(OsiStrParam key, std::string &value) constOsiDylpSolverInterface
getWarmStart() constOsiDylpSolverInterface
initialSolve()OsiDylpSolverInterface
initialSolveOptionsOsiDylpSolverInterface
isAbandoned() constOsiDylpSolverInterface
isBinary(int colIndex) constOsiDylpSolverInterface
isContinuous(int colIndex) constOsiDylpSolverInterface
isDualObjectiveLimitReached() constOsiDylpSolverInterface
isInteger(int colIndex) constOsiDylpSolverInterface
isIntegerNonBinary(int colIndex) constOsiDylpSolverInterface
isIterationLimitReached() constOsiDylpSolverInterface
isPrimalObjectiveLimitReached() constOsiDylpSolverInterface
isProvenDualInfeasible() constOsiDylpSolverInterface
isProvenOptimal() constOsiDylpSolverInterface
isProvenPrimalInfeasible() constOsiDylpSolverInterface
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) constOsiDylpSolverInterface
~OsiDylpSolverInterface()OsiDylpSolverInterface