diff --git a/complex.cpp b/complex.cpp index f4711b4c..2723353a 100644 --- a/complex.cpp +++ b/complex.cpp @@ -971,12 +971,17 @@ EX namespace clearing { steps--; ds++; } } - + + /** cells with the same celltype are likely to have the same number of descendant leaves */ typedef tuple celltype; + /** stats about the number of descendant leaves for each celltype */ map > stats; + /** the total number of leaves killed, approximated from the actual numbers and Clearing structure */ EX bignum imputed; + + /** the total number of leaves killed directly */ EX int direct; map > score;