Skip to content

Commit ef49f7e

Browse files
committed
README: Link to islpy-barvinok
1 parent 7321bb7 commit ef49f7e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,12 @@ documented, public API (marked by ``__isl_export``). These (technically)
4444
undocumented functions are marked in the islpy documentation. Many of them are useful
4545
and essential for certain operations, but isl's API stability guarantees do not
4646
apply 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+

0 commit comments

Comments
 (0)