coord tiny update
authorAlexander Fedotov <soyaxhoya@gmail.com>
Sun, 10 Apr 2016 08:38:33 +0000 (09:38 +0100)
committerAlexander Fedotov <soyaxhoya@gmail.com>
Sun, 10 Apr 2016 08:38:33 +0000 (09:38 +0100)
modelchecker/coord.c

index 12b428d..f6e2234 100644 (file)
 #include "coord.h"
 #include "sokoban.h"
 
+/*
+ * Global TODOs for now:
+ * - update the helper maps so it is a single bimap
+ * - make a data structure for relations
+ * - encode relations as a set of four relations for each move
+ */
+
 typedef struct {
        int x;
        int y;