[PPL-devel] [GIT] ppl/ppl(bounded_arithmetic): Added a proof-of-concept implementation of affine spaces.

Roberto Bagnara bagnara at cs.unipr.it
Fri May 1 11:32:36 CEST 2009


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Fri May  1 11:30:00 2009 +0200

Added a proof-of-concept implementation of affine spaces.
The implementation is based on rational grids.

---

 src/Affine_Space.cc         |  381 ++++++++++
 src/Affine_Space.defs.hh    | 1725 +++++++++++++++++++++++++++++++++++++++++++
 src/Affine_Space.inlines.hh |  205 +++++
 src/Affine_Space.types.hh   |   21 +
 src/Makefile.am             |    4 +
 5 files changed, 2336 insertions(+), 0 deletions(-)

Diff:   http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=be59e29965cb0a4fb57d9eccac5c2caae7f0a01a



More information about the PPL-devel mailing list