Package choco.prop

A package of classes devoted to the event model of constraint propagation

See:
          Description

Interface Summary
ConstraintPlugin An interface for all objects that can be plugged to a constraint.
EventQueue An interface for all the implementations of var queues (Constraint awake, on Variable events for instance).
PropagationEngine An interface for all implementations of propagation engines.
PropagationEvent An interface for all implementations of events.
VarEventListener An interface for all the search variable listeners.
 

Class Summary
AbstractPropagationEngine An abstract class for all implementations of propagation engines.
ChocEngine Implementation of an AbstractPropagationEngine for Choco.
ConstraintEvent A class for constraint revisions in the propagation process.
ConstraintEventQueue Implements an EventQueue for managing the constraint awake events.
VarEvent Implements an PropagationEvent for the variable events.
VarEventQueue  
 

Package choco.prop Description

A package of classes devoted to the event model of constraint propagation.

Related Documentation

For tutorials, examples, documentation and technical notes, see: