Improved Peel-and-Bound: Methods for Generating Dual Bounds with Multivalued Decision Diagrams
Isaac Rudich, Quentin Cappart, Louis-Martin Rousseau

TL;DR
This paper enhances decision diagram techniques for discrete optimization by introducing peel-and-bound, which improves dual bounds efficiently and outperforms existing methods on complex sequencing problems.
Contribution
The paper presents novel peel-and-bound methods, including hyper-optimization and parallelization strategies, extending decision diagram applications to a broader class of problems.
Findings
Peel-and-bound generates stronger bounds than branch-and-bound with the same propagators.
The method outperforms ddo on the TSPTW, closing 15 benchmark instances.
New algorithms are generalized for any discrete optimization problem.
Abstract
Decision diagrams are an increasingly important tool in cutting-edge solvers for discrete optimization. However, the field of decision diagrams is relatively new, and is still incorporating the library of techniques that conventional solvers have had decades to build. We drew inspiration from the warm-start technique used in conventional solvers to address one of the major challenges faced by decision diagram based methods. Decision diagrams become more useful the wider they are allowed to be, but also become more costly to generate, especially with large numbers of variables. In the original version of this paper, we presented a method of peeling off a sub-graph of previously constructed diagrams and using it as the initial diagram for subsequent iterations that we call peel-and-bound. We tested the method on the sequence ordering problem, and our results indicate that our…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAI-based Problem Solving and Planning · Business Process Modeling and Analysis
