limited memory rank 1 cuts for the set partitioning
play

Limited Memory Rank-1 Cuts for the Set Partitioning Formulation of - PowerPoint PPT Presentation

Limited Memory Rank-1 Cuts for the Set Partitioning Formulation of Vehicle Routing Problems Diego Pecin 1 Artur Pessoa 2 Marcus Poggi 1 Haroldo Santos 3 Eduardo Uchoa 2 PUC - Rio de Janeiro 1 Universidade Federal Fluminense 2 Universidade Federal


  1. Limited Memory Rank-1 Cuts for the Set Partitioning Formulation of Vehicle Routing Problems Diego Pecin 1 Artur Pessoa 2 Marcus Poggi 1 Haroldo Santos 3 Eduardo Uchoa 2 PUC - Rio de Janeiro 1 Universidade Federal Fluminense 2 Universidade Federal de Ouro Preto 3 January, 2015 Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  2. Vehicle Routing Problem (VRP) Instance: Complete graph G = ( V , A ) with V = { 0 , . . . , n } ; vertex 0 is the depot , the other vertices are customers . Each arc a ∈ A has a cost c a . Customers have demands . There is a fleet of vehicles in the depot. Solution: A set of routes starting and ending at the depot, attending all customers, and respecting the given operational constraints, with minimal total cost. Dozens of variants: CVRP: Most classical, routes limited only by vehicle capacity VRPTW: Customers must also be attended within time windows HFVRP: Heterogeneous fleet Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  3. Set Partitioning Formulation (Balinski and Quandt [1964]) � (SPF) min c r λ r (1) r ∈ Ω S.t. � a r i λ r = 1 , ∀ i ∈ V + , (2) r ∈ Ω λ r ∈ { 0 , 1 } ∀ r ∈ Ω . (3) Ω is the set of routes, a r i is the number of times that customer i appears in route r . Must be solved by column generation. The set Ω is often relaxed (allowing some non-elementary routes) in order to make the pricing subproblem more tractable. Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  4. Set Partitioning Formulation Even if Ω only contains elementary routes, the linear relaxation of SPF is not strong enough for efficient branch-and-price. Except when routes are very constrained (e.g., very narrow time windows). SPF should be combined with cutting, yielding branch-cut-and-price algorithms. Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  5. Cuts over Edge/Arc Formulations Depend of the specific VRP variant: CVRP: Rounded Capacity, Strengthened Combs VRPTW: 2-Path HFVRP: Extended Capacity Cuts Improve significantly the relaxations. They are robust , their dual variables are translated into edge/arc costs in the pricing. Lead to efficient algorithms. Seems to be exhausted. Really good new cuts not found in the last years. Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  6. Cuts over the Set Partitioning Formulation Valid for most VRP variants. Several cuts known from the SPP literature: Cliques, Odd holes, ... Potential for big improvements in the relaxations. However, they are non-robust , each added cut makes the pricing subproblem harder, quickly making it intractable. Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  7. Subset Row Cuts (SRCs) Given C ⊆ V + and a scalar multiplier p , the ( C , p )-Subset Row Cut is: � � a r � p � λ r ≤ ⌊ p | C |⌋ (4) i r ∈ Ω i ∈ C Non-robust cut obtained by a Chv´ atal-Gomory rounding of | C | constraints in the SPF, less harmful to pricing structure than clique or odd hole cuts. M. Jepsen, B. Petersen, S. Spoorendonk, and D. Pisinger. Subset-row inequalities applied to the vehicle-routing problem with time windows. Operations Research , 56(2):497–511, 2008 Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  8. Interesting SRCs Given an SRC with base set C , for each integer d , define y d C as the i ∈ C a r sum of all variables λ r such that � i = d . The cuts where | C | = 3 and p = 1 / 2 are called 3-Subset Row Cuts (3SRCs) , expressed as: y 2 C + y 3 C ≤ 1 . Used in Baldacci et al. [2011] and Contardo and Martinelli [2014] Potentially very effective Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  9. Interesting SRCs | C | = 4 and p = 2 / 3, 4SRCs : y 2 C + 2 y 3 C + 2 y 4 C ≤ 2 . | C | = 5 and p = 1 / 3, 5,1SRCs : y 3 C + y 4 C + y 5 C ≤ 1 . | C | = 5 and p = 1 / 2, 5,2SRCs : y 2 C + y 3 C + 2 y 4 C + 2 y 5 C ≤ 2 . Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  10. The Breakthrough Due to their impact in the pricing, not many SRCs could be effectively added to SPF and the potential gains were not achieved. Pecin et al. [2014] proposed a new technique for greatly reducing the impact of SRCs in the pricing and could obtain the full benefit of those cuts. In CVRP, the size of the largest solved instance increased from 150 to 360 customers (improvements in other algorithmic elements also contributed to the advance). Diego Pecin, Artur Pessoa, Marcus Poggi, and Eduardo Uchoa. Improved branch-cut-and-price for capacitated vehicle routing. In Integer Programming and Combinatorial Optimization , pages 393–403. Springer, 2014 Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  11. Limited Memory Subset Row Cuts (lm-SRCs) Given C ⊆ V + , a memory set M , C ⊆ M ⊆ V + , and a scalar multiplier p , the limited memory ( C , M , p )-Subset Row Cut is: � α ( C , M , p , r ) λ r ≤ ⌊ p | C |⌋ , (5) r ∈ Ω where the coefficient of a route r is computed as: 1: function α ( C , M , p , r ) 2: coeff ← 0, state ← 0 3: for every vertex i ∈ r (in order) do 4: if i / ∈ M then 5: state ← 0 6: else if i ∈ C then 7: state ← state + p 8: if state ≥ 1 then 9: coeff ← coeff + 1, state ← state − 1 10: return coeff Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  12. Limited Memory Subset Row Cuts (lm-SRCs) 1: function α ( C , M , p , r ) 2: coeff ← 0, state ← 0 3: for every vertex i ∈ r (in order) do 4: if i / ∈ M then 5: state ← 0 6: else if i ∈ C then 7: state ← state + p 8: if state ≥ 1 then 9: coeff ← coeff + 1, state ← state − 1 10: return coeff a r If M = V + , the function returns ⌊ p � i ⌋ i ∈ C Otherwise, the lm-SRC may be a weakening of the corresponding SRC Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  13. Separation of lm-SRCs 1 Route r 1 , λ r1 =0.5 2 3 0 λ r 1 has coefficient 1 in the SRC with C = { 1 , 2 , 3 } Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  14. Separation of lm-SRCs Included in the memory set 1 Route r 1 , λ r1 =0.5 2 3 0 Minimum memory for λ r 1 to have coefficient 1 in the lm 3-SRC Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  15. Separation of lm-SRCs 1 Route r 2 , λ r2 =0.5 2 3 0 λ r 2 has coefficient 1 in the SRC with C = { 1 , 2 , 3 } Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  16. Separation of lm-SRCs 1 Route r 2 , λ r2 =0.5 2 3 Included in the memory set 0 Minimum memory for λ r 2 to have coefficient 1 in the lm 3-SRC Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  17. Separation of lm-SRCs 1 Route r 3 , λ r3 =0.5 2 3 0 λ r 3 has coefficient 1 in the SRC with C = { 1 , 2 , 3 } Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  18. Separation of lm-SRCs 1 Route r 3 , λ r3 =0.5 2 3 Included in the memory set 0 Minimum memory for λ r 3 to have coefficient 1 in the lm 3-SRC Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  19. Separation of lm-SRCs 1 Final memory set 2 3 0 The set M of the added lm 3-SRC is the union of the memories those λ variables Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  20. Separation of lm-SRCs 1 2 3 0 The next route of pricings is likely to produce routes that avoid M to have coefficient zero in the lm 3-SRC Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  21. Separation of lm-SRCs Possibly included in the memory set of C in the next cut round 1 2 3 0 The set M may be adjusted in the next round of separation Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  22. Separation of lm-SRCs If a violated ( C , p )-SRC exists, it finds a minimal set M such that the lm-( C , M , p )-SRC has the same violation. Eventually (perhaps in more iterations), the lower bounds obtained with the lm-SRCs will be the same that would be obtained with the SRCs. The odd algorithmic definition of the lm-SRCs makes sense when considering the labeling dynamic programming algorithm used in the pricing. A lm-( C , M , p )-SRC only increases the space of states associated to vertices in M . In practice, there are exponential gains with respect to ordinary SRCs. Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

  23. This Work: Generalize to Arbitrary Cuts of Rank 1 Given C ⊆ V + and a vector of multipliers p of dimension | C | , the ( C , p )-Rank 1 Cut is: � � � � � � p i a r � λ r ≤ p i (6) i r ∈ Ω i ∈ C i ∈ C Aussois-2015 Pecin, Pessoa, Poggi, Santos, and Uchoa Limited Memory Rank-1 Cuts for VRP

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend