package goblint

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

Module PostSolver.ComposeSource

Sequential composition of two postsolvers.

Parameters

module PS1 : S
module PS2 : S with module S = PS1.S and module VH = PS1.VH

Signature

Sourcemodule S = PS1.S
Sourcemodule VH = PS1.VH
Sourceval init : unit -> unit
Sourceval one_side : vh:S.Dom.t VH.t -> x:S.v -> y:S.v -> d:S.Dom.t -> unit
Sourceval one_constraint : vh:S.Dom.t VH.t -> x:S.v -> rhs:S.Dom.t -> unit
Sourceval finalize : vh:S.Dom.t VH.t -> reachable:unit VH.t -> unit
OCaml

Innovation. Community. Security.