mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -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 ->
|
| Statement.Stmt_get_model ->
|
||||||
begin match Solver.last_res solver with
|
begin match Solver.last_res solver with
|
||||||
| Some (Solver.Sat m) ->
|
| Some (Solver.Sat m) ->
|
||||||
Fmt.printf "(@[model@ %a@])@." Solver.Model.pp m
|
Fmt.printf "%a@." Solver.Model.pp m
|
||||||
| _ -> Error.errorf "cannot access model"
|
| _ -> Error.errorf "cannot access model"
|
||||||
end;
|
end;
|
||||||
E.return ()
|
E.return ()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue