
Module: ppl/ppl Branch: master Commit: ff5b0796773b34ef9d1e26d2a40b4fdb8376dc8f URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ff5b0796773b3...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sat Oct 16 09:11:15 2010 +0200
Fixed a bug whereby the argument of all the methods unconstrain(Variable var) was not checked correctly for space dimension compatibility. (Thanks to Volker Braun.)
---
NEWS | 9 ++++++++- src/BD_Shape.templates.hh | 8 ++++---- src/Box.inlines.hh | 10 ++++++---- src/Grid_public.cc | 4 ++-- src/Octagonal_Shape.templates.hh | 20 ++++++++++---------- src/Polyhedron_public.cc | 4 ++-- tests/BD_Shape/unconstrain1.cc | 22 ++++++++++++++++++++++ tests/Box/unconstrain1.cc | 22 ++++++++++++++++++++++ tests/Grid/unconstrain1.cc | 22 ++++++++++++++++++++++ tests/Octagonal_Shape/unconstrain1.cc | 22 ++++++++++++++++++++++ tests/Polyhedron/unconstrain1.cc | 22 ++++++++++++++++++++++ 11 files changed, 142 insertions(+), 23 deletions(-)
Diff: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=ff5b07967...