| addColumn() | LPWrapper |  | 
  | addColumn(std::vector< Int > column_indices, std::vector< DoubleReal > column_values, const String &name) | LPWrapper |  | 
  | addColumn(std::vector< Int > &column_indices, std::vector< DoubleReal > &column_values, const String &name, DoubleReal lower_bound, DoubleReal upper_bound, Type type) | LPWrapper |  | 
  | addRow(std::vector< Int > row_indices, std::vector< DoubleReal > row_values, const String &name) | LPWrapper |  | 
  | addRow(std::vector< Int > &row_indices, std::vector< DoubleReal > &row_values, const String &name, DoubleReal lower_bound, DoubleReal 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(String filename, String format) | LPWrapper |  | 
  | Sense enum name | LPWrapper |  | 
  | setColumnBounds(Int index, DoubleReal lower_bound, DoubleReal 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, DoubleReal value) | LPWrapper |  | 
  | setObjective(Int index, DoubleReal obj_value) | LPWrapper |  | 
  | setObjectiveSense(Sense sense) | LPWrapper |  | 
  | setRowBounds(Int index, DoubleReal lower_bound, DoubleReal upper_bound, Type type) | LPWrapper |  | 
  | setRowName(Int index, const String &name) | LPWrapper |  | 
  | setSolver(const SOLVER s) | 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 |