Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Holds a term (expression * coefficient) More...
Public Member Functions | |
Term (LinearExpr e, long c) | |
Public Attributes | |
LinearExpr | expr |
long | coefficient |
Holds a term (expression * coefficient)
Definition at line 92 of file IntegerExpressions.cs.
|
inline |
Definition at line 97 of file IntegerExpressions.cs.
long Google.OrTools.Sat.Term.coefficient |
Definition at line 95 of file IntegerExpressions.cs.
LinearExpr Google.OrTools.Sat.Term.expr |
Definition at line 94 of file IntegerExpressions.cs.