]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_paramodulation/paramod.mli
1) removed many debug prints
[helm.git] / matitaB / components / ng_paramodulation / paramod.mli
index 367d7939448f269ebedd755cb688cbc887155c9c..d91ba1b349b939b06a3bc5154458acbc981ce6a4 100644 (file)
@@ -24,8 +24,10 @@ module type Paramod =
       | Timeout of int * t Terms.bag
     type bag = t Terms.bag * int
     val empty_state : state
+    val size_of_state : state -> int * int
     val bag_of_state :state -> bag
     val replace_bag : state -> bag -> state
+    (* we suppose input has been already saturated *)
     val mk_passive : bag -> input * input -> bag * t Terms.unit_clause
     val mk_goal : bag -> input * input -> bag * t Terms.unit_clause
     val forward_infer_step :