[PPL-devel] [GIT] ppl/ppl(master): Do not test for result dependent on floating point steepest edge heuristics .

Enea Zaffanella zaffanella at cs.unipr.it
Mon May 11 13:54:25 CEST 2009


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

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Mon May 11 13:51:59 2009 +0200

Do not test for result dependent on floating point steepest edge heuristics.

---

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

diff --git a/tests/MIP_Problem/mipproblem1.cc b/tests/MIP_Problem/mipproblem1.cc
index 22e14ba..17c441b 100644
--- a/tests/MIP_Problem/mipproblem1.cc
+++ b/tests/MIP_Problem/mipproblem1.cc
@@ -138,9 +138,6 @@ test01() {
   Generator pg = mip.optimizing_point();
   nout << "Optimizing point = ";
   print_generator(pg);
-  Generator pg_kr = point(2*X21 + 44*X39);
-  if (pg != pg_kr)
-    return false;
 
   // Making mip unfeasible.
   Constraint_System further_cs;




More information about the PPL-devel mailing list