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

Module: ppl/ppl Branch: pip Commit: 7bfa97cbb513c4bfecbcb99586bc9599508f98a1 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=7bfa97cbb513c...
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
- defined the PIP_Problem constructors - definition of the rational matrix class - added 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=7bfa97cbb...
participants (1)
-
François Galea