| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
If __eq__ and __hash__ are not defined, duplicated MCStates will be piled up in the explored set.
A base number should be bigger than a digit.
| Back | FazBrowse Home | New Git URL |
While debugging missionaries.py, I discovered that the explored set accumulates duplicate MCStates.
To solve this problem, I've overridden the __eq__ and __hash__ of the MCState.
This patch resolves the issue [#22]