X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Ftactics%2FautoTypes.ml;h=9bced7618e08ad290726b01089e09a2a1a28b721;hb=f9abd21eb0d26cf9b632af4df819225be4d091e3;hp=b0833c947e03f61fc75a20a12c96081c173a0ac7;hpb=750d027aedc76aac9def8885dc2bdb6ccdc049d9;p=helm.git diff --git a/helm/software/components/tactics/autoTypes.ml b/helm/software/components/tactics/autoTypes.ml index b0833c947..9bced7618 100644 --- a/helm/software/components/tactics/autoTypes.ml +++ b/helm/software/components/tactics/autoTypes.ml @@ -27,24 +27,33 @@ type flags = { maxwidth: int; maxsize: int; maxdepth: int; + maxgoalsizefactor : int; timeout: float; use_library: bool; use_paramod: bool; use_only_paramod : bool; close_more : bool; dont_cache_failures: bool; + do_types: bool; + skip_trie_filtering: bool; + skip_context: bool; } let default_flags _ = {maxwidth=3; maxdepth=3; maxsize = 6; + maxgoalsizefactor = max_int; timeout=Unix.gettimeofday() +.3.0; use_library=false; use_paramod=true; use_only_paramod=false; close_more=false; - dont_cache_failures=false} + dont_cache_failures=false; + do_types=false; + skip_trie_filtering=false; + skip_context=false; +} ;; (* (metasenv, subst, (metano,depth)list *)