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

Module: ppl/ppl Branch: sparse_matrices Commit: 7af60a2a24f08c8a916c721535e4667d706f4ef3 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=7af60a2a24f08...
Author: Marco Poletti poletti.marco@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]]
participants (1)
-
Marco Poletti