Wed, 23 May 2012 13:37:26 +0200 doc updates
blanchet [Wed, 23 May 2012 13:37:26 +0200] rev 47963
doc updates
Wed, 23 May 2012 13:28:20 +0200 lower the monomorphization thresholds for less scalable provers
blanchet [Wed, 23 May 2012 13:28:20 +0200] rev 47962
lower the monomorphization thresholds for less scalable provers
Wed, 23 May 2012 14:17:32 +0200 more explicit proof;
wenzelm [Wed, 23 May 2012 14:17:32 +0200] rev 47961
more explicit proof; misc tuning;
Wed, 23 May 2012 13:33:35 +0200 tuned proof;
wenzelm [Wed, 23 May 2012 13:33:35 +0200] rev 47960
tuned proof;
Wed, 23 May 2012 13:32:29 +0200 prefer symbolic "contrib" -- mira should have a symlink to physical contrib_devel;
wenzelm [Wed, 23 May 2012 13:32:29 +0200] rev 47959
prefer symbolic "contrib" -- mira should have a symlink to physical contrib_devel;
Wed, 23 May 2012 12:02:27 +0200 merged, abandoning change of src/HOL/Tools/ATP/atp_problem_generate.ML from 6ea205a4d7fd;
wenzelm [Wed, 23 May 2012 12:02:27 +0200] rev 47958
merged, abandoning change of src/HOL/Tools/ATP/atp_problem_generate.ML from 6ea205a4d7fd;
Tue, 22 May 2012 16:59:27 +0200 compile
blanchet [Tue, 22 May 2012 16:59:27 +0200] rev 47957
compile
Tue, 22 May 2012 16:59:27 +0200 don't apply "ext_cong_neq" to biimplications
blanchet [Tue, 22 May 2012 16:59:27 +0200] rev 47956
don't apply "ext_cong_neq" to biimplications
Tue, 22 May 2012 16:59:27 +0200 added one slice with configurable simplification turned off
blanchet [Tue, 22 May 2012 16:59:27 +0200] rev 47955
added one slice with configurable simplification turned off
Tue, 22 May 2012 16:59:27 +0200 make higher-order goals more first-order via extensionality
blanchet [Tue, 22 May 2012 16:59:27 +0200] rev 47954
make higher-order goals more first-order via extensionality
Tue, 22 May 2012 16:59:27 +0200 added "ext_cong_neq" lemma (not used yet); tuning
blanchet [Tue, 22 May 2012 16:59:27 +0200] rev 47953
added "ext_cong_neq" lemma (not used yet); tuning
Mon, 21 May 2012 16:37:28 +0200 use quot_del instead of ML code in Rat.thy
kuncar [Mon, 21 May 2012 16:37:28 +0200] rev 47952
use quot_del instead of ML code in Rat.thy
Mon, 21 May 2012 16:36:48 +0200 quot_del attribute, it allows us to deregister quotient types
kuncar [Mon, 21 May 2012 16:36:48 +0200] rev 47951
quot_del attribute, it allows us to deregister quotient types
Mon, 21 May 2012 11:31:52 +0200 invite users to upgrade their SPASS (so we can get rid of old code)
blanchet [Mon, 21 May 2012 11:31:52 +0200] rev 47950
invite users to upgrade their SPASS (so we can get rid of old code)
Mon, 21 May 2012 11:31:52 +0200 start phasing out old SPASS
blanchet [Mon, 21 May 2012 11:31:52 +0200] rev 47949
start phasing out old SPASS
Mon, 21 May 2012 11:31:52 +0200 minor tweak in Vampire setup
blanchet [Mon, 21 May 2012 11:31:52 +0200] rev 47948
minor tweak in Vampire setup
Mon, 21 May 2012 11:31:52 +0200 include "ext" in all Satallax proofs
blanchet [Mon, 21 May 2012 11:31:52 +0200] rev 47947
include "ext" in all Satallax proofs
Mon, 21 May 2012 10:39:32 +0200 add an experimental "aggressive" mode to Sledgehammer, to experiment with more complete translations of higher-order features without breaking "metis"
blanchet [Mon, 21 May 2012 10:39:32 +0200] rev 47946
add an experimental "aggressive" mode to Sledgehammer, to experiment with more complete translations of higher-order features without breaking "metis"
Mon, 21 May 2012 10:39:31 +0200 tuning
blanchet [Mon, 21 May 2012 10:39:31 +0200] rev 47945
tuning
Mon, 21 May 2012 10:39:31 +0200 added helper -- cf. SET616^5
blanchet [Mon, 21 May 2012 10:39:31 +0200] rev 47944
added helper -- cf. SET616^5
Fri, 18 May 2012 17:36:20 +0200 note Quotient theorem for typedefs in setup_lifting
kuncar [Fri, 18 May 2012 17:36:20 +0200] rev 47943
note Quotient theorem for typedefs in setup_lifting
Fri, 18 May 2012 16:43:38 +0200 added a timeout to "try0" in Mirabelle
blanchet [Fri, 18 May 2012 16:43:38 +0200] rev 47942
added a timeout to "try0" in Mirabelle
Fri, 18 May 2012 15:08:08 +0200 don't generate code in Word because it breaks the current code setup
kuncar [Fri, 18 May 2012 15:08:08 +0200] rev 47941
don't generate code in Word because it breaks the current code setup
Thu, 17 May 2012 13:36:23 +0200 robustly parse Z3 4.0's output (with outcome appearing on first rather than last line)
blanchet [Thu, 17 May 2012 13:36:23 +0200] rev 47940
robustly parse Z3 4.0's output (with outcome appearing on first rather than last line)
Thu, 17 May 2012 13:36:23 +0200 added "Collect_cong" to cover extensionality of "Collect" (special cases of "ext" pass through the relevant filter)
blanchet [Thu, 17 May 2012 13:36:23 +0200] rev 47939
added "Collect_cong" to cover extensionality of "Collect" (special cases of "ext" pass through the relevant filter)
Wed, 16 May 2012 19:20:19 +0200 remove the generation of a code certificate from the Quotient package (mainly from quotient_def), because it's in lift_definition now
kuncar [Wed, 16 May 2012 19:20:19 +0200] rev 47938
remove the generation of a code certificate from the Quotient package (mainly from quotient_def), because it's in lift_definition now
Wed, 16 May 2012 19:17:20 +0200 generate abs_eq, use it as a code equation for total quotients; no_abs_code renamed to no_code; added no_code for quotient_type command
kuncar [Wed, 16 May 2012 19:17:20 +0200] rev 47937
generate abs_eq, use it as a code equation for total quotients; no_abs_code renamed to no_code; added no_code for quotient_type command
Wed, 16 May 2012 19:15:45 +0200 infrastructure that makes possible to prove that a relation is reflexive
kuncar [Wed, 16 May 2012 19:15:45 +0200] rev 47936
infrastructure that makes possible to prove that a relation is reflexive
Wed, 16 May 2012 18:16:51 +0200 temporarily disable "ext" rule helpers until Metis supports them (and until they are properly evaluated)
blanchet [Wed, 16 May 2012 18:16:51 +0200] rev 47935
temporarily disable "ext" rule helpers until Metis supports them (and until they are properly evaluated)
Wed, 16 May 2012 18:16:51 +0200 lower skolem penalty to ensure that some useful facts with existentials, e.g. congruence of "setsum", eventually get picked up
blanchet [Wed, 16 May 2012 18:16:51 +0200] rev 47934
lower skolem penalty to ensure that some useful facts with existentials, e.g. congruence of "setsum", eventually get picked up
Wed, 16 May 2012 18:16:51 +0200 treat sets specially in relevance filter, as they used to, to avoid cluttering the problem with facts about Set.member and Collect
blanchet [Wed, 16 May 2012 18:16:51 +0200] rev 47933
treat sets specially in relevance filter, as they used to, to avoid cluttering the problem with facts about Set.member and Collect
Wed, 16 May 2012 18:16:51 +0200 get ready for automatic generation of extensionality helpers
blanchet [Wed, 16 May 2012 18:16:51 +0200] rev 47932
get ready for automatic generation of extensionality helpers
Wed, 16 May 2012 18:16:51 +0200 minor slice tweaking (swapped two slices to move polymorphic encoding up a bit)
blanchet [Wed, 16 May 2012 18:16:51 +0200] rev 47931
minor slice tweaking (swapped two slices to move polymorphic encoding up a bit)
Wed, 16 May 2012 18:16:51 +0200 more helpful error message
blanchet [Wed, 16 May 2012 18:16:51 +0200] rev 47930
more helpful error message
Tue, 15 May 2012 12:07:16 +0200 transfer rules for many more list constants
huffman [Tue, 15 May 2012 12:07:16 +0200] rev 47929
transfer rules for many more list constants
Tue, 15 May 2012 13:06:15 +0200 made SML/NJ happy
blanchet [Tue, 15 May 2012 13:06:15 +0200] rev 47928
made SML/NJ happy
Tue, 15 May 2012 13:06:15 +0200 repair the Waldmeister endgame only for Waldmeister proofs
blanchet [Tue, 15 May 2012 13:06:15 +0200] rev 47927
repair the Waldmeister endgame only for Waldmeister proofs
Tue, 15 May 2012 13:06:15 +0200 fixed Waldmeister commutativity hack
blanchet [Tue, 15 May 2012 13:06:15 +0200] rev 47926
fixed Waldmeister commutativity hack
Tue, 15 May 2012 13:06:15 +0200 imported patch atp_tuning
blanchet [Tue, 15 May 2012 13:06:15 +0200] rev 47925
imported patch atp_tuning
Tue, 15 May 2012 11:50:34 +0200 add transfer rules for nat_rec and funpow
huffman [Tue, 15 May 2012 11:50:34 +0200] rev 47924
add transfer rules for nat_rec and funpow
Mon, 14 May 2012 17:28:07 +0200 add transfer rule for constant List.lists
huffman [Mon, 14 May 2012 17:28:07 +0200] rev 47923
add transfer rule for constant List.lists
Mon, 14 May 2012 17:09:11 +0200 add transfer rule for set_rel
huffman [Mon, 14 May 2012 17:09:11 +0200] rev 47922
add transfer rule for set_rel
Mon, 14 May 2012 15:54:26 +0200 ensure the "show" equation is not reoriented by Waldmeister
blanchet [Mon, 14 May 2012 15:54:26 +0200] rev 47921
ensure the "show" equation is not reoriented by Waldmeister
Mon, 14 May 2012 15:54:26 +0200 ensure consistent naming of Waldmeister proof steps, so that they are not cleaned away by "clean_up_atp_proof_dependencies"
blanchet [Mon, 14 May 2012 15:54:26 +0200] rev 47920
ensure consistent naming of Waldmeister proof steps, so that they are not cleaned away by "clean_up_atp_proof_dependencies"
Mon, 14 May 2012 15:54:26 +0200 repaired snag in debug function
blanchet [Mon, 14 May 2012 15:54:26 +0200] rev 47919
repaired snag in debug function
Mon, 14 May 2012 15:54:26 +0200 graceful handling of Waldmeister endgame
blanchet [Mon, 14 May 2012 15:54:26 +0200] rev 47918
graceful handling of Waldmeister endgame
Mon, 14 May 2012 15:54:26 +0200 improve parsing of Waldmeister dependencies (and kill obsolete hack)
blanchet [Mon, 14 May 2012 15:54:26 +0200] rev 47917
improve parsing of Waldmeister dependencies (and kill obsolete hack)
Mon, 14 May 2012 15:54:26 +0200 tuning
blanchet [Mon, 14 May 2012 15:54:26 +0200] rev 47916
tuning
Mon, 14 May 2012 15:54:26 +0200 added debugging function
blanchet [Mon, 14 May 2012 15:54:26 +0200] rev 47915
added debugging function
Sun, 13 May 2012 16:31:01 +0200 LEO-II's "--sos" option confusingly disables rather than enables SOS, and SOS seems to be ignored anyway; also, pass a number of facts that's more appropriate for each prover
blanchet [Sun, 13 May 2012 16:31:01 +0200] rev 47914
LEO-II's "--sos" option confusingly disables rather than enables SOS, and SOS seems to be ignored anyway; also, pass a number of facts that's more appropriate for each prover
Sun, 13 May 2012 16:31:01 +0200 eta-reduce definition-like equations for THF provers; Satallax in particular seems to love that
blanchet [Sun, 13 May 2012 16:31:01 +0200] rev 47913
eta-reduce definition-like equations for THF provers; Satallax in particular seems to love that
Sun, 13 May 2012 16:31:01 +0200 get rid of "conj_sym_kind" -- most interesting provers now have built-in sorts, and for the others (e.g. E) "Hypothesis" isn't too bad a default
blanchet [Sun, 13 May 2012 16:31:01 +0200] rev 47912
get rid of "conj_sym_kind" -- most interesting provers now have built-in sorts, and for the others (e.g. E) "Hypothesis" isn't too bad a default
Sun, 13 May 2012 16:31:01 +0200 extend ATP data structure to avoid having to perform ((non-)capture avoiding) beta reduction -- fixes a bug in the THF translation of "is_measure.simps"
blanchet [Sun, 13 May 2012 16:31:01 +0200] rev 47911
extend ATP data structure to avoid having to perform ((non-)capture avoiding) beta reduction -- fixes a bug in the THF translation of "is_measure.simps"
Fri, 11 May 2012 01:02:36 +0200 reintroduced example now that it's no longer broken
blanchet [Fri, 11 May 2012 01:02:36 +0200] rev 47910
reintroduced example now that it's no longer broken
Fri, 11 May 2012 00:45:24 +0200 fixed "real" after they were redefined as a 'quotient_type'
blanchet [Fri, 11 May 2012 00:45:24 +0200] rev 47909
fixed "real" after they were redefined as a 'quotient_type'
Thu, 10 May 2012 22:00:24 +0200 temporarily comment out broken nitpick example;
huffman [Thu, 10 May 2012 22:00:24 +0200] rev 47908
temporarily comment out broken nitpick example; adapt to new definition of type rat
Thu, 10 May 2012 21:02:36 +0200 simplify instance proofs for rat
huffman [Thu, 10 May 2012 21:02:36 +0200] rev 47907
simplify instance proofs for rat
Thu, 10 May 2012 21:18:41 +0200 convert Rat.thy to use lift_definition/transfer
huffman [Thu, 10 May 2012 21:18:41 +0200] rev 47906
convert Rat.thy to use lift_definition/transfer
Thu, 10 May 2012 16:56:23 +0200 cleaner handling of bi-implication for THF output of first-order type encodings
blanchet [Thu, 10 May 2012 16:56:23 +0200] rev 47905
cleaner handling of bi-implication for THF output of first-order type encodings
Thu, 10 May 2012 16:56:23 +0200 distinguish between instantiated and uninstantiated inductions -- the latter are OK for first-order provers
blanchet [Thu, 10 May 2012 16:56:23 +0200] rev 47904
distinguish between instantiated and uninstantiated inductions -- the latter are OK for first-order provers
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip