Java Reference
Java Reference
IntVar.java
Go to the documentation of this file.
Definition: Constraint.java:14
A linear expression interface that can be parsed.
Definition: LinearExpr.java:17
int getVariablesCount()
Definition: CpModelProto.java:232
IntegerVariableProto.Builder getBuilder()
Returns the variable protobuf builder.
Definition: IntVar.java:50
String displayBounds()
Returns the domain as a string without the enclosing [].
Definition: IntVar.java:87
Interface to describe a boolean variable or its negation.
Definition: Literal.java:17
Definition: OptionalBoolean.java:4
int getIndex()
Internal, returns the index of the variable in the underlying CpModelProto.
Definition: IntVar.java:45