summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRoberto Bagnara <bagnara@cs.unipr.it>2010-03-18 18:22:12 +0400
committerRoberto Bagnara <bagnara@cs.unipr.it>2010-03-18 18:25:30 +0400
commita1178929241483912d8f0839edf1f512a552653c (patch)
treeea273a9e7e008e29583ea6ef12b758a36387b499 /NEWS
parent9eda06954832ce1cc59c0888d00ef514ed08065c (diff)
downloadppl-a1178929241483912d8f0839edf1f512a552653c.tar.gz
ppl-a1178929241483912d8f0839edf1f512a552653c.tar.bz2
ppl-a1178929241483912d8f0839edf1f512a552653c.zip
New Linear_Expression methods.
Methods bool Linear_Expression::is_zero() const and bool Linear_Expression::all_homogeneous_terms_are_zero() const return true if and only if `*this' is 0, and if and only if all the homogeneous terms of `*this' are 0, respectively.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1c7177693..eea5229f3 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,14 @@ o The C and Java interfaces now support timeout computation facilities.
o New configuration option `--with-gmp-build=DIR' allows to use a
non-installed build of GMP in DIR.
+o New methods
+
+ bool Linear_Expression::is_zero() const
+ bool Linear_Expression::all_homogeneous_terms_are_zero() const
+
+ return true if and only if `*this' is 0, and if and only if all the
+ homogeneous terms of `*this' are 0, respectively.
+
Deprecated and removed methods
------------------------------