Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::sat::DoubleLinearExpr Member List

This is the complete list of members for operations_research::sat::DoubleLinearExpr, including all inherited members.

AddExpression(const LinearExpr &exprs, double coeff=1.0)operations_research::sat::DoubleLinearExpr
AddTerm(IntVar var, double coeff)operations_research::sat::DoubleLinearExpr
AddTerm(BoolVar var, double coeff)operations_research::sat::DoubleLinearExpr
coefficients() constoperations_research::sat::DoubleLinearExprinline
constant() constoperations_research::sat::DoubleLinearExprinline
DebugString(const CpModelProto *proto=nullptr) constoperations_research::sat::DoubleLinearExpr
DoubleLinearExpr()operations_research::sat::DoubleLinearExpr
DoubleLinearExpr(BoolVar var)operations_research::sat::DoubleLinearExprexplicit
DoubleLinearExpr(IntVar var)operations_research::sat::DoubleLinearExprexplicit
DoubleLinearExpr(double constant)operations_research::sat::DoubleLinearExprexplicit
IsConstant() constoperations_research::sat::DoubleLinearExprinline
operator*=(double coeff)operations_research::sat::DoubleLinearExpr
operator+=(double value)operations_research::sat::DoubleLinearExpr
operator+=(IntVar var)operations_research::sat::DoubleLinearExpr
operator+=(BoolVar var)operations_research::sat::DoubleLinearExpr
operator+=(const DoubleLinearExpr &expr)operations_research::sat::DoubleLinearExpr
operator-=(double value)operations_research::sat::DoubleLinearExpr
operator-=(IntVar var)operations_research::sat::DoubleLinearExpr
operator-=(const DoubleLinearExpr &expr)operations_research::sat::DoubleLinearExpr
Sum(absl::Span< const IntVar > vars)operations_research::sat::DoubleLinearExprstatic
Sum(absl::Span< const BoolVar > vars)operations_research::sat::DoubleLinearExprstatic
variables() constoperations_research::sat::DoubleLinearExprinline
WeightedSum(absl::Span< const IntVar > vars, absl::Span< const double > coeffs)operations_research::sat::DoubleLinearExprstatic
WeightedSum(absl::Span< const BoolVar > vars, absl::Span< const double > coeffs)operations_research::sat::DoubleLinearExprstatic