Java Reference
Java Reference
NotBoolVar.java
Go to the documentation of this file.
A specialized linear expression: a * x + b.
Definition: AffineExpression.java:17
int getIndex()
Returns the index of the variable in the underlying CpModelProto.
Definition: IntVar.java:44
NotBoolVar(BoolVar boolVar)
Definition: NotBoolVar.java:21
int getIndex()
returns the index in the literal in the underlying CpModelProto.
Definition: NotBoolVar.java:27
A linear expression (sum (ai * xi) + b).
Definition: LinearExpr.java:19
Interface to describe a boolean variable or its negation.
Definition: Literal.java:17