mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
simpler printing of models
This commit is contained in:
parent
a0a67549de
commit
dbb9dabd1d
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ let process_stmt
|
|||
| Statement.Stmt_get_model ->
|
||||
begin match Solver.last_res solver with
|
||||
| Some (Solver.Sat m) ->
|
||||
Fmt.printf "(@[model@ %a@])@." Solver.Model.pp m
|
||||
Fmt.printf "%a@." Solver.Model.pp m
|
||||
| _ -> Error.errorf "cannot access model"
|
||||
end;
|
||||
E.return ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue