passagemath-lrslib provides a Python interface to lrslib for vertex enumeration and convex hull computation using the reverse search algorithm. Version 10.8.4 supports Python 3.11-3.14. Release cadence follows passagemath releases.
pip install passagemath-lrslibNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compute convex hull from a set of points and enumerate vertices.
Use `from passagemath.lrslib import polyhedra` instead.
Ensure your input matrix has shape (n_points, n_dimensions).