The reviewed record of science sign in
Pith

arxiv: 2301.09943 · v1 · pith:IZY3WVLZ · submitted 2023-01-24 · cs.LG · math.OC

Learning To Dive In Branch And Bound

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:IZY3WVLZrecord.jsonopen to challenge →

classification cs.LG math.OC
keywords heuristicsl2divedivingfindlinearprogramssearchaverage
0
0 comments X
read the original abstract

Primal heuristics are important for solving mixed integer linear programs, because they find feasible solutions that facilitate branch and bound search. A prominent group of primal heuristics are diving heuristics. They iteratively modify and resolve linear programs to conduct a depth-first search from any node in the search tree. Existing divers rely on generic decision rules that fail to exploit structural commonality between similar problem instances that often arise in practice. Therefore, we propose L2Dive to learn specific diving heuristics with graph neural networks: We train generative models to predict variable assignments and leverage the duality of linear programs to make diving decisions based on the model's predictions. L2Dive is fully integrated into the open-source solver SCIP. We find that L2Dive outperforms standard divers to find better feasible solutions on a range of combinatorial optimization problems. For real-world applications from server load balancing and neural network verification, L2Dive improves the primal-dual integral by up to 7% (35%) on average over a tuned (default) solver baseline and reduces average solving time by 20% (29%).

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Sample Complexity of Stochastic Optimization with Integer Variables

    cs.LG 2026-05 unverdicted novelty 7.0

    Stochastic integer optimization has sample complexity that matches, undercuts, or exceeds the continuous case based on objective structure, with new tight bounds for nonconvex continuous problems.