[PPL-devel] [GIT] ppl/ppl(floating_point): Removed the check on empty octagons in function test01.

Roberto Amadini r.amadini at virgilio.it
Thu Sep 17 17:50:06 CEST 2009


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

Author: Roberto Amadini <r.amadini at virgilio.it>
Date:   Thu Sep 17 17:49:28 2009 +0200

Removed the check on empty octagons in function test01.

---

 tests/Floating_Point_Expression/refinelf1.cc |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/tests/Floating_Point_Expression/refinelf1.cc b/tests/Floating_Point_Expression/refinelf1.cc
index 5dd1b5b..4515350 100644
--- a/tests/Floating_Point_Expression/refinelf1.cc
+++ b/tests/Floating_Point_Expression/refinelf1.cc
@@ -57,9 +57,6 @@ test01() {
     l1 += tmp;
     l2 += tmp;
     oc2.refine_with_linear_form_inequality(l1, l2);
-    Constraint_System cs(A < A);
-    oc2.add_constraints(cs);
-    oc2.refine_with_linear_form_inequality(l2, l1);
     ok2 = true;
   }
 




More information about the PPL-devel mailing list