Skip to content

Commit

Permalink
Fix model output
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Sep 21, 2023
1 parent 2619445 commit c7f8263
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/lib/frontend/models.ml
Original file line number Diff line number Diff line change
Expand Up @@ -493,11 +493,7 @@ let output_concrete_model fmt m =
for which model generation is known to be incomplete. @.";

Format.fprintf fmt "@[<v 2>(";
Why3CounterExample.output_constraints fmt m.propositional;

Printer.print_fmt ~flushed:false fmt "@[<v 0>unknown@ ";
Printer.print_fmt ~flushed:false fmt "@[<v 2>(model@,";
if Options.get_output_format () == Why3 then begin
if Options.get_model_type_constraints () then begin
Why3CounterExample.output_constraints fmt m.propositional
end;

Expand Down

0 comments on commit c7f8263

Please sign in to comment.