[GIT] ppl/ppl(pip): Removed useless debugging display code.

Module: ppl/ppl Branch: pip Commit: ccb5b869e390483852f0b2a40b4f42cae7d61e22 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=ccb5b869e3904...
Author: François Galea francois.galea@uvsq.fr Date: Thu Nov 19 12:29:42 2009 +0100
Removed useless debugging display 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 2058c45..ef42eee 100644 --- a/src/PIP_Tree.cc +++ b/src/PIP_Tree.cc @@ -982,7 +982,6 @@ PIP_Solution_Node::update_tableau(const PIP_Problem& problem, Variables_Set::const_iterator pos = parameters.find(problem.big_parameter_dimension); big_dimension = std::distance(begin, pos) + 1; - std::cout << "big_dimension = " << big_dimension << std::endl; }
const Coefficient& denom = tableau.get_denominator();
participants (1)
-
François Galea