Java Reference
Java Reference
SumOfVariables.java
Go to the documentation of this file.
A linear expression interface that can be parsed.
Definition: LinearExpr.java:17
An integer variable.
Definition: java/com/google/ortools/sat/IntVar.java:21
SumOfVariables(IntVar[] variables)
Definition: SumOfVariables.java:20
A linear expression interface that can be parsed.
Definition: SumOfVariables.java:17