about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
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