首页 /研究 /linrax: A JAX Compatible, Simplex Method Linear Program Solver
OTHER

linrax: A JAX Compatible, Simplex Method Linear Program Solver

Brendan Gould, Akash Harapanahalli, Samuel Coogan

发表年份
2025
访问权限
开放获取

摘要

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.

关键词

eess.SY

相关论文

查看 OTHER 分类全部论文