package goblint
Static analysis framework for C
Install
Dune Dependency
Authors
Maintainers
Sources
goblint-2.4.0.tbz
sha256=99b78e6def71534d195eef9084baa26d8334b36084e120aa6afb300c9bf8afa6
sha512=f3162bd95a03c00358a2991f6152fc6169205bfb4c55e2c483e98cc3935673df9656d025b6f1ea0fa5f1bd0aee037d4f483966b0d2907e3fa9bf11a93a3392af
doc/goblint.solver/Goblint_solver/Td3/Base/index.html
Module Td3.Base
Source
Parameters
module Arg : ConstrSys.IncrSolverArg
module S : ConstrSys.EqConstrSys
module HM : Batteries.Hashtbl.S with type key = S.v
Signature
include sig ... end
Source
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.
}
Source
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