[PPL-devel] [GIT] ppl/ppl(sparse_matrices): Whitespace fix.

Marco Poletti poletti.marco at gmail.com
Mon Mar 22 14:15:53 CET 2010


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

Author: Marco Poletti <poletti.marco at gmail.com>
Date:   Mon Mar 22 13:35:16 2010 +0100

Whitespace fix.

---

 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 7b42739..f286bfe 100644
--- a/src/MIP_Problem.cc
+++ b/src/MIP_Problem.cc
@@ -1518,7 +1518,7 @@ PPL::MIP_Problem::pivot(const dimension_type entering_var_index,
 // See pages 47 and 50 of [PapadimitriouS98].
 PPL::dimension_type
 PPL::MIP_Problem
-::get_exiting_base_index(const dimension_type entering_var_index) const  {
+::get_exiting_base_index(const dimension_type entering_var_index) const {
   // The variable exiting the base should be associated to a tableau
   // constraint such that the ratio
   // tableau[i][entering_var_index] / tableau[i][base[i]]




More information about the PPL-devel mailing list