[GIT] ppl/ppl(floating_point): Do not use an abstract store: extract lower and upper bounds of variables

Module: ppl/ppl Branch: floating_point Commit: 531ab36b1f699617e6bd94a7c526f36431d1531e URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=531ab36b1f699...
Author: Fabio Bossi bossi@cs.unipr.it Date: Mon Oct 5 15:29:29 2009 +0200
Do not use an abstract store: extract lower and upper bounds of variables from the polyhedron itself instead. Fixed a bug in refine_with_linear_form_inequality that was triggered when both parameters left and right were bounded but left - right was not bounded.
---
src/Polyhedron.defs.hh | 36 +++++++----------------------------- src/Polyhedron.inlines.hh | 15 +++++++-------- src/Polyhedron.templates.hh | 43 +++++++++++++++++++++++++++++++------------ 3 files changed, 45 insertions(+), 49 deletions(-)
Diff: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=531ab36b1...
participants (1)
-
Fabio Bossi