[PPL-devel] [GIT] ppl/ppl(termination): Add BD_Shape<int8_t> to the instantiations enabled by default.

Roberto Bagnara bagnara at cs.unipr.it
Tue Mar 16 03:48:20 CET 2010


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Tue Mar 16 06:47:42 2010 +0400

Add BD_Shape<int8_t> to the instantiations enabled by default.
BD_Shape<int8_t> allows to efficiently encode monotonicity constraints.

---

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9913e1a..5c177f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Process this file with Autoconf to produce a configure script.
 
 # Every other copy of the package version number gets its value from here.
-AC_INIT([the Parma Polyhedra Library], [0.11pre13], [ppl-devel at cs.unipr.it], [ppl])
+AC_INIT([the Parma Polyhedra Library], [0.11pre14], [ppl-devel at cs.unipr.it], [ppl])
 
 # Minimum Autoconf version required.
 AC_PREREQ(2.61)
@@ -1174,7 +1174,7 @@ fi
 # Different instantiations are separated by a '@' character.
 di="        Polyhedron @ Grid"
 di="${di} @ Rational_Box"
-di="${di} @ BD_Shape<mpz_class> @ BD_Shape<mpq_class>"
+di="${di} @ BD_Shape<int8_t> @ BD_Shape<mpz_class> @ BD_Shape<mpq_class>"
 di="${di} @ Octagonal_Shape<mpz_class> @ Octagonal_Shape<mpq_class>"
 di="${di} @ Constraints_Product<C_Polyhedron, Grid>"
 di="${di} @ Pointset_Powerset<C_Polyhedron>"




More information about the PPL-devel mailing list