Java Reference
Java Reference
LinearArgument
Detailed Description
A object that can build a LinearExpr object.
This class is used in all modeling methods of the CpModel class.
Definition at line 21 of file modelbuilder/LinearArgument.java.
Public Member Functions | |
| LinearExpr | build () |
| Builds a linear expression. More... | |
Member Function Documentation
◆ build()
| LinearExpr build | ( | ) |
Builds a linear expression.
Implemented in WeightedSumExpression, Variable, LinearExprBuilder, ConstantExpression, and AffineExpression.
The documentation for this interface was generated from the following file: