use is_solution_state flag in find_solution
[scpubgit/DX.git] / lib / DX / Step / Backtrack.pm
index f211c73..5fdfbc7 100644 (file)
@@ -13,7 +13,7 @@ sub apply_to {
     current_hypothesis => $first_alt->[0],
     alternatives => \@rest_alt,
     next_step => $first_alt->[1],
-    is_solution_step => 0,
+    is_solution_state => 0,
   );
 }