frenetic.netkat
Frenetic_netkat.Domain
The domain of an FDD/Automaton is given by the set of values occuring with each field, either in a test or a modification.
frenetic
frenetic.async
frenetic.kernel
module Field : sig ... end
type t = Core.Set.M(Core.Int64).t Core.Map.M(Field).t
for each field, a set of values
val empty : t
val merge : t -> t -> t
val of_fdd : Fdd.FDD.t -> t
val of_automaton : Global_compiler.Automaton.t -> t
val representative_pks : t -> Packet.t list