Use gmp's gcd rather than PolyLib's
commit6db34c2f2553bec44993b002e63d9bc6844bccda
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 20 Sep 2007 14:17:03 +0000 (20 16:17 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 21 Sep 2007 19:02:16 +0000 (21 21:02 +0200)
tree0786580491e157fd93859c6cdf6d8fbd8b558a0f
parentef2a7192d6fab3c11ead8adc8226d2f9a151a2ec
Use gmp's gcd rather than PolyLib's

The gmp version appears to be an order of magnitude faster.
Also replace value_lcm by gmp's version.
15 files changed:
barvinok.cc
barvinok/polylib.h
barvinok/util.h
barvinok_e.cc
bernoulli.c
bernstein.cc
edomain.cc
evalue.c
lattice_point.cc
lexmin.cc
param_util.c
reduce_domain.c
scale.c
util.c
volume.c