#include <lp_solver_cplex_old.hxx>
|
| | LpSolverCplex (const Parameter ¶meter=Parameter()) |
| |
| void | addVariables (const UInt64Type numVar, const LpVarType varType, const LpValueType lowerBound=1.0, const LpValueType upperBound=1.0) |
| |
| void | addConstraint (const LpValueType lowerBound, const LpValueType upperBound, const std::string &name=std::string()) |
| |
| void | addToConstraint (const UInt64Type constraintIndex, const UInt64Type lpVarIndex, const LpValueType coeff) |
| |
| template<class LPVariableIndexIterator , class CoefficientIterator > |
| void | addConstraint (LPVariableIndexIterator lpVarBegin, LPVariableIndexIterator lpVarEnd, CoefficientIterator coeffBegin, const LpValueType lowerBound, const LpValueType upperBound, const std::string &name=std::string()) |
| |
| void | addVarsFinished () |
| |
| void | setObjective (const UInt64Type lpVi, const LpValueType obj) |
| |
| void | setObjectiveFinished () |
| |
| void | setupFinished () |
| |
| void | updateObjective () |
| |
| void | updateConstraints () |
| |
| UInt64Type | numberOfVariables () const |
| |
| void | optimize () |
| |
| LpValueType | lpArg (const LpIndexType lpVi) const |
| |
| LpValueType | lpValue () const |
| |
| LpValueType | bestLpValue () const |
| |
| UInt64Type | numbefOfVariables () const |
| |
| UInt64Type | numberOfConstraints () const |
| |
Definition at line 14 of file lp_solver_cplex_old.hxx.
| void opengm::LpSolverCplex::addConstraint |
( |
const LpValueType |
lowerBound, |
|
|
const LpValueType |
upperBound, |
|
|
const std::string & |
name = std::string() |
|
) |
| |
|
inline |
template<class LPVariableIndexIterator , class CoefficientIterator >
| void opengm::LpSolverCplex::addConstraint |
( |
LPVariableIndexIterator |
lpVarBegin, |
|
|
LPVariableIndexIterator |
lpVarEnd, |
|
|
CoefficientIterator |
coeffBegin, |
|
|
const LpValueType |
lowerBound, |
|
|
const LpValueType |
upperBound, |
|
|
const std::string & |
name = std::string() |
|
) |
| |
|
inline |
| void opengm::LpSolverCplex::addVarsFinished |
( |
| ) |
|
|
inline |
| LpValueType opengm::LpSolverCplex::bestLpValue |
( |
| ) |
const |
|
inline |
| UInt64Type opengm::LpSolverCplex::numbefOfVariables |
( |
| ) |
const |
|
inline |
| UInt64Type opengm::LpSolverCplex::numberOfConstraints |
( |
| ) |
const |
|
inline |
| UInt64Type opengm::LpSolverCplex::numberOfVariables |
( |
| ) |
const |
|
inline |
| void opengm::LpSolverCplex::optimize |
( |
| ) |
|
|
inline |
| void opengm::LpSolverCplex::setObjectiveFinished |
( |
| ) |
|
|
inline |
| void opengm::LpSolverCplex::setupFinished |
( |
| ) |
|
|
inline |
| void opengm::LpSolverCplex::updateConstraints |
( |
| ) |
|
|
inline |
| void opengm::LpSolverCplex::updateObjective |
( |
| ) |
|
|
inline |