Visualization
Visualization
is a set of tools that lets a client visualize complex data structures like the transition_frontier
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