Rev 391 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 392 2006-10-06 13:53:59
- Author: ira
- Log message:
- PuzzleSearch.py:
* Store the current search depth with each node.
Graph.py:
* Do not create a new Vertex every time we set the value, just
change the value property.
* Add more checking to getters / setters.