evalue_backsubstitute: add required modulo constraints
commita7bfec520b9abe42b75aea3e8f47758f45f0f320
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 29 Feb 2008 23:48:08 +0000 (1 00:48 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 29 Feb 2008 23:48:08 +0000 (1 00:48 +0100)
tree60d7c7550f1fe16179195d457ed3e13fa0105fad
parent254cf59b4dc26ce542be7d1cf75fba432dcdd8e9
evalue_backsubstitute: add required modulo constraints

evalue_backsubstitute would already add equalities corresponding
to the mapping from new parameters to old, but failed to
add also the corresponding modulo constraints.
Instead, the caller would ensure that that no such constraints
were needed by adding them itself beforehand.  This (old) code
can be removed now that this is handled by evalue_backsubstitute.
barvinok.cc
evalue.c