Skip to content

Commit

Permalink
FIXUP: SMT translation
Browse files Browse the repository at this point in the history
  • Loading branch information
adef committed Nov 15, 2022
1 parent 3842f53 commit 3f08478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/prep.ml
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ let gen_smt_solve suffix exec desc fmt_expr meth ob org_ob f res_cont comm =
(* FIXME Remove all the oldsmt code *)
let get_encode_smtlib () =
if Params.debugging "oldsmt" then Smt.encode_smtlib
else Smt.encode_smtlib
else Smtlib.pp_print_obligation
(* FIXME *)
let get_encode_fof () =
Expand Down

0 comments on commit 3f08478

Please sign in to comment.