Module PostSolver.MakeList

Make complete postsolving function from list of postsolvers. If list is empty, no postsolving is performed. This is generic and non-incremental.

Parameters

module Arg : MakeListArg

Signature

module S = Arg.S
module VH = Arg.VH
val postsolver_opt : (module Arg.M) option
val post : (Arg.S.v * Arg.S.d) list -> Arg.S.v list -> Arg.S.d Arg.VH.t -> unit