move to on_solution_step concept
[scpubgit/DX.git] / lib / DX / Step / Backtrack.pm
index 3306fc3..f211c73 100644 (file)
@@ -13,6 +13,7 @@ sub apply_to {
     current_hypothesis => $first_alt->[0],
     alternatives => \@rest_alt,
     next_step => $first_alt->[1],
+    is_solution_step => 0,
   );
 }