Module Goblint_lib.Constraints

Construction of a constraint system from an analysis specification and CFGs. Transformatons of analysis specifications as functors.

module type Increment = sig ... end
module FromSpec (S : Analyses.Spec) (Cfg : MyCFG.CfgBackward) (I : Increment) : sig ... end

The main point of this file---generating a GlobConstrSys from a Spec.