X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftptp_grafite%2Ftptp2grafite.ml;h=2e1bb9bce2d93cfbdb1e0f964e5dd3214bc87f2d;hb=2e729ae1dbbe53e34df5d2d5dc3122a6825be925;hp=c63fca74166bfc137203a91e4033d90040a6c4db;hpb=63b86fce8a75490b957e7301517b9006f58321b6;p=helm.git diff --git a/helm/software/components/tptp_grafite/tptp2grafite.ml b/helm/software/components/tptp_grafite/tptp2grafite.ml index c63fca741..2e1bb9bce 100644 --- a/helm/software/components/tptp_grafite/tptp2grafite.ml +++ b/helm/software/components/tptp_grafite/tptp2grafite.ml @@ -246,14 +246,14 @@ let ng_generate_tactics fv ueq_case context arities = else [])@ [GA.Executable(floc,GA.NTactic(floc, [ if (*ueq_case*) true then - GA.NAuto (floc,( + GA.NAuto (floc,(Some HExtlib.list_mapi (fun _ i -> mk_ident ("H" ^ string_of_int i)) context ,[])) else - GA.NAuto (floc,([],[ + GA.NAuto (floc,(None,[ "depth",string_of_int 5; "width",string_of_int 5; "size",string_of_int 20; @@ -294,10 +294,10 @@ let generate_tactics fv ueq_case = else [])@ [GA.Executable(floc,GA.Tactic(floc, Some ( if true (*ueq_case*) then - GA.AutoBatch (floc,([],["paramodulation",""; + GA.AutoBatch (floc,(None,["paramodulation",""; "timeout",string_of_int !paramod_timeout])) else - GA.AutoBatch (floc,([],[ + GA.AutoBatch (floc,(None,[ "depth",string_of_int 5; "width",string_of_int 5; "size",string_of_int 20;