Research and Implementation of Branch and Bound Algorithm
Chunmei Wang
Abstract
Chunmei Wang
Abstract
The algorithm of branch and bound is a solution to search problems in the tree of solution space,whose main solution is breadth-first search(BFS) or the least cost first,and the central idea is pruning.The general strategy and implementation steps of the branch and bound algorithm are proposed.Taking the wiring problem of circuit board as an example,whose algorithm is designed and implemented.The efficiency of the branch and bound algorithm is verified through experimental data,and its high performance is showed.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
The algorithm of branch and bound is a solution to search problems in the tree of solution space,whose main solution is breadth-first search(BFS) or the least cost first,and the central idea is pruning.The general strategy and implementation steps of the branch and bound algorithm are proposed.Taking the wiring problem of circuit board as an example,whose algorithm is designed and implemented.The efficiency of the branch and bound algorithm is verified through experimental data,and its high performance is showed.
Key concepts: Branch and bound, Pruning, Algorithm, Computer science, Upper and lower bounds, Space (punctuation), Search tree, Tree (set theory)