- Minor stuff.

This commit is contained in:
ccremers 2006-01-03 11:34:27 +00:00
parent 066bc810d8
commit c9eaf1f95f
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,6 @@
* *
* Outputs an attack. * Outputs an attack.
* Currently, every attack is printed. * Currently, every attack is printed.
* TODO move attacks to a buffer, and print _only_ the shortest one.
*/ */
#include <stdlib.h> #include <stdlib.h>

View File

@ -1,3 +1,4 @@
- Is the Goal structure really needed?
- Warshall is taking a third of the time running. - Warshall is taking a third of the time running.
- Make 'dirty' flag. - Make 'dirty' flag.
- Make a push-graph structure, where old graphs are simply remembered? - Make a push-graph structure, where old graphs are simply remembered?