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

François Galea francois.galea at uvsq.fr
Thu Sep 3 13:17:31 CEST 2009


Module: ppl/ppl
Branch: pip
Commit: 7bfa97cbb513c4bfecbcb99586bc9599508f98a1
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=7bfa97cbb513c4bfecbcb99586bc9599508f98a1

Author: François Galea <francois.galea at 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=7bfa97cbb513c4bfecbcb99586bc9599508f98a1



More information about the PPL-devel mailing list