Module Res

module Res: sig .. end

Resolution proofs

This modules defines functions to create and manipulate resolution proofs.


module type S = Res_intf.S

Interface for a module manipulating resolution proofs.

module Make: 
functor (St : Solver_types.S) -> S with module St = St

Functor to create a module building proofs from a sat-solver unsat trace.