0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 15, 2024 — Nov 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
typo in doxygen comments for Ehrhart_Quick_Apx_Full_Dim
skimo
as Sven Verdoolaege
More... over 20 years ago
fixed doxygen comments for Ehrhart_Quick_Apx_Full_Dim BM More... over 20 years ago
fix a typo in documentation
skimo
as Sven Verdoolaege
More... over 20 years ago
fix some typos in documentation
skimo
as Sven Verdoolaege
More... over 20 years ago
finally made a "clean" upgrade, as the previous one was made uncleanly. -> ehrhart.c supports Ehrhart polynomials approximations and polynomial upper/lower bounds. B. M. More... over 20 years ago
version 5.21.0 More... over 20 years ago
Modified Files: matrix_permutations.c (small bug) More... over 20 years ago
got rid of some debug printings More... over 20 years ago
just some make-up More... over 20 years ago
added a INSTALL file More... over 20 years ago
*** empty log message *** More... over 20 years ago
included headers for Ehrhart apx + bounds More... over 20 years ago
updated Makefile.am for eharhrt apx, + bounds 's CPP flags More... over 20 years ago
Files of the Ehrhart approximation and lower/upper polynomial bounds Modified Files: Makefile.am configure.in source/ehrhart/ehrhart.c Added Files: applications/ehrhart_lower_bound.c applications/ehrhart_quick_apx.c applications/ehrhart_upper_bound.c source/kernel/compress_parms.c source/kernel/matrix_addon.c source/kernel/matrix_permutations.c More... over 20 years ago
The two existing versions of arithmetique.h are merged in this one. the macro value_addmul has been added, esp. useful for matrix multiplications. More... over 20 years ago
New files added for the Ehrhart polynomial approximation and lower/upper bounds. Corresponding .c files are in source/kernel. : ---------------------------------------------------------------------- More... over 20 years ago
allow building multiple versions
skimo
as Sven Verdoolaege
More... over 20 years ago
changed DomImage and DomPreimage that bugged with Zpols More... over 20 years ago
slight changes on the order of equation in Zpols More... over 20 years ago
long long int string format for win32 More... over 20 years ago
avoid Chernikova when transforming using a non-singular square matrix
skimo
as Sven Verdoolaege
More... about 21 years ago
remove comment that appears to have been copied incorrectly
skimo
as Sven Verdoolaege
More... about 21 years ago
bump version
skimo
as Sven Verdoolaege
More... about 21 years ago
handle 0D problems
skimo
as Sven Verdoolaege
More... about 21 years ago
force reinstallation of libtool
skimo
as Sven Verdoolaege
More... about 21 years ago
don't overallocate
skimo
as Sven Verdoolaege
More... about 21 years ago
allocate at least as much space as assumed
skimo
as Sven Verdoolaege
More... about 21 years ago
Avoid deep recursion in Domain_Free. Mac OS doesn't seem to like that.
skimo
as Sven Verdoolaege
More... about 21 years ago
added extern around the prototype for correct linking when used in c++ code More... about 21 years ago
define prototypes with parameters when defined(__cplusplus)
skimo
as Sven Verdoolaege
More... about 21 years ago