Class Ograph_extended.ograph_mutable
method add_node : 'node -> nodeimethod add_nodei : nodei -> 'node -> unitmethod replace_node : (nodei * 'node) -> unitmethod del_node : nodei -> unitmethod add_arc : ((nodei * nodei) * 'edge) -> unitmethod del_arc : ((nodei * nodei) * 'edge) -> unit