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