Uses of Enum Class
org.maxicp.cp.engine.constraints.scheduling.NoOverlapLeftToRight.Outcome
Packages that use NoOverlapLeftToRight.Outcome
Package
Description
Constraints implementation for Scheduling over Interval Variables and Cumulative Functions
-
Uses of NoOverlapLeftToRight.Outcome in org.maxicp.cp.engine.constraints.scheduling
Methods in org.maxicp.cp.engine.constraints.scheduling that return NoOverlapLeftToRight.OutcomeModifier and TypeMethodDescriptionNoOverlapLeftToRight.filter(int[] startMin, int[] duration, int[] endMax, int n) Applies all the filtering algorithms Overload Checker, Not-Last, Detectable Precedence in a loop until a fix point is reached, or an inconsistency is detected.static NoOverlapLeftToRight.OutcomeReturns the enum constant of this class with the specified name.static NoOverlapLeftToRight.Outcome[]NoOverlapLeftToRight.Outcome.values()Returns an array containing the constants of this enum class, in the order they are declared.