Uses of Enum Class
org.maxicp.Constants.CumulativeAlgo
Packages that use Constants.CumulativeAlgo
Package
Description
Root package of MaxiCP
Constraint Programming Solver Implementation
-
Uses of Constants.CumulativeAlgo in org.maxicp
Methods in org.maxicp that return Constants.CumulativeAlgoModifier and TypeMethodDescriptionstatic Constants.CumulativeAlgoReturns the enum constant of this class with the specified name.static Constants.CumulativeAlgo[]Constants.CumulativeAlgo.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Constants.CumulativeAlgo in org.maxicp.cp
Methods in org.maxicp.cp with parameters of type Constants.CumulativeAlgoModifier and TypeMethodDescriptionstatic CPConstraintCPFactory.alwaysIn(CPCumulFunction fun, int minValue, int maxValue, int from, int to, Constants.CumulativeAlgo algo) Requires a cumulative function to always be within the range [minValue..maxValue] on the execution range [from..to).static CPConstraintCPFactory.alwaysIn(CPCumulFunction fun, int minValue, int maxValue, Constants.CumulativeAlgo algo) Requires a cumulative function to always be within the range [minValue..maxValue] on the execution range of the cumulative function.static CPConstraintCPFactory.le(CPCumulFunction fun, int maxValue, Constants.CumulativeAlgo algo) Requires a cumulative function to always be equal or lesser than a value on the execution range [0..Constants.HORIZON).