Frama-C:
Plug-ins:
Libraries:

Frama-C API - V

include Graph.Sig.COMPARABLE
type t
val compare : t -> t -> int
val hash : t -> int
val equal : t -> t -> bool
val id : t -> int

assume id >= 0 and unique for each vertices of the graph

val name : t -> string
val attributes : t -> Graph.Graphviz.DotAttributes.vertex list
val entry_point : unit -> t option