about summary refs log tree commit diff
path: root/solve.py
diff options
context:
space:
mode:
Diffstat (limited to 'solve.py')
-rw-r--r--solve.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/solve.py b/solve.py
index 6b18f81..816340d 100644
--- a/solve.py
+++ b/solve.py
@@ -653,6 +653,7 @@ while True:
         level += 1
     except:
         print("SOMETHING WENT HORRIBLY WRONG!")
+        print(f"CANNOT SOLVE {s=} {t=}")
         print(f"level {level}, cache hits: {cache_hits}")
         try:
             del cache[last_added_to_cache]