Uses of Package
dev.nm.misc.algorithm.bb
-
Packages that use dev.nm.misc.algorithm.bb Package Description dev.nm.misc.algorithm.bb dev.nm.solver.multivariate.constrained.integer.linear.bb -
Classes in dev.nm.misc.algorithm.bb used by dev.nm.misc.algorithm.bb Class Description ActiveList This interface defines the node popping strategy used in a branch-and-bound algorithm, e.g., depth-first-search, best-first-search.BBNode A branch-and-bound algorithm maintains a tree of nodes to keep track of the search paths and the pruned paths. -
Classes in dev.nm.misc.algorithm.bb used by dev.nm.solver.multivariate.constrained.integer.linear.bb Class Description ActiveList This interface defines the node popping strategy used in a branch-and-bound algorithm, e.g., depth-first-search, best-first-search.BBNode A branch-and-bound algorithm maintains a tree of nodes to keep track of the search paths and the pruned paths.