mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-05 19:00:33 -05:00
detail
This commit is contained in:
parent
517a5d2e5f
commit
ba2e191882
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ let assert_term self t = assert_terms self [ t ]
|
|||
|
||||
let solve ?(on_exit = []) ?(check = true) ?(on_progress = fun _ -> ())
|
||||
?(should_stop = fun _ _ -> false) ~assumptions (self : t) : res =
|
||||
Profile.with_ "smt-solver.solve" @@ fun () ->
|
||||
let@ () = Profile.with_ "smt-solver.solve" in
|
||||
let do_on_exit () = List.iter (fun f -> f ()) on_exit in
|
||||
|
||||
let on_progress =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue