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 lit, long coefficient, long offset)
Definition: ScalProd.java:60
ScalProd(Literal[] literals, long[] coefficients)
Definition: ScalProd.java:34
ScalProd(IntVar var, long coefficient, long offset)
Definition: ScalProd.java:54
ScalProd(IntVar[] variables, long[] coefficients, long offset)
Definition: ScalProd.java:28
ScalProd(IntVar[] variables, long[] coefficients)
Definition: ScalProd.java:22
A linear expression interface that can be parsed.
Definition: LinearExpr.java:20
Interface to describe a boolean variable or its negation.
Definition: Literal.java:17
int getIndex()