
Module: ppl/ppl Branch: pip Commit: 09665b7e6410de11d9cebb7fbd93bd1c9f527223 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=09665b7e6410d...
Author: François Galea francois.galea@uvsq.fr Date: Thu Nov 5 14:19:36 2009 +0100
Removed temporary debug code.
---
src/PIP_Tree.cc | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/PIP_Tree.cc b/src/PIP_Tree.cc index e6766bd..6228597 100644 --- a/src/PIP_Tree.cc +++ b/src/PIP_Tree.cc @@ -1030,7 +1030,6 @@ PIP_Solution_Node::update_tableau(dimension_type external_space_dim, var_row.push_back(var_id); } else { // The special constraint already exists and is nonbasic - std::cout << "bla\n"; dimension_type row = mapping[special_equality_row]; sub_assign(tableau.s[row], var); sub_assign(tableau.t[row], param);