mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 19:55:41 -05:00
small fix
This commit is contained in:
parent
bf5e6cf67c
commit
33ea26c4f5
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ module Make
|
||||||
St.pp_dimacs fmt c'
|
St.pp_dimacs fmt c'
|
||||||
in
|
in
|
||||||
let pp s fmt vec =
|
let pp s fmt vec =
|
||||||
Format.fprintf fmt "c %s@,%a" s (Vec.print ~sep:"" aux) vec
|
Format.fprintf fmt "c %s@,%a@," s (Vec.print ~sep:"" aux) vec
|
||||||
in
|
in
|
||||||
Format.fprintf fmt
|
Format.fprintf fmt
|
||||||
"@[<v>p cnf %d %d@,%a%a%a@]@."
|
"@[<v>p cnf %d %d@,%a%a%a@]@."
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue