be carefull about rounding and modulo
[barvinok.git] / README
blobdf3f2e8befbb9189a57f2f13b583ce0e86ef4e71
1 This is a (partial) reimplementation of latte
2 (http://www.math.ucdavis.edu/~latte/)
3 using polylib.
5 Next to polylib, it uses NTL (http://shoup.net/ntl/)
7 Both NTL and polylib need to have been compiled with gmp
8 support.
9 For NTL this means you have to specify
10     NTL_GMP_LIP=on
12 Sven Verdoolaege <skimo@kotnet.org>