Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
Google.OrTools.Sat.Term Struct Reference

Holds a term (expression * coefficient) More...

Public Member Functions

 Term (LinearExpr e, long c)
 

Public Attributes

LinearExpr expr
 
long coefficient
 

Detailed Description

Holds a term (expression * coefficient)

Definition at line 90 of file IntegerExpressions.cs.

Constructor & Destructor Documentation

◆ Term()

Google.OrTools.Sat.Term.Term ( LinearExpr e,
long c )
inline

Definition at line 95 of file IntegerExpressions.cs.

Member Data Documentation

◆ coefficient

long Google.OrTools.Sat.Term.coefficient

Definition at line 93 of file IntegerExpressions.cs.

◆ expr

LinearExpr Google.OrTools.Sat.Term.expr

Definition at line 92 of file IntegerExpressions.cs.


The documentation for this struct was generated from the following file: