Recursion Depth - Number of vertices
christian512 opened this issue · comments
christian512 commented
Currently there recursion depth is set explicitly when calling randa
by the flag -r
.
Another option for the recursion depth should be the number polyhedron's vertices.
If the number is lower than some threshold the recursive calls should be stopped.
Additionally, RANDA should read the recursion depth parameters from the input file, so we don't need the flags anymore.
The Flag for which method to use (e.g. -s
for sampling) should remain.