package goblint

  1. Overview
  2. Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-1.1.1.tbz
sha256=999272bfbd3b9b96fcd58987b237ac6e9fa6d92ef935cc89f1ea2b4205185141
sha512=f3bf6ab71cf8c258d3290da4bf9f6fe42d7c671822e0efeb0fc50afdff078ab15e352237e5c1db31c5aa3a9d430691268ed2e5e00da10f2615835f672f91683d

doc/goblint.lib/TopDown_deprecated/TD3/index.html

Module TopDown_deprecated.TD3

modified SLR3 as top down solver

Parameters

module HM : Prelude.Hashtbl.S with type key = S.v

Signature

include sig ... end
module GU = Goblintutil
val stack_d : int Prelude.ref
val full_trace : bool
val start_c : int
val max_c : int Prelude.ref
val max_var : S.Var.t option Prelude.ref
val histo : int HM.t
val increase : S.Var.t -> unit
val start_event : unit -> unit
val stop_event : unit -> unit
val new_var_event : S.Var.t -> unit
val get_var_event : S.Var.t -> unit
val eval_rhs_event : S.Var.t -> unit
val update_var_event : S.Var.t -> S.Dom.t -> S.Dom.t -> unit
val print_solver_stats : (unit -> unit) Prelude.ref
val ncontexts : int Prelude.ref
val print_context_stats : 'a HM.t -> unit
val stats_csv : unit BatIO.output option
val write_csv : string list -> unit BatIO.output -> unit
val print_stats : 'a -> unit
module VS : sig ... end
module P : sig ... end
module HPM : sig ... end
val solve : (S.Var.t -> S.Dom.t -> S.Dom.t -> S.Dom.t) -> (S.Var.t * S.Dom.t) list -> S.Var.t list -> S.Dom.t HM.t
OCaml

Innovation. Community. Security.