[PPL-devel] [GIT] ppl/ppl(master): Minor improvements to documentation.

Enea Zaffanella zaffanella at cs.unipr.it
Mon Feb 14 16:46:17 CET 2011


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

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Mon Feb 14 16:45:38 2011 +0100

Minor improvements to documentation.

---

 src/PIP_Problem.cc   |    2 +-
 src/PIP_Tree.defs.hh |   24 ++++++++++++------------
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/PIP_Problem.cc b/src/PIP_Problem.cc
index 5ba2d30..eb9ff4d 100644
--- a/src/PIP_Problem.cc
+++ b/src/PIP_Problem.cc
@@ -230,7 +230,7 @@ PPL::PIP_Problem::solve() const {
                                                      initial_context,
                                                      parameters,
                                                      external_space_dim,
-                                                     /* rec_depth=*/ 0);
+                                                     /*indent_level=*/ 0);
       // Update problem status.
       x.status = (x.current_solution) ? OPTIMIZED : UNSATISFIABLE;
 
diff --git a/src/PIP_Tree.defs.hh b/src/PIP_Tree.defs.hh
index 3dec637..f526376 100644
--- a/src/PIP_Tree.defs.hh
+++ b/src/PIP_Tree.defs.hh
@@ -451,24 +451,24 @@ private:
       suitable for pivoting than the \f$(i',j')\f$ pair
 
       \param mapping
-      the PIP_Solution_Node::mapping vector for the tableau
+      The PIP_Solution_Node::mapping vector for the tableau.
 
       \param basis
-      the PIP_Solution_Node::basis vector for the tableau
+      The PIP_Solution_Node::basis vector for the tableau.
 
       \param i
-      the row number for the first pivot row and column pair to be compared
+      The row number for the first pivot row and column pair to be compared.
 
       \param j
-      the column number for the first pivot row and column pair to be
-      compared
+      The column number for the first pivot row and column pair to be
+      compared.
 
       \param i_
-      the row number for the second pivot row and column pair to be compared
+      The row number for the second pivot row and column pair to be compared.
 
       \param j_
-      the column number for the second pivot row and column pair to be
-      compared
+      The column number for the second pivot row and column pair to be
+      compared.
     */
     bool is_better_pivot(const std::vector<dimension_type>& mapping,
                          const std::vector<bool>& basis,
@@ -657,19 +657,19 @@ protected:
     Generate a Gomory cut using non-integer tableau row \p i.
 
     \param i
-    Row index in simplex tableau from which the cut is generated
+    Row index in simplex tableau from which the cut is generated.
 
     \param parameters
     A std::set of the current parameter dimensions (including artificials);
-    to be updated if a new artificial parameter is to be created
+    to be updated if a new artificial parameter is to be created.
 
     \param context
     A set of linear inequalities on the parameters, in matrix form; to be
-    updated if a new artificial parameter is to be created
+    updated if a new artificial parameter is to be created.
 
     \param space_dimension
     The current space dimension, including variables and all parameters; to
-    be updated if an extra parameter is to be created
+    be updated if an extra parameter is to be created.
 
     \param indent_level
     The indentation level (for debugging output only).




More information about the PPL-devel mailing list