CallProver.ProverSourcetype t = {name : string;name of the prover
*)command : string;command to call prover
*)unsat : string list;prover returned unsat (possible outputs)
*)sat : string list;prover returned sat (possible outputs)
*)}data useful to invoke a prover. The prover must read from stdin. The command is interpolated using Buffer.add_substitude, with the given patterns:
List of registered provers