![]()  | 
  
    Google OR-Tools v9.14
    
   a fast and portable software suite for combinatorial optimization 
   | 
 
Holds a term (expression * coefficient) More...
Holds a term (expression * coefficient)
Definition at line 92 of file IntegerExpressions.cs.
Public Member Functions | |
| Term (LinearExpr e, long c) | |
Public Attributes | |
| LinearExpr | expr | 
| long | coefficient | 
      
  | 
  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.