Thu, 09 Jun 2011 08:32:21 +0200 removing unneccessary manual instantiations and dead definitions; hiding more constants and facts
bulwahn [Thu, 09 Jun 2011 08:32:21 +0200] rev 43315
removing unneccessary manual instantiations and dead definitions; hiding more constants and facts
Thu, 09 Jun 2011 08:32:19 +0200 adding a nicer error message for quickcheck_narrowing; hiding fact empty_def
bulwahn [Thu, 09 Jun 2011 08:32:19 +0200] rev 43314
adding a nicer error message for quickcheck_narrowing; hiding fact empty_def
Thu, 09 Jun 2011 08:32:18 +0200 adding narrowing engine for existentials
bulwahn [Thu, 09 Jun 2011 08:32:18 +0200] rev 43313
adding narrowing engine for existentials
Thu, 09 Jun 2011 08:32:18 +0200 adapting Quickcheck_Narrowing: adding setup for characters; correcting import statement
bulwahn [Thu, 09 Jun 2011 08:32:18 +0200] rev 43312
adapting Quickcheck_Narrowing: adding setup for characters; correcting import statement
Thu, 09 Jun 2011 08:32:16 +0200 adding theory Quickcheck_Narrowing to HOL-Main image
bulwahn [Thu, 09 Jun 2011 08:32:16 +0200] rev 43311
adding theory Quickcheck_Narrowing to HOL-Main image
Thu, 09 Jun 2011 08:32:15 +0200 adapting IsaMakefile
bulwahn [Thu, 09 Jun 2011 08:32:15 +0200] rev 43310
adapting IsaMakefile
Thu, 09 Jun 2011 08:32:14 +0200 moving Quickcheck_Narrowing from Library to base directory
bulwahn [Thu, 09 Jun 2011 08:32:14 +0200] rev 43309
moving Quickcheck_Narrowing from Library to base directory
Thu, 09 Jun 2011 08:32:13 +0200 compilation of Haskell in its own target for Quickcheck; passing options by arguments in Narrowing_Generators
bulwahn [Thu, 09 Jun 2011 08:32:13 +0200] rev 43308
compilation of Haskell in its own target for Quickcheck; passing options by arguments in Narrowing_Generators
Thu, 09 Jun 2011 08:31:41 +0200 local simp rule in List_Cset
bulwahn [Thu, 09 Jun 2011 08:31:41 +0200] rev 43307
local simp rule in List_Cset
Thu, 09 Jun 2011 00:16:28 +0200 tuning
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43306
tuning
Thu, 09 Jun 2011 00:16:28 +0200 compile
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43305
compile
Thu, 09 Jun 2011 00:16:28 +0200 cleaner fact freshening, which also works in corner cases, e.g. if two backquoted facts have the same name (but have different variable indices)
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43304
cleaner fact freshening, which also works in corner cases, e.g. if two backquoted facts have the same name (but have different variable indices)
Thu, 09 Jun 2011 00:16:28 +0200 added a really fully typed translation as a fallback for Metis, in rare cases where Metis correctly proves a theorem but has type-unsound steps in it (which is likelier to happen with some of the lighter translations)
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43303
added a really fully typed translation as a fallback for Metis, in rare cases where Metis correctly proves a theorem but has type-unsound steps in it (which is likelier to happen with some of the lighter translations)
Thu, 09 Jun 2011 00:16:28 +0200 improve sort inference in Metis proofs -- in some rare cases Metis steals Isabelle's variable names and the sorts must then be inferred as well
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43302
improve sort inference in Metis proofs -- in some rare cases Metis steals Isabelle's variable names and the sorts must then be inferred as well
Thu, 09 Jun 2011 00:16:28 +0200 removed needless function that duplicated standard functionality, with a little unnecessary twist
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43301
removed needless function that duplicated standard functionality, with a little unnecessary twist
Thu, 09 Jun 2011 00:16:28 +0200 removed more dead code
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43300
removed more dead code
Thu, 09 Jun 2011 00:16:28 +0200 be a bit more liberal with respect to the universal sort -- it sometimes help
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43299
be a bit more liberal with respect to the universal sort -- it sometimes help
Thu, 09 Jun 2011 00:16:28 +0200 renamed "untyped_aconv" to distinguish it clearly from the standard "aconv_untyped"
blanchet [Thu, 09 Jun 2011 00:16:28 +0200] rev 43298
renamed "untyped_aconv" to distinguish it clearly from the standard "aconv_untyped"
Wed, 08 Jun 2011 22:13:49 +0200 merged
wenzelm [Wed, 08 Jun 2011 22:13:49 +0200] rev 43297
merged
Wed, 08 Jun 2011 17:01:07 +0200 avoid duplicate facts, which confuse the minimizer output
blanchet [Wed, 08 Jun 2011 17:01:07 +0200] rev 43296
avoid duplicate facts, which confuse the minimizer output
Wed, 08 Jun 2011 16:20:19 +0200 pass Metis facts and negated conjecture as facts, with (almost) correctly set localities, so that the correct encoding is used for nonmonotonic occurrences of infinite types
blanchet [Wed, 08 Jun 2011 16:20:19 +0200] rev 43295
pass Metis facts and negated conjecture as facts, with (almost) correctly set localities, so that the correct encoding is used for nonmonotonic occurrences of infinite types
Wed, 08 Jun 2011 16:20:18 +0200 restore comment about subtle issue
blanchet [Wed, 08 Jun 2011 16:20:18 +0200] rev 43294
restore comment about subtle issue
Wed, 08 Jun 2011 16:20:18 +0200 made "query" type systes a bit more sound -- local facts, e.g. the negated conjecture, may make invalid the infinity check, e.g. if we are proving that there exists two values of an infinite type, we can use the negated conjecture that there is only one value to derive unsound proofs unless the type is properly encoded
blanchet [Wed, 08 Jun 2011 16:20:18 +0200] rev 43293
made "query" type systes a bit more sound -- local facts, e.g. the negated conjecture, may make invalid the infinity check, e.g. if we are proving that there exists two values of an infinite type, we can use the negated conjecture that there is only one value to derive unsound proofs unless the type is properly encoded
Wed, 08 Jun 2011 16:20:18 +0200 don't launch the automatic minimizer for zero facts
blanchet [Wed, 08 Jun 2011 16:20:18 +0200] rev 43292
don't launch the automatic minimizer for zero facts
Wed, 08 Jun 2011 16:20:18 +0200 don't generate unsound proof error for missing proofs
blanchet [Wed, 08 Jun 2011 16:20:18 +0200] rev 43291
don't generate unsound proof error for missing proofs
Wed, 08 Jun 2011 16:20:18 +0200 renamed option to avoid talking about seconds, since this is now the default Isabelle unit
blanchet [Wed, 08 Jun 2011 16:20:18 +0200] rev 43290
renamed option to avoid talking about seconds, since this is now the default Isabelle unit
Wed, 08 Jun 2011 16:20:18 +0200 fixed format selection logic for Waldmeister
blanchet [Wed, 08 Jun 2011 16:20:18 +0200] rev 43289
fixed format selection logic for Waldmeister
Wed, 08 Jun 2011 16:20:18 +0200 better default type system for Waldmeister, with fewer predicates (for types or type classes)
blanchet [Wed, 08 Jun 2011 16:20:18 +0200] rev 43288
better default type system for Waldmeister, with fewer predicates (for types or type classes)
Wed, 08 Jun 2011 22:06:05 +0200 simplified directory structure;
wenzelm [Wed, 08 Jun 2011 22:06:05 +0200] rev 43287
simplified directory structure; recovered README.html;
Wed, 08 Jun 2011 21:40:54 +0200 simplified directory structure;
wenzelm [Wed, 08 Jun 2011 21:40:54 +0200] rev 43286
simplified directory structure;
Wed, 08 Jun 2011 21:29:49 +0200 further jedit build option;
wenzelm [Wed, 08 Jun 2011 21:29:49 +0200] rev 43285
further jedit build option; misc tuning;
Wed, 08 Jun 2011 20:58:51 +0200 build jedit as part of regular startup script (in that case depending on jedit_build component);
wenzelm [Wed, 08 Jun 2011 20:58:51 +0200] rev 43284
build jedit as part of regular startup script (in that case depending on jedit_build component); misc tuning and simplification;
Wed, 08 Jun 2011 17:49:01 +0200 updated headers;
wenzelm [Wed, 08 Jun 2011 17:49:01 +0200] rev 43283
updated headers;
Wed, 08 Jun 2011 17:42:07 +0200 moved sources -- eliminated Netbeans artifact of jedit package directory;
wenzelm [Wed, 08 Jun 2011 17:42:07 +0200] rev 43282
moved sources -- eliminated Netbeans artifact of jedit package directory;
Wed, 08 Jun 2011 17:32:31 +0200 removed obsolete Netbeans project setup;
wenzelm [Wed, 08 Jun 2011 17:32:31 +0200] rev 43281
removed obsolete Netbeans project setup;
Wed, 08 Jun 2011 17:11:00 +0200 support fresh build of jars;
wenzelm [Wed, 08 Jun 2011 17:11:00 +0200] rev 43280
support fresh build of jars; prefer pushd/popd, to avoid unclarity about fail/exit within sub-shell;
Wed, 08 Jun 2011 16:19:22 +0200 more jvmpath wrapping for Cygwin;
wenzelm [Wed, 08 Jun 2011 16:19:22 +0200] rev 43279
more jvmpath wrapping for Cygwin;
Wed, 08 Jun 2011 15:56:57 +0200 more robust exception pattern General.Subscript;
wenzelm [Wed, 08 Jun 2011 15:56:57 +0200] rev 43278
more robust exception pattern General.Subscript;
Wed, 08 Jun 2011 15:39:55 +0200 pervasive Output operations;
wenzelm [Wed, 08 Jun 2011 15:39:55 +0200] rev 43277
pervasive Output operations;
Wed, 08 Jun 2011 15:25:44 +0200 modernized Proof_Context;
wenzelm [Wed, 08 Jun 2011 15:25:44 +0200] rev 43276
modernized Proof_Context;
Wed, 08 Jun 2011 14:44:54 +0200 standardized header;
wenzelm [Wed, 08 Jun 2011 14:44:54 +0200] rev 43275
standardized header;
Wed, 08 Jun 2011 13:45:01 +0200 merged
boehmes [Wed, 08 Jun 2011 13:45:01 +0200] rev 43274
merged
Wed, 08 Jun 2011 13:43:15 +0200 updated SMT certificates
boehmes [Wed, 08 Jun 2011 13:43:15 +0200] rev 43273
updated SMT certificates
Wed, 08 Jun 2011 11:59:45 +0200 only collect substituions neither seen before nor derived in the same refinement step
boehmes [Wed, 08 Jun 2011 11:59:45 +0200] rev 43272
only collect substituions neither seen before nor derived in the same refinement step
Wed, 08 Jun 2011 12:13:37 +0200 updated imports (cf. 93b1183e43e5);
wenzelm [Wed, 08 Jun 2011 12:13:37 +0200] rev 43271
updated imports (cf. 93b1183e43e5);
Wed, 08 Jun 2011 10:24:07 +0200 merged
wenzelm [Wed, 08 Jun 2011 10:24:07 +0200] rev 43270
merged
Wed, 08 Jun 2011 08:47:43 +0200 new Metis version
blanchet [Wed, 08 Jun 2011 08:47:43 +0200] rev 43269
new Metis version
Wed, 08 Jun 2011 08:47:43 +0200 removed yet another hack in "make_metis" script -- respect opacity of "Metis_Name.name"
blanchet [Wed, 08 Jun 2011 08:47:43 +0200] rev 43268
removed yet another hack in "make_metis" script -- respect opacity of "Metis_Name.name"
Wed, 08 Jun 2011 08:47:43 +0200 exploit new semantics of "max_new_instances"
blanchet [Wed, 08 Jun 2011 08:47:43 +0200] rev 43267
exploit new semantics of "max_new_instances"
Wed, 08 Jun 2011 08:47:43 +0200 minor optimization
blanchet [Wed, 08 Jun 2011 08:47:43 +0200] rev 43266
minor optimization
Wed, 08 Jun 2011 08:47:43 +0200 don't needlessly extensionalize
blanchet [Wed, 08 Jun 2011 08:47:43 +0200] rev 43265
don't needlessly extensionalize
Wed, 08 Jun 2011 08:47:43 +0200 don't needlessly presimplify -- makes ATP problem preparation much faster
blanchet [Wed, 08 Jun 2011 08:47:43 +0200] rev 43264
don't needlessly presimplify -- makes ATP problem preparation much faster
Wed, 08 Jun 2011 08:47:43 +0200 tuned
blanchet [Wed, 08 Jun 2011 08:47:43 +0200] rev 43263
tuned
Wed, 08 Jun 2011 08:47:43 +0200 removed experimental code submitted by mistake
blanchet [Wed, 08 Jun 2011 08:47:43 +0200] rev 43262
removed experimental code submitted by mistake
Wed, 08 Jun 2011 08:47:43 +0200 make sure that the message tail (timing + TPTP important message) is preserved upon automatic minimization
blanchet [Wed, 08 Jun 2011 08:47:43 +0200] rev 43261
make sure that the message tail (timing + TPTP important message) is preserved upon automatic minimization
Wed, 08 Jun 2011 08:47:43 +0200 removed removed option from documentation
blanchet [Wed, 08 Jun 2011 08:47:43 +0200] rev 43260
removed removed option from documentation
Wed, 08 Jun 2011 08:47:43 +0200 killed "explicit_apply" option in Sledgehammer -- the "smart" default is about as lightweight as "false" and just as complete as "true"
blanchet [Wed, 08 Jun 2011 08:47:43 +0200] rev 43259
killed "explicit_apply" option in Sledgehammer -- the "smart" default is about as lightweight as "false" and just as complete as "true"
Wed, 08 Jun 2011 08:47:43 +0200 slightly faster/cleaner accumulation of polymorphic consts
blanchet [Wed, 08 Jun 2011 08:47:43 +0200] rev 43258
slightly faster/cleaner accumulation of polymorphic consts
Wed, 08 Jun 2011 00:01:20 +0200 eliminated unnecessary tail-recursion and funny use of records as 'named arguments' for functions
krauss [Wed, 08 Jun 2011 00:01:20 +0200] rev 43257
eliminated unnecessary tail-recursion and funny use of records as 'named arguments' for functions
Wed, 08 Jun 2011 00:01:20 +0200 more conventional variable naming
krauss [Wed, 08 Jun 2011 00:01:20 +0200] rev 43256
more conventional variable naming
Wed, 08 Jun 2011 00:01:20 +0200 dropped outdated/speculative historical comments;
krauss [Wed, 08 Jun 2011 00:01:20 +0200] rev 43255
dropped outdated/speculative historical comments; adapted to isabelle commenting style; tuned
Wed, 08 Jun 2011 00:01:20 +0200 less redundant tags
krauss [Wed, 08 Jun 2011 00:01:20 +0200] rev 43254
less redundant tags
Wed, 08 Jun 2011 00:01:20 +0200 removed generation of instantiated pattern set, which is never actually used
krauss [Wed, 08 Jun 2011 00:01:20 +0200] rev 43253
removed generation of instantiated pattern set, which is never actually used
Wed, 08 Jun 2011 00:01:20 +0200 more precise type for obscure "prfx" field
krauss [Wed, 08 Jun 2011 00:01:20 +0200] rev 43252
more precise type for obscure "prfx" field
Tue, 07 Jun 2011 21:37:40 +0200 clarified (and slightly modified) the semantics of max_new_instances
boehmes [Tue, 07 Jun 2011 21:37:40 +0200] rev 43251
clarified (and slightly modified) the semantics of max_new_instances
Tue, 07 Jun 2011 19:22:52 +0200 use null_heap instead of %_. 0 to avoid printing problems
kleing [Tue, 07 Jun 2011 19:22:52 +0200] rev 43250
use null_heap instead of %_. 0 to avoid printing problems
Tue, 07 Jun 2011 14:38:42 +0200 prioritize more relevant facts for monomorphization
blanchet [Tue, 07 Jun 2011 14:38:42 +0200] rev 43249
prioritize more relevant facts for monomorphization
Tue, 07 Jun 2011 14:17:35 +0200 more suitable implementation of "schematic_consts_of" for monomorphizer, for ATPs
blanchet [Tue, 07 Jun 2011 14:17:35 +0200] rev 43248
more suitable implementation of "schematic_consts_of" for monomorphizer, for ATPs
Tue, 07 Jun 2011 14:17:35 +0200 workaround current "max_new_instances" semantics
blanchet [Tue, 07 Jun 2011 14:17:35 +0200] rev 43247
workaround current "max_new_instances" semantics
Tue, 07 Jun 2011 14:17:35 +0200 fixed missing proof handling
blanchet [Tue, 07 Jun 2011 14:17:35 +0200] rev 43246
fixed missing proof handling
Tue, 07 Jun 2011 14:17:35 +0200 optimized the relevance filter a little bit
blanchet [Tue, 07 Jun 2011 14:17:35 +0200] rev 43245
optimized the relevance filter a little bit
Tue, 07 Jun 2011 14:06:12 +0200 printing environment in mutabelle's log
bulwahn [Tue, 07 Jun 2011 14:06:12 +0200] rev 43244
printing environment in mutabelle's log
Tue, 07 Jun 2011 11:24:54 +0200 merged
bulwahn [Tue, 07 Jun 2011 11:24:54 +0200] rev 43243
merged
Tue, 07 Jun 2011 11:24:16 +0200 merged; manually merged IsaMakefile
bulwahn [Tue, 07 Jun 2011 11:24:16 +0200] rev 43242
merged; manually merged IsaMakefile
Tue, 07 Jun 2011 11:12:05 +0200 splitting Cset into Cset and List_Cset
bulwahn [Tue, 07 Jun 2011 11:12:05 +0200] rev 43241
splitting Cset into Cset and List_Cset
Tue, 07 Jun 2011 11:11:01 +0200 adding finitize_functions and processing of equivalences in existential compilation in quickcheck_narrowing
bulwahn [Tue, 07 Jun 2011 11:11:01 +0200] rev 43240
adding finitize_functions and processing of equivalences in existential compilation in quickcheck_narrowing
Tue, 07 Jun 2011 11:10:58 +0200 adding examples with existentials
bulwahn [Tue, 07 Jun 2011 11:10:58 +0200] rev 43239
adding examples with existentials
Tue, 07 Jun 2011 11:10:57 +0200 renaming the formalisation of the birthday problem to a proper English name
bulwahn [Tue, 07 Jun 2011 11:10:57 +0200] rev 43238
renaming the formalisation of the birthday problem to a proper English name
Tue, 07 Jun 2011 11:10:42 +0200 adding compilation that allows existentials in Quickcheck_Narrowing
bulwahn [Tue, 07 Jun 2011 11:10:42 +0200] rev 43237
adding compilation that allows existentials in Quickcheck_Narrowing
Tue, 07 Jun 2011 11:13:52 +0200 move away from old SMT monomorphizer
blanchet [Tue, 07 Jun 2011 11:13:52 +0200] rev 43236
move away from old SMT monomorphizer
Tue, 07 Jun 2011 11:12:52 +0200 tuning
blanchet [Tue, 07 Jun 2011 11:12:52 +0200] rev 43235
tuning
Tue, 07 Jun 2011 11:05:09 +0200 merged
blanchet [Tue, 07 Jun 2011 11:05:09 +0200] rev 43234
merged
Tue, 07 Jun 2011 11:04:17 +0200 use the proper prover name, e.g. metis_full_types, not metis (full_types), for minimizing
blanchet [Tue, 07 Jun 2011 11:04:17 +0200] rev 43233
use the proper prover name, e.g. metis_full_types, not metis (full_types), for minimizing
Tue, 07 Jun 2011 10:46:09 +0200 removed "verbose" option -- there won't be any verbosity in there, according to Sascha (yeah)
blanchet [Tue, 07 Jun 2011 10:46:09 +0200] rev 43232
removed "verbose" option -- there won't be any verbosity in there, according to Sascha (yeah)
Tue, 07 Jun 2011 10:43:18 +0200 nicely thread monomorphism verbosity in Metis and Sledgehammer
blanchet [Tue, 07 Jun 2011 10:43:18 +0200] rev 43231
nicely thread monomorphism verbosity in Metis and Sledgehammer
Tue, 07 Jun 2011 10:24:16 +0200 clarified meaning of monomorphization configuration option by renaming it
boehmes [Tue, 07 Jun 2011 10:24:16 +0200] rev 43230
clarified meaning of monomorphization configuration option by renaming it
Tue, 07 Jun 2011 08:58:23 +0200 documentation tweaks
blanchet [Tue, 07 Jun 2011 08:58:23 +0200] rev 43229
documentation tweaks
Tue, 07 Jun 2011 08:52:35 +0200 obsoleted "metisFT", and added "no_types" version of Metis as fallback to Sledgehammer after noticing how useful it can be
blanchet [Tue, 07 Jun 2011 08:52:35 +0200] rev 43228
obsoleted "metisFT", and added "no_types" version of Metis as fallback to Sledgehammer after noticing how useful it can be
Tue, 07 Jun 2011 07:57:24 +0200 fixed typo in legacy feature message
blanchet [Tue, 07 Jun 2011 07:57:24 +0200] rev 43227
fixed typo in legacy feature message
Tue, 07 Jun 2011 07:45:12 +0200 use new monomorphization code
blanchet [Tue, 07 Jun 2011 07:45:12 +0200] rev 43226
use new monomorphization code
Tue, 07 Jun 2011 07:44:54 +0200 added (currently unused) verbose configuration option
blanchet [Tue, 07 Jun 2011 07:44:54 +0200] rev 43225
added (currently unused) verbose configuration option
Tue, 07 Jun 2011 07:06:24 +0200 renamed ML function
blanchet [Tue, 07 Jun 2011 07:06:24 +0200] rev 43224
renamed ML function
Tue, 07 Jun 2011 07:04:53 +0200 renamed example theory to "ATP_Export", for consistency with its underlying "ATP_" modules
blanchet [Tue, 07 Jun 2011 07:04:53 +0200] rev 43223
renamed example theory to "ATP_Export", for consistency with its underlying "ATP_" modules
Tue, 07 Jun 2011 06:58:52 +0200 pass props not thms to ATP translator
blanchet [Tue, 07 Jun 2011 06:58:52 +0200] rev 43222
pass props not thms to ATP translator
Mon, 06 Jun 2011 23:46:02 +0200 slighly more reasonable Vampire slices (until new monomorphizer is used)
blanchet [Mon, 06 Jun 2011 23:46:02 +0200] rev 43221
slighly more reasonable Vampire slices (until new monomorphizer is used)
Mon, 06 Jun 2011 23:43:28 +0200 removed confusing slicing logic
blanchet [Mon, 06 Jun 2011 23:43:28 +0200] rev 43220
removed confusing slicing logic
Mon, 06 Jun 2011 23:26:40 +0200 suggest first reconstructor that timed out, not last (i.e. metis not metisFT in most cases)
blanchet [Mon, 06 Jun 2011 23:26:40 +0200] rev 43219
suggest first reconstructor that timed out, not last (i.e. metis not metisFT in most cases)
Mon, 06 Jun 2011 23:11:14 +0200 effectively reenable slices for SPASS and Vampire -- they were disabled by mistake
blanchet [Mon, 06 Jun 2011 23:11:14 +0200] rev 43218
effectively reenable slices for SPASS and Vampire -- they were disabled by mistake
Mon, 06 Jun 2011 22:03:58 +0200 minor: curly brackets, not square brackets
blanchet [Mon, 06 Jun 2011 22:03:58 +0200] rev 43217
minor: curly brackets, not square brackets
Mon, 06 Jun 2011 21:58:29 +0200 document metis better in Sledgehammer docs
blanchet [Mon, 06 Jun 2011 21:58:29 +0200] rev 43216
document metis better in Sledgehammer docs
Mon, 06 Jun 2011 21:02:24 +0200 updated Sledgehammer message
blanchet [Mon, 06 Jun 2011 21:02:24 +0200] rev 43215
updated Sledgehammer message
Mon, 06 Jun 2011 20:56:06 +0200 removed old optimization that isn't one anyone
blanchet [Mon, 06 Jun 2011 20:56:06 +0200] rev 43214
removed old optimization that isn't one anyone
Mon, 06 Jun 2011 20:56:06 +0200 generate less type information in polymorphic case
blanchet [Mon, 06 Jun 2011 20:56:06 +0200] rev 43213
generate less type information in polymorphic case
Mon, 06 Jun 2011 20:56:06 +0200 Metis code cleanup
blanchet [Mon, 06 Jun 2011 20:56:06 +0200] rev 43212
Metis code cleanup
Mon, 06 Jun 2011 20:36:36 +0200 enable new Metis
blanchet [Mon, 06 Jun 2011 20:36:36 +0200] rev 43211
enable new Metis
Mon, 06 Jun 2011 20:36:35 +0200 made "explicit_apply"'s smart mode (more) complete
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43210
made "explicit_apply"'s smart mode (more) complete
Mon, 06 Jun 2011 20:36:35 +0200 fall back in case path finder fails -- these errors are sometimes salvageable
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43209
fall back in case path finder fails -- these errors are sometimes salvageable
Mon, 06 Jun 2011 20:36:35 +0200 compile
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43208
compile
Mon, 06 Jun 2011 20:36:35 +0200 change var name as a workaround for rare issue in Metis's reconstruction code -- namely, "find_var" fails because "X = X" is wrongly mirrorred as "A = A"
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43207
change var name as a workaround for rare issue in Metis's reconstruction code -- namely, "find_var" fails because "X = X" is wrongly mirrorred as "A = A"
Mon, 06 Jun 2011 20:36:35 +0200 marked "metisF" as legacy -- nobody uses it or needs it
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43206
marked "metisF" as legacy -- nobody uses it or needs it
Mon, 06 Jun 2011 20:36:35 +0200 more preparations towards hijacking Metis
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43205
more preparations towards hijacking Metis
Mon, 06 Jun 2011 20:36:35 +0200 remove more occurrences of "metisX", preparing for the D Day when it will silently hijack "metis" and "metisFT"
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43204
remove more occurrences of "metisX", preparing for the D Day when it will silently hijack "metis" and "metisFT"
Mon, 06 Jun 2011 20:36:35 +0200 don't mention "metisX" so much in the docs -- it will go away soon
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43203
don't mention "metisX" so much in the docs -- it will go away soon
Mon, 06 Jun 2011 20:36:35 +0200 reintroduced metisFT in example
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43202
reintroduced metisFT in example
Mon, 06 Jun 2011 20:36:35 +0200 make "smart" mode of "explicit_apply" smarter, by also detecting the other kind of higher-order quantification, namely "bool"s
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43201
make "smart" mode of "explicit_apply" smarter, by also detecting the other kind of higher-order quantification, namely "bool"s
Mon, 06 Jun 2011 20:36:35 +0200 imported patch metis_reconstr_give_type_infer_a_chance
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43200
imported patch metis_reconstr_give_type_infer_a_chance
Mon, 06 Jun 2011 20:36:35 +0200 make "metisX"'s default more like old "metis"
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43199
make "metisX"'s default more like old "metis"
Mon, 06 Jun 2011 20:36:35 +0200 whitespace tuning
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43198
whitespace tuning
Mon, 06 Jun 2011 20:36:35 +0200 tuned Metis examples
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43197
tuned Metis examples
Mon, 06 Jun 2011 20:36:35 +0200 more through tests of new Metis
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43196
more through tests of new Metis
Mon, 06 Jun 2011 20:36:35 +0200 improved correctness of handling of higher-order occurrences of "Not" in new Metis (and probably in old Metis)
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43195
improved correctness of handling of higher-order occurrences of "Not" in new Metis (and probably in old Metis)
Mon, 06 Jun 2011 20:36:35 +0200 fixed type helper indices in new Metis
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43194
fixed type helper indices in new Metis
Mon, 06 Jun 2011 20:36:35 +0200 improved ATP clausifier so it can deal with "x => (y <=> z)"
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43193
improved ATP clausifier so it can deal with "x => (y <=> z)"
Mon, 06 Jun 2011 20:36:35 +0200 avoid renumbering hypotheses
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43192
avoid renumbering hypotheses
Mon, 06 Jun 2011 20:36:35 +0200 fixed reconstruction of new Skolem constants in new Metis
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43191
fixed reconstruction of new Skolem constants in new Metis
Mon, 06 Jun 2011 20:36:35 +0200 don't translate new Skolemizer assumptions in new Metis
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43190
don't translate new Skolemizer assumptions in new Metis
Mon, 06 Jun 2011 20:36:35 +0200 tuning
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43189
tuning
Mon, 06 Jun 2011 20:36:35 +0200 fixed detection of Skolem constants in type construction detection code
blanchet [Mon, 06 Jun 2011 20:36:35 +0200] rev 43188
fixed detection of Skolem constants in type construction detection code
(0) -30000 -10000 -3000 -1000 -128 +128 +1000 +3000 +10000 +30000 tip