[GIT] ppl/ppl(master): Fixed the omissions of ppl_Polyhedron_is_empty/ 1 and ppl_Polyhedron_add_constraints/2.

Module: ppl/ppl Branch: master Commit: 6b04bd57800555128f61996f44fec9b9257dee04 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=6b04bd5780055...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sat Jan 9 23:28:55 2010 +0100
Fixed the omissions of ppl_Polyhedron_is_empty/1 and ppl_Polyhedron_add_constraints/2.
---
interfaces/Prolog/XSB/xsb_clpq.P | 2 ++ interfaces/Prolog/XSB/xsb_clpq2.P | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/interfaces/Prolog/XSB/xsb_clpq.P b/interfaces/Prolog/XSB/xsb_clpq.P index f789474..374efe4 100644 --- a/interfaces/Prolog/XSB/xsb_clpq.P +++ b/interfaces/Prolog/XSB/xsb_clpq.P @@ -33,7 +33,9 @@ site: http://www.cs.unipr.it/ppl/ . */ ppl_new_C_Polyhedron_from_C_Polyhedron/2, ppl_new_NNC_Polyhedron_from_NNC_Polyhedron/2, ppl_delete_Polyhedron/1, + ppl_Polyhedron_is_empty/1, ppl_Polyhedron_space_dimension/2, + ppl_Polyhedron_add_constraints/2, ppl_Polyhedron_get_constraints/2, ppl_Polyhedron_add_space_dimensions_and_embed/2, ppl_Polyhedron_remove_higher_space_dimensions/2 diff --git a/interfaces/Prolog/XSB/xsb_clpq2.P b/interfaces/Prolog/XSB/xsb_clpq2.P index 2cc10d9..1f0d045 100644 --- a/interfaces/Prolog/XSB/xsb_clpq2.P +++ b/interfaces/Prolog/XSB/xsb_clpq2.P @@ -33,7 +33,9 @@ site: http://www.cs.unipr.it/ppl/ . */ ppl_new_C_Polyhedron_from_C_Polyhedron/2, ppl_new_NNC_Polyhedron_from_NNC_Polyhedron/2, ppl_delete_Polyhedron/1, + ppl_Polyhedron_is_empty/1, ppl_Polyhedron_space_dimension/2, + ppl_Polyhedron_add_constraints/2, ppl_Polyhedron_get_constraints/2, ppl_Polyhedron_add_space_dimensions_and_embed/2, ppl_Polyhedron_remove_space_dimensions/2,
participants (1)
-
Roberto Bagnara