[GIT] ppl/ppl(pip): Started the implementation of the PIP_Problem class.

Module: ppl/ppl Branch: pip Commit: d542fbbddbc2a46bf8d9856dd65d2a890d8d204e URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=d542fbbddbc2a...
Author: François Galea francois.galea@uvsq.fr Date: Wed Sep 2 17:57:15 2009 +0200
Started the implementation of the PIP_Problem class. In particular:
- defined the PIP_Problem constructors; - added the definition of the rational matrix class; - added the definition of simplex tableau; - created a test program.
---
configure.ac | 1 + src/PIP_Problem.cc | 48 ++++++++++++++++++++++ src/PIP_Problem.defs.hh | 58 ++++++++++++++++++++++++++- src/PIP_Problem.inlines.hh | 34 ++++++++++++++++ src/PIP_Problem.templates.hh | 84 +++++++++++++++++++++++++++++++++++++++ tests/Makefile.am | 1 + tests/PIP_Problem/Makefile.am | 84 +++++++++++++++++++++++++++++++++++++++ tests/PIP_Problem/pipproblem.cc | 57 ++++++++++++++++++++++++++ 8 files changed, 365 insertions(+), 2 deletions(-)
Diff: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=d542fbbdd...
participants (1)
-
François Galea