GeneratorConstraint
A generator-style implementation of Constraint.
The subclass must implement generate, and within it call violate to produce violations. Or if you are using Kotlin, you can use the timeline extension functions such as windows.violateInside() to more easily submit violations.
Functions
Link copied to clipboard
Default violation message to be displayed to user.
Link copied to clipboard
A generator function that calls violate to produce violations.
Link copied to clipboard
Run the constraint on a plan.