Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nikswamy committed Apr 30, 2024
1 parent 9231f82 commit 1480fd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lowparse/LowParse.Low.Bytes.fst
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@ let jump_bounded_vlbytes
: Tot (jumper (parse_bounded_vlbytes min max))
= jump_bounded_vlbytes' min max (log256' max)
#push-options "--z3rlimit_factor 2 --retry 2"
#restart-solver
let valid_exact_all_bytes_elim
(h: HS.mem)
(#rrel #rel: _)
Expand All @@ -414,6 +416,7 @@ let valid_exact_all_bytes_elim
valid_facts (parse_flbytes length) h input pos ;
assert (no_lookahead_on (parse_flbytes length) (bytes_of_slice_from_to h input pos pos') (bytes_of_slice_from h input pos));
assert (injective_postcond (parse_flbytes length) (bytes_of_slice_from_to h input pos pos') (bytes_of_slice_from h input pos))
#pop-options
#push-options "--z3rlimit 32"
Expand Down

0 comments on commit 1480fd2

Please sign in to comment.