src/HOL/Tools/Sledgehammer/sledgehammer_prover_atp.ML
Mon, 31 Jan 2022 16:09:23 +0100 blanchet disable slicing within SMT (in preparation for factoring it out)
Mon, 31 Jan 2022 16:09:23 +0100 blanchet generalized the 'slice' option towards more flexible slicing
Fri, 21 Jan 2022 21:10:34 +0100 desharna added spying to Sledgehammer
Tue, 11 Jan 2022 22:07:04 +0100 desharna split option "sledgehammer_atp_dest_dir" into "sledgehammer_atp_prob_dest_dir" and "sledgehammer_atp_proof_dest_dir"
Fri, 10 Dec 2021 16:46:29 +0100 desharna tuned sledgehammer to use map_index
Wed, 17 Nov 2021 21:36:13 +0100 desharna tuned TPTP file names generated by Sledgehammer
Mon, 04 Oct 2021 10:16:42 +0200 desharna considered slices overhead in sledgehammer
Wed, 29 Sep 2021 16:48:23 +0200 desharna tuned atp_prover sliding
Tue, 28 Sep 2021 22:08:51 +0200 wenzelm clarified antiquotations;
Thu, 12 Aug 2021 14:18:46 +0200 wenzelm provide bash_process server for Isabelle/ML and other external programs;
Sat, 07 Aug 2021 22:23:37 +0200 wenzelm clarified signature: more options for bash_process;
Thu, 08 Jul 2021 08:42:36 +0200 desharna added opaque_combs and renamed hide_lams to opaque_lifting
Sun, 25 Apr 2021 22:33:15 +0200 wenzelm avoid "exec" to change the winpid;
Mon, 12 Apr 2021 22:16:31 +0200 wenzelm clarified signature: more structured arguments, notably for remote provers;
Sun, 14 Mar 2021 20:29:26 +0100 wenzelm invoke remote ATP via SystemOnTPTP.run_systems from Isabelle/Scala (without perl);
Sun, 14 Mar 2021 16:50:11 +0100 wenzelm clarified signature: more explicit types;
Sat, 13 Mar 2021 19:29:45 +0100 wenzelm more direct elapsed run_time via bash_process wrapper (via Scala and C);
Thu, 04 Mar 2021 10:10:44 +0100 desharna tuned exec field in atp_config
Thu, 29 Oct 2020 16:07:41 +0100 desharna Added smt (verit) to Sledgehammer's proof preplay.
Tue, 27 Oct 2020 22:34:37 +0100 wenzelm clarified signature: overloaded "+" for Path.append;
Thu, 08 Oct 2020 17:46:03 +0200 blanchet removed obsolete unmaintained experimental prover Pirate
Thu, 08 Oct 2020 17:02:56 +0200 desharna tune filename
Thu, 08 Oct 2020 16:36:00 +0200 desharna drop obsolete ad hoc support for Satallax isar proof reconstruction
Wed, 10 Jun 2020 15:55:41 +0200 blanchet simplified 'smt_proofs' option to be a binary option (instead of ternary), now that SMT proofs are accepted in the AFP (done with Martin Desharnais)
Fri, 25 Oct 2019 14:14:56 +0200 blanchet removed experimental encoding for Waldmeister
Sat, 05 Jan 2019 17:24:33 +0100 wenzelm isabelle update -u control_cartouches;
Fri, 04 Jan 2019 23:22:53 +0100 wenzelm isabelle update -u control_cartouches;
Sun, 14 Aug 2016 12:26:09 +0200 blanchet killed final stops in Sledgehammer and friends
Sat, 02 Apr 2016 23:29:05 +0200 wenzelm prefer infix operations;
Mon, 28 Mar 2016 12:05:47 +0200 blanchet early warning when Sledgehammer finds a proof
Mon, 28 Mar 2016 12:05:47 +0200 blanchet refined experimental option of Sledgehammer
Mon, 07 Mar 2016 21:09:28 +0100 wenzelm File.bash_string operations in ML as in Scala -- exclusively for GNU bash, not perl and not user output;
Sat, 05 Mar 2016 17:01:45 +0100 wenzelm tuned signature -- clarified modules;
Tue, 23 Feb 2016 16:41:14 +0100 nipkow more canonical names
Sat, 19 Dec 2015 20:02:51 +0100 blanchet cleaner generation of metainformation in DFG format and TPTP theory exporter for Sledgehammer
Mon, 05 Oct 2015 21:46:48 +0200 blanchet added "!=" (disequality) as a TPTP binary operator, since it pops up in LEO-II proofs
Wed, 19 Aug 2015 20:41:23 +0200 wenzelm proper check for Windows executables;
Thu, 13 Aug 2015 11:05:19 +0200 wenzelm tuned signature, in accordance to sortBy in Scala;
Wed, 04 Mar 2015 19:53:18 +0100 wenzelm tuned signature -- prefer qualified names;
Tue, 03 Mar 2015 16:37:45 +0100 blanchet SPASS-Pirate is now called Pirate
Mon, 22 Dec 2014 14:33:53 +0100 wenzelm separate module Random;
Fri, 31 Oct 2014 11:36:41 +0100 wenzelm discontinued obsolete Output.urgent_message;
Tue, 09 Sep 2014 15:33:01 +0200 steckerm Fixed bug which broke isar proof construction for all ATPs except Waldmeister_new
Tue, 02 Sep 2014 16:38:26 +0200 steckerm Some work on the new waldmeister integration
Thu, 28 Aug 2014 16:58:27 +0200 blanchet merged minimize and auto_minimize
Tue, 05 Aug 2014 09:20:00 +0200 blanchet tuning
Mon, 04 Aug 2014 13:06:24 +0200 blanchet default on 'metis' for ATPs if preplaying is disabled
Mon, 04 Aug 2014 12:28:42 +0200 blanchet rationalized sorting of facts -- so that preplaying (almost always) coincides with the real thing, preventing odd failures
Fri, 01 Aug 2014 14:43:57 +0200 blanchet restored a bit of laziness
Fri, 01 Aug 2014 14:43:57 +0200 blanchet honor 'try0' also for one-liners
Fri, 01 Aug 2014 14:43:57 +0200 blanchet tuning
Fri, 01 Aug 2014 14:43:57 +0200 blanchet eliminated needlessly complex message tail
Fri, 01 Aug 2014 14:43:57 +0200 blanchet eliminated Sledgehammer's "min" subcommand (and lots of complications in the code)
Fri, 01 Aug 2014 14:43:57 +0200 blanchet rationalized preplaying by eliminating (now superfluous) laziness
Fri, 01 Aug 2014 14:43:57 +0200 blanchet simplified minimization logic
Wed, 30 Jul 2014 23:52:56 +0200 blanchet use parallel preplay machinery also for one-line proofs
Wed, 30 Jul 2014 23:52:56 +0200 blanchet always minimize Sledgehammer results by default
Wed, 30 Jul 2014 14:03:12 +0200 fleury imported patch satallax_proof_support_Sledgehammer
Fri, 25 Jul 2014 11:26:17 +0200 blanchet avoid 'eproof' and 'eproof_ram' scripts if possible (i.e. if 'eprover' can produce reasonable enough proofs for one-liner reconstruction)
Tue, 01 Jul 2014 16:47:10 +0200 blanchet speed up MaSh a bit
less more (0) -60 tip