Log the splits going beyond the maximal allowed into a file
Questions:
- Is what is logged here sufficient to reconstruct the full tree when the limit is reached?
- Do we want to log the tree as a set of bits or is it easier to write the corresponding integer?
- Do we want to make this logging optional? In most cases the files will be completely empty...
Edited by Matthieu Schaller