[GIT] ppl/ppl(pip): Simplified interface for virtual method PIP_Tree_Node:: solve().

Module: ppl/ppl Branch: pip Commit: 2cf07608658891e0916de858fc519a082fed02c3 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2cf0760865889...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Fri Feb 5 14:05:42 2010 +0100
Simplified interface for virtual method PIP_Tree_Node::solve(). No longer using the PIP_Tree_Node*& parent_ref argument and direclty returning the solution PIP_Tree_Node* instead of a status flag.
---
src/PIP_Problem.cc | 23 ++++++---------- src/PIP_Tree.cc | 60 ++++++++++++++++++------------------------- src/PIP_Tree.defs.hh | 69 ++++++++++++++++++++----------------------------- 3 files changed, 62 insertions(+), 90 deletions(-)
Diff: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=2cf076086...
participants (1)
-
Enea Zaffanella