Better color scheme for dot output

This commit is contained in:
Guillaume Bury 2014-11-20 14:38:25 +01:00
parent 8f2ae64b1a
commit 02b5c61ee1

View file

@ -330,8 +330,8 @@ module Make(St : Solver_types.S) = struct
(print_dot_edge id) (c_id p2) (print_dot_edge id) (c_id p2)
let color s = match s.[0] with let color s = match s.[0] with
| 'E' -> "" | 'E' -> "BGCOLOR=\"GREEN\""
| 'L' -> "" | 'L' -> "BGCOLOR=\"GREEN\""
| _ -> "BGCOLOR=\"GREY\"" | _ -> "BGCOLOR=\"GREY\""
let rec print_dot_proof fmt p = let rec print_dot_proof fmt p =