Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::mb::Variable Member List

This is the complete list of members for operations_research::mb::Variable, including all inherited members.

Add(std::shared_ptr< LinearExpr > expr)operations_research::mb::LinearExpr
AddFloat(double cst)operations_research::mb::LinearExpr
Affine(std::shared_ptr< LinearExpr > expr, double coeff, double constant)operations_research::mb::LinearExprstatic
AffineCst(double value, double coeff, double constant)operations_research::mb::LinearExprstatic
Constant(double value)operations_research::mb::LinearExprstatic
DebugString() const overrideoperations_research::mb::Variablevirtual
Eq(std::shared_ptr< LinearExpr > rhs)operations_research::mb::LinearExpr
EqCst(double rhs)operations_research::mb::LinearExpr
Ge(std::shared_ptr< LinearExpr > rhs)operations_research::mb::LinearExpr
GeCst(double rhs)operations_research::mb::LinearExpr
helper() constoperations_research::mb::Variableinline
helper_operations_research::mb::Variableprotected
index() constoperations_research::mb::Variableinline
index_operations_research::mb::Variableprotected
is_integral() constoperations_research::mb::Variable
Le(std::shared_ptr< LinearExpr > rhs)operations_research::mb::LinearExpr
LeCst(double rhs)operations_research::mb::LinearExpr
lower_bounds() constoperations_research::mb::Variable
MulFloat(double cst)operations_research::mb::LinearExpr
name() constoperations_research::mb::Variable
Neg()operations_research::mb::LinearExpr
objective_coefficient() constoperations_research::mb::Variable
operator<(const Variable &other) constoperations_research::mb::Variableinline
RSubFloat(double cst)operations_research::mb::LinearExpr
SetIsIntegral(bool is_integral)operations_research::mb::Variable
SetLowerBound(double lb)operations_research::mb::Variable
SetName(const std::string &name)operations_research::mb::Variable
SetObjectiveCoefficient(double coeff)operations_research::mb::Variable
SetUpperBound(double ub)operations_research::mb::Variable
Sub(std::shared_ptr< LinearExpr > expr)operations_research::mb::LinearExpr
SubFloat(double cst)operations_research::mb::LinearExpr
Term(std::shared_ptr< LinearExpr > expr, double coeff)operations_research::mb::LinearExprstatic
ToString() const overrideoperations_research::mb::Variablevirtual
upper_bound() constoperations_research::mb::Variable
Variable(ModelBuilderHelper *helper, int index)operations_research::mb::Variable
Variable(ModelBuilderHelper *helper, double lb, double ub, bool is_integral)operations_research::mb::Variable
Variable(ModelBuilderHelper *helper, double lb, double ub, bool is_integral, const std::string &name)operations_research::mb::Variable
Variable(ModelBuilderHelper *helper, int64_t lb, int64_t ub, bool is_integral)operations_research::mb::Variable
Variable(ModelBuilderHelper *helper, int64_t lb, int64_t ub, bool is_integral, const std::string &name)operations_research::mb::Variable
Visit(ExprVisitor &lin, double c) overrideoperations_research::mb::Variableinlinevirtual
~LinearExpr()=defaultoperations_research::mb::LinearExprvirtual
~Variable() overrideoperations_research::mb::Variableinline