Pith. sign in

REVIEW 3 cited by

Learning To Dive In Branch And Bound

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

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

classification cs.LGmath.OC
keywords heuristicsl2divedivingfindlinearprogramssearchaverage
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
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%).

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 3 Pith papers

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

  1. SPL-LNS: Sampling-Enhanced Large Neighborhood Search for Solving Integer Linear Programs

    cs.LG 2025-08 unverdicted novelty 6.0 of 10

    SPL-LNS replaces the greedy proposal step in neural Large Neighborhood Search with sampling over locally-informed proposals, trained by hindsight relabeling on self-generated data, and reports large gains over prior n...

  2. SORREL: Suboptimal-Demonstration-Guided Reinforcement Learning for Learning to Branch

    cs.LG 2024-12 conditional novelty 5.0 of 10

    SORREL combines offline reinforcement learning on suboptimal demonstrations with self-imitation finetuning to learn branching policies that match expert-trained solvers.

  3. Box Allocation Optimization in Meal Kit Delivery

    math.OC 2025-09 reject novelty 3.0 of 10

    This paper defines meal kit box allocation as a MILP and reports that CBC solves synthetic instances up to 100,000 orders optimally in under two minutes.

Pith tools