Extended Formulations via Decision Diagrams
Yuta Kurokawa, Ryotaro Mitsuboshi, Haruki Hamasaki, Kohei Hatano, Eiji, Takimoto, and Holakou Rahmanian

TL;DR
This paper introduces a novel method to create extended formulations for linear constraints using decision diagrams, enabling more efficient optimization especially with concise diagram representations.
Contribution
The authors present a general algorithm that constructs extended formulations from decision diagrams, reducing complexity based on diagram size rather than the number of constraints.
Findings
Effective for integer programming problems.
Reduces computation time with concise decision diagrams.
Applicable to soft margin optimization with slack variables.
Abstract
We propose a general algorithm of constructing an extended formulation for any given set of linear constraints with integer coefficients. Our algorithm consists of two phases: first construct a decision diagram that somehow represents a given constraint matrix, and then build an equivalent set of linear constraints over variables. That is, the size of the resultant extended formulation depends not explicitly on the number of the original constraints, but on its decision diagram representation. Therefore, we may significantly reduce the computation time for optimization problems with integer constraint matrices by solving them under the extended formulations, especially when we obtain concise decision diagram representations for the matrices. We can apply our method to -norm regularized hard margin optimization over the binary instance space…
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
TopicsMulti-Criteria Decision Making · Constraint Satisfaction and Optimization · Data Management and Algorithms
