package goblint
Static analysis framework for C
Install
Dune Dependency
Authors
Maintainers
Sources
goblint-2.2.1.tbz
sha256=ca24f72fa9a87d288affe97c411753f14b7802bab4ca3649b337276b89bf5674
sha512=394b3521ccda0da91540cebb2f433f7525763060be4bbe179edd3b952a3580a8e173c4e410fc6895dc67fe6d17e6699aeddfed600f4692858bec093dd912bf1e
doc/goblint.lib/Goblint_lib/Td3/Base/index.html
Module Td3.Base
Parameters
module Arg : Analyses.IncrSolverArg
module S : Analyses.EqConstrSys
module HM : Batteries.Hashtbl.S with type key = S.v
Signature
include sig ... end
val max_var : S.Var.t option Stdlib.ref
val histo : int HM.t
val increase : S.Var.t -> 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 print_context_stats : 'a HM.t -> unit
val stats_csv : unit BatIO.output option
val write_csv : string list -> unit BatIO.output -> unit
module VS : sig ... end
type solver_data = {
st : (S.Var.t * S.Dom.t) list;
infl : VS.t HM.t;
sides : VS.t HM.t;
rho : S.Dom.t HM.t;
wpoint : unit HM.t;
stable : unit HM.t;
side_dep : VS.t HM.t;
(*Dependencies of side-effected variables. Knowing these allows restarting them and re-triggering all side effects.
*)side_infl : VS.t HM.t;
(*Influences to side-effected variables. Not normally in
*)infl
, but used for restarting them.var_messages : Messages.Message.t HM.t;
(*Messages from right-hand sides of variables. Used for incremental postsolving.
*)rho_write : S.Dom.t HM.t HM.t;
(*Side effects from variables to write-only variables with values. Used for fast incremental restarting of write-only variables.
*)dep : VS.t HM.t;
(*Dependencies of variables. Inverse of
*)infl
. Used for fast pre-reachable pruning in incremental postsolving.
}
type marshal = solver_data
val create_empty_data : unit -> solver_data
val print_data : solver_data -> unit
val print_data_verbose : solver_data -> string -> unit
val verify_data : solver_data -> unit
val pp_phase :
Ppx_deriving_runtime.Format.formatter ->
phase ->
Ppx_deriving_runtime.unit
val show_phase : phase -> Ppx_deriving_runtime.string
module CurrentVarS : sig ... end
module S = CurrentVarS.S
val solve :
(S.Var.t * S.Dom.t) list ->
HM.key list ->
solver_data option ->
S.Dom.t HM.t * solver_data
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page