[PPL-devel] [GIT] ppl/ppl(master): Enable *drop_some_non_integer_points* for Polyhedron ; disable it for Pointset_Powerset.

Roberto Bagnara bagnara at cs.unipr.it
Wed Mar 24 18:40:54 CET 2010


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Wed Mar 24 21:39:53 2010 +0400

Enable *drop_some_non_integer_points* for Polyhedron; disable it for Pointset_Powerset.

---

 ...erface_generator_common_procedure_generators.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/interfaces/ppl_interface_generator_common_procedure_generators.m4 b/interfaces/ppl_interface_generator_common_procedure_generators.m4
index 81fa8ad..48cde25 100644
--- a/interfaces/ppl_interface_generator_common_procedure_generators.m4
+++ b/interfaces/ppl_interface_generator_common_procedure_generators.m4
@@ -90,8 +90,8 @@ ppl_ at CLASS@_remove_higher_space_dimensions/2 *nofail +all,
 ppl_ at CLASS@_expand_space_dimension/3 *nofail +all,
 ppl_ at CLASS@_fold_space_dimensions/3  +all,
 ppl_ at CLASS@_map_space_dimensions/2 +all,
-ppl_ at CLASS@_drop_some_non_integer_points/2 +simple -polyhedron,
-ppl_ at CLASS@_drop_some_non_integer_points_2/3 +simple -polyhedron,
+ppl_ at CLASS@_drop_some_non_integer_points/2 +simple -pointset_powerset,
+ppl_ at CLASS@_drop_some_non_integer_points_2/3 +simple -pointset_powerset,
 ppl_ at CLASS@_ascii_dump/1 +all,
 ppl_ at CLASS@_ at MEMBYTES@/2 +all,
 dnl




More information about the PPL-devel mailing list