Skip to content
Snippets Groups Projects
Commit d5aa241e authored by Arseniy Volynets's avatar Arseniy Volynets :boy_tone5:
Browse files

fix: wrong slices calculation

- Previously we computed slices based on their
level in bfs tree traversal. This was wrong, as
motions that were independent could be in
different slices
- Fix that, now we the slice in which motion will
be is the max number of other motion nodes in path
from this motion to any leaf node
parent 093f271f
No related branches found
No related tags found
1 merge request!1414sbroad import
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment