Package choco.branch

A package devoted to control (branching schemes and heuristics) for branching in a search tree

See:
          Description

Interface Summary
Branching Branching objects are responsible for controlling the execution of the program at a point where the control flow may be split between different branches
IntBranching IntBranching objects are specific branching objects where each branch is labeled with an integer.
ObjectBranching ObjectBranching objects are specific branching objects where each branch is labeled with an Object.
 

Class Summary
AbstractBranching  
 

Package choco.branch Description

A package devoted to control (branching schemes and heuristics) for branching in a search tree.

Related Documentation

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