lrslib-sys 0.1.0

Raw FFI bindings to lrslib.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# lrslib-sys

Raw FFI bindings to [lrslib](https://cgm.cs.mcgill.ca/~avis/C/lrs.html), David
Avis' lexicographic reverse-search library for convex polyhedra. Builds a
static lrslib from vendored sources---no network access required.

## Features

| Feature | Description |
|---------|-------------|
| - | Fixed-width `LRSLONG` arithmetic (128-bit when supported)---faster but can overflow |
| `gmp` | Bundled `mini-gmp` backend for arbitrary-precision integers |

## License

GPL-2.0-or-later (inherited from lrslib). See `LICENSE` for details.