Skip to content

Commit

Permalink
!!! Manual stratergy for avl-implies-bst
Browse files Browse the repository at this point in the history
  • Loading branch information
nishantjr committed Feb 11, 2020
1 parent 81bd89a commit 9394d72
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions prover/t/avl-implies-bst.kore
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ claim \implies( \and( avl( H { ArrayIntInt }
)
)
)
strategy search-fol(bound: 3)
//strategy simplify . kt . simplify
// . ( (right-unfold-Nth(0,0) . simplify . instantiate-existentials . smt )
// | (right-unfold-Nth(0,1) . simplify . instantiate-existentials . smt )
// | (instantiate-existentials . smt )
// | (right-unfold-Nth(0,2) . simplify . instantiate-existentials . smt )
// | noop
// )
// strategy search-fol(bound: 3)
strategy normalize . simplify . kt . normalize . simplify
. ( (right-unfold-Nth(0,0) . normalize . simplify . instantiate-existentials . smt )
| (right-unfold-Nth(0,1) . normalize . simplify . instantiate-existentials . smt )
| (instantiate-existentials . smt )
| (right-unfold-Nth(0,2) . normalize . simplify . instantiate-existentials . smt )
)

0 comments on commit 9394d72

Please sign in to comment.