Converts a refutation sketch to a resolution proof.
Converts a refutation sketch to a resolution proof.
Each SketchInference is replaced by a resolution derivation that is obtained using the provided resolution prover.
Refutation sketch to convert.
Resolution prover used to reconstruct the inferences.
Some(proof)
if all inferences could be reconstructed, None
otherwise.