small fix

This commit is contained in:
Simon Cruanes 2016-11-02 16:17:49 +01:00
parent bf5e6cf67c
commit 33ea26c4f5

View file

@ -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@]@."