Pith. sign in

REVIEW 1 minor 1 cited by

The Proxy Benders Decomposition

T0 review · 0 major / 1 minor · reviewed 2026-06-27 · grok-4.3

Pith's one-line read A projection-and-completion layer lets optimization proxies generate valid Benders cuts without exact subproblem solves.

desk verdict Proxy-BD swaps exact Benders subproblem solves for a self-supervised proxy plus projection-completion certification that keeps cuts valid regardless of prediction quality, with reported 161x speedups and 240x fewer cuts on large UFL instances. read the letter →

arxiv 2606.07403 v1 pith:O25YTLLU submitted 2026-06-05 math.OC cs.LG

classification math.OCcs.LG
keywords Bendersdecompositionoptimizationproxiesmixed-integerprogrammingfacilitylocationnetworkdesignmethodscertified
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper introduces Proxy-BD to replace the repeated exact solves of subproblems in classical Benders decomposition with a self-supervised proxy that predicts solutions, then projects and completes them into dual-feasible points. The certification layer guarantees that every generated cut remains valid regardless of how accurate the proxy prediction is. A reader would care because classical Benders often slows down on large problems due to solving highly similar subproblems many times and zigzagging behavior. If the approach holds, decomposition methods could handle substantially larger instances in facility location and network design without losing correctness. Experiments on up to 2000 by 2000 instances report median optimality gaps below 0.5 percent along with large reductions in time and cut count.

What carries the argument

The projection-and-completion certification layer that converts proxy predictions into dual-feasible solutions for provably valid Benders cuts.

What would settle it

An instance in which the projection-and-completion layer fails to produce any dual-feasible solution from the proxy output, so that no valid cut can be generated and the algorithm cannot proceed correctly.

Watch

Extended reading notes

Core claim

The Proxy Benders decomposition framework replaces subproblem optimization with certified optimization proxies that follow a predict-project-and-complete mechanism to produce dual-feasible solutions for generating provably valid Benders cuts, preserving the theoretical validity of the decomposition independently of prediction quality.

Load-bearing premise

The projection-and-completion certification layer can always convert an arbitrary proxy prediction into a dual-feasible solution that produces a valid Benders cut, regardless of how poor the initial proxy output is.

Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

0 major / 1 minor

Summary. The manuscript introduces Proxy Benders Decomposition (Proxy-BD), replacing exact repeated solves of Benders subproblems with certified optimization proxies that follow a self-supervised predict-project-and-complete mechanism. This produces dual-feasible solutions and provably valid Benders cuts via a projection-and-completion certification layer whose validity holds independently of proxy prediction quality, supported by a formal characterization of proxy-induced cuts. The framework extends naturally to branch-and-Benders-cut schemes. Experiments on large-scale uncapacitated facility location instances (up to 2000×2000) and network design problems report median optimality gaps below 0.5%, median speedups up to 161×, and more than 240× fewer cuts on the largest instances, with gains scaling with recourse complexity.

Significance. If the formal characterization and validity proof hold, the work offers a meaningful advance by decoupling Benders cut validity from proxy accuracy, enabling safe use of learned proxies to accelerate decomposition without compromising guarantees. The reported empirical gains on large instances, together with the explicit scaling behavior and extension to modern variants, indicate practical utility. The parameter-free validity preservation by construction is a notable strength.

minor comments (1)
  1. [Abstract] The abstract and introduction could more explicitly distinguish the self-supervised training of the proxy from any post-hoc adjustments in the experimental section.

Simulated Author's Rebuttal

0 responses · 0 unresolved

We thank the referee for their careful reading of the manuscript, the positive assessment of the formal validity results and empirical scaling behavior, and the recommendation to accept. No major comments were raised, so we have no revisions to address.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity

full rationale

The paper introduces Proxy-BD as an algorithmic framework that replaces exact subproblem solves with a predict-project-and-complete proxy mechanism. Validity of the generated Benders cuts is established by a separate projection-and-completion certification layer whose formal characterization and proof of dual feasibility are presented as independent of the proxy's prediction accuracy. No equations or claims reduce a reported performance metric (speedups, cut counts, optimality gaps) to quantities defined by fitted parameters inside the paper; the experimental outcomes on UFL instances are treated as empirical consequences of the algorithm rather than tautological outputs. No load-bearing self-citations, imported uniqueness theorems, or ansatzes smuggled via prior work are invoked to justify the core derivation. The chain is therefore self-contained against external benchmarks.

Assumptions & free parameters 0 free parameters · 1 assumptions · 1 invented entities

Review performed on abstract only; therefore the ledger records only the high-level assumptions visible in the provided text. The proxy model itself is treated as an invented mechanism whose parameters are not enumerated.

assumptions (1)
  • domain assumption Benders cuts generated from dual-feasible solutions remain valid optimality cuts even when the dual solution is obtained via projection and completion rather than exact optimization.
    Stated in abstract paragraph 2 as the mechanism that preserves theoretical validity independently of prediction quality.
invented entities (1)
  • certified optimization proxy
    purpose: Replace repeated exact subproblem solves while still producing dual-feasible points for valid Benders cuts
    The proxy is the central new component introduced by the paper; no independent evidence of its existence or performance is supplied beyond the abstract claims.

how reviews work

0 comments
Cite this review

Pith. "Pith review of The Proxy Benders Decomposition." pith.science (2026). https://pith.science/paper/O25YTLLU

@misc{pith2026260607403,
  author       = {Pith},
  title        = {Pith review of: The Proxy Benders Decomposition},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/O25YTLLU}},
  note         = {Machine review of arXiv:2606.07403}
}
read the original abstract

Benders decomposition is a fundamental framework for solving large-scale mixed-integer optimization problems with complicating variables that, when fixed, yield significantly easier subproblems. However, classical Benders decomposition repeatedly solves highly similar subproblems and often exhibits zigzagging behavior across iterations, leading to slow convergence in large-scale settings. Motivated by the repetitive structure and parametric nature of Benders subproblems, this paper introduces the proxy Benders decomposition (Proxy-BD), a new decomposition framework in which subproblem optimization is replaced by certified optimization proxies rather than repeated exact solves. The proposed proxy follows a self-supervised predict-project-and-complete mechanism that produces dual-feasible solutions for generating provably valid Benders cuts. The framework preserves the theoretical validity of the decomposition independently of prediction quality through a projection-and-completion certification layer. A formal characterization of proxy-induced cuts is established, and the framework naturally extends to modern decomposition schemes, including branch-and-Benders-cut algorithms. Computational experiments on large-scale facility location and network design problems demonstrate that Proxy-BD substantially reduces the computational effort of subproblems while maintaining near-optimal solution quality. On large-scale uncapacitated facility location instances up to 2000x2000, Proxy-BD achieves median optimality gaps below 0.5%, yields up to 161x median speedups, and reduces the number of generated cuts by more than 240x on the largest instances. The computational gains consistently increase with recourse complexity, indicating that proxy-based inference scales substantially more favorably than repeated exact subproblem optimization in large-scale decomposition settings.

Figures

Figures reproduced from arXiv: 2606.07403 by the authors.

Figure 1
Figure 1. Slice-normalized geometry: the slice certificate [PITH_FULL_IMAGE:figures/full_fig_p017_1.png] view at source ↗
Figure 2
Figure 2. Offline pipeline for Proxy-BD. Stage 1: Oracle Benders is run on training instances to [PITH_FULL_IMAGE:figures/full_fig_p021_2.png] view at source ↗
Figure 3
Figure 3. Online Proxy-BD loop. At each iteration, the RMP is solved, and the proxy generates a [PITH_FULL_IMAGE:figures/full_fig_p023_3.png] view at source ↗
Figures from the paper (7 more)
Figure 4
Figure 4. Figure 4: Online B&BC Proxy-BD loop. The master MIP is solved once. The proxy is invoked as a [PITH_FULL_IMAGE:figures/full_fig_p023_4.png]
Figure 5
Figure 5. Figure 5: Per-shape distribution of the proxy’s true optimality gap on held-out CAP instances, [PITH_FULL_IMAGE:figures/full_fig_p033_5.png]
Figure 6
Figure 6. Figure 6: Held-out SOTA proxy on UFL. Top: per-shape distribution of the proxy’s true optimality [PITH_FULL_IMAGE:figures/full_fig_p035_6.png]
Figure 7
Figure 7. Figure 7: Convergence under the SOTA deployment on a representative (median-speedup) instance [PITH_FULL_IMAGE:figures/full_fig_p036_7.png]
Figure 8
Figure 8. Figure 8: Scaling of solve time and optimality gap with instance size for CAP: exact outer-loop [PITH_FULL_IMAGE:figures/full_fig_p038_8.png]
Figure 9
Figure 9. Figure 9: Convergence of the optimality gap against the number of cuts separated for CAP. The [PITH_FULL_IMAGE:figures/full_fig_p039_9.png]
Figure 10
Figure 10. Figure 10: Left: the recourse-feasible cone K in d-space and the induced (non-facet) cut d1 +d2 ≤ 0 obtained from λ box = (1, 1). Right: the certificate cone R and the box-normalized feasible region R(1); maximizing d(¯y) ⊤λ yields λ box = (1, 1), which maps to the red cut on th…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

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

  1. Fusing Backdoors, Machine Learning, and Optimization for Large-Scale Parametric Mixed-Integer Programs

    cs.LG 2026-06 unverdicted novelty 5.0 of 10

    BIPC framework identifies backdoors in parametric MIPs, trains ML models to predict backdoor values or intervals, and solves constrained reduced problems for faster solutions with limited quality loss.

Reference graph

Works this paper leans on

88 extracted references · 2 canonical work pages · cited by 1 Pith paper

  1. [1]

    2005 , publisher=

    Integer Programming: State of the art and recent advances , author=. 2005 , publisher=

  2. [2]

    50 Years of

    J. 50 Years of. 2009 , publisher=

  3. [3]

    Optima , volume=

    A celebration of 50 years of integer programming , author=. Optima , volume=

  4. [4]

    , title =

    Nair, Vinod and Hinton, Geoffrey E. , title =. Proceedings of the 27th International Conference on International Conference on Machine Learning , pages =. 2010 , isbn =

  5. [5]

    Operations Research , volume=

    Benders decomposition for production routing under demand uncertainty , author=. Operations Research , volume=. 2015 , publisher=

  6. [6]

    Decomposition based hybrid

    Behnamian, Javad , journal=. Decomposition based hybrid. 2014 , publisher=

  7. [7]

    Benders decomposition,

    Boschetti, Marco and Maniezzo, Vittorio , journal=. Benders decomposition,. 2009 , publisher=

  8. [8]

    International Journal of Mathematics in Operational Research , volume=

    A stochastic programming approach for sawmill production planning , author=. International Journal of Mathematics in Operational Research , volume=. 2013 , publisher=

Show all 88 references
  1. [9]

    Application of

    Canto, Salvador Perez , journal=. Application of. 2008 , publisher=

  2. [10]

    Computers & operations research , volume=

    A survey on benders decomposition applied to fixed-charge network design problems , author=. Computers & operations research , volume=. 2005 , publisher=

  3. [11]

    Benders decomposition and an

    Lin, Sifeng and Lim, Gino J and Bard, Jonathan F , journal=. Benders decomposition and an. 2016 , publisher=

  4. [12]

    1981 , publisher=

    Magnanti, Thomas L and Wong, Richard T , journal=. 1981 , publisher=

  5. [13]

    Numerische mathematik , volume=

    Partitioning procedures for solving mixed-variables programming problems , author=. Numerische mathematik , volume=

  6. [14]

    Rahmaniani, Ragheb and Crainic, Teodor Gabriel and Gendreau, Michel and Rei, Walter , journal=. The. 2017 , publisher=

  7. [15]

    Operations Research , volume=

    The Benders dual decomposition method , author=. Operations Research , volume=. 2020 , publisher=

  8. [16]

    1997 , publisher=

    Introduction to linear optimization , author=. 1997 , publisher=

  9. [17]

    Combining

    Zeighami, Vahid and Soumis, Fran. Combining. Transportation Science , volume=. 2019 , publisher=

  10. [18]

    Transportation science , volume=

    Benders decomposition for simultaneous aircraft routing and crew scheduling , author=. Transportation science , volume=. 2001 , publisher=

  11. [19]

    Combinatorial

    Codato, Gianni and Fischetti, Matteo , journal=. Combinatorial. 2006 , publisher=

  12. [20]

    A note on the selection of

    Fischetti, Matteo and Salvagnin, Domenico and Zanette, Arrigo , journal=. A note on the selection of. 2010 , publisher=

  13. [21]

    On generating maximal nondominated

    Sherali, Hanif D and Lunday, Brian J , journal=. On generating maximal nondominated. 2013 , publisher=

  14. [22]

    Improving

    Poojari, Chandra A and Beasley, John E , journal=. Improving. 2009 , publisher=

  15. [23]

    Strengthened

    Bodur, Merve and Dash, Sanjeeb and G. Strengthened. INFORMS Journal on Computing , volume=. 2017 , publisher=

  16. [24]

    Accelerating

    Wentges, Paul , journal=. Accelerating. 1996 , publisher=

  17. [25]

    RAIRO-Operations Research , volume=

    Solving the simple plant location problem by genetic algorithm , author=. RAIRO-Operations Research , volume=. 2001 , publisher=

  18. [26]

    European Journal of Operational Research , volume=

    An algorithm for solving large capacitated warehouse location problems , author=. European Journal of Operational Research , volume=. 1988 , publisher=

  19. [27]

    Mathematical programming , volume=

    An analysis of approximations for maximizing submodular set functions—I , author=. Mathematical programming , volume=. 1978 , publisher=

  20. [28]

    Operations Research , volume=

    A dual-based procedure for uncapacitated facility location , author=. Operations Research , volume=. 1978 , publisher=

  21. [29]

    Solving large nonconvex water resources management models using generalized

    Cai, Ximing and McKinney, Daene C and Lasdon, Leon S and Watkins Jr, David W , journal=. Solving large nonconvex water resources management models using generalized. 2001 , publisher=

  22. [30]

    Operations research , volume=

    Simultaneous assignment of locomotives and cars to passenger trains , author=. Operations research , volume=. 2001 , publisher=

  23. [31]

    Operations research , volume=

    A priori optimization of the probabilistic traveling salesman problem , author=. Operations research , volume=. 1994 , publisher=

  24. [32]

    Solving an electricity generating capacity expansion planning problem by generalized

    Bloom, Jeremy A , journal=. Solving an electricity generating capacity expansion planning problem by generalized. 1983 , publisher=

  25. [33]

    Operations research , volume=

    Benders decomposition for large-scale uncapacitated hub location , author=. Operations research , volume=. 2011 , publisher=

  26. [34]

    Management Science , volume=

    Elements of large-scale mathematical programming Part I: Concepts , author=. Management Science , volume=. 1970 , publisher=

  27. [35]

    Operations research , volume=

    Selected topics in column generation , author=. Operations research , volume=. 2005 , publisher=

  28. [36]

    Incremental

    Er Raqabi, El Mehdi and Himmich, Ilyas and El Hachemi, Nizar and El Hallaoui, Issmaïl and Soumis, François , journal =. Incremental. 2023 , issn =. doi:https://doi.org/10.1016/j.omega.2022.102821 , url =

  29. [37]

    Stabilized

    Baena, Daniel and Castro, Jordi and Frangioni, Antonio , journal=. Stabilized. 2020 , publisher=

  30. [38]

    2023 , publisher=

    Himmich, Ilyas and Er Raqabi, El Mehdi and El Hachemi, Nizar and El Hallaoui, Issmaïl and Metrane, Abdelmoutalib and Soumis, François , journal=. 2023 , publisher=

  31. [39]

    Les Cahiers du GERAD , volume =

    Er Raqabi, El Mehdi and Wu, Yong and El Hallaoui, Issmail and Soumis, François , pages =. Les Cahiers du GERAD , volume =. 2023 , month = aug, month_numeric =

  32. [40]

    INFORMS Journal on Computing , volume=

    Val. INFORMS Journal on Computing , volume=. 2005 , publisher=

  33. [41]

    Operations Research , volume=

    Ben Amor, Hatem and Desrosiers, Jacques and Val. Operations Research , volume=. 2006 , publisher=

  34. [42]

    Vanderbeck, Fran. On. Operations research , volume=. 2000 , publisher=

  35. [43]

    Mathematical programming , volume=

    On the solution of highly degenerate linear programmes , author=. Mathematical programming , volume=. 1988 , publisher=

  36. [44]

    Transportation Research Part A: Policy and Practice , volume=

    An integrated model of facility location and transportation network design , author=. Transportation Research Part A: Policy and Practice , volume=. 2001 , publisher=

  37. [45]

    Degeneracy in the multi-source

    Brimberg, Jack and Mladenovic, Nenad , journal=. Degeneracy in the multi-source

  38. [46]

    Mathematical programming , volume=

    A projection method for the uncapacitated facility location problem , author=. Mathematical programming , volume=. 1990 , publisher=

  39. [47]

    Mathematical Programming , volume=

    An exact algorithm for the vehicle routing problem based on the set partitioning formulation with additional cuts , author=. Mathematical Programming , volume=. 2008 , publisher=

  40. [48]

    Redesigning

    Fischetti, Matteo and Ljubi. Redesigning. Management Science , volume=. 2017 , publisher=

  41. [49]

    1998 , publisher=

    Integer programming , author=. 1998 , publisher=

  42. [50]

    Mathematical Programming , volume=

    Safe bounds in linear and mixed-integer linear programming , author=. Mathematical Programming , volume=. 2004 , publisher=

  43. [51]

    Operations Research , volume=

    Vessel service planning in seaports , author=. Operations Research , volume=. 2022 , publisher=

  44. [52]

    On-demand delivery from stores:

    Liu, Sheng and Luo, Zhixing , journal=. On-demand delivery from stores:. 2023 , publisher=

  45. [53]

    Manufacturing & Service Operations Management , volume=

    Budgeting in international humanitarian organizations , author=. Manufacturing & Service Operations Management , volume=. 2022 , publisher=

  46. [54]

    Manufacturing & Service Operations Management , volume=

    On the values of vehicle-to-grid electricity selling in electric vehicle sharing , author=. Manufacturing & Service Operations Management , volume=. 2021 , publisher=

  47. [55]

    2021 , publisher=

    Gleixner, Ambros and Hendel, Gregor and Gamrath, Gerald and Achterberg, Tobias and Bastubbe, Michael and Berthold, Timo and Christophel, Philipp and Jarck, Kati and Koch, Thorsten and Linderoth, Jeff and others , journal=. 2021 , publisher=

  48. [56]

    The irace package:

    L. The irace package:. Operations Research Perspectives , volume=. 2016 , publisher=

  49. [57]

    International Business Machines Corporation , volume=

    V12.1:. International Business Machines Corporation , volume=. 2009 , publisher=

  50. [58]

    2023 , howpublished=

  51. [59]

    Computers and Electronics in Agriculture , volume=

    Precision farming: The environmental challenge , author=. Computers and Electronics in Agriculture , volume=. 2001 , publisher=

  52. [60]

    US Geological Survey: Reston, VA, USA , volume=

    Mineral commodity summaries , author=. US Geological Survey: Reston, VA, USA , volume=

  53. [61]

    State of the

    Gorman, Michael F and Clarke, John-Paul and Gharehgozli, Amir Hossein and Hewitt, Michael and de Koster, Rene and Roy, Debjit , journal=. State of the. 2014 , publisher=

  54. [62]

    Mathematical

    Zhen, Lu and Li, Haolin and Xiao, Liyang and Lin, Dayu and Wang, Shuaian , journal=. Mathematical. 2024 , publisher=

  55. [63]

    Interfaces , volume=

    Dispatch optimization in bulk tanker transport operations , author=. Interfaces , volume=. 2018 , publisher=

  56. [64]

    2016 , publisher=

    Ding, Yi and Jia, Shuai and Gu, Tianyi and Li, Chung-Lun , journal=. 2016 , publisher=

  57. [65]

    Interfaces , volume=

    Medium-term rail scheduling for an iron ore mining company , author=. Interfaces , volume=. 2014 , publisher=

  58. [66]

    Journal of Heuristics , volume=

    Proximity Benders: a decomposition heuristic for stochastic programs , author=. Journal of Heuristics , volume=. 2016 , publisher=

  59. [67]

    Mathematical Programming , volume=

    Simplicial decomposition in nonlinear programming algorithms , author=. Mathematical Programming , volume=. 1977 , publisher=

  60. [68]

    European Journal of Operational Research , volume=

    Benders decomposition for very large scale partial set covering and maximal covering location problems , author=. European Journal of Operational Research , volume=. 2019 , publisher=

  61. [69]

    Er Raqabi, El Mehdi and El Hallaoui, Issmail and Soumis, François , pages =. The. Les Cahiers du GERAD , volume =. 2023 , month = aug, month_numeric =

  62. [70]

    2025 , publisher=

    Er Raqabi, El Mehdi and Beljadid, Ahmed and Bennouna, Mohammed Ali and Bennouna, Rania and Boussaadi, Latifa and El Hachemi, Nizar and El Hallaoui, Issmail and Fender, Michel and Jamali, Mohamed Anouar and Si Hammou, Nabil and others , journal=. 2025 , publisher=

  63. [71]

    Operations Research Letters , volume=

    Measuring the impact of primal heuristics , author=. Operations Research Letters , volume=. 2013 , publisher=

  64. [72]

    Column generation , pages=

    A primer in column generation , author=. Column generation , pages=. 2005 , publisher=

  65. [73]

    Advances in Neural Information Processing Systems , volume=

    Dual lagrangian learning for conic optimization , author=. Advances in Neural Information Processing Systems , volume=

  66. [74]

    Electric Power Systems Research , volume=

    Real-time risk analysis with optimization proxies , author=. Electric Power Systems Research , volume=. 2024 , publisher=

  67. [75]

    Operations Research , volume=

    Deepest cuts for Benders decomposition , author=. Operations Research , volume=. 2025 , publisher=

  68. [76]

    European Journal of Operational Research , volume=

    A branch-and-benders-cut algorithm for the crew scheduling and routing problem in road restoration , author=. European Journal of Operational Research , volume=. 2019 , publisher=

  69. [77]

    Transportation Science , volume=

    A Branch-and-Benders Cut Algorithm for a Stochastic Service Network Design with Crowdsourced Capacity , author=. Transportation Science , volume=. 2026 , publisher=

  70. [78]

    Discrete Applied Mathematics , volume=

    Bundle-based relaxation methods for multicommodity capacitated fixed charge network design , author=. Discrete Applied Mathematics , volume=. 2001 , publisher=

  71. [79]

    European Journal of Operational Research , volume=

    Benders decomposition without separability: A computational study for capacitated facility location problems , author=. European Journal of Operational Research , volume=. 2016 , publisher=

  72. [80]

    and Amos, Brandon and Kolter, J

    Donti, Priya L. and Amos, Brandon and Kolter, J. Zico , title=. Advances in Neural Information Processing Systems (NeurIPS) , year=

  73. [81]

    Predicting Tactical Solutions to Operational Planning Problems Under Imperfect Information , journal=

    Larsen, Eric and Lachapelle, S. Predicting Tactical Solutions to Operational Planning Problems Under Imperfect Information , journal=

  74. [82]

    and Rolnick, David and Kolter, J

    Donti, Priya L. and Rolnick, David and Kolter, J. Zico , title=. International Conference on Learning Representations (ICLR) , year=

  75. [83]

    AAAI Conference on Artificial Intelligence , year=

    Park, Seonho and Van Hentenryck, Pascal , title=. AAAI Conference on Artificial Intelligence , year=

  76. [84]

    European Journal of Operational Research , volume=

    Bengio, Yoshua and Lodi, Andrea and Prouvost, Antoine , title=. European Journal of Operational Research , volume=

  77. [85]

    Advances in neural information processing systems , volume=

    Neur2sp: Neural two-stage stochastic programming , author=. Advances in neural information processing systems , volume=

  78. [86]

    INFORMS Journal on Computing , volume=

    Fast continuous and integer L-shaped heuristics through supervised learning , author=. INFORMS Journal on Computing , volume=. 2024 , publisher=

  79. [87]

    Computers & Chemical Engineering , pages=

    Learning to control inexact Benders decomposition via reinforcement learning , author=. Computers & Chemical Engineering , pages=. 2025 , publisher=

  80. [88]

    arXiv preprint arXiv:2605.06516 , year=

    Learning to Cut: Reinforcement Learning for Benders Decomposition , author=. arXiv preprint arXiv:2605.06516 , year=

Pith tools

Reviewed June 27, 2026 · model on record in the stance chip above.