christian512 / randa

Recursive AdjaceNcy Decomposition Algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recursion Depth - Number of vertices

christian512 opened this issue · comments

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.