Generated on Fri Oct 6 16:26:45 2006 for Gecode/J by doxygen 1.4.7

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
Enumerator:
ME_GEN_FAILED 
ME_GEN_NONE 
ME_GEN_VAL 
this 

Definition at line 29 of file GenModEvent.java.