repositories
/
mc1516pa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2b59ca
)
coord tiny update
author
Alexander Fedotov
<soyaxhoya@gmail.com>
Sun, 10 Apr 2016 08:38:33 +0000
(09:38 +0100)
committer
Alexander Fedotov
<soyaxhoya@gmail.com>
Sun, 10 Apr 2016 08:38:33 +0000
(09:38 +0100)
modelchecker/coord.c
patch
|
blob
|
history
diff --git
a/modelchecker/coord.c
b/modelchecker/coord.c
index
12b428d
..
f6e2234
100644
(file)
--- a/
modelchecker/coord.c
+++ b/
modelchecker/coord.c
@@
-17,6
+17,13
@@
#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;