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

Resolves #4 #13 #14

Closed
wants to merge 2 commits into from
Closed

Resolves #4 #13 #14

wants to merge 2 commits into from

Conversation

DanielKonsek
Copy link
Collaborator

Resolves #4

  • added a new function that can find Euler and Hamilton walks for graphs with up to 15 states

Due to runtime and recursion limits graphs with more states will fall back to longest path without cycle analysis
(Graphs with multiple regions, like alarmClock.svg can produce upwards of 100 combined states)

Resolves #13

  • mentioned output was moved to the combined else block, starting in state_manager.py line 304

Added globals to store graph structure and set maximum recursion

Added 4 Words to allow.txt

Removed MD040/MD053 false positive
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

Successfully merging this pull request may close these issues.

Some output gone after refactoring? Possible problems in the "graph analysis" features
1 participant