Generic modification events and propagation conditions
[Programming variables]
Detailed Description
Predefined modification events must be taken into account by variable types.
Enumerations | |
| enum | org::gecode.GenModEvent { org::gecode.ME_GEN_FAILED, org::gecode.ME_GEN_NONE, org::gecode.ME_GEN_VAL, org::gecode.this } |
| Generic modification events. More... | |
Enumeration Type Documentation
Generic modification events.
- ME_GEN_FAILED: failed variable
- ME_GEN_NONE: no modification
- ME_GEN_ASSIGNED: variable is assigned a value
- ME_GEN_MAX: maximal modification event
Definition at line 29 of file GenModEvent.java.
