Frama_c_kernel.State_dependency_graphState Dependency Graph.
module type S = sig ... endSignature of a State Dependency Graph. It is compatible with the signature of OcamlGraph imperative graph Graph.Sig.I.
module type Attributes = sig ... endSignature required by Graph.GraphViZ.Dot. See the OcamlGraph's documentation for additional details.
include SAdd an edge in graph from the state from to each state of the list.
Add an edge in graph from each state of the list to the state onto.
Remove an edge in graph from the given state to each state of the list.
module Attributes : Attributesmodule Dot (_ : Attributes) : sig ... endval dump : Filepath.t -> unit