Skip to content

Commit

Permalink
Rebase artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Stevendeo committed Nov 18, 2022
1 parent f0c7dad commit f0223f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/reasoners/fun_sat.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1919,7 +1919,7 @@ module Make (Th : Theory.S) : Sat_solver_sig.S = struct
{env with tbox = Th.assume_th_elt env.tbox th_elt dep}

let reinit_ctx () =
all_models_sat_env := None;
(* all_models_sat_env := None; *)
latest_saved_env := None;
terminated_normally := false;
Steps.reinit_steps ();
Expand Down
1 change: 0 additions & 1 deletion src/lib/reasoners/uf.mli
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ val make : t -> Expr.t -> r (* may raise Not_found *)
val is_normalized : t -> r -> bool

val assign_next : t -> (r Xliteral.view * bool * Th_util.lit_origin) list * t
val output_concrete_model : t -> unit

(** {2 Counterexample function} *)

Expand Down

0 comments on commit f0223f2

Please sign in to comment.