[PPL-devel] [GIT] ppl/ppl(master): Mentioned a bug corrected.

Enea Zaffanella zaffanella at cs.unipr.it
Wed Jun 20 12:37:56 CEST 2012


Module: ppl/ppl
Branch: master
Commit: ea7568f11af3987910390e3e636ea21e3bebfc2e
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ea7568f11af3987910390e3e636ea21e3bebfc2e

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Wed Jun 20 12:25:57 2012 +0200

Mentioned a bug corrected.

---

 NEWS |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 8c2be8d..5286ce9 100644
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,14 @@ o  Added a generic interface for sequences of coefficients enabling a
 Bugfixes
 ========
 
+o  Fixed a bug affecting methods
+
+   bool BD_Shape<T>::contains(const BD_Shape& y) const;
+   bool Octagonal_Shape<T>::contains(const Octagonal_Shape& y) const;
+
+   whereby the wrong result was obtained when *this is an empty
+   weakly-relational shape and y is not empty.
+
 o  Fixed a bug affecting the PIP solver whereby a wrong result could have
    been obtained if the input constraint system contained multiple linear
    equality constraints.




More information about the PPL-devel mailing list