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

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

coefficients() constoperations_research::sat::LinearExprinline
constant() constoperations_research::sat::LinearExprinline
DebugString(const CpModelProto *proto=nullptr) constoperations_research::sat::LinearExpr
FromProto(const LinearExpressionProto &proto)operations_research::sat::LinearExprstatic
IsConstant() constoperations_research::sat::LinearExprinline
LinearExpr()=defaultoperations_research::sat::LinearExpr
LinearExpr(BoolVar var)operations_research::sat::LinearExpr
LinearExpr(IntVar var)operations_research::sat::LinearExpr
LinearExpr(int64_t constant)operations_research::sat::LinearExpr
operator*=(int64_t factor)operations_research::sat::LinearExpr
operator+=(const LinearExpr &other)operations_research::sat::LinearExpr
operator-=(const LinearExpr &other)operations_research::sat::LinearExpr
Sum(absl::Span< const IntVar > vars)operations_research::sat::LinearExprstatic
Sum(absl::Span< const BoolVar > vars)operations_research::sat::LinearExprstatic
Term(IntVar var, int64_t coefficient)operations_research::sat::LinearExprstatic
Term(BoolVar var, int64_t coefficient)operations_research::sat::LinearExprstatic
variables() constoperations_research::sat::LinearExprinline
WeightedSum(absl::Span< const IntVar > vars, absl::Span< const int64_t > coeffs)operations_research::sat::LinearExprstatic
WeightedSum(absl::Span< const BoolVar > vars, absl::Span< const int64_t > coeffs)operations_research::sat::LinearExprstatic