package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Incremental/interactive terminating top-down solver, which supports space-efficiency and caching (td3).

Incremental terminating top down solver that optionally only keeps values at widening points and restores other values afterwards.

module type Hooks = sig ... end
module Base (Arg : Analyses.IncrSolverArg) (S : Analyses.EqConstrSys) (HM : Batteries.Hashtbl.S with type key = S.v) (Hooks : Hooks with module S = S and module HM = HM) : sig ... end

TD3 with no hooks.

TD3 with eval skipping using dep_vals.

val after_config : unit -> unit
OCaml

Innovation. Community. Security.