DyLP
1.10.4
|
This is the complete list of members for OsiDylpSolverInterface, including all inherited members.
_col_cbar | OsiDylpSolverInterface | mutableprivate |
_col_obj | OsiDylpSolverInterface | mutableprivate |
_col_x | OsiDylpSolverInterface | mutableprivate |
_matrix_by_col | OsiDylpSolverInterface | mutableprivate |
_matrix_by_row | OsiDylpSolverInterface | mutableprivate |
_objval | OsiDylpSolverInterface | mutableprivate |
_row_lhs | OsiDylpSolverInterface | mutableprivate |
_row_lower | OsiDylpSolverInterface | mutableprivate |
_row_price | OsiDylpSolverInterface | mutableprivate |
_row_range | OsiDylpSolverInterface | mutableprivate |
_row_rhs | OsiDylpSolverInterface | mutableprivate |
_row_sense | OsiDylpSolverInterface | mutableprivate |
_row_upper | OsiDylpSolverInterface | mutableprivate |
activateRowCutDebugger(const char *modelName) | OsiDylpSolverInterface | virtual |
activateRowCutDebugger(const double *solution, bool keepContinuous=false) | OsiDylpSolverInterface | virtual |
activeBasis | OsiDylpSolverInterface | 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 CoinBigIndex *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 CoinBigIndex *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 | privatestatic |
assert_same(const T *t1, const T *t2, int n, bool exact) | OsiDylpSolverInterface | privatestatic |
assert_same(double d1, double d2, bool exact) | OsiDylpSolverInterface | privatestatic |
assert_same(const basis_struct &b1, const basis_struct &b2, bool exact) | OsiDylpSolverInterface | privatestatic |
assert_same(const consys_struct &c1, const consys_struct &c2, bool exact) | OsiDylpSolverInterface | privatestatic |
assert_same(const conbnd_struct &c1, const conbnd_struct &c2, bool exact) | OsiDylpSolverInterface | privatestatic |
assert_same(const lpprob_struct &l1, const lpprob_struct &l2, bool exact) | OsiDylpSolverInterface | privatestatic |
assert_same(const OsiDylpSolverInterface &o1, const OsiDylpSolverInterface &o2, bool exact) | OsiDylpSolverInterface | privatestatic |
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 |
balance | OsiDylpSolverInterface | |
basis | OsiDylpSolverInterface | |
basis_ready | OsiDylpSolverInterface | privatestatic |
basisCondition enum name | OsiDylpSolverInterface | private |
basisDamaged enum value | OsiDylpSolverInterface | private |
basisFresh enum value | OsiDylpSolverInterface | private |
basisIsAvailable() const | OsiDylpSolverInterface | virtual |
basisModified enum value | OsiDylpSolverInterface | private |
basisNone enum value | OsiDylpSolverInterface | private |
bound_to_type(double lower, double upper) | OsiDylpSolverInterface | private |
branchAndBound() | OsiDylpSolverInterface | virtual |
calc_objval() | OsiDylpSolverInterface | private |
canDoSimplexInterface() const | OsiDylpSolverInterface | virtual |
clone(bool copyData=true) const | OsiDylpSolverInterface | virtual |
columnType(bool refresh=false) const | OsiSolverInterface | inline |
columnType_ | OsiSolverInterface | mutableprotected |
condition | OsiDylpSolverInterface | |
construct_consys(int cols, int rows) | OsiDylpSolverInterface | private |
construct_lpprob() | OsiDylpSolverInterface | private |
construct_options() | OsiDylpSolverInterface | private |
consys | OsiDylpSolverInterface | private |
convertBoundToSense(const double lower, const double upper, char &sense, double &right, double &range) const | OsiSolverInterface | inlineprotected |
convertSenseToBound(const char sense, const double right, const double range, double &lower, double &upper) const | OsiSolverInterface | inlineprotected |
copy(const T *src, T *dst, int n) | OsiDylpSolverInterface | privatestatic |
copy(const T *src, int n) | OsiDylpSolverInterface | privatestatic |
copy(const T *src) | OsiDylpSolverInterface | privatestatic |
copy_basis(const basis_struct *src, int dstsze) | OsiDylpSolverInterface | privatestatic |
copy_basis(const basis_struct *src, basis_struct *dst) | OsiDylpSolverInterface | privatestatic |
copy_lpprob(const lpprob_struct *src) | OsiDylpSolverInterface | privatestatic |
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_dual_cache() | OsiDylpSolverInterface | private |
destruct_presolve() | OsiDylpSolverInterface | private |
destruct_primal_cache() | OsiDylpSolverInterface | private |
destruct_problem(bool preserve_interface) | OsiDylpSolverInterface | private |
destruct_row_cache(bool structure) | OsiDylpSolverInterface | private |
detach_dylp() const | OsiDylpSolverInterface | private |
dfltRowColName(char rc, int ndx, unsigned digits=7) const | OsiSolverInterface | virtual |
differentModel(OsiSolverInterface &other, bool ignoreNames=true) | OsiSolverInterface | |
disableFactorization() const | OsiDylpSolverInterface | virtual |
disableSimplexInterface() | OsiSolverInterface | virtual |
do_lp(ODSI_start_enum start, bool echo) | 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_printsoln(bool wantSoln, bool wantStats) | OsiDylpSolverInterface | |
enableFactorization() const | OsiDylpSolverInterface | virtual |
enableSimplexInterface(bool doingPrimal) | OsiSolverInterface | virtual |
ensureOwnership() const | OsiDylpSolverInterface | private |
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 | inlineprotected |
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 | OsiDylpSolverInterface | virtual |
getBasisStatus(int *archStatus, int *logStatus) const | OsiDylpSolverInterface | virtual |
getBInvACol(int col, double *abarj) const | OsiDylpSolverInterface | virtual |
getBInvARow(int row, double *abari, double *betai=0) const | OsiDylpSolverInterface | virtual |
getBInvCol(int col, double *betak) const | OsiDylpSolverInterface | virtual |
getBInvRow(int row, double *betai) const | OsiDylpSolverInterface | virtual |
getColLower() const | OsiDylpSolverInterface | virtual |
getColName(int colIndex, unsigned maxLen=static_cast< 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 maxNumRays, bool fullRay) 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 | inlinevirtual |
OsiSolverInterface::getHintParam(OsiHintParam key, bool &yesNo) const | OsiSolverInterface | inlinevirtual |
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 | inlinevirtual |
getMutableMatrixByRow() const | OsiSolverInterface | inlinevirtual |
getNumCols() const | OsiDylpSolverInterface | virtual |
getNumElements() const | OsiDylpSolverInterface | virtual |
getNumIntegers() const | OsiDylpSolverInterface | virtual |
getNumRows() const | OsiDylpSolverInterface | virtual |
getObjCoefficients() const | OsiDylpSolverInterface | virtual |
getObjName(unsigned maxLen=static_cast< unsigned >(std::string::npos)) const | OsiSolverInterface | virtual |
getObjSense() const | OsiDylpSolverInterface | virtual |
getObjValue() const | OsiDylpSolverInterface | virtual |
getPointerToWarmStart(bool &mustDelete) | OsiSolverInterface | virtual |
getPrimalRays(int maxNumRays) const | OsiDylpSolverInterface | virtual |
getReducedCost() const | OsiDylpSolverInterface | virtual |
getReducedGradient(double *columnReducedCosts, double *duals, const double *c) const | OsiDylpSolverInterface | virtual |
getRightHandSide() const | OsiDylpSolverInterface | virtual |
getRowActivity() const | OsiDylpSolverInterface | virtual |
getRowCutDebugger() const | OsiSolverInterface | |
getRowCutDebuggerAlways() const | OsiSolverInterface | |
getRowLower() const | OsiDylpSolverInterface | virtual |
getRowName(int rowIndex, unsigned maxLen=static_cast< 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 | virtual |
getStrParam(OsiStrParam key, std::string &value) const | OsiDylpSolverInterface | virtual |
getWarmStart() const | OsiDylpSolverInterface | virtual |
handler_ | OsiSolverInterface | protected |
hotstart_fallback | OsiDylpSolverInterface | private |
idx(int i) | OsiDylpSolverInterface | inlineprivatestatic |
idx_vec(T *vec) | OsiDylpSolverInterface | inlineprivatestatic |
info_ | OsiDylpSolverInterface | mutableprivate |
initial_gtxecho | OsiDylpSolverInterface | private |
initialisePostsolve(CoinPresolveMatrix *&preObj) | OsiDylpSolverInterface | private |
initialisePresolve(bool keepIntegers) | OsiDylpSolverInterface | private |
initialSolve() | OsiDylpSolverInterface | virtual |
initialSolveOptions | OsiDylpSolverInterface | |
installPostsolve() | OsiDylpSolverInterface | private |
installPresolve() | OsiDylpSolverInterface | private |
inv(int i) | OsiDylpSolverInterface | inlineprivatestatic |
inv_vec(T *vec) | OsiDylpSolverInterface | inlineprivatestatic |
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_logchn | OsiDylpSolverInterface | private |
local_outchn | OsiDylpSolverInterface | private |
lp_retval | OsiDylpSolverInterface | private |
lpprob | OsiDylpSolverInterface | private |
make_filename(const char *filename, const char *ext1, const char *ext2) | OsiDylpSolverInterface | privatestatic |
markHotStart() | OsiDylpSolverInterface | virtual |
messageHandler() const | OsiSolverInterface | inline |
messages() | OsiSolverInterface | inline |
messages_ | OsiSolverInterface | protected |
messagesPointer() | OsiSolverInterface | inline |
modifiableObject(int which) const | OsiSolverInterface | inline |
mps_debug | OsiDylpSolverInterface | private |
newLanguage(CoinMessages::Language language) | OsiDylpSolverInterface | inline |
numberIntegers_ | OsiSolverInterface | protected |
numberObjects() const | OsiSolverInterface | inline |
numberObjects_ | OsiSolverInterface | protected |
obj_sense | OsiDylpSolverInterface | private |
object(int which) const | OsiSolverInterface | inline |
object_ | OsiSolverInterface | protected |
objects() const | OsiSolverInterface | inline |
odsiInfinity | OsiDylpSolverInterface | private |
operator=(const OsiDylpSolverInterface &rhs) | OsiDylpSolverInterface | |
OsiSolverInterface::operator=(const OsiSolverInterface &rhs) | OsiSolverInterface | |
optimalBasisIsAvailable() const | OsiSolverInterface | inline |
OsiDylpSolverInterface() | OsiDylpSolverInterface | |
OsiDylpSolverInterface(const OsiDylpSolverInterface &src) | OsiDylpSolverInterface | |
OsiDylpSolverInterfaceUnitTest(const std::string &mpsDir, const std::string &netLibDir) | OsiDylpSolverInterface | friend |
OsiNameVec typedef | OsiSolverInterface | |
OsiSolverInterface() | OsiSolverInterface | |
OsiSolverInterface(const OsiSolverInterface &) | OsiSolverInterface | |
packed_vector(const CoinShallowPackedVector vector, int dimension) | OsiDylpSolverInterface | privatestatic |
packed_vector(const CoinShallowPackedVector vector, int dimension, pkvec_struct *dst) | OsiDylpSolverInterface | privatestatic |
passInMessageHandler(CoinMessageHandler *handler) | OsiSolverInterface | virtual |
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_count | OsiDylpSolverInterface | privatestatic |
replaceMatrix(const CoinPackedMatrix &) | OsiSolverInterface | inlinevirtual |
replaceMatrixOptional(const CoinPackedMatrix &) | OsiSolverInterface | inlinevirtual |
reset() | OsiDylpSolverInterface | virtual |
resolve() | OsiDylpSolverInterface | virtual |
resolve_gtxecho | OsiDylpSolverInterface | private |
resolveOptions | OsiDylpSolverInterface | |
restoreBaseModel(int numberRows) | OsiSolverInterface | virtual |
rowCutDebugger_ | OsiSolverInterface | mutableprotected |
saveBaseModel() | OsiSolverInterface | inlinevirtual |
saved_col_obj | OsiDylpSolverInterface | mutableprivate |
saved_fullsys | OsiDylpSolverInterface | |
saved_matrix_by_col | OsiDylpSolverInterface | mutableprivate |
saved_matrix_by_row | OsiDylpSolverInterface | mutableprivate |
saved_row_lower | OsiDylpSolverInterface | mutableprivate |
saved_row_range | OsiDylpSolverInterface | mutableprivate |
saved_row_rhs | OsiDylpSolverInterface | mutableprivate |
saved_row_sense | OsiDylpSolverInterface | mutableprivate |
saved_row_upper | OsiDylpSolverInterface | mutableprivate |
savedConsys_ | OsiDylpSolverInterface | private |
saveOriginalSys() | OsiDylpSolverInterface | private |
sense_to_type(char type) | OsiDylpSolverInterface | privatestatic |
setApplicationData(void *appData) | OsiSolverInterface | |
setAuxiliaryInfo(OsiAuxInfo *auxiliaryInfo) | OsiSolverInterface | |
setBasisInLpprob(const OsiDylpWarmStartBasis *wsb, lpprob_struct *lpprob) const | OsiDylpSolverInterface | private |
setBasisStatus(const int *archStatus, const int *logStatus) | OsiDylpSolverInterface | virtual |
setColBounds(int elementIndex, double lower, double upper) | OsiSolverInterface | inlinevirtual |
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 |
setColumnType(int iColumn, char type) | OsiSolverInterface | inline |
setColUpper(int index, double value) | OsiDylpSolverInterface | virtual |
OsiSolverInterface::setColUpper(const double *array) | OsiSolverInterface | virtual |
setContinuous(int index) | OsiDylpSolverInterface | virtual |
OsiSolverInterface::setContinuous(const int *indices, int len) | OsiSolverInterface | 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 |
OsiSolverInterface::setInteger(const int *indices, int len) | OsiSolverInterface | 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) | OsiDylpSolverInterface | 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 | inlinevirtual |
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 |
simplex | OsiDylpSolverInterface | |
simplex_state | OsiDylpSolverInterface | private |
solnIsFresh | OsiDylpSolverInterface | private |
solveFromHotStart() | OsiDylpSolverInterface | virtual |
solvername | OsiDylpSolverInterface | private |
statistics | OsiDylpSolverInterface | private |
OsiSolverInterface::statistics(double &minimumNegative, double &maximumNegative, double &minimumPositive, double &maximumPositive, int type=3) const | OsiSolverInterface | |
tolerances | OsiDylpSolverInterface | |
type_to_sense(contyp_enum type) | OsiDylpSolverInterface | privatestatic |
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=9, 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 |