]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/saturation.ml
Old compare-terms function
[helm.git] / helm / ocaml / paramodulation / saturation.ml
index e3799983b1c701329d80ddc7fa7479a0c4ec5f88..eb4a35d6c443f823e2b94438b4c4f13f6cc17549 100644 (file)
@@ -56,8 +56,8 @@ let symbols_ratio = ref (* 0 *) 3;;
 let symbols_counter = ref 0;;
 
 (* non-recursive Knuth-Bendix term ordering by default *)
-(* Utils.compare_terms := Utils.nonrec_kbo;; *)
-Utils.compare_terms := Utils.ao;;
+Utils.compare_terms := Utils.nonrec_kbo;; 
+(* Utils.compare_terms := Utils.ao;; *)
 
 (* statistics... *)
 let derived_clauses = ref 0;;