mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 03:35:38 -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'
|
||||
in
|
||||
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
|
||||
Format.fprintf fmt
|
||||
"@[<v>p cnf %d %d@,%a%a%a@]@."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue