package mopsa
MOPSA: A Modular and Open Platform for Static Analysis using Abstract Interpretation
Install
Dune Dependency
Authors
Maintainers
Sources
mopsa-analyzer-v1.1.tar.gz
md5=fdee20e988343751de440b4f6b67c0f4
sha512=f5cbf1328785d3f5ce40155dada2d95e5de5cce4f084ea30cfb04d1ab10cc9403a26cfb3fa55d0f9da72244482130fdb89c286a9aed0d640bba46b7c00e09500
doc/reduction/Reduction/Simplified/index.html
Module Reduction.Simplified
Source
Reduction rules for reduced products of simplified domains
When a reduced product contains only domains with the simplified signature, reductions rules operate on the product of abstract environments instead of flows.
This simplifies the formulation of reductions and gives direct access to the non-relational abstraction (if any).
Reduction manager
Source
type ('a, 'b) simplified_reduction_man = {
get_env : 't. 't Core.All.id -> 'b -> 't;
(*Get the environment of some domain
*)set_env : 't. 't Core.All.id -> 't -> 'b -> 'b;
(*Set the environment of some domain
*)get_value : 't. 't Core.All.id -> Core.All.var -> 'b -> 't;
(*Get the value of a variable in some value abstraction
*)set_value : 't. 't Core.All.id -> Core.All.var -> 't -> 'b -> 'b;
(*Set the value of a variable in some value abstraction
*)ask : 'r. ('a, 'r) Core.All.query -> 'a Core.All.ctx -> 'b -> 'r;
(*Perform a query
*)
}
Manager used by simplified reduction rules
Signature
Registration
Register a new simplified reduction
Find an simplified reduction by its name
List all simplified reductions
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page