X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=components%2Ftactics%2FautoTypes.ml;h=45f981be1ffebe1d6403921a42796ddb7efc5954;hb=249d11773d32add20d665c4f8521b7380e4fec0a;hp=b0833c947e03f61fc75a20a12c96081c173a0ac7;hpb=a1c4c601850c71e094a4703af00f02ca2026d8ed;p=helm.git diff --git a/components/tactics/autoTypes.ml b/components/tactics/autoTypes.ml index b0833c947..45f981be1 100644 --- a/components/tactics/autoTypes.ml +++ b/components/tactics/autoTypes.ml @@ -27,6 +27,7 @@ type flags = { maxwidth: int; maxsize: int; maxdepth: int; + maxgoalsizefactor : int; timeout: float; use_library: bool; use_paramod: bool; @@ -39,6 +40,7 @@ let default_flags _ = {maxwidth=3; maxdepth=3; maxsize = 6; + maxgoalsizefactor = max_int; timeout=Unix.gettimeofday() +.3.0; use_library=false; use_paramod=true;