Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update generate_traversal_graph to decide traversal for epsilon and critical events #10

Open
abegehr opened this issue Jun 27, 2018 · 0 comments

Comments

@abegehr
Copy link
Owner

abegehr commented Jun 27, 2018

first remove (generate_traversal_graph):
# does: if only one traversal, just use it if len(traversals) <= 3: graph[0].add((1, (0, 0))) graph[1].add((2, (0, 0))) return graph, traversals
and (traverse_recursive):
elif len(critical_traversals) == 1: # if only one critical event is found …
then fix errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant