[PPL-devel] [GIT] ppl/ppl(master): Updated.

Roberto Bagnara bagnara at cs.unipr.it
Thu Jun 21 07:08:09 CEST 2012


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Thu Jun 21 07:07:47 2012 +0200

Updated.

---

 NEWS |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/NEWS b/NEWS
index 5286ce9..3ff2c3f 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ Parma Polyhedra Library NEWS -- history of user-visible changes
 ===============================================================
 
 --------------------------------------------------------------------------
-NEWS for version 0.13  (release date TBD)
+NEWS for version 1.0  (released on June 27, 2012)
 --------------------------------------------------------------------------
 
 New and Changed Features
@@ -19,9 +19,10 @@ o  Added a generic interface for sequences of coefficients enabling a
    seamless switch between the dense or the sparse row representation.
    The implementation of many library entities (linear expressions,
    constraints, generators, congruences, and their systems) can now be
-   tailored to the specific usage context, sometimes leading to significant
-   memory space savings (e.g., for constraint systems describing weakly
-   relational abstractions such as boxes and octagonal shapes).
+   tailored to the specific usage context, sometimes leading to
+   significant memory space savings (e.g., for constraint systems
+   describing weakly relational abstractions such as boxes and
+   octagonal shapes).
 
 
 Bugfixes
@@ -29,8 +30,8 @@ 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;
+     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.
@@ -55,10 +56,10 @@ o  In the C, Java, OCaml and Prolog interfaces, modified the signature
 
 o  Added new Box<ITV> methods
 
-   bool has_upper_bound(Variable var,
-                        Coefficient& n, Coefficient& d, bool& closed) const;
-   bool has_lower_bound(Variable var,
-                        Coefficient& n, Coefficient& d, bool& closed) const;
+     bool has_upper_bound(Variable var,
+                          Coefficient& n, Coefficient& d, bool& closed) const;
+     bool has_lower_bound(Variable var,
+                          Coefficient& n, Coefficient& d, bool& closed) const;
 
    to query a non-empty box for the existence and value of its upper/lower
    bound on variable `var'. The methods have been also added to all the




More information about the PPL-devel mailing list