mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
Better color scheme for dot output
This commit is contained in:
parent
8f2ae64b1a
commit
02b5c61ee1
1 changed files with 2 additions and 2 deletions
|
|
@ -330,8 +330,8 @@ module Make(St : Solver_types.S) = struct
|
|||
(print_dot_edge id) (c_id p2)
|
||||
|
||||
let color s = match s.[0] with
|
||||
| 'E' -> ""
|
||||
| 'L' -> ""
|
||||
| 'E' -> "BGCOLOR=\"GREEN\""
|
||||
| 'L' -> "BGCOLOR=\"GREEN\""
|
||||
| _ -> "BGCOLOR=\"GREY\""
|
||||
|
||||
let rec print_dot_proof fmt p =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue