Building Negative Reduced Cost Paths Using Constraint Programming
暂无分享,去创建一个
Column Generation is a powerful method used to solve Constrained Set Partitioning problems. This method can be decomposed in two parts:the master problem and the sub-problem. The Master Problem that should be solved in Column Generation is derived from a simple Set Partitioning problem. Depending on the context the subproblem may become a variant of the simple Shortest-Path Problem; applications in scheduling generally present an acyclic graph (since one dimension of the graph is time) as opposed to routing problems that are cyclic by nature. However, most real life applications present resource constrained sub problems, typical resources being time, capacity, money, etc.
[1] Paul Shaw,et al. Using Constraint Programming and Local Search Methods to Solve Vehicle Routing Problems , 1998, CP.
[2] Danny De Schreye. Solving TSP with Time Windows with Constraints , 1999 .
[3] Gilles Pesant. AN OPTIMAL ALGORITHM FOR THE TRAVELING SALESMAN PROBLEM WITH TIME WINDOWS USING CONSTRAINT LOGIC PROGRAMMING. , 1996 .