Java Reference
Java Reference
DisjunctiveConstraint.java
A constraint is the main modeling object.
long transitionTime(int before_index, int after_index)
Definition: DisjunctiveConstraint.java:58
SequenceVar makeSequenceVar()
Creates a sequence variable from the constraint.
Definition: DisjunctiveConstraint.java:46
A sequence variable is a variable whose domain is a set of possible orderings of the interval variabl...
Definition: SequenceVar.java:14
void setTransitionTime(LongBinaryOperator transition_time)
Add a transition time between intervals.
Definition: DisjunctiveConstraint.java:54
DisjunctiveConstraint(long cPtr, boolean cMemoryOwn)
Definition: DisjunctiveConstraint.java:18