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

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

addBinaryVariables(const SolverIndexType numVariables)opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
addBinaryVariables_impl(const GurobiIndexType numVariables)opengm::LPSolverGurobiinlineprotected
addConstraintsFinished()opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
addConstraintsFinished(SolverTimingType &timing)opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
addConstraintsFinished_impl()opengm::LPSolverGurobiinlineprotected
addConstraintsFinished_impl(GurobiTimingType &timing)opengm::LPSolverGurobiinlineprotected
addContinuousVariables(const SolverIndexType numVariables, const SolverValueType lowerBound, const SolverValueType upperBound)opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
addContinuousVariables_impl(const GurobiIndexType numVariables, const GurobiValueType lowerBound, const GurobiValueType upperBound)opengm::LPSolverGurobiinlineprotected
addEqualityConstraint(VARIABLES_ITERATOR_TYPE variableIDsBegin, const VARIABLES_ITERATOR_TYPE variableIDsEnd, COEFFICIENTS_ITERATOR_TYPE coefficientsBegin, const SolverValueType bound, const std::string &constraintName="")opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
addEqualityConstraint_impl(VARIABLES_ITERATOR_TYPE variableIDsBegin, const VARIABLES_ITERATOR_TYPE variableIDsEnd, COEFFICIENTS_ITERATOR_TYPE coefficientsBegin, const GurobiValueType bound, const std::string &constraintName="")opengm::LPSolverGurobiinlineprotected
addGreaterEqualConstraint(VARIABLES_ITERATOR_TYPE variableIDsBegin, const VARIABLES_ITERATOR_TYPE variableIDsEnd, COEFFICIENTS_ITERATOR_TYPE coefficientsBegin, const SolverValueType bound, const std::string &constraintName="")opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
addGreaterEqualConstraint_impl(VARIABLES_ITERATOR_TYPE variableIDsBegin, const VARIABLES_ITERATOR_TYPE variableIDsEnd, COEFFICIENTS_ITERATOR_TYPE coefficientsBegin, const GurobiValueType bound, const std::string &constraintName="")opengm::LPSolverGurobiinlineprotected
addIntegerVariables(const SolverIndexType numVariables, const SolverValueType lowerBound, const SolverValueType upperBound)opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
addIntegerVariables_impl(const GurobiIndexType numVariables, const GurobiValueType lowerBound, const GurobiValueType upperBound)opengm::LPSolverGurobiinlineprotected
addLessEqualConstraint(VARIABLES_ITERATOR_TYPE variableIDsBegin, const VARIABLES_ITERATOR_TYPE variableIDsEnd, COEFFICIENTS_ITERATOR_TYPE coefficientsBegin, const SolverValueType bound, const std::string &constraintName="")opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
addLessEqualConstraint_impl(VARIABLES_ITERATOR_TYPE variableIDsBegin, const VARIABLES_ITERATOR_TYPE variableIDsEnd, COEFFICIENTS_ITERATOR_TYPE coefficientsBegin, const GurobiValueType bound, const std::string &constraintName="")opengm::LPSolverGurobiinlineprotected
exportModel(const std::string &filename) constopengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
exportModel_impl(const std::string &filename) const opengm::LPSolverGurobiinlineprotected
getCutLevelValue(const LPDef::MIP_CUT cutLevel)opengm::LPSolverGurobiinlineprotectedstatic
gurobiEnvironment_opengm::LPSolverGurobiprotected
GurobiIndexType typedefopengm::LPSolverGurobi
gurobiModel_opengm::LPSolverGurobimutableprotected
gurobiSolution_opengm::LPSolverGurobimutableprotected
GurobiSolutionIteratorType typedefopengm::LPSolverGurobi
gurobiSolutionValid_opengm::LPSolverGurobimutableprotected
GurobiTimingType typedefopengm::LPSolverGurobi
GurobiValueType typedefopengm::LPSolverGurobi
gurobiVariables_opengm::LPSolverGurobiprotected
infinity()opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >static
infinity_impl()opengm::LPSolverGurobiinlineprotectedstatic
LPSolverBaseClass typedefopengm::LPSolverGurobi
LPSolverGurobi(const Parameter &parameter=Parameter())opengm::LPSolverGurobiinline
LPSolverInterface(const Parameter &parameter=Parameter())opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
Maximize enum valueopengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
Minimize enum valueopengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
Objective enum nameopengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
objectiveFunctionValue() constopengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
objectiveFunctionValue_impl() const opengm::LPSolverGurobiinlineprotected
objectiveFunctionValueBound() constopengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
objectiveFunctionValueBound_impl() const opengm::LPSolverGurobiinlineprotected
parameter_opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >protected
setObjective(const Objective objective)opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
setObjective_impl(const Objective objective)opengm::LPSolverGurobiinlineprotected
setObjectiveValue(const SolverIndexType variable, const SolverValueType value)opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
setObjectiveValue(ITERATOR_TYPE begin, const ITERATOR_TYPE end)opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
setObjectiveValue(VARIABLES_ITERATOR_TYPE variableIDsBegin, const VARIABLES_ITERATOR_TYPE variableIDsEnd, COEFFICIENTS_ITERATOR_TYPE coefficientsBegin)opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
setObjectiveValue_impl(const GurobiIndexType variable, const GurobiValueType value)opengm::LPSolverGurobiinlineprotected
setObjectiveValue_impl(ITERATOR_TYPE begin, const ITERATOR_TYPE end)opengm::LPSolverGurobiinlineprotected
setObjectiveValue_impl(VARIABLES_ITERATOR_TYPE variableIDsBegin, const VARIABLES_ITERATOR_TYPE variableIDsEnd, COEFFICIENTS_ITERATOR_TYPE coefficientsBegin)opengm::LPSolverGurobiinlineprotected
setParameter(const PARAMETER_TYPE parameter, const PARAMETER_VALUE_TYPE value)opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
setParameter_impl(const PARAMETER_TYPE parameter, const PARAMETER_VALUE_TYPE value)opengm::LPSolverGurobiinlineprotected
solution(const SolverIndexType variable) constopengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
solution_impl(const GurobiIndexType variable) const opengm::LPSolverGurobiinlineprotected
solutionBegin() constopengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
solutionBegin_impl() const opengm::LPSolverGurobiinlineprotected
solutionEnd() constopengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
solutionEnd_impl() const opengm::LPSolverGurobiinlineprotected
solve()opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
solve(SolverTimingType &timing)opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
solve_impl()opengm::LPSolverGurobiinlineprotected
solve_impl(GurobiTimingType &timing)opengm::LPSolverGurobiinlineprotected
SolverIndexType typedefopengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
SolverSolutionIteratorType typedefopengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
SolverTimingType typedefopengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
SolverType typedefopengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
SolverValueType typedefopengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >
updateSolution() const opengm::LPSolverGurobiinlineprotected
~LPSolverGurobi()opengm::LPSolverGurobiinline
~LPSolverInterface()opengm::LPSolverInterface< LPSolverGurobi, double, int, std::vector< double >::const_iterator, double >