Skip to content

Commit

Permalink
adding lemmas
Browse files Browse the repository at this point in the history
  • Loading branch information
PetarMax committed Sep 26, 2024
1 parent 8e98c87 commit 6466343
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kevm-pyk/src/kevm_pyk/kproj/evm-semantics/lemmas/lemmas.k
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ module LEMMAS-WITHOUT-SLOT-UPDATES [symbolic]
// Word Reasoning
// ########################

rule 0 <=Int #sizeWordStack(_) => true [simplification]
rule 0 <=Int #sizeWordStack(_) => true [simplification, smt-lemma]
rule #sizeWordStack(_) <Int N => false requires N <=Int 0 [simplification, smt-lemma]

// #newAddr range
rule 0 <=Int #newAddr(_,_) => true [simplification]
Expand Down

0 comments on commit 6466343

Please sign in to comment.