Module Owl_symbolic_graph
type symbol= Owl_symbolic_symbol.t Owl_graph.nodetype t={mutable sym_nodes : symbol array;mutable name : string;mutable node_names : string array;}
val make_node : Owl_symbolic_symbol.t -> symbol array -> symbolval make_graph : symbol array -> string -> tval topo_iter : (symbol -> unit) -> t -> unitval get_input_nodes : t -> symbol arrayval get_output_nodes : t -> symbol arrayval null_graph : tval iter_print : t -> unitval is_variable : string -> boolval name : symbol -> stringval length : t -> intval shape_or_value : symbol -> stringval refnum : 'a Owl_graph.node -> intval to_dot : t -> stringval set_sym : symbol -> Owl_symbolic_symbol.t -> unit