Interface LinearArgument
- All Known Subinterfaces:
LinearExpr
- All Known Implementing Classes:
AffineExpression
,ConstantExpression
,LinearExprBuilder
,Variable
,WeightedSumExpression
public interface LinearArgument
A object that can build a LinearExpr object.
This class is used in all modeling methods of the CpModel class.
-
Method Summary
-
Method Details
-
build
LinearExpr build()Builds a linear expression.
-