Skip to content

Commit

Permalink
allow use_hints even when context_pruning is set
Browse files Browse the repository at this point in the history
  • Loading branch information
nikswamy authored and mtzguido committed Jan 30, 2025
1 parent 0fe5acd commit 13a2b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smtencoding/FStarC.SMTEncoding.Solver.fst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ let replaying_hints: ref (option hints) = BU.mk_ref None
(****************************************************************************)
(* Hint databases (public) *)
(****************************************************************************)
let use_hints () = Options.use_hints () && Options.Ext.get "context_pruning" = ""
let use_hints () = Options.use_hints ()
let initialize_hints_db src_filename format_filename : unit =
if Options.record_hints() then recorded_hints := Some [];
let norm_src_filename = BU.normalize_file_path src_filename in
Expand Down

0 comments on commit 13a2b89

Please sign in to comment.