[PPL-devel] [GIT] ppl/ppl(master): Comments improved.

Roberto Bagnara bagnara at cs.unipr.it
Fri Feb 24 19:58:13 CET 2012


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Fri Feb 24 19:57:23 2012 +0100

Comments improved.

---

 src/Polyhedron_nonpublic.cc |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/Polyhedron_nonpublic.cc b/src/Polyhedron_nonpublic.cc
index dba2518..2516b2a 100644
--- a/src/Polyhedron_nonpublic.cc
+++ b/src/Polyhedron_nonpublic.cc
@@ -1460,7 +1460,8 @@ PPL::Polyhedron::BHZ09_C_poly_hull_assign_if_exact(const Polyhedron& y) {
 
   // Minimization is not really required, but it is probably the best
   // way of getting constraints, generators and saturation matrices
-  // up-to-date; it also removes redundant constraints/generators.
+  // up-to-date.  Minimization it also removes redundant
+  // constraints/generators.
   (void) x.minimize();
   (void) y.minimize();
 
@@ -1563,7 +1564,8 @@ PPL::Polyhedron::BHZ09_NNC_poly_hull_assign_if_exact(const Polyhedron& y) {
 
   // Minimization is not really required, but it is probably the best
   // way of getting constraints, generators and saturation matrices
-  // up-to-date; it also removes redundant constraints/generators.
+  // up-to-date.  Minimization also removes redundant
+  // constraints/generators.
   (void) x.minimize();
   (void) y.minimize();
 




More information about the PPL-devel mailing list