File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ )
You can’t perform that action at this time.
0 commit comments