Skip to content

Commit

Permalink
Print dump models on the channel models
Browse files Browse the repository at this point in the history
This commit restore the feature of the PR OCamlPro#838 as the
location of code moved after the refactoring of model generation in
OptimAE.
  • Loading branch information
Halbaroth committed Sep 26, 2023
1 parent a155756 commit 709dc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/frontend/frontend.ml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ module Make(SAT : Sat_solver_sig.S) : S with type sat_env = SAT.t = struct
Printer.print_fmt
(Options.Output.get_fmt_diagnostic ())
"@[<v 0>; Returned timeout reason = %s@]" s;
Models.output_concrete_model (Options.Output.get_fmt_regular ()) model
Models.output_concrete_model (Options.Output.get_fmt_models ()) model
end

let process_decl print_status used_context consistent_dep_stack
Expand Down

0 comments on commit 709dc42

Please sign in to comment.