Skip to content

Commit

Permalink
optim:re-set timelimit when trying to find a better min in other bran…
Browse files Browse the repository at this point in the history
…ches
  • Loading branch information
iguerNL authored and Halbaroth committed Oct 4, 2023
1 parent c203ad1 commit ad83005
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/reasoners/satml_frontend.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,9 @@ module Make (Th : Theory.S) : Sat_solver_sig.S = struct
issue.@.@.";
assert false
end;
let is_gui = Options.get_is_gui() in
Options.Time.unset_timeout ~is_gui;
Options.Time.set_timeout ~is_gui (Options.get_timelimit ());
unsat_rec_prem env ~first_call:false
end

Expand Down

0 comments on commit ad83005

Please sign in to comment.