Skip to content

Commit 9394d72

Browse files
committed
!!! Manual stratergy for avl-implies-bst
1 parent 81bd89a commit 9394d72

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

prover/t/avl-implies-bst.kore

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ claim \implies( \and( avl( H { ArrayIntInt }
1818
)
1919
)
2020
)
21-
strategy search-fol(bound: 3)
22-
//strategy simplify . kt . simplify
23-
// . ( (right-unfold-Nth(0,0) . simplify . instantiate-existentials . smt )
24-
// | (right-unfold-Nth(0,1) . simplify . instantiate-existentials . smt )
25-
// | (instantiate-existentials . smt )
26-
// | (right-unfold-Nth(0,2) . simplify . instantiate-existentials . smt )
27-
// | noop
28-
// )
21+
// strategy search-fol(bound: 3)
22+
strategy normalize . simplify . kt . normalize . simplify
23+
. ( (right-unfold-Nth(0,0) . normalize . simplify . instantiate-existentials . smt )
24+
| (right-unfold-Nth(0,1) . normalize . simplify . instantiate-existentials . smt )
25+
| (instantiate-existentials . smt )
26+
| (right-unfold-Nth(0,2) . normalize . simplify . instantiate-existentials . smt )
27+
)

0 commit comments

Comments
 (0)