Module PostSolver.MakeList

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