OpenMS
|
This is the complete list of members for LPWrapper, including all inherited members.
addColumn() | LPWrapper | |
addColumn(const std::vector< Int > &column_indices, const std::vector< double > &column_values, const String &name) | LPWrapper | |
addColumn(const std::vector< Int > &column_indices, const std::vector< double > &column_values, const String &name, double lower_bound, double upper_bound, Type type) | LPWrapper | |
addRow(const std::vector< Int > &row_indices, const std::vector< double > &row_values, const String &name) | LPWrapper | |
addRow(const std::vector< Int > &row_indices, const std::vector< double > &row_values, const String &name, double lower_bound, double upper_bound, Type type) | LPWrapper | |
BINARY enum value | LPWrapper | |
CONTINUOUS enum value | LPWrapper | |
deleteRow(Int index) | LPWrapper | |
DOUBLE_BOUNDED enum value | LPWrapper | |
FEASIBLE enum value | LPWrapper | |
FIXED enum value | LPWrapper | |
FORMAT_GLPK enum value | LPWrapper | |
FORMAT_LP enum value | LPWrapper | |
FORMAT_MPS enum value | LPWrapper | |
getColumnIndex(const String &name) | LPWrapper | |
getColumnLowerBound(Int index) | LPWrapper | |
getColumnName(Int index) | LPWrapper | |
getColumnType(Int index) | LPWrapper | |
getColumnUpperBound(Int index) | LPWrapper | |
getColumnValue(Int index) | LPWrapper | |
getElement(Int row_index, Int column_index) | LPWrapper | |
getMatrixRow(Int idx, std::vector< Int > &indexes) | LPWrapper | |
getNumberOfColumns() | LPWrapper | |
getNumberOfNonZeroEntriesInRow(Int idx) | LPWrapper | |
getNumberOfRows() | LPWrapper | |
getObjective(Int index) | LPWrapper | |
getObjectiveSense() | LPWrapper | |
getObjectiveValue() | LPWrapper | |
getRowIndex(const String &name) | LPWrapper | |
getRowLowerBound(Int index) | LPWrapper | |
getRowName(Int index) | LPWrapper | |
getRowUpperBound(Int index) | LPWrapper | |
getSolver() const | LPWrapper | |
getStatus() | LPWrapper | |
INTEGER enum value | LPWrapper | |
LOWER_BOUND_ONLY enum value | LPWrapper | |
lp_problem_ | LPWrapper | protected |
LPWrapper() | LPWrapper | |
MAX enum value | LPWrapper | |
MIN enum value | LPWrapper | |
NO_FEASIBLE_SOL enum value | LPWrapper | |
OPTIMAL enum value | LPWrapper | |
readProblem(const String &filename, const String &format) | LPWrapper | |
Sense enum name | LPWrapper | |
setColumnBounds(Int index, double lower_bound, double upper_bound, Type type) | LPWrapper | |
setColumnName(Int index, const String &name) | LPWrapper | |
setColumnType(Int index, VariableType type) | LPWrapper | |
setElement(Int row_index, Int column_index, double value) | LPWrapper | |
setObjective(Int index, double obj_value) | LPWrapper | |
setObjectiveSense(Sense sense) | LPWrapper | |
setRowBounds(Int index, double lower_bound, double upper_bound, Type type) | LPWrapper | |
setRowName(Int index, const String &name) | LPWrapper | |
solve(SolverParam &solver_param, const Size verbose_level=0) | LPWrapper | |
SOLVER enum name | LPWrapper | |
solver_ | LPWrapper | protected |
SOLVER_GLPK enum value | LPWrapper | |
SolverStatus enum name | LPWrapper | |
Type enum name | LPWrapper | |
UNBOUNDED enum value | LPWrapper | |
UNDEFINED enum value | LPWrapper | |
UPPER_BOUND_ONLY enum value | LPWrapper | |
VariableType enum name | LPWrapper | |
WriteFormat enum name | LPWrapper | |
writeProblem(const String &filename, const WriteFormat format) const | LPWrapper | |
~LPWrapper() | LPWrapper | virtual |