Frama-C API - Make
Generic functor implementing the services algorithm according to a graph implementation.
Parameters
module G : sig ... endSignature
type node = G.V.ttype graph = G.tmodule Service_graph : sig ... endval compute : graph -> Datatype.String.Set.t -> Service_graph.tval output_graph : Stdlib.out_channel -> Service_graph.t -> unitval entry_point : unit -> Service_graph.V.t optioncompute must be called before
