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

Detailed Description

Definition at line 92 of file IntegerExpressions.cs.

Public Member Functions

 Term (LinearExpr e, long c)

Public Attributes

LinearExpr expr
long coefficient

Constructor & Destructor Documentation

◆ Term()

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

Definition at line 97 of file IntegerExpressions.cs.

Member Data Documentation

◆ coefficient

long Google.OrTools.Sat.Term.coefficient

Definition at line 95 of file IntegerExpressions.cs.

◆ expr

LinearExpr Google.OrTools.Sat.Term.expr

Definition at line 94 of file IntegerExpressions.cs.


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