Java Reference
Java Reference
TypeRegulationsConstraint.java
A constraint is the main modeling object.
TypeRegulationsConstraint(long cPtr, boolean cMemoryOwn)
Definition: TypeRegulationsConstraint.java:17
void initialPropagate()
This method performs the initial propagation of the constraint.
Definition: TypeRegulationsConstraint.java:50
The following constraint ensures that incompatibilities and requirements between types are respected.
Definition: TypeRegulationsConstraint.java:14
void post()
This method is called when the constraint is processed by the solver.
Definition: TypeRegulationsConstraint.java:46
TypeRegulationsConstraint(RoutingModel model)
Definition: TypeRegulationsConstraint.java:42