X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fng_paramodulation%2Fsuperposition.mli;h=a89b13f5bbeb3e9f70c29e84f94dae5a0647623f;hb=235d5cc96af46d0406bdd28222f56b3ee2bf827e;hp=6deb0a4eb7a07c7e090e856c35ffa76a8ceab732;hpb=a15dc157f7e63db12b9a7b59cf00aea108d7e073;p=helm.git diff --git a/helm/software/components/ng_paramodulation/superposition.mli b/helm/software/components/ng_paramodulation/superposition.mli index 6deb0a4eb..a89b13f5b 100644 --- a/helm/software/components/ng_paramodulation/superposition.mli +++ b/helm/software/components/ng_paramodulation/superposition.mli @@ -39,6 +39,7 @@ module Superposition (B : Terms.Blob) : val simplify : Index.Index(B).DT.t -> + int -> B.t Terms.bag -> B.t Terms.unit_clause -> (B.t Terms.bag * B.t Terms.unit_clause) option @@ -55,6 +56,7 @@ module Superposition (B : Terms.Blob) : B.t Terms.unit_clause -> Index.Index(B).active_set -> B.t Terms.bag -> + int -> (B.t Terms.unit_clause * B.t Terms.bag * Index.Index(B).active_set) option @@ -62,6 +64,7 @@ module Superposition (B : Terms.Blob) : B.t Terms.unit_clause -> Index.Index(B).active_set -> B.t Terms.bag -> + int -> (B.t Terms.unit_clause * B.t Terms.bag * Index.Index(B).active_set) option