Generated on Wed Nov 1 15:05:03 2006 for Gecode by doxygen 1.4.5

Propagator patterns
[Programming actors]

Collaboration diagram for Propagator patterns:


Detailed Description

The optional last Boolean argument (fd) to the constructor for creation defines whether disposal must be forced. That is, if fd is true the dispose member function of a propagator is called when the space containing the propagator is deleted.


Classes

class  Gecode::UnaryPropagator< View, pc >
 Unary propagator. More...
class  Gecode::BinaryPropagator< View, pc >
 Binary propagator. More...
class  Gecode::TernaryPropagator< View, pc >
 Ternary propagator. More...
class  Gecode::NaryPropagator< View, pc >
 n-ary propagator More...
class  Gecode::NaryOnePropagator< View, pc >
 (n+1)-ary propagator More...
class  Gecode::InhomBinaryPropagator< View0, pc0, View1, pc1 >
 Inhomogeneous binary propagator. More...
class  Gecode::InhomTernaryPropagator< View0, pc0, View1, pc1, View2, pc2 >
 Inhomogeneous ternary propagator. More...
class  Gecode::InhomNaryOnePropagator< View0, pc0, View1, pc1 >
 Inhomogeneous (n+1)-ary propagator. More...