Java Reference
Java Reference
ScalProd.java
Go to the documentation of this file.
An integer variable.
Definition: java/com/google/ortools/sat/IntVar.java:21
A linear expression interface that can be parsed.
Definition: ScalProd.java:17
ScalProd(Literal[] literals, long[] coefficients)
Definition: ScalProd.java:28
ScalProd(IntVar[] variables, long[] coefficients)
Definition: ScalProd.java:22
A linear expression interface that can be parsed.
Definition: LinearExpr.java:17
Interface to describe a boolean variable or its negation.
Definition: Literal.java:17
int getIndex()