[PPL-devel] [GIT] ppl/ppl(master): By default, use sparse matrices both for MIP_Problem and PIP_Problem.

Roberto Bagnara bagnara at cs.unipr.it
Fri Sep 3 15:04:29 CEST 2010


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

Author: Roberto Bagnara <bagnara at cs.unipr.it>
Date:   Fri Sep  3 15:04:17 2010 +0200

By default, use sparse matrices both for MIP_Problem and PIP_Problem.

---

 src/globals.defs.hh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/globals.defs.hh b/src/globals.defs.hh
index ff5546c..8f8c1ea 100644
--- a/src/globals.defs.hh
+++ b/src/globals.defs.hh
@@ -469,9 +469,9 @@ FOK(mpq_class)
 #include "Weight_Profiler.defs.hh"
 #endif
 
-// By default, use dense matrices both for MIP_Problem and PIP_Problem.
+// By default, use sparse matrices both for MIP_Problem and PIP_Problem.
 #ifndef USE_PPL_SPARSE_MATRIX
-#define USE_PPL_SPARSE_MATRIX 0
+#define USE_PPL_SPARSE_MATRIX 1
 #endif
 
 #include "globals.inlines.hh"




More information about the PPL-devel mailing list