Cobol_cfg.Options
type transformation =
| Descendents of int
| Neighborhood of int
type t = {
hide_unreachable : bool;
collapse_fallthru : bool;
in_degree_upper_limit : int option;
transformation : transformation option;
hidden_nodes : int list;
split_nodes : int list;
}