You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to use the fixed_depth iteration i am running into issues.
First of all this assertion always blocks my code from running: assert(1==0); // FIXME: not correct yet: use is_valid() as a temporary workaround
Also i have issues when using the begin_fixed() and end_fixed() to define the range of my iteration.
could you maybe provide an example on how to properly iterate over all the nodes at a certain depth and within this iteration create a child for every node?