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 LinearArgument.java.
Public Member Functions | |
LinearExpr | build () |
Builds a linear expression. More... | |
Member Function Documentation
◆ build()
LinearExpr build | ( | ) |
Builds a linear expression.
Implemented in AffineExpression, ConstantExpression, IntVar, LinearExprBuilder, NotBoolVar, and WeightedSumExpression.
The documentation for this interface was generated from the following file: