Goblint_lib.ObserverAnalysis
Path-sensitive analysis using an ObserverAutomaton
.
module type StepObserverAutomaton =
ObserverAutomaton.S with type t = MyCFG.node * MyCFG.node
module MakeSpec
(Automaton : StepObserverAutomaton with type q = int) :
Analyses.MCPSpec
module type PathArg = sig ... end
module MakePathSpec (Arg : PathArg) : Analyses.MCPSpec