Branch-and-Bound
ConceptBranch-and-bound is a search technique that uses a backtracking search tree to turn a satisfaction problem into an optimization problem by combining recursive subdivision (branching) with pruning via computed bounds. It is a foundational algorithmic pattern used in constraint programming, MaxSAT solving, and neural network verification.
WIKI
Overview
Branch-and-bound is a search technique that operates over the backtracking search tree of a constraint-based solver. It is described as "an efficient technique to search for optimality using the search tree," with the search tree itself providing the mechanism to "turn a satisfaction problem into an optimization problem" [1].
How it Relates to the Search Tree
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →