package goblint

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

Make complete (non-incremental) postsolving function from list of postsolvers. If list is empty, no postsolving is performed.

Parameters

module Arg : MakeListArg

Signature

module IncrArg : sig ... end
include sig ... end
module S : sig ... end
module VH : sig ... end
val postsolver_opt : (module IncrArg.M) option
val post : (IncrArg.S.v * IncrArg.S.d) list -> IncrArg.S.v list -> IncrArg.S.d IncrArg.VH.t -> unit