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

Detailed Description

Definition at line 79 of file ModelBuilderExpr.cs.

Public Member Functions

 Term (LinearExpr e, double c)

Public Attributes

LinearExpr expr
double coefficient

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: