Theory Executable_FO_Ordered_Resolution_Prover
section ‹An Executable Simple Ordered Resolution Prover for First-Order Clauses›
text ‹
This theory provides an executable functional implementation of the
‹deterministic_RP› prover, building on the \textsf{IsaFoR} library
for the notion of terms and on the Knuth--Bendix order.
›
theory Executable_FO_Ordered_Resolution_Prover
imports
Deterministic_FO_Ordered_Resolution_Prover
Executable_Subsumption
"HOL-Library.Code_Target_Nat"
Show.Show_Instances
IsaFoR_Term
begin