Package topics.branchandbound.util.threads


package topics.branchandbound.util.threads
Multi-threaded branch-and-bound utilities.

Parallel variants of the core B&B infrastructure that distribute node expansion across multiple worker threads, enabling faster searches on multi-core hardware.

Classes in This Package

  • Classes
    Class
    Description
    Main class to solve problems using the Branch and Bound technique We need to extend it for any specific problem
    To save and sort the nodes that are going to be used
    Worker thread for the parallel Branch and Bound search.