0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 11, 2024 — Dec 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
forgot an include "boolean.h". Not used anymore. More... over 23 years ago
version 5.08 final. Domain_Enumerate first release. various changes in makefiles, configure, directories in Test, removed TRUE/FALSE, etc. make no longer tries to install the lib before building executables. More... over 23 years ago
minor update More... over 23 years ago
updated makefile More... over 23 years ago
union ehrhart complette, forgot an include... More... over 23 years ago
union ehrhart, first complete version More... over 23 years ago
updated tests More... over 23 years ago
union ehrhart (part 3) : first version of ext_ehrhart.c (not working with gmp yet) More... over 23 years ago
union ehrhart (part 2) More... over 23 years ago
integrating ehrhart on unions (part 1) More... over 23 years ago
sqrt modified in polylib_sqrt to avoid the confusion with the math.h sqrt More... over 23 years ago
A string was allocated by gmp but never free'd in value_print. Also removed the #defines of VALUE_ZERO, etc. in gmp (cannot be used !) --Vincent More... over 23 years ago
Corrected a small bug when freeing a 0-rows matrix in MatrixFree (GMP version) More... over 23 years ago
update: polylib 5.07 --Vincent More... over 23 years ago
Major change: functions returning a Value in vector.c have been rewritten. All these functions produced never free'd malloc's !!! + some minor changes (I found a couple of bugs using gcc -Wall) --Vincent More... over 23 years ago
updated version More... over 23 years ago
forgot the sources union_disjointe*.c More... over 23 years ago
Added disjoint_union in the library (polyhedron.c). Renamed the executables disjoint_union_sep and disjoint_union_adj More... over 23 years ago
make install still does not work on my linux distribution, I don't know why More... over 23 years ago
modified the Makefile organization More... over 23 years ago
Corrected a bug in union_disjointe + new version named union_disjointe2 that does compute a joint union (there are common faces in the result) --Vincent, may 22, 2002. More... over 23 years ago
add check in install-include target entry More... almost 24 years ago
cygwin variable added More... almost 24 years ago
Corrected an old bug in polyparam. Parameterized vertices were not computed correctly if there were redundant equalities (transformed from inequalities). Tests i-hedron (i>=16) now pass correctly. (Vincent, jan 2002) More... almost 24 years ago
changed configure and makefile to generate correct libs (there was a problem on some systems not supporting shared) More... almost 24 years ago
bug solved in DomainUnion function cause of PolyhedronIncludes More... almost 24 years ago
INSTALL_LIB and EXEC_EXTRA_LIBS are modified More... about 24 years ago
minor change in DomainDifference (skimo) More... about 24 years ago
removed some free(NULL) some systems don't like (skimo) More... about 24 years ago
corrected a malloc problem in Vector_Alloc (skimo) More... about 24 years ago