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

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

Public Member Functions

 Term (LinearExpr e, double c)
 

Public Attributes

LinearExpr expr
 
double coefficient
 

Detailed Description

Holds a term (expression * coefficient)

Definition at line 79 of file ModelBuilderExpr.cs.

Constructor & Destructor Documentation

◆ Term()

Google.OrTools.ModelBuilder.Term.Term ( LinearExpr e,
double c )
inline

Definition at line 84 of file ModelBuilderExpr.cs.

Member Data Documentation

◆ coefficient

double Google.OrTools.ModelBuilder.Term.coefficient

Definition at line 82 of file ModelBuilderExpr.cs.

◆ expr

LinearExpr Google.OrTools.ModelBuilder.Term.expr

Definition at line 81 of file ModelBuilderExpr.cs.


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