Mon, 31 Jan 2022 16:09:23 +0100 document new option 'max_proofs'
blanchet [Mon, 31 Jan 2022 16:09:23 +0100] rev 75030
document new option 'max_proofs'
Mon, 31 Jan 2022 16:09:23 +0100 crude implementation of centralized slicing
blanchet [Mon, 31 Jan 2022 16:09:23 +0100] rev 75029
crude implementation of centralized slicing
Mon, 31 Jan 2022 16:09:23 +0100 removed obscure E option
blanchet [Mon, 31 Jan 2022 16:09:23 +0100] rev 75028
removed obscure E option
Mon, 31 Jan 2022 16:09:23 +0100 take 'induction_rules' into consideration, as well as 'max_facts' even when 'only' is set
blanchet [Mon, 31 Jan 2022 16:09:23 +0100] rev 75027
take 'induction_rules' into consideration, as well as 'max_facts' even when 'only' is set
Mon, 31 Jan 2022 16:09:23 +0100 rationalize slicing format
blanchet [Mon, 31 Jan 2022 16:09:23 +0100] rev 75026
rationalize slicing format
Mon, 31 Jan 2022 16:09:23 +0100 thread slices through
blanchet [Mon, 31 Jan 2022 16:09:23 +0100] rev 75025
thread slices through
Mon, 31 Jan 2022 16:09:23 +0100 simplified 'best_slice' data structure and made minor changes to slices
blanchet [Mon, 31 Jan 2022 16:09:23 +0100] rev 75024
simplified 'best_slice' data structure and made minor changes to slices
Mon, 31 Jan 2022 16:09:23 +0100 changed logic of 'slice' option to 'slices'
blanchet [Mon, 31 Jan 2022 16:09:23 +0100] rev 75023
changed logic of 'slice' option to 'slices'
Mon, 31 Jan 2022 16:09:23 +0100 updated documentation of 'slice' (now 'slices') option
blanchet [Mon, 31 Jan 2022 16:09:23 +0100] rev 75022
updated documentation of 'slice' (now 'slices') option
Mon, 31 Jan 2022 16:09:23 +0100 revised Sledgehammer documentation
blanchet [Mon, 31 Jan 2022 16:09:23 +0100] rev 75021
revised Sledgehammer documentation
Mon, 31 Jan 2022 16:09:23 +0100 rationalized output for forthcoming slicing model
blanchet [Mon, 31 Jan 2022 16:09:23 +0100] rev 75020
rationalized output for forthcoming slicing model
Mon, 31 Jan 2022 16:09:23 +0100 use same default for FO and HO provers w.r.t. induction principles, based on evaluation -- this also simplifies the code
blanchet [Mon, 31 Jan 2022 16:09:23 +0100] rev 75019
use same default for FO and HO provers w.r.t. induction principles, based on evaluation -- this also simplifies the code
Mon, 31 Jan 2022 16:09:23 +0100 disable slicing within ATP module (in preparation for refactoring)
blanchet [Mon, 31 Jan 2022 16:09:23 +0100] rev 75018
disable slicing within ATP module (in preparation for refactoring)
Mon, 31 Jan 2022 16:09:23 +0100 disable slicing within SMT (in preparation for factoring it out)
blanchet [Mon, 31 Jan 2022 16:09:23 +0100] rev 75017
disable slicing within SMT (in preparation for factoring it out)
Mon, 31 Jan 2022 16:09:23 +0100 generalized the 'slice' option towards more flexible slicing
blanchet [Mon, 31 Jan 2022 16:09:23 +0100] rev 75016
generalized the 'slice' option towards more flexible slicing
Mon, 31 Jan 2022 10:01:50 +0100 tuned -- fewer warnings;
wenzelm [Mon, 31 Jan 2022 10:01:50 +0100] rev 75015
tuned -- fewer warnings;
Sat, 29 Jan 2022 15:24:05 +0000 Added a tiny proof
paulson <lp15@cam.ac.uk> [Sat, 29 Jan 2022 15:24:05 +0000] rev 75014
Added a tiny proof
Fri, 28 Jan 2022 16:15:28 +0000 Deletion of a duplicate proof
paulson <lp15@cam.ac.uk> [Fri, 28 Jan 2022 16:15:28 +0000] rev 75013
Deletion of a duplicate proof
Thu, 27 Jan 2022 12:25:24 +0000 useful lemma integral_less
paulson <lp15@cam.ac.uk> [Thu, 27 Jan 2022 12:25:24 +0000] rev 75012
useful lemma integral_less
Thu, 27 Jan 2022 08:52:24 +0100 merged
desharna [Thu, 27 Jan 2022 08:52:24 +0100] rev 75011
merged
Wed, 26 Jan 2022 16:49:56 +0100 removed unused parameter following f9908452b282
desharna [Wed, 26 Jan 2022 16:49:56 +0100] rev 75010
removed unused parameter following f9908452b282
Wed, 26 Jan 2022 14:05:36 +0100 treat 'using X by meson' as 'by (meson X)' to avoid loss of polymorphism (cf. metis)
blanchet [Wed, 26 Jan 2022 14:05:36 +0100] rev 75009
treat 'using X by meson' as 'by (meson X)' to avoid loss of polymorphism (cf. metis)
Tue, 25 Jan 2022 14:13:33 +0000 fixed dodgy intro! attributes
paulson <lp15@cam.ac.uk> [Tue, 25 Jan 2022 14:13:33 +0000] rev 75008
fixed dodgy intro! attributes
Tue, 25 Jan 2022 09:57:44 +0100 merged
desharna [Tue, 25 Jan 2022 09:57:44 +0100] rev 75007
merged
Sat, 22 Jan 2022 14:33:35 +0100 optimized facts traversal in TPTP translation
desharna [Sat, 22 Jan 2022 14:33:35 +0100] rev 75006
optimized facts traversal in TPTP translation
Sat, 22 Jan 2022 14:00:36 +0100 optimized app_op_level selection in TPTP generation
desharna [Sat, 22 Jan 2022 14:00:36 +0100] rev 75005
optimized app_op_level selection in TPTP generation
Sat, 22 Jan 2022 12:05:09 +0100 tuned trivial check in mirabelle_sledgehammer
desharna [Sat, 22 Jan 2022 12:05:09 +0100] rev 75004
tuned trivial check in mirabelle_sledgehammer
Sat, 22 Jan 2022 11:46:25 +0100 renamed run_action to run in Mirabelle.action record
desharna [Sat, 22 Jan 2022 11:46:25 +0100] rev 75003
renamed run_action to run in Mirabelle.action record
Sat, 22 Jan 2022 11:33:31 +0100 added spying of fact filtering timing
desharna [Sat, 22 Jan 2022 11:33:31 +0100] rev 75002
added spying of fact filtering timing
Sat, 22 Jan 2022 08:46:37 +0100 tuned mirabelle_sledgehammer output
desharna [Sat, 22 Jan 2022 08:46:37 +0100] rev 75001
tuned mirabelle_sledgehammer output
Fri, 21 Jan 2022 21:10:34 +0100 added spying to Sledgehammer
desharna [Fri, 21 Jan 2022 21:10:34 +0100] rev 75000
added spying to Sledgehammer
Fri, 21 Jan 2022 21:09:55 +0100 proper fact filter for dummy ATPs
desharna [Fri, 21 Jan 2022 21:09:55 +0100] rev 74999
proper fact filter for dummy ATPs
Fri, 21 Jan 2022 16:17:42 +0100 added syping of fact filtering time to sledgehammer
desharna [Fri, 21 Jan 2022 16:17:42 +0100] rev 74998
added syping of fact filtering time to sledgehammer
Fri, 21 Jan 2022 15:38:00 +0100 removed unsynchronized references in mirabelle_sledgehammer
desharna [Fri, 21 Jan 2022 15:38:00 +0100] rev 74997
removed unsynchronized references in mirabelle_sledgehammer
Fri, 21 Jan 2022 15:29:36 +0100 tuned mirabelle_sledgehammer to have a single call to Synchronized.change per run
desharna [Fri, 21 Jan 2022 15:29:36 +0100] rev 74996
tuned mirabelle_sledgehammer to have a single call to Synchronized.change per run
Mon, 24 Jan 2022 21:29:37 +0100 updated to polyml-test-15c840d48c9a; build_history_base_arm
wenzelm [Mon, 24 Jan 2022 21:29:37 +0100] rev 74995
updated to polyml-test-15c840d48c9a;
Sat, 22 Jan 2022 13:00:03 +0100 some updates and clarification on Assumption.export_term;
wenzelm [Sat, 22 Jan 2022 13:00:03 +0100] rev 74994
some updates and clarification on Assumption.export_term;
Fri, 21 Jan 2022 23:49:10 +0000 new theorem has_integral_UN
paulson <lp15@cam.ac.uk> [Fri, 21 Jan 2022 23:49:10 +0000] rev 74993
new theorem has_integral_UN
Fri, 21 Jan 2022 17:39:07 +0100 updated to jdk-17.0.2+8;
wenzelm [Fri, 21 Jan 2022 17:39:07 +0100] rev 74992
updated to jdk-17.0.2+8;
Fri, 21 Jan 2022 12:09:55 +0100 used elapsed time instead of cpu time in Mirabelle because the latter contain cpu time of all threads
desharna [Fri, 21 Jan 2022 12:09:55 +0100] rev 74991
used elapsed time instead of cpu time in Mirabelle because the latter contain cpu time of all threads
Thu, 20 Jan 2022 13:56:51 +0100 NEWS
desharna [Thu, 20 Jan 2022 13:56:51 +0100] rev 74990
NEWS
Thu, 20 Jan 2022 13:55:29 +0100 added Mirabelle option "-y" for dry run
desharna [Thu, 20 Jan 2022 13:55:29 +0100] rev 74989
added Mirabelle option "-y" for dry run
Thu, 20 Jan 2022 13:53:13 +0100 tuned garbage optimization
desharna [Thu, 20 Jan 2022 13:53:13 +0100] rev 74988
tuned garbage optimization
Wed, 19 Jan 2022 10:11:24 +0100 added cpu time (in ms) to Mirabelle run_action output
desharna [Wed, 19 Jan 2022 10:11:24 +0100] rev 74987
added cpu time (in ms) to Mirabelle run_action output
Tue, 18 Jan 2022 17:55:20 +0100 added Mirabelle option -r to randomize the goals before selection
desharna [Tue, 18 Jan 2022 17:55:20 +0100] rev 74986
added Mirabelle option -r to randomize the goals before selection
Mon, 17 Jan 2022 17:04:50 +0000 A new lemma about inverse image
paulson <lp15@cam.ac.uk> [Mon, 17 Jan 2022 17:04:50 +0000] rev 74985
A new lemma about inverse image
Sun, 16 Jan 2022 21:41:16 +0100 proper treatment of $let variables in symbol table in Sledgehammer
desharna [Sun, 16 Jan 2022 21:41:16 +0100] rev 74984
proper treatment of $let variables in symbol table in Sledgehammer
Sat, 15 Jan 2022 14:26:16 +0100 removed unconditional TPTP symbol declaration for undefined_bool in sledgehammer
desharna [Sat, 15 Jan 2022 14:26:16 +0100] rev 74983
removed unconditional TPTP symbol declaration for undefined_bool in sledgehammer
Wed, 12 Jan 2022 16:33:07 +0100 merged
desharna [Wed, 12 Jan 2022 16:33:07 +0100] rev 74982
merged
Tue, 11 Jan 2022 22:07:04 +0100 split option "sledgehammer_atp_dest_dir" into "sledgehammer_atp_prob_dest_dir" and "sledgehammer_atp_proof_dest_dir"
desharna [Tue, 11 Jan 2022 22:07:04 +0100] rev 74981
split option "sledgehammer_atp_dest_dir" into "sledgehammer_atp_prob_dest_dir" and "sledgehammer_atp_proof_dest_dir"
Tue, 11 Jan 2022 12:08:03 +0100 proper name mangling of "undefined" constants in Sledgehammer
desharna [Tue, 11 Jan 2022 12:08:03 +0100] rev 74980
proper name mangling of "undefined" constants in Sledgehammer
Tue, 11 Jan 2022 06:48:02 +0000 earlier availability of lifting
haftmann [Tue, 11 Jan 2022 06:48:02 +0000] rev 74979
earlier availability of lifting
Tue, 11 Jan 2022 06:47:47 +0000 more correct transfer
haftmann [Tue, 11 Jan 2022 06:47:47 +0000] rev 74978
more correct transfer
Mon, 10 Jan 2022 21:34:09 +0100 merged
desharna [Mon, 10 Jan 2022 21:34:09 +0100] rev 74977
merged
Mon, 10 Jan 2022 14:13:23 +0100 proper abstraction of function variables when instantiating induction rules in Sledgehammer
desharna [Mon, 10 Jan 2022 14:13:23 +0100] rev 74976
proper abstraction of function variables when instantiating induction rules in Sledgehammer
Mon, 10 Jan 2022 13:11:18 +0100 added lemma asympD
desharna [Mon, 10 Jan 2022 13:11:18 +0100] rev 74975
added lemma asympD
Mon, 10 Jan 2022 14:05:33 +0100 added lemma
nipkow [Mon, 10 Jan 2022 14:05:33 +0100] rev 74974
added lemma
Sun, 09 Jan 2022 18:50:06 +0000 Some lemmas about continuous functions with integral zero
paulson <lp15@cam.ac.uk> [Sun, 09 Jan 2022 18:50:06 +0000] rev 74973
Some lemmas about continuous functions with integral zero
Fri, 07 Jan 2022 08:50:12 +0100 merged
desharna [Fri, 07 Jan 2022 08:50:12 +0100] rev 74972
merged
Thu, 06 Jan 2022 17:45:07 +0100 added lemmas wf_imp_asym, wfP_imp_asymp, and wfP_imp_irreflp
desharna [Thu, 06 Jan 2022 17:45:07 +0100] rev 74971
added lemmas wf_imp_asym, wfP_imp_asymp, and wfP_imp_irreflp
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip