Constraints.LimitLifterLimits the number of widenings per node.
module S : Analyses.Specinclude module type of S with module D := S.D and type marshal = S.marshalmodule C : Printable.Smodule V : Analyses.SpecSysVarGlobal constraint variables.
type marshal = S.marshalAuxiliary data (outside of solution domains) that needs to be marshaled and unmarshaled. This includes: * hashtables, * varinfos (create_var), * RichVarinfos.
val finalize : unit -> marshalFinalize and return auxiliary data to be marshaled.
val startstate : GoblintCil.varinfo -> S.D.tval exitstate : GoblintCil.varinfo -> S.D.tval query :
(S.D.t, G.t, C.t, V.t) Analyses.ctx ->
'a Queries.t ->
'a Queries.resultval limit : int Prelude.refval init : S.marshal option -> unitmodule H = MyCFG.NodeHval h : int H.tval incr : H.key -> unitmodule D : sig ... end