[PPL-devel] [GIT] ppl/ppl(master): The exact integer upper bound methods for shapes are now under Git control . The methods are named integer_upper_bound_assign_if_exact; they can only be instantiated if the template parameter T is an integer datatype .

Enea Zaffanella zaffanella at cs.unipr.it
Mon Apr 20 18:17:32 CEST 2009


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

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Mon Apr 20 14:01:46 2009 +0200

The exact integer upper bound methods for shapes are now under Git control. The methods are named integer_upper_bound_assign_if_exact; they can only be instantiated if the template parameter T is an integer datatype.

---

 src/BD_Shape.defs.hh                               |   33 ++
 src/BD_Shape.inlines.hh                            |   17 +-
 src/BD_Shape.templates.hh                          |   17 +-
 src/Octagonal_Shape.defs.hh                        |   37 ++-
 src/Octagonal_Shape.inlines.hh                     |    6 -
 src/Octagonal_Shape.templates.hh                   |  224 ++++++++++-
 tests/BD_Shape/Makefile.am                         |    3 +
 tests/BD_Shape/integerupperboundifexact1.cc        |  387 ++++++++++++++++
 tests/Octagonal_Shape/Makefile.am                  |    3 +
 tests/Octagonal_Shape/integerupperboundifexact1.cc |  461 ++++++++++++++++++++
 tests/Octagonal_Shape/upperboundifexact1.cc        |  246 ++++++-----
 11 files changed, 1314 insertions(+), 120 deletions(-)

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



More information about the PPL-devel mailing list