about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorEmile <git@emile.space>2023-02-19 14:22:23 +0100
committerEmile <git@emile.space>2023-02-19 14:22:23 +0100
commit27b55dcebc0a2f1ab2538f4dcb47b2a54a77087e (patch)
tree42a7cf4869b2942ecc6d116a4d6568a75583b2ae /README.md
parent5a17be402cb839693065ccda97ad609be2638211 (diff)
cannot solve foo
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 11a1f5b..4ea1973 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,18 @@ format:
 ((s, t), (goal_s, goal_t)) ['(v1)', '(v2)', '(v3)', ...]
 ```
 
+## Cannot Solve
+
+Caching implemented, view the current cache here: [cache.md](./cache.md)
+
+Input expressions that cannot be solved are logged here: [cannot_solve.md](./cannot_solve.md)
+
+format:
+
+```
+(s) | (t)
+```
+
 
 ## Challenge Description