From an Interior Point to a Corner Point: Smart Crossover
Dongdong Ge, Chengwenjian Wang, Zikai Xiong, Yinyu Ye

TL;DR
This paper introduces novel crossover methods leveraging problem structure to efficiently convert interior point solutions into optimal corner points in linear programming, significantly speeding up computations.
Contribution
It proposes structure-exploiting crossover algorithms for network and general LP problems, improving efficiency over traditional methods.
Findings
Significant speed-ups in LP solution times.
Effective recovery of optimal solutions from interior points.
Validated on classical, network flow, and transport benchmarks.
Abstract
Identifying optimal basic feasible solutions to linear programming problems is a critical task for mixed integer programming and other applications. The crossover method, which aims at deriving an optimal extreme point from a suboptimal solution (the output of a starting method such as interior-point methods or first-order methods), is crucial in this process. This method, compared to the starting method, frequently represents the primary computational bottleneck in practical applications. We propose approaches to overcome this bottleneck by exploiting problem characteristics and implementing customized strategies. For problems arising from network applications and exhibiting network structures, we take advantage of the graph structure of the problem and the tree structure of the optimal solutions. Based on these structures, we propose a tree-based crossover method, aiming to recovering…
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
TopicsVehicle Routing Optimization Methods · Advanced Multi-Objective Optimization Algorithms · Facility Location and Emergency Management
