package goblint

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

Sequential composition of two postsolvers.

Parameters

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

Signature

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