![]() |
OR-Tools
9.6
|
This is the complete list of members for LinearExpr, including all inherited members.
| coefficients() const | LinearExpr | inline |
| constant() const | LinearExpr | inline |
| DebugString(const CpModelProto *proto=nullptr) const | LinearExpr | |
| FromProto(const LinearExpressionProto &proto) | LinearExpr | static |
| IsConstant() const | LinearExpr | inline |
| LinearExpr()=default | LinearExpr | |
| LinearExpr(BoolVar var) | LinearExpr | |
| LinearExpr(IntVar var) | LinearExpr | |
| LinearExpr(int64_t constant) | LinearExpr | |
| operator*=(int64_t factor) | LinearExpr | |
| operator+=(const LinearExpr &other) | LinearExpr | |
| operator-=(const LinearExpr &other) | LinearExpr | |
| Sum(absl::Span< const IntVar > vars) | LinearExpr | static |
| Sum(absl::Span< const BoolVar > vars) | LinearExpr | static |
| Term(IntVar var, int64_t coefficient) | LinearExpr | static |
| Term(BoolVar var, int64_t coefficient) | LinearExpr | static |
| variables() const | LinearExpr | inline |
| WeightedSum(absl::Span< const IntVar > vars, absl::Span< const int64_t > coeffs) | LinearExpr | static |
| WeightedSum(absl::Span< const BoolVar > vars, absl::Span< const int64_t > coeffs) | LinearExpr | static |