package goblint

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module ConstrSys.GlobSolverFromEqSolverSource

Transforms a GenericEqIncrSolver into a GenericGlobSolver.

Parameters

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

Signature

Sourcemodule EqSys : sig ... end
Sourcemodule Sol' : sig ... end
Sourcemodule Splitter : sig ... end
Sourcetype marshal = Sol'.marshal
Sourceval copy_marshal : Sol'.marshal -> Sol'.marshal
Sourceval relift_marshal : Sol'.marshal -> Sol'.marshal
Sourceval solve : (S.LVar.t * S.D.t) list -> (S.GVar.t * S.G.t) list -> S.LVar.t list -> Sol'.marshal option -> (S.D.t LH.t * S.G.t GH.t) * Sol'.marshal
OCaml

Innovation. Community. Security.