OpenGM  2.3.x
Discrete Graphical Model Library
opengm::LPSolverCplex Member List

This is the complete list of members for opengm::LPSolverCplex, including all inherited members.

addBinaryVariables(const SolverIndexType numVariables)opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
addBinaryVariables_impl(const CplexIndexType numVariables)opengm::LPSolverCplexinlineprotected
addConstraintsFinished()opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
addConstraintsFinished(SolverTimingType &timing)opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
addConstraintsFinished_impl()opengm::LPSolverCplexinlineprotected
addConstraintsFinished_impl(CplexTimingType &timing)opengm::LPSolverCplexinlineprotected
addContinuousVariables(const SolverIndexType numVariables, const SolverValueType lowerBound, const SolverValueType upperBound)opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
addContinuousVariables_impl(const CplexIndexType numVariables, const CplexValueType lowerBound, const CplexValueType upperBound)opengm::LPSolverCplexinlineprotected
addEqualityConstraint(VARIABLES_ITERATOR_TYPE variableIDsBegin, const VARIABLES_ITERATOR_TYPE variableIDsEnd, COEFFICIENTS_ITERATOR_TYPE coefficientsBegin, const SolverValueType bound, const std::string &constraintName="")opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
addEqualityConstraint_impl(VARIABLES_ITERATOR_TYPE variableIDsBegin, const VARIABLES_ITERATOR_TYPE variableIDsEnd, COEFFICIENTS_ITERATOR_TYPE coefficientsBegin, const CplexValueType bound, const std::string &constraintName="")opengm::LPSolverCplexinlineprotected
addGreaterEqualConstraint(VARIABLES_ITERATOR_TYPE variableIDsBegin, const VARIABLES_ITERATOR_TYPE variableIDsEnd, COEFFICIENTS_ITERATOR_TYPE coefficientsBegin, const SolverValueType bound, const std::string &constraintName="")opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
addGreaterEqualConstraint_impl(VARIABLES_ITERATOR_TYPE variableIDsBegin, const VARIABLES_ITERATOR_TYPE variableIDsEnd, COEFFICIENTS_ITERATOR_TYPE coefficientsBegin, const CplexValueType bound, const std::string &constraintName="")opengm::LPSolverCplexinlineprotected
addIntegerVariables(const SolverIndexType numVariables, const SolverValueType lowerBound, const SolverValueType upperBound)opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
addIntegerVariables_impl(const CplexIndexType numVariables, const CplexValueType lowerBound, const CplexValueType upperBound)opengm::LPSolverCplexinlineprotected
addLessEqualConstraint(VARIABLES_ITERATOR_TYPE variableIDsBegin, const VARIABLES_ITERATOR_TYPE variableIDsEnd, COEFFICIENTS_ITERATOR_TYPE coefficientsBegin, const SolverValueType bound, const std::string &constraintName="")opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
addLessEqualConstraint_impl(VARIABLES_ITERATOR_TYPE variableIDsBegin, const VARIABLES_ITERATOR_TYPE variableIDsEnd, COEFFICIENTS_ITERATOR_TYPE coefficientsBegin, const CplexValueType bound, const std::string &constraintName="")opengm::LPSolverCplexinlineprotected
cplexConstraints_opengm::LPSolverCplexprotected
cplexEnvironment_opengm::LPSolverCplexprotected
CplexIndexType typedefopengm::LPSolverCplex
cplexModel_opengm::LPSolverCplexprotected
cplexObjective_opengm::LPSolverCplexprotected
cplexSolution_opengm::LPSolverCplexprotected
CplexSolutionIteratorType typedefopengm::LPSolverCplex
cplexSolutionValid_opengm::LPSolverCplexmutableprotected
cplexSolver_opengm::LPSolverCplexprotected
CplexTimingType typedefopengm::LPSolverCplex
CplexValueType typedefopengm::LPSolverCplex
cplexVariables_opengm::LPSolverCplexprotected
exportModel(const std::string &filename) constopengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
exportModel_impl(const std::string &filename) constopengm::LPSolverCplexinlineprotected
getCutLevelValue(const LPDef::MIP_CUT cutLevel)opengm::LPSolverCplexinlineprotectedstatic
infinity()opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inlinestatic
infinity_impl()opengm::LPSolverCplexinlineprotectedstatic
LPSolverBaseClass typedefopengm::LPSolverCplex
LPSolverCplex(const Parameter &parameter=Parameter())opengm::LPSolverCplexinline
LPSolverInterface(const Parameter &parameter=Parameter())opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
Maximize enum valueopengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >
Minimize enum valueopengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >
Objective enum nameopengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >
objectiveFunctionValue() constopengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
objectiveFunctionValue_impl() constopengm::LPSolverCplexinlineprotected
objectiveFunctionValueBound() constopengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
objectiveFunctionValueBound_impl() constopengm::LPSolverCplexinlineprotected
parameter_opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >protected
setObjective(const Objective objective)opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
setObjective_impl(const Objective objective)opengm::LPSolverCplexinlineprotected
setObjectiveValue(const SolverIndexType variable, const SolverValueType value)opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
setObjectiveValue(ITERATOR_TYPE begin, const ITERATOR_TYPE end)opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
setObjectiveValue(VARIABLES_ITERATOR_TYPE variableIDsBegin, const VARIABLES_ITERATOR_TYPE variableIDsEnd, COEFFICIENTS_ITERATOR_TYPE coefficientsBegin)opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
setObjectiveValue_impl(const CplexIndexType variable, const CplexValueType value)opengm::LPSolverCplexinlineprotected
setObjectiveValue_impl(ITERATOR_TYPE begin, const ITERATOR_TYPE end)opengm::LPSolverCplexinlineprotected
setObjectiveValue_impl(VARIABLES_ITERATOR_TYPE variableIDsBegin, const VARIABLES_ITERATOR_TYPE variableIDsEnd, COEFFICIENTS_ITERATOR_TYPE coefficientsBegin)opengm::LPSolverCplexinlineprotected
setParameter(const PARAMETER_TYPE parameter, const PARAMETER_VALUE_TYPE value)opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
setParameter_impl(const PARAMETER_TYPE parameter, const PARAMETER_VALUE_TYPE value)opengm::LPSolverCplexinlineprotected
solution(const SolverIndexType variable) constopengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
solution_impl(const CplexIndexType variable) constopengm::LPSolverCplexinlineprotected
solutionBegin() constopengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
solutionBegin_impl() constopengm::LPSolverCplexinlineprotected
solutionEnd() constopengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
solutionEnd_impl() constopengm::LPSolverCplexinlineprotected
solve()opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
solve(SolverTimingType &timing)opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline
solve_impl()opengm::LPSolverCplexinlineprotected
solve_impl(CplexTimingType &timing)opengm::LPSolverCplexinlineprotected
SolverIndexType typedefopengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >
SolverSolutionIteratorType typedefopengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >
SolverTimingType typedefopengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >
SolverType typedefopengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >
SolverValueType typedefopengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >
updateSolution() constopengm::LPSolverCplexinlineprotected
~LPSolverCplex()opengm::LPSolverCplexinline
~LPSolverInterface()opengm::LPSolverInterface< LPSolverCplex, IloNum, IloInt, IloNumArrayIterator, IloNum >inline