[PPL-devel] [GIT] ppl/ppl(sparse_matrices): CO_Tree: set max_density to 0.9.

Marco Poletti poletti.marco at gmail.com
Thu Apr 15 07:38:30 CEST 2010


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

Author: Marco Poletti <poletti.marco at gmail.com>
Date:   Thu Apr 15 06:53:21 2010 +0200

CO_Tree: set max_density to 0.9.

---

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

diff --git a/src/CO_Tree.defs.hh b/src/CO_Tree.defs.hh
index 5fdc636..c027cf6 100644
--- a/src/CO_Tree.defs.hh
+++ b/src/CO_Tree.defs.hh
@@ -508,7 +508,7 @@ private:
 
   //! The maximum density of used nodes.
   //! Must be greater than or equal to 0.5 and lower than 1.
-  static const float max_density = 0.5;
+  static const float max_density = 0.9;
 
   //! The minimum density of used nodes.
   //! Must be strictly lower than max_density.




More information about the PPL-devel mailing list