Title of article :
Cut-and-solve: An iterative search strategy for combinatorial optimization problems Original Research Article
Author/Authors :
Sharlee Climer، نويسنده , , Weixiong Zhang، نويسنده ,
Issue Information :
روزنامه با شماره پیاپی سال 2006
Pages :
25
From page :
714
To page :
738
Abstract :
Branch-and-bound and branch-and-cut use search trees to identify optimal solutions to combinatorial optimization problems. In this paper, we introduce an iterative search strategy which we refer to as cut-and-solve and prove optimality and termination for this method. This search is different from traditional tree search as there is no branching. At each node in the search path, a relaxed problem and a sparse problem are solved and a constraint is added to the relaxed problem. The sparse problems provide incumbent solutions. When the constraining of the relaxed problem becomes tight enough, its solution value becomes no better than the incumbent solution value. At this point, the incumbent solution is declared to be optimal. This strategy is easily adapted to be an anytime algorithm as an incumbent solution is found at the root node and continuously updated during the search. Cut-and-solve enjoys two favorable properties. Since there is no branching, there are no “wrong” subtrees in which the search may get lost. Furthermore, its memory requirement is negligible. For these reasons, it has potential for problems that are difficult to solve using depth-first or best-first search tree methods. In this paper, we demonstrate the cut-and-solve strategy by implementing a generic version of it for the Asymmetric Traveling Salesman Problem (ATSP). Our unoptimized implementation outperformed state-of-the-art solvers for five out of seven real-world problem classes of the ATSP. For four of these classes, cut-and-solve was able to solve larger (sometimes substantially larger) problems. Our code is available at our websites.
Keywords :
Traveling salesman problem , Branch-and-cut , Anytime algorithms , Linear programming , branch-and-bound , Search strategies
Journal title :
Artificial Intelligence
Serial Year :
2006
Journal title :
Artificial Intelligence
Record number :
1207486
Link To Document :
بازگشت