Skip to content

Commit

Permalink
rlimit
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Jul 14, 2023
1 parent 7a4d0a8 commit f9208ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lowparse/LowParse.SteelST.List.Iter.WithInterrupt.fst
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ let rec list_iter_with_interrupt_close_false
list_iter_with_interrupt_close_false p state f_false _ bin cur' _ _
end

#pop-options

#push-options "--z3rlimit 32"
#restart-solver

let list_iter_with_interrupt_close
Expand Down Expand Up @@ -158,6 +161,9 @@ let list_iter_with_interrupt_close
cont
end

#pop-options

#push-options "--z3rlimit 16"
#restart-solver

inline_for_extraction
Expand Down

0 comments on commit f9208ab

Please sign in to comment.