Uses of Class
org.chocosolver.solver.variables.events.IntEventType
-
Packages that use IntEventType Package Description org.chocosolver.solver.learn org.chocosolver.solver.variables.events org.chocosolver.solver.variables.view -
-
Uses of IntEventType in org.chocosolver.solver.learn
Methods in org.chocosolver.solver.learn with parameters of type IntEventType Modifier and Type Method Description abstract void
Implications. pushEvent(IntVar var, ICause cause, IntEventType mask, int one, int two, int three)
Push an eventvoid
LazyImplications. pushEvent(IntVar var, ICause cause, IntEventType evt, int one, int two, int three)
-
Uses of IntEventType in org.chocosolver.solver.variables.events
Methods in org.chocosolver.solver.variables.events that return IntEventType Modifier and Type Method Description static IntEventType
IntEventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IntEventType[]
IntEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.chocosolver.solver.variables.events with parameters of type IntEventType Modifier and Type Method Description static int
IntEventType. combine(IntEventType... evts)
Combines into a single mask some evts. -
Uses of IntEventType in org.chocosolver.solver.variables.view
Methods in org.chocosolver.solver.variables.view with parameters of type IntEventType Modifier and Type Method Description void
BoolNotView. justifyEvent(IntEventType mask, int one, int two, int three)
void
EqView. justifyEvent(IntEventType mask, int one, int two, int three)
void
IView. justifyEvent(IntEventType mask, int one, int two, int three)
This methods is related to explanations, it binds an event occurring on the observed variable to the view.void
LeqView. justifyEvent(IntEventType mask, int one, int two, int three)
void
MinusView. justifyEvent(IntEventType mask, int one, int two, int three)
void
OffsetView. justifyEvent(IntEventType mask, int one, int two, int three)
void
RealView. justifyEvent(IntEventType mask, int one, int two, int three)
void
ScaleView. justifyEvent(IntEventType mask, int one, int two, int three)
IEventType
RealView. transformEvent(IntEventType evt)
-