File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,3 +44,12 @@ documented, public API (marked by ``__isl_export``). These (technically)
4444undocumented functions are marked in the islpy documentation. Many of them are useful
4545and essential for certain operations, but isl's API stability guarantees do not
4646apply to them. Use them at your own risk.
47+
48+ Islpy can optionally be built with support for `barvinok <https://repo.or.cz/barvinok.git >`__,
49+ a library for counting the number of integer points in parametric and non-parametric
50+ polytopes. Notably, unlike isl, barvinok is GPL-licensed, so doing so changes
51+ islpy's effective license as well. In addition to islpy's `regular PyPI source
52+ and binary wheel downloads <https://pypi.org/project/islpy/> `__, `Cambridge Yang
53+ <https://github.com/thisiscam> `__ has made available a `package with wheels that
54+ include Barvinok <https://pypi.org/project/islpy-barvinok/> `__.
55+
You can’t perform that action at this time.
0 commit comments