]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/ng_paramodulation/nCicParamod.ml
First attempt for refined goal selection strategy
[helm.git] / helm / software / components / ng_paramodulation / nCicParamod.ml
index 89660143de5e426b53f9cdc291442237aed5dc57..6c1aa695ee231f91692a89d46ca9accefb1e09e8 100644 (file)
@@ -38,9 +38,9 @@ let nparamod rdb metasenv subst context t table =
   in
   List.map 
     (fun (bag,i,l) ->
-      List.iter (fun x ->
+      (* List.iter (fun x ->
         print_endline (Pp.pp_unit_clause ~margin:max_int
-          (fst(Terms.M.find x bag)))) l;
+          (fst(Terms.M.find x bag)))) l; *)
       let stamp = Unix.gettimeofday () in
       let proofterm = NCicProof.mk_proof bag i l in
       prerr_endline (Printf.sprintf "Got proof term in %fs"