mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
fix(main): consistent printing of models
whether it's --model or (get-model)
This commit is contained in:
parent
9c9a6e0da5
commit
cc090a4574
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ let solve (self : t) ~assumptions () : Solver.res =
|
||||||
if self.pp_model then (
|
if self.pp_model then (
|
||||||
let m = build_model self sat in
|
let m = build_model self sat in
|
||||||
(* TODO: use actual {!Model} in the solver? or build it afterwards *)
|
(* TODO: use actual {!Model} in the solver? or build it afterwards *)
|
||||||
Format.printf "(@[<hv1>model@ %a@])@." Model.pp m
|
Fmt.printf "%a@." Model.pp m
|
||||||
);
|
);
|
||||||
(* TODO
|
(* TODO
|
||||||
if check then (
|
if check then (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue