package frama-c

  1. Overview
  2. Docs

doc/frama-c.kernel/Frama_c_kernel/Interpreted_automata/UnrollUnnatural/G/V/index.html

Module G.V

Vertices have type V.t and are labeled with type V.label (note that an implementation may identify the vertex with its label)

Vertices are COMPARABLE.

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

Vertices are labeled.

type label = Version.t
val create : label -> t
val label : t -> label
OCaml

Innovation. Community. Security.