package goblint

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

Postsolver for enabling messages (warnings) output.

Parameters

module VH : Prelude.Hashtbl.S with type key = S.v

Signature

module S = S
module VH = 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