]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/paramodulation/saturation.ml
added stdlib_dir entry
[helm.git] / helm / ocaml / paramodulation / saturation.ml
index bef39f7b22f91b63b87f5936b0c6c5b52aebf14f..eb4a35d6c443f823e2b94438b4c4f13f6cc17549 100644 (file)
@@ -23,6 +23,8 @@
  * http://cs.unibo.it/helm/.
  *)
 
+(* $Id$ *)
+
 open Inference;;
 open Utils;;
 
@@ -54,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;;