Module Visualization

Visualization is a set of tools that lets a client visualize complex data structures like the transition_frontier

val display_prefix_of_string : string -> string
val display_short_sexp : (module Core_kernel.Sexpable.S with type t = 't) -> 't0 -> string
val to_dot : Yojson.Safe.t -> Core_kernel__.Import.string
module type Node_intf = sig ... end
module Make_ocamlgraph (Node : Node_intf) : sig ... end

Visualizes graph structures. Namely, it assumes that a node can be presented in a pretty json form. Using the json form, it interprets the json form into dot form using the function, to_dot