X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Focaml%2Fparamodulation%2Fsaturate_main.ml;h=bec597645233737b35d3b1d5c6ba81a9fb8b05aa;hb=727d6939c3f3ff1769ac1d11cad11d2e06433295;hp=14d81569aab72dd96fe2f512cb9aa82c737a553c;hpb=4dd2d3dc8e1dbb22d71c8fa741a20fb7d506930a;p=helm.git diff --git a/helm/ocaml/paramodulation/saturate_main.ml b/helm/ocaml/paramodulation/saturate_main.ml index 14d81569a..bec597645 100644 --- a/helm/ocaml/paramodulation/saturate_main.ml +++ b/helm/ocaml/paramodulation/saturate_main.ml @@ -23,6 +23,8 @@ * http://cs.unibo.it/helm/. *) +(* $Id$ *) + module Trivial_disambiguate: sig exception Ambiguous_term of string Lazy.t @@ -100,6 +102,7 @@ let _ = | "lpo" -> Utils.compare_terms := Utils.lpo | "kbo" -> Utils.compare_terms := Utils.kbo | "nr-kbo" -> Utils.compare_terms := Utils.nonrec_kbo + | "ao" -> Utils.compare_terms := Utils.ao | o -> raise (Arg.Bad ("Unknown term ordering: " ^ o)) and set_fullred b = S.use_fullred := b and set_time_limit v = S.time_limit := float_of_int v @@ -140,8 +143,8 @@ let _ = ] (fun a -> ()) "Usage:" in Helm_registry.load_from !configuration_file; -CicNotation2.load_notation core_notation_script; -CicNotation2.load_notation "../../matita/coq.ma"; +ignore (CicNotation2.load_notation [] core_notation_script); +ignore (CicNotation2.load_notation [] "../../matita/coq.ma"); let dbd = HMysql.quick_connect ~host:(Helm_registry.get "db.host") ~user:(Helm_registry.get "db.user")