Uses of Interface
org.maxicp.cp.engine.core.Delta
Packages that use Delta
Package
Description
Constraints implementation for Sequence Variables
Solver objects
-
Uses of Delta in org.maxicp.cp.engine.constraints.seqvar
Methods in org.maxicp.cp.engine.constraints.seqvar with parameters of type DeltaModifier and TypeMethodDescriptionvoidExclude.registerDelta(Delta delta) voidNotBetween.registerDelta(Delta delta) voidRequire.registerDelta(Delta delta) -
Uses of Delta in org.maxicp.cp.engine.core
Subinterfaces of Delta in org.maxicp.cp.engine.coreModifier and TypeInterfaceDescriptioninterfaceObject that allows to retrieve in a constraint the changes of the domain of a variable from one call to theConstraint.propagateto the next.Classes in org.maxicp.cp.engine.core that implement DeltaMethods in org.maxicp.cp.engine.core with parameters of type DeltaModifier and TypeMethodDescriptionvoidAbstractCPConstraint.registerDelta(Delta delta) voidCPConstraint.registerDelta(Delta delta) voidDoNothingConstraint.registerDelta(Delta delta)