Goblint_lib.GobApron
include module type of struct include Apron end
module Scalar : sig ... end
module Coeff : sig ... end
module Var : sig ... end
module Lincons1 : sig ... end
module Lincons1Set : sig ... end
module Texpr1 : sig ... end
module Tcons1 : sig ... end
module Environment : sig ... end
A few code elements for environment changes from functions as remove_vars etc. have been moved to sharedFunctions as they are needed in a similar way inside affineEqualityDomain. A module that includes various methods used by variable handling operations such as add_vars, remove_vars etc. in apronDomain and affineEqualityDomain.