package goblint

  1. Overview
  2. No Docs
Static analysis framework for C

Install

Dune Dependency

Authors

Maintainers

Sources

goblint-2.5.0.tbz
sha256=452d8491527aea21f2cbb11defcc14ba0daf9fdb6bdb9fc0af73e56eac57b916
sha512=1993cd45c4c7fe124ca6e157f07d17ec50fab5611b270a434ed1b7fb2910aa85a8e6eaaa77dad770430710aafb2f6d676c774dd33942d921f23e2f9854486551

doc/goblint.solver/Goblint_solver/SLR/SLR3/index.html

Module SLR.SLR3Source

the SLR3 box solver

Parameters

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

Signature

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

Innovation. Community. Security.