OsiDylpSolverInterface Member List

This is the complete list of members for OsiDylpSolverInterface, including all inherited members.
_col_cbarOsiDylpSolverInterface [mutable, private]
_col_objOsiDylpSolverInterface [mutable, private]
_col_xOsiDylpSolverInterface [mutable, private]
_matrix_by_colOsiDylpSolverInterface [mutable, private]
_matrix_by_rowOsiDylpSolverInterface [mutable, private]
_objvalOsiDylpSolverInterface [mutable, private]
_row_lhsOsiDylpSolverInterface [mutable, private]
_row_lowerOsiDylpSolverInterface [mutable, private]
_row_priceOsiDylpSolverInterface [mutable, private]
_row_rangeOsiDylpSolverInterface [mutable, private]
_row_rhsOsiDylpSolverInterface [mutable, private]
_row_senseOsiDylpSolverInterface [mutable, private]
_row_upperOsiDylpSolverInterface [mutable, private]
activateRowCutDebugger(const char *modelName)OsiDylpSolverInterface [virtual]
activateRowCutDebugger(const double *solution)OsiDylpSolverInterface [virtual]
activeBasisOsiDylpSolverInterface [private]
add_col(const CoinPackedVectorBase &coin_coli, vartyp_enum vtypi, double vlbi, double vubi, double obji, const std::string *nme)OsiDylpSolverInterface [private]
add_row(const CoinPackedVectorBase &coin_rowi, char clazzi, contyp_enum ctypi, double rhsi, double rhslowi, const std::string *nme)OsiDylpSolverInterface [private]
addCol(const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj)OsiDylpSolverInterface [virtual]
OsiSolverInterface::addCol(const CoinPackedVectorBase &vec, const double collb, const double colub, const double obj, std::string name)OsiSolverInterface [virtual]
OsiSolverInterface::addCol(int numberElements, const int *rows, const double *elements, const double collb, const double colub, const double obj)OsiSolverInterface [virtual]
OsiSolverInterface::addCol(int numberElements, const int *rows, const double *elements, const double collb, const double colub, const double obj, std::string name)OsiSolverInterface [virtual]
addCols(const int numcols, const CoinPackedVectorBase *const *cols, const double *collb, const double *colub, const double *obj)OsiSolverInterface [virtual]
addCols(const int numcols, const int *columnStarts, const int *rows, const double *elements, const double *collb, const double *colub, const double *obj)OsiSolverInterface [virtual]
addCols(const CoinBuild &buildObject)OsiSolverInterface
addCols(CoinModel &modelObject)OsiSolverInterface
addObjects(int numberObjects, OsiObject **objects)OsiSolverInterface
addRow(const CoinPackedVectorBase &row, const double rowlb, const double rowub)OsiDylpSolverInterface [virtual]
addRow(const CoinPackedVectorBase &row, const char rowsen, const double rowrhs, const double rowrng)OsiDylpSolverInterface [virtual]
OsiSolverInterface::addRow(const CoinPackedVectorBase &vec, const double rowlb, const double rowub, std::string name)OsiSolverInterface [virtual]
OsiSolverInterface::addRow(const CoinPackedVectorBase &vec, const char rowsen, const double rowrhs, const double rowrng, std::string name)OsiSolverInterface [virtual]
OsiSolverInterface::addRow(int numberElements, const int *columns, const double *element, const double rowlb, const double rowub)OsiSolverInterface [virtual]
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const double *rowlb, const double *rowub)OsiSolverInterface [virtual]
addRows(const int numrows, const CoinPackedVectorBase *const *rows, const char *rowsen, const double *rowrhs, const double *rowrng)OsiSolverInterface [virtual]
addRows(const int numrows, const int *rowStarts, const int *columns, const double *element, const double *rowlb, const double *rowub)OsiSolverInterface [virtual]
addRows(const CoinBuild &buildObject)OsiSolverInterface
addRows(CoinModel &modelObject)OsiSolverInterface
applyColCut(const OsiColCut &cut)OsiDylpSolverInterface [virtual]
applyCuts(const OsiCuts &cs, double effectivenessLb=0.0)OsiSolverInterface [virtual]
applyRowCut(const OsiRowCut &cut)OsiDylpSolverInterface [virtual]
applyRowCuts(int numberCuts, const OsiRowCut *cuts)OsiSolverInterface [virtual]
applyRowCuts(int numberCuts, const OsiRowCut **cuts)OsiSolverInterface [virtual]
assert_same(const T &t1, const T &t2, bool exact)OsiDylpSolverInterface [inline, private, static]
assert_same(const T *t1, const T *t2, int n, bool exact)OsiDylpSolverInterface [inline, private, static]
assert_same(double d1, double d2, bool exact)OsiDylpSolverInterface [private, static]
assert_same(const basis_struct &b1, const basis_struct &b2, bool exact)OsiDylpSolverInterface [private, static]
assert_same(const consys_struct &c1, const consys_struct &c2, bool exact)OsiDylpSolverInterface [private, static]
assert_same(const conbnd_struct &c1, const conbnd_struct &c2, bool exact)OsiDylpSolverInterface [private, static]
assert_same(const lpprob_struct &l1, const lpprob_struct &l2, bool exact)OsiDylpSolverInterface [private, static]
assert_same(const OsiDylpSolverInterface &o1, const OsiDylpSolverInterface &o2, bool exact)OsiDylpSolverInterface [private, static]
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, char *&rowsen, double *&rowrhs, double *&rowrng)OsiDylpSolverInterface [virtual]
assignProblem(CoinPackedMatrix *&matrix, double *&collb, double *&colub, double *&obj, double *&rowlb, double *&rowub)OsiDylpSolverInterface [virtual]
balanceOsiDylpSolverInterface
basisOsiDylpSolverInterface
basis_readyOsiDylpSolverInterface [private, static]
basisCondition enum nameOsiDylpSolverInterface [private]
basisDamaged enum valueOsiDylpSolverInterface [private]
basisFresh enum valueOsiDylpSolverInterface [private]
basisIsAvailable() const OsiSolverInterface [virtual]
basisModified enum valueOsiDylpSolverInterface [private]
basisNone enum valueOsiDylpSolverInterface [private]
bound_to_type(double lower, double upper)OsiDylpSolverInterface [private]
branchAndBound()OsiDylpSolverInterface [virtual]
calc_objval()OsiDylpSolverInterface [private]
canDoSimplexInterface() const OsiSolverInterface [virtual]
clone(bool copyData=true) const OsiDylpSolverInterface [virtual]
columnType(bool refresh=false) const OsiSolverInterface [inline]
columnType_OsiSolverInterface [mutable, protected]
conditionOsiDylpSolverInterface
construct_consys(int cols, int rows)OsiDylpSolverInterface [private]
construct_lpprob()OsiDylpSolverInterface [private]
construct_options()OsiDylpSolverInterface [private]
consysOsiDylpSolverInterface [private]
convertBoundToSense(const double lower, const double upper, char &sense, double &right, double &range) const OsiSolverInterface [inline, protected]
convertSenseToBound(const char sense, const double right, const double range, double &lower, double &upper) const OsiSolverInterface [inline, protected]
copy(const T *src, T *dst, int n)OsiDylpSolverInterface [inline, private, static]
copy(const T *src, int n)OsiDylpSolverInterface [inline, private, static]
copy(const T *src)OsiDylpSolverInterface [inline, private, static]
copy_basis(const basis_struct *src, int dstsze)OsiDylpSolverInterface [private, static]
copy_basis(const basis_struct *src, basis_struct *dst)OsiDylpSolverInterface [private, static]
copy_lpprob(const lpprob_struct *src)OsiDylpSolverInterface [private, static]
copyParameters(OsiSolverInterface &rhs)OsiSolverInterface
defaultHandler() const OsiSolverInterface [inline]
defaultHandler_OsiSolverInterface [protected]
deleteBranchingInfo(int numberDeleted, const int *which)OsiSolverInterface
deleteColNames(int tgtStart, int len)OsiSolverInterface [virtual]
deleteCols(const int num, const int *colIndices)OsiDylpSolverInterface [virtual]
deleteObjects()OsiSolverInterface
deleteRowNames(int tgtStart, int len)OsiSolverInterface [virtual]
deleteRows(const int num, const int *rowIndices)OsiDylpSolverInterface [virtual]
destruct_cache(bool rowStructure, bool colStructure)OsiDylpSolverInterface [private]
destruct_col_cache(bool structure)OsiDylpSolverInterface [private]
destruct_presolve()OsiDylpSolverInterface [private]
destruct_problem(bool preserve_interface)OsiDylpSolverInterface [private]
destruct_row_cache(bool structure)OsiDylpSolverInterface [private]
detach_dylp()OsiDylpSolverInterface [private]
dfltRowColName(char rc, int ndx, unsigned digits=7) const OsiSolverInterface [virtual]
disableFactorization() const OsiSolverInterface [virtual]
disableSimplexInterface()OsiSolverInterface [virtual]
do_lp(ODSI_start_enum start)OsiDylpSolverInterface [private]
doPostsolve()OsiDylpSolverInterface [private]
doPresolve()OsiDylpSolverInterface [private]
dualPivotResult(int &colIn, int &sign, int colOut, int outStatus, double &t, CoinPackedVector *dx)OsiSolverInterface [virtual]
dylp_controlfile(const char *name, const bool silent, const bool mustexist=true)OsiDylpSolverInterface
dylp_ioinit()OsiDylpSolverInterface [private]
dylp_logfile(const char *name, bool echo=false)OsiDylpSolverInterface
dylp_outfile(const char *name)OsiDylpSolverInterface
dylp_ownerOsiDylpSolverInterface [private, static]
dylp_printsoln(bool wantSoln, bool wantStats)OsiDylpSolverInterface
enableFactorization() const OsiSolverInterface [virtual]
enableSimplexInterface(bool doingPrimal)OsiSolverInterface [virtual]
evalPresolve()OsiDylpSolverInterface [private]
findIntegers(bool justCount)OsiSolverInterface
findIntegersAndSOS(bool justCount)OsiSolverInterface [virtual]
forceFeasible()OsiSolverInterface
forceIntoRange(const T value, const T lower, const T upper) const OsiSolverInterface [inline, protected]
gen_rowiparms(contyp_enum *ctypi, double *rhsi, double *rhslowi, char sensei, double rhsini, double rangei)OsiDylpSolverInterface [private]
gen_rowiparms(contyp_enum *ctypi, double *rhsi, double *rhslowi, double rowlbi, double rowubi)OsiDylpSolverInterface [private]
gen_rowparms(int rowcnt, double *rhs, double *rhslow, contyp_enum *ctyp, const double *rowlb, const double *rowub)OsiDylpSolverInterface [private]
gen_rowparms(int rowcnt, double *rhs, double *rhslow, contyp_enum *ctyp, const char *sense, const double *rhsin, const double *range)OsiDylpSolverInterface [private]
getApplicationData() const OsiSolverInterface
getAuxiliaryInfo() const OsiSolverInterface
getBasics(int *index) const OsiSolverInterface [virtual]
getBasisStatus(int *cstat, int *rstat) const OsiSolverInterface [virtual]
getBInvACol(int col, double *vec) const OsiSolverInterface [virtual]
getBInvARow(int row, double *z, double *slack=NULL) const OsiSolverInterface [virtual]
getBInvCol(int col, double *vec) const OsiSolverInterface [virtual]
getBInvRow(int row, double *z) const OsiSolverInterface [virtual]
getColLower() const OsiDylpSolverInterface [virtual]
getColName(int colIndex, unsigned maxLen=(unsigned) std::string::npos) const OsiSolverInterface [virtual]
getColNames()OsiSolverInterface [virtual]
getColSolution() const OsiDylpSolverInterface [virtual]
getColType(bool refresh=false) const OsiSolverInterface [virtual]
getColUpper() const OsiDylpSolverInterface [virtual]
getDblParam(OsiDblParam key, double &value) const OsiDylpSolverInterface [virtual]
getDualRays(int) const OsiDylpSolverInterface [virtual]
getEmptyWarmStart() const OsiDylpSolverInterface [virtual]
getFractionalIndices(const double etol=1.e-05) const OsiSolverInterface [virtual]
getHintParam(OsiHintParam key, bool &sense, OsiHintStrength &strength, void *&info) const OsiDylpSolverInterface [virtual]
OsiSolverInterface::getHintParam(OsiHintParam key, bool &yesNo, OsiHintStrength &strength) const OsiSolverInterface [inline, virtual]
OsiSolverInterface::getHintParam(OsiHintParam key, bool &yesNo) const OsiSolverInterface [inline, virtual]
getInfinity() const OsiDylpSolverInterface [virtual]
getIntegerTolerance() const OsiSolverInterface [inline]
getIntParam(OsiIntParam key, int &value) const OsiDylpSolverInterface [virtual]
getIterationCount() const OsiDylpSolverInterface [virtual]
getMatrixByCol() const OsiDylpSolverInterface [virtual]
getMatrixByRow() const OsiDylpSolverInterface [virtual]
getMutableMatrixByCol() const OsiSolverInterface [inline, virtual]
getMutableMatrixByRow() const OsiSolverInterface [inline, virtual]
getNumCols() const OsiDylpSolverInterface [virtual]
getNumElements() const OsiDylpSolverInterface [virtual]
getNumIntegers() const OsiDylpSolverInterface [virtual]
getNumRows() const OsiDylpSolverInterface [virtual]
getObjCoefficients() const OsiDylpSolverInterface [virtual]
getObjName(unsigned maxLen=(unsigned) std::string::npos) const OsiSolverInterface [virtual]
getObjSense() const OsiDylpSolverInterface [virtual]
getObjValue() const OsiDylpSolverInterface [virtual]
getPointerToWarmStart(bool &mustDelete)OsiSolverInterface [virtual]
getPrimalRays(int) const OsiDylpSolverInterface [virtual]
getReducedCost() const OsiDylpSolverInterface [virtual]
getReducedGradient(double *columnReducedCosts, double *duals, const double *c)OsiSolverInterface [virtual]
getRightHandSide() const OsiDylpSolverInterface [virtual]
getRowActivity() const OsiDylpSolverInterface [virtual]
getRowCutDebugger() const OsiSolverInterface
getRowCutDebuggerAlways() const OsiSolverInterface
getRowLower() const OsiDylpSolverInterface [virtual]
getRowName(int rowIndex, unsigned maxLen=(unsigned) std::string::npos) const OsiSolverInterface [virtual]
getRowNames()OsiSolverInterface [virtual]
getRowPrice() const OsiDylpSolverInterface [virtual]
getRowRange() const OsiDylpSolverInterface [virtual]
getRowSense() const OsiDylpSolverInterface [virtual]
getRowUpper() const OsiDylpSolverInterface [virtual]
getStrictColSolution()OsiSolverInterface
getStrParam(OsiStrParam key, std::string &value) const OsiDylpSolverInterface [virtual]
getWarmStart() const OsiDylpSolverInterface [virtual]
handler_OsiSolverInterface [protected]
hotstart_fallbackOsiDylpSolverInterface [private]
idx(int i)OsiDylpSolverInterface [private, static]
idx_vec(T *data)OsiDylpSolverInterface [inline, private, static]
info_OsiDylpSolverInterface [mutable, private]
initial_gtxechoOsiDylpSolverInterface [private]
initialisePostsolve(CoinPresolveMatrix *&preObj)OsiDylpSolverInterface [private]
initialisePresolve(bool keepIntegers)OsiDylpSolverInterface [private]
initialSolve()OsiDylpSolverInterface [virtual]
initialSolveOptionsOsiDylpSolverInterface
installPostsolve()OsiDylpSolverInterface [private]
installPresolve()OsiDylpSolverInterface [private]
inv(int i)OsiDylpSolverInterface [private, static]
inv_vec(T *data)OsiDylpSolverInterface [inline, private, static]
isAbandoned() const OsiDylpSolverInterface [virtual]
isBinary(int colIndex) const OsiDylpSolverInterface [virtual]
isContinuous(int colIndex) const OsiDylpSolverInterface [virtual]
isDualObjectiveLimitReached() const OsiDylpSolverInterface [virtual]
isFreeBinary(int colIndex) const OsiSolverInterface [virtual]
isInteger(int colIndex) const OsiDylpSolverInterface [virtual]
isIntegerNonBinary(int colIndex) const OsiDylpSolverInterface [virtual]
isIterationLimitReached() const OsiDylpSolverInterface [virtual]
isPrimalObjectiveLimitReached() const OsiDylpSolverInterface [virtual]
isProvenDualInfeasible() const OsiDylpSolverInterface [virtual]
isProvenOptimal() const OsiDylpSolverInterface [virtual]
isProvenPrimalInfeasible() const OsiDylpSolverInterface [virtual]
keepIntegers_OsiDylpSolverInterface [private]
load_problem(const CoinMpsIO &mps)OsiDylpSolverInterface [private]
load_problem(const CoinPackedMatrix &matrix, const double *col_lower, const double *col_upper, const double *obj, const contyp_enum *ctyp, const double *rhs, const double *rhslow)OsiDylpSolverInterface [private]
load_problem(const int colcnt, const int rowcnt, const int *start, const int *lens, const int *index, const double *value, const double *col_lower, const double *col_upper, const double *obj, const contyp_enum *ctyp, const double *rhs, const double *rhslow)OsiDylpSolverInterface [private]
loadFromCoinModel(CoinModel &modelObject, bool keepSolution=false)OsiSolverInterface [virtual]
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const char *rowsen, const double *rowrhs, const double *rowrng)OsiDylpSolverInterface [virtual]
loadProblem(const CoinPackedMatrix &matrix, const double *collb, const double *colub, const double *obj, const double *rowlb, const double *rowub)OsiDylpSolverInterface [virtual]
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 [virtual]
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 [virtual]
local_logchnOsiDylpSolverInterface [private]
local_outchnOsiDylpSolverInterface [private]
lp_retvalOsiDylpSolverInterface [private]
lpprobOsiDylpSolverInterface [private]
make_filename(const char *filename, const char *ext1, const char *ext2)OsiDylpSolverInterface [private, static]
markHotStart()OsiDylpSolverInterface [virtual]
messageHandler() const OsiSolverInterface [inline]
messages()OsiSolverInterface [inline]
messages_OsiSolverInterface [protected]
messagesPointer()OsiSolverInterface [inline]
modifiableObject(int which) const OsiSolverInterface [inline]
mps_debugOsiDylpSolverInterface [private]
newLanguage(CoinMessages::Language language)OsiDylpSolverInterface [inline]
numberIntegers_OsiSolverInterface [protected]
numberObjects() const OsiSolverInterface [inline]
numberObjects_OsiSolverInterface [protected]
obj_senseOsiDylpSolverInterface [private]
object(int which) const OsiSolverInterface [inline]
object_OsiSolverInterface [protected]
objects() const OsiSolverInterface [inline]
odsiInfinityOsiDylpSolverInterface [private]
operator=(const OsiDylpSolverInterface &rhs)OsiDylpSolverInterface
optimalBasisIsAvailable() const OsiSolverInterface [inline]
OsiDylpSolverInterface()OsiDylpSolverInterface
OsiDylpSolverInterface(const OsiDylpSolverInterface &src)OsiDylpSolverInterface
OsiDylpSolverInterfaceUnitTest(const std::string &mpsDir, const std::string &netLibDir)OsiDylpSolverInterface [friend]
OsiNameVec typedefOsiSolverInterface
OsiSolverInterface()OsiSolverInterface
OsiSolverInterface(const OsiSolverInterface &)OsiSolverInterface
packed_vector(const CoinShallowPackedVector vector, int dimension)OsiDylpSolverInterface [private, static]
packed_vector(const CoinShallowPackedVector vector, int dimension, pkvec_struct *dst)OsiDylpSolverInterface [private, static]
passInMessageHandler(CoinMessageHandler *handler)OsiSolverInterface
passLimit_OsiDylpSolverInterface [private]
pessimal_primal()OsiDylpSolverInterface [private]
pivot(int colIn, int colOut, int outStatus)OsiSolverInterface [virtual]
postActions_OsiDylpSolverInterface [private]
postObj_OsiDylpSolverInterface [private]
preObj_OsiDylpSolverInterface [private]
primalPivotResult(int colIn, int sign, int &colOut, int &outStatus, double &t, CoinPackedVector *dx)OsiSolverInterface [virtual]
readGMPL(const char *filename, const char *dataname=NULL)OsiSolverInterface [virtual]
readLp(const char *filename, const double epsilon=1e-5)OsiSolverInterface [virtual]
readLp(FILE *fp, const double epsilon=1e-5)OsiSolverInterface
readMps(const char *filename, const char *extension="mps")OsiDylpSolverInterface [virtual]
readMps(const char *filename, const char *extension, int &numberSets, CoinSet **&sets)OsiDylpSolverInterface [virtual]
reduceActiveBasis()OsiDylpSolverInterface [private]
reducedCostFix(double gap, bool justInteger=true)OsiSolverInterface [virtual]
reference_countOsiDylpSolverInterface [private, static]
replaceMatrix(const CoinPackedMatrix &matrix)OsiSolverInterface [inline, virtual]
replaceMatrixOptional(const CoinPackedMatrix &matrix)OsiSolverInterface [inline, virtual]
reset()OsiDylpSolverInterface [virtual]
resolve()OsiDylpSolverInterface [virtual]
resolve_gtxechoOsiDylpSolverInterface [private]
resolveOptionsOsiDylpSolverInterface
restoreBaseModel(int numberRows)OsiSolverInterface [virtual]
rowCutDebugger_OsiSolverInterface [protected]
saveBaseModel()OsiSolverInterface [inline, virtual]
saved_col_objOsiDylpSolverInterface [mutable, private]
saved_matrix_by_colOsiDylpSolverInterface [mutable, private]
saved_matrix_by_rowOsiDylpSolverInterface [mutable, private]
saved_row_lowerOsiDylpSolverInterface [mutable, private]
saved_row_rangeOsiDylpSolverInterface [mutable, private]
saved_row_rhsOsiDylpSolverInterface [mutable, private]
saved_row_senseOsiDylpSolverInterface [mutable, private]
saved_row_upperOsiDylpSolverInterface [mutable, private]
savedConsys_OsiDylpSolverInterface [private]
saveOriginalSys()OsiDylpSolverInterface [private]
sense_to_type(char type)OsiDylpSolverInterface [private, static]
setApplicationData(void *appData)OsiSolverInterface
setAuxiliaryInfo(OsiAuxInfo *auxiliaryInfo)OsiSolverInterface
setBasisStatus(const int *cstat, const int *rstat)OsiSolverInterface [virtual]
setColBounds(int elementIndex, double lower, double upper)OsiSolverInterface [inline, virtual]
setColLower(int index, double value)OsiDylpSolverInterface [virtual]
OsiSolverInterface::setColLower(const double *array)OsiSolverInterface [virtual]
setColName(int ndx, std::string name)OsiDylpSolverInterface [virtual]
setColNames(OsiNameVec &srcNames, int srcStart, int len, int tgtStart)OsiSolverInterface [virtual]
setColSetBounds(const int *indexFirst, const int *indexLast, const double *boundList)OsiSolverInterface [virtual]
setColSolution(const double *colsol)OsiDylpSolverInterface [virtual]
setColUpper(int index, double value)OsiDylpSolverInterface [virtual]
OsiSolverInterface::setColUpper(const double *array)OsiSolverInterface [virtual]
setContinuous(int index)OsiDylpSolverInterface [virtual]
setContinuous(const int *indices, int len)OsiDylpSolverInterface [virtual]
setDblParam(OsiDblParam key, double value)OsiDylpSolverInterface [virtual]
setHintParam(OsiHintParam key, bool sense=true, OsiHintStrength strength=OsiHintTry, void *info=0)OsiDylpSolverInterface [virtual]
setInitialData()OsiSolverInterface [protected]
setInteger(int index)OsiDylpSolverInterface [virtual]
setInteger(const int *indices, int len)OsiDylpSolverInterface [virtual]
setIntParam(OsiIntParam key, int value)OsiDylpSolverInterface [virtual]
setLanguage(CoinMessages::Language language)OsiDylpSolverInterface [inline]
setNumberObjects(int number)OsiSolverInterface [inline]
setObjCoeff(int index, double value)OsiDylpSolverInterface [virtual]
setObjCoeffSet(const int *indexFirst, const int *indexLast, const double *coeffList)OsiSolverInterface [virtual]
setObjective(const double *array)OsiSolverInterface [virtual]
setObjectiveAndRefresh(double *c)OsiSolverInterface [virtual]
setObjName(std::string name)OsiDylpSolverInterface [virtual]
setObjSense(double sense)OsiDylpSolverInterface [virtual]
setOsiDylpMessages(CoinMessages::Language local_language)OsiDylpSolverInterface
setRowBounds(int elementIndex, double lower, double upper)OsiSolverInterface [inline, virtual]
setRowColNames(const CoinMpsIO &mps)OsiSolverInterface
setRowColNames(CoinModel &mod)OsiSolverInterface
setRowColNames(CoinLpIO &mod)OsiSolverInterface
setRowLower(int index, double value)OsiDylpSolverInterface [virtual]
setRowName(int ndx, std::string name)OsiDylpSolverInterface [virtual]
setRowNames(OsiNameVec &srcNames, int srcStart, int len, int tgtStart)OsiSolverInterface [virtual]
setRowPrice(const double *)OsiDylpSolverInterface [virtual]
setRowSetBounds(const int *indexFirst, const int *indexLast, const double *boundList)OsiSolverInterface [virtual]
setRowSetTypes(const int *indexFirst, const int *indexLast, const char *senseList, const double *rhsList, const double *rangeList)OsiSolverInterface [virtual]
setRowType(int index, char rowsen, double rowrhs, double rowrng)OsiDylpSolverInterface [virtual]
setRowUpper(int index, double value)OsiDylpSolverInterface [virtual]
setStrParam(OsiStrParam key, const std::string &value)OsiDylpSolverInterface [virtual]
setWarmStart(const CoinWarmStart *warmStart)OsiDylpSolverInterface [virtual]
solnIsFreshOsiDylpSolverInterface [private]
solveFromHotStart()OsiDylpSolverInterface [virtual]
solvernameOsiDylpSolverInterface [private]
statisticsOsiDylpSolverInterface [private]
tolerancesOsiDylpSolverInterface
type_to_sense(contyp_enum type)OsiDylpSolverInterface [private, static]
unimp_hint(bool dylpSense, bool hintSense, OsiHintStrength hintStrength, const char *msgString)OsiDylpSolverInterface [private]
unmarkHotStart()OsiDylpSolverInterface [virtual]
writeLp(const char *filename, const char *extension="lp", double epsilon=1e-5, int numberAcross=10, int decimals=5, double objSense=0.0, bool useRowNames=true) const OsiSolverInterface [virtual]
writeLp(FILE *fp, double epsilon=1e-5, int numberAcross=10, int decimals=5, double objSense=0.0, bool useRowNames=true) const OsiSolverInterface [virtual]
writeLpNative(const char *filename, char const *const *const rowNames, char const *const *const columnNames, const double epsilon=1.0e-5, const int numberAcross=10, const int decimals=5, const double objSense=0.0, const bool useRowNames=true) const OsiSolverInterface
writeLpNative(FILE *fp, char const *const *const rowNames, char const *const *const columnNames, const double epsilon=1.0e-5, const int numberAcross=10, const int decimals=5, const double objSense=0.0, const bool useRowNames=true) const OsiSolverInterface
writeMps(const char *basename, const char *extension="mps", double objsense=0.0) const OsiDylpSolverInterface [virtual]
writeMpsNative(const char *filename, const char **rowNames, const char **columnNames, int formatType=0, int numberAcross=2, double objSense=0.0, int numberSOS=0, const CoinSet *setInfo=NULL) const OsiSolverInterface
~OsiDylpSolverInterface()OsiDylpSolverInterface
~OsiSolverInterface()OsiSolverInterface [virtual]

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1