English

linrax: A JAX Compatible, Simplex Method Linear Program Solver

Systems and Control 2026-05-28 v2 Systems and Control

Abstract

We present linrax, the first simplex based linear program (LP) solver compatible with the JAX ecosystem. In many control algorithms, LPs are often automatically generated and frequently solved either offline or online in the control loop. This motivates the design of linrax, which is especially suited for compilation into a complex JAX-based pipeline as a subroutine. We discuss the challenges associated with implementing a general purpose LP solver under strict design requirements from JAX. Notably, we can solve general problems which may include dependent constraints-something not possible with existing JAX-compatible LP solvers that use first-order techniques and may fail to converge. We demonstrate the utility of linrax through several examples, including a robust control synthesis pipeline for a nonlinear vehicle model using automatic differentiation through a LP-based reachable set framework.

Cite

@article{arxiv.2509.19484,
  title  = {linrax: A JAX Compatible, Simplex Method Linear Program Solver},
  author = {Brendan Gould and Akash Harapanahalli and Samuel Coogan},
  journal= {arXiv preprint arXiv:2509.19484},
  year   = {2026}
}

Comments

6 pages, 2 figures

R2 v1 2026-07-01T05:52:58.421Z