Uses of Package
topics.branchandbound.util
Packages that use topics.branchandbound.util
Package
Description
Branch-and-Bound algorithms — intelligent search for combinatorial optimisation.
Utility classes shared by branch-and-bound implementations.
Multi-threaded branch-and-bound utilities.
-
Classes in topics.branchandbound.util used by topics.branchandboundClassDescriptionMain class to solve problems using the Branch and Bound technique We need to extend it for any specific problem
-
Classes in topics.branchandbound.util used by topics.branchandbound.utilClassDescriptionTo save and sort the nodes that are going to be usedTo represent the different states of a problem in the graph For each problem, we should extend this class with specific information We also need to compare Nodes because it is the way to compare them in the priority queue
-
Classes in topics.branchandbound.util used by topics.branchandbound.util.threadsClassDescriptionTo represent the different states of a problem in the graph For each problem, we should extend this class with specific information We also need to compare Nodes because it is the way to compare them in the priority queue