2 date: Wed Mar 10 18:10:33 CET 2010
4 - add isl interface and new isl based calculator
5 - barvinok_enumerate now returns NaN on infinite problems
6 - minor compilation and bug fixes
7 - support newer versions of TOPCOM
10 date: Wed Jul 22 15:14:01 CEST 2009
12 - new version of Laurent expansion based exact summation
13 - minor compilation and bug fixes
14 - add semigroup_holes application
15 - add vector_partition_chambers application
18 date: Thu Oct 16 21:56:01 CEST 2008
20 - add omega as submodule
21 - minor compilation and bug fixes
24 date: Sun May 4 23:42:49 CEST 2008
26 - add Parker's library for DFA based counting
27 - support nested sums based exact summation
28 - support Laurent expansion based exact summation
29 - handle equalities and factors in summation
30 - support range propagation for computing bounds
31 - support computation of exact bound through iteration
32 - fix conversion from GiNaC's numeric to Values
35 date: Wed Jan 16 23:45:17 CET 2008
37 - support computation of generating functions in barvinok_enumerate_e
38 - support polymake 2.3
39 - support GiNaC 1.3.8 and newer
40 - support summation using Bernoulli formula
41 - add and use zsolve from 4ti2 for computing Hilbert bases of cones
42 - support use of piplib for solving LPs
43 - add polyhedron_integer_hull and polytope_minimize
44 - add polytope_lattice_width for computing the lattice widths of polytopes
47 date: Tue Sep 11 22:02:22 CEST 2007
49 - add PolyLib and piplib as submodules
50 - remove compatibility with old versions of PolyLib and piplib
51 - support use of piplib for basis reduction
52 - support summation using local Euler-Maclaurin formula for 2D polytopes
53 - support TOPCOM based chamber decompositions
54 - simplify primal decomposition
57 date: Sat Jun 30 23:37:31 CEST 2007
59 - support exponential (Todd) substitution for non-parametric problems
60 - support primal and stopped decomposition on parametric problems
61 - support nested sums polynomial approximation of quasi-polynomials
62 - add barvinok_summate for summating a polynomial over a polytope
63 - speed improvements in barvinok_count and polyhedron_sample
66 date: Sat Apr 28 20:10:35 CEST 2007
68 - use arpg for argument parsing in most commands
70 support polynomial approximations of quasi-polynomials, including
71 volume computation, Meister's method and replacing fractional parts
73 - add barvinok_maximize for computing upper (and lower) bounds
74 - support non-parametric primal and stopped Barvinok decomposition
75 - periodic number representation now run-time configurable
76 - drop support for ancient PolyLib versions
77 - simplified partitioning of chamber complex
78 - add evalue_eval, an exact version of copmute_evalue
79 - improved handling of large generating functions
80 - integrate barvinok_series functionality into barvinok_enumerate
81 - support use of cdd for solving LPs in basis reduction
82 - initial support for computing bounds over quasi-polynomials
83 - recursive Bernstein expansion
84 - corrections and improvements of lexmin
85 - optionally print quasi-polynomial as list of polynomials
86 - add some documentation
89 date: Tue Oct 31 23:15:15 CET 2006
91 - include bernstein library with interface to barvinok and occ
93 - barvinok_count now only returns -1 for unbounded polyhedra with integer points
94 - preliminary implementation of projection via neighborhood complexes
95 - implement generalized basis reduction
96 - add polyhedron_sample
99 - some internal reorganization
100 - some gen_fun clean-ups and optimizations
101 - plug some memory leaks
102 - fix some corner cases
103 - shared libraries are no longer built by default
104 - introduce barvinok_options to pass to functions instead of just MaxRays
105 - use same LLL reduction parameter that LattE uses
106 - add some documentation
109 date: Thu Jun 22 20:49:11 CEST 2006
111 - add some documentation
112 - add barvinok_ehrhart
113 - add h_star_vector polymake client
114 - fix some corner cases
115 - more experimental support for enumerating unions of polytopes
116 - rename cdd2polylib.pl to latte2polylib.pl
119 date: Wed Feb 22 12:01:23 CET 2006
121 - fix PIP-based reduction by removing some code and assuming a recent PIP
122 - some memory leaks plugged
123 - optionally use Omega as a preprocessor in barvinok_enumerate_e
124 - integrate verif_ehrhart_e into barvinok_enumerate_e
125 - barvinok_series handles more problem with equalities
126 - add gen_fun::Hadamard_product
127 - experimental support for enumerating unions of polytopes
130 date: Fri Jan 20 22:14:44 CET 2006
132 - include Omega Calculator interface occ
133 - print_enode creates parameter names if none are provided
134 - only use PIP to project out some variables
135 - some header file fixes
139 date: Thu Sep 15 11:27:19 CEST 2005
141 - factor polyhedra into independent parts before enumeration
142 - make "random vector" specialization more robust
143 - speed up verif_ehrhart by only checking inside the context
144 - remove {Param,}Polyhedron_Reduce
145 - rename triangularize_cone to triangulate_cone
146 - generalize computation of lexmin/max using PIP
147 - compute the number of lexsmaller elements using PolyLib's LexSmaller
150 date: Mon Aug 1 12:23:50 CEST 2005
152 - fix some configuration problems
153 - include minimal polymake client
156 date: Thu Jun 30 12:10:29 CEST 2005
158 - implement "breadth-first" incremental specialization
159 - implement non-incremental version for series computation
160 - make non-incremental specialization the default again
161 - check for bad PolyLib version at runtime
162 - compiles on Windows (mingw32)
164 - allow crosscompilation
165 - compute the coefficients of an Ehrhart series
166 - fix conversion of PIP output to polyhedra
167 - allow direct verification of Ehrhart series
170 date: Sun Dec 12 23:00:40 CET 2004
172 - export Polyhedron_Project
173 - allow verification of step-functions computed from Ehrhart series
174 - optionally compute step-functions incrementally
175 - disable possibly incorrect optimization
176 - minor optimizations in Ehrhart series computations
179 date: Wed Nov 17 19:22:23 CET 2004
181 - use code for computing series to count non-parametric polytopes
182 - add conversion from series to explicit function
183 - fix removal of redundant equalities
186 date: Sat Oct 16 12:13:30 CEST 2004
188 - use slightly larger random numbers
189 - change basis to remove existential variable
190 - fix bug in reduction
191 - handle empty PIP solution
192 - add utility to remove equalities
195 date: Sun Oct 3 20:47:11 CEST 2004
197 - reduce memory requirements
199 - add patch for NTL 5.3.2
200 - experimental support for Ehrhart series
201 - compile fix on systems that lack <getopt.h>
204 date: Sat Sep 18 14:49:40 CEST 2004
207 - find and use PIP if available
208 - don't overallocate matrices on newer PolyLibs
209 - verification program for enumeration of integer projections
210 - summation of enumerations
212 - support older versions of GMP
215 date: Tue Jul 6 22:09:11 CEST 2004
217 - install header files
218 - modulo representation changed to fractionals
219 - perform some simplifications on the modulo representation
220 - barvinok_enumerate returns a malloc'ed evalue
221 - a few bugs in barvinok_enumerate_e removed
222 - optionally print an indication of the size of an enumeration
224 - bug in triangularization fixed
225 - bug in polyhedron reduction fixed
226 - verif_ehrhart.c should compile on C89 systems again
230 - bug in polyhedron reduction fixed
233 date: Sun Feb 22 21:15:00 CET 2004
235 - remove remaining part of Kristof's Ehrhart manipulation code
236 - optimize modulo expression based on validity domain
237 - support partition evalues
238 - factor out 1D polytopes
239 - validity domains can now be unions of polytopes
240 - optionally convert modulo representation to lookup-table
241 - rename indicator to relation
246 - support "indicator" evalues
247 - support equalities for modulo representation
251 - remove part of Kristof's Ehrhart manipulation code
252 - partial support for modulo representation
253 - support cvs version of PolyLib
256 date: Thu Nov 27 13:35:59 CET 2003
259 include code from Kristof Beyls for manipulating Ehrhart
262 implement barvinok_enumerate for constructing Ehrhart
263 polynomials using barvinok's algorithm
266 date: Thu Nov 6 01:36:25 CET 2003
269 allow specification of max #constraints
270 for those without automatically growing chernikova tables
271 - fix a few small bugs
272 - some minor optimizations
275 date: Mon Nov 3 16:35:57 CET 2003
277 - fix a number of bugs
281 date: Mon Oct 20 14:15:45 CEST 2003
283 - change name from count to barvinok_count
284 - return -1 if polyhedron is unbounded
285 - trivially optimize counting in presence of some independent constraints