Skip to content
Snippets Groups Projects
Commit 2743dfd4 authored by Sven Verdoolaege's avatar Sven Verdoolaege
Browse files

barvinok 0.30

parent 06102251
No related branches found
Tags barvinok-0.30
No related merge requests found
version: 0.30
date: Wed Mar 10 18:10:33 CET 2010
changes:
- add isl interface and new isl based calculator
- barvinok_enumerate now returns NaN on infinite problems
- minor compilation and bug fixes
- support newer versions of TOPCOM
---
version: 0.29
date: Wed Jul 22 15:14:01 CEST 2009
changes:
- new version of Laurent expansion based exact summation
- minor compilation and bug fixes
- add semigroup_holes application
......
AC_INIT
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE(barvinok, 0.29)
AM_INIT_AUTOMAKE(barvinok, 0.30)
AC_PROG_CC
gl_EARLY
......@@ -8,7 +8,7 @@ AC_PROG_CXX
AM_PROG_LEX
AC_PROG_YACC
AC_SUBST(versioninfo)
versioninfo=18:0:1
versioninfo=19:0:2
AC_CANONICAL_HOST
AC_LIBTOOL_WIN32_DLL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment