Java Reference
Java Reference
BoolVar.java
Go to the documentation of this file.
int getIndex()
Returns the index of the variable in the underlying CpModelProto.
Definition: IntVar.java:44
final IntegerVariableProto.Builder varBuilder
Definition: IntVar.java:95
String displayBounds()
Returns the domain as a string without the enclosing [].
Definition: IntVar.java:60
Interface to describe a boolean variable or its negation.
Definition: Literal.java:17