Skip to content

Commit

Permalink
Merge branch 'master' into twal/generalize_move_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
mtzguido authored Sep 7, 2024
2 parents e658256 + c648e62 commit fbface2
Show file tree
Hide file tree
Showing 5 changed files with 1,115 additions and 1,436 deletions.
3 changes: 2 additions & 1 deletion ocaml/fstar-lib/generated/FStar_SMTEncoding_Solver.ml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/smtencoding/FStar.SMTEncoding.Solver.fst
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,7 @@ let do_solve (can_split:bool) (is_retry:bool) use_env_msg tcenv q : unit =
| None -> () (* already logged an error *)
let split_and_solve (retrying:bool) use_env_msg tcenv q : unit =
if Options.query_stats () then begin
if Debug.any () || Options.query_stats () then begin
let range = "(" ^ (Range.string_of_range (Env.get_range tcenv)) ^ ")" in
BU.print2 "%s\tQuery-stats splitting query because %s\n"
range
Expand Down
Loading

0 comments on commit fbface2

Please sign in to comment.