[PPL-devel] [GIT] ppl/ppl(sparse_matrices): MIP_Problem: correct typo in comment.

Marco Poletti poletti.marco at gmail.com
Wed Mar 17 23:10:20 CET 2010


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

Author: Marco Poletti <poletti.marco at gmail.com>
Date:   Wed Mar 17 22:41:28 2010 +0100

MIP_Problem: correct typo in comment.

---

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

diff --git a/src/MIP_Problem.cc b/src/MIP_Problem.cc
index fb44001..d01d1a5 100644
--- a/src/MIP_Problem.cc
+++ b/src/MIP_Problem.cc
@@ -2314,7 +2314,7 @@ PPL::MIP_Problem::OK() const {
       }
     }
     {
-      // Needed to sort accesses to tableau_j, improving preformance.
+      // Needed to sort accesses to tableau_j, improving performance.
       std::map<dimension_type,dimension_type> var_in_base;
       for (dimension_type i = base.size(); i-- > 0; )
         var_in_base[base[i]] = i;




More information about the PPL-devel mailing list