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/Analyses/module-type-GenericGlobSolver/index.html

Module type Analyses.GenericGlobSolver

A solver is something that can translate a system into a solution (hash-table)

Parameters

module S : GlobConstrSys
module LH : Prelude.Hashtbl.S with type key = S.LVar.t
module GH : Prelude.Hashtbl.S with type key = S.GVar.t

Signature

type marshal
val solve : (S.LVar.t * S.D.t) list -> (S.GVar.t * S.G.t) list -> S.LVar.t list -> (S.D.t LH.t * S.G.t GH.t) * marshal

The hash-map that is the first component of solve box xs vs is a local solution for interesting variables vs, reached from starting values xs. As a second component the solver returns data structures for incremental serialization.

OCaml

Innovation. Community. Security.