Skip to content

Commit 727314c

Browse files
committed
Remove redundant steps from one-path strategy
This makes the one-path strategy like the all-path strategy.
1 parent 34db960 commit 727314c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

kore/src/Kore/Strategies/Goal.hs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -670,8 +670,6 @@ onePathFirstStep =
670670
, TriviallyValid
671671
, CheckImplication
672672
, ApplyAxioms
673-
, Simplify
674-
, TriviallyValid
675673
, ResetGoal
676674
, Simplify
677675
, TriviallyValid
@@ -687,11 +685,7 @@ onePathFollowupStep =
687685
, TriviallyValid
688686
, CheckImplication
689687
, ApplyClaims
690-
, Simplify
691-
, TriviallyValid
692688
, ApplyAxioms
693-
, Simplify
694-
, TriviallyValid
695689
, ResetGoal
696690
, Simplify
697691
, TriviallyValid

0 commit comments

Comments
 (0)