Java Reference
Java Reference
IntVar.java
Go to the documentation of this file.
int getIndex()
Internal, returns the index of the variable in the underlying CpModelProto.
Definition: IntVar.java:45
String displayBounds()
Returns the domain as a string without the enclosing [].
Definition: IntVar.java:92
IntegerVariableProto.Builder getBuilder()
Returns the variable protobuf builder.
Definition: IntVar.java:50
The negation of a boolean variable.
Definition: NotBooleanVariable.java:20
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