src/HOL/Tools/try0.ML
Fri, 04 Apr 2025 15:27:28 +0200 desharna added proof method "iprover" to try0
Wed, 02 Apr 2025 11:18:35 +0200 desharna added a user-configurable schedule to try0
Fri, 28 Mar 2025 16:11:05 +0100 desharna refactored tactic-based provers in sledgehammer to use Try0 module
Fri, 28 Mar 2025 08:56:13 +0100 desharna tuned
Thu, 27 Mar 2025 16:35:41 +0100 desharna tuned signature
Thu, 27 Mar 2025 14:33:08 +0100 desharna tuned and moved configuration of auto_try0 to theory HOL
Thu, 27 Mar 2025 13:44:42 +0100 desharna removed unused function
Thu, 27 Mar 2025 13:30:16 +0100 desharna moved try0's HOL-specific stuff into own theory
Thu, 27 Mar 2025 11:20:59 +0100 desharna moved HOL-specific code out of ML file for generic try0
Thu, 27 Mar 2025 10:30:28 +0100 desharna tuned signature
Thu, 27 Mar 2025 10:18:33 +0100 desharna tuned
Thu, 27 Mar 2025 10:06:43 +0100 desharna refactored try0's internals
Wed, 26 Mar 2025 09:51:26 +0100 desharna tuned naming
Fri, 28 Feb 2025 14:18:50 +0100 desharna tuned code and signature of try0
Fri, 28 Feb 2025 12:46:25 +0100 desharna tuned: restricted visibility of definitions
Fri, 28 Feb 2025 11:36:59 +0100 desharna tuned signature
Fri, 28 Feb 2025 11:13:13 +0100 desharna added type names and type annotations
Fri, 28 Feb 2025 10:42:40 +0100 desharna tuned to use stronger type Time.time
Tue, 19 Nov 2024 18:47:12 +0100 Fabian Huch try0: cleaned up output;
Mon, 18 Nov 2024 13:30:02 +0100 Fabian Huch try0: insert extra facts into state instead of goal, since some methods (e.g. metis) won't work otherwise;
Fri, 08 Nov 2024 18:13:55 +0100 Fabian Huch try0: avoid mapping background theory -- should be handled by Context_Position visibility;
Thu, 31 Oct 2024 11:35:24 +0100 Fabian Huch try0: stop early if more subgoals are created;
Fri, 25 Oct 2024 16:38:15 +0200 Fabian Huch try0: filter out untagged thms;
Thu, 24 Oct 2024 19:13:49 +0200 Fabian Huch try0: support literal facts;
Thu, 24 Oct 2024 16:46:25 +0200 Fabian Huch try0: add 'use' modifier for thms to insert;
Thu, 24 Oct 2024 16:45:09 +0200 Fabian Huch try0: use extra thms via insert;
Thu, 24 Oct 2024 18:25:17 +0200 Fabian Huch clarified: proper type for facts;
Thu, 24 Oct 2024 18:16:36 +0200 Fabian Huch clarified: proper type;
Thu, 24 Oct 2024 14:08:28 +0200 Fabian Huch tuned;
Thu, 24 Oct 2024 14:07:13 +0200 Fabian Huch tuned;
Thu, 24 Oct 2024 11:37:41 +0200 Fabian Huch try0: pass tagged thms for better control;
Tue, 22 Oct 2024 17:31:54 +0200 Fabian Huch clarified: proper return type;
Tue, 22 Oct 2024 14:34:13 +0200 Fabian Huch improve try0: solve multiple subgoals at once, if possible;
Tue, 22 Oct 2024 14:31:25 +0200 Fabian Huch tuned: unused parameter;
Fri, 20 Sep 2024 14:28:13 +0200 wenzelm clarified signature: more explicit operations;
Wed, 28 Feb 2024 17:25:54 +0100 Fabian Huch add option for unify trace (now disabled by default as printing is excessive and rarely used);
Wed, 28 Feb 2024 15:19:15 +0100 Fabian Huch tuned unify trace option names;
Sun, 02 Jul 2023 14:28:20 +0200 desharna add proof method "order" to command "try0"
Tue, 30 Nov 2021 11:31:07 +0100 wenzelm more robust physical timeout (despite 1bea05713dde), especially relevant for quickcheck where large unary numerals may cause excessive heap allocations and resulting GC is better included in the timing;
Wed, 13 Oct 2021 11:04:35 +0200 wenzelm clarified signature;
Fri, 05 Mar 2021 17:02:32 +0100 wenzelm tuned --- more elementary Time operations;
Fri, 04 Jan 2019 23:22:53 +0100 wenzelm isabelle update -u control_cartouches;
Tue, 19 Dec 2017 14:51:27 +0100 blanchet have 'try0' display results faster
Wed, 06 Dec 2017 20:43:09 +0100 wenzelm prefer control symbol antiquotations;
Thu, 29 Sep 2016 20:54:45 +0200 boehmes invoke argo as part of the tried automatic proof methods
Sun, 14 Aug 2016 12:26:09 +0200 blanchet tuning punctuation in messages output by Isabelle
Sat, 16 Jul 2016 19:35:27 +0200 wenzelm tuned signature;
Thu, 14 Apr 2016 17:03:55 +0200 wenzelm more silence;
Wed, 13 Apr 2016 18:01:05 +0200 wenzelm eliminated "xname" and variants;
Sat, 05 Mar 2016 17:01:45 +0100 wenzelm tuned signature -- clarified modules;
Sun, 20 Dec 2015 13:06:26 +0100 wenzelm renamed Pretty.str_of to Pretty.unformatted_string_of to emphasize its meaning;
Sun, 13 Dec 2015 21:56:15 +0100 wenzelm more general types Proof.method / context_tactic;
Mon, 01 Jun 2015 18:59:21 +0200 haftmann dropped dead config option
Fri, 08 May 2015 14:40:34 +0200 wenzelm silence local Unify.trace_bound as well: existing tools either refer to Proof.context or theory;
Wed, 22 Apr 2015 20:14:43 +0200 wenzelm allow diagnostic proof commands with skip_proofs;
Thu, 16 Apr 2015 14:18:32 +0200 wenzelm explicit error for Toplevel.proof_of;
Mon, 06 Apr 2015 17:06:48 +0200 wenzelm @{command_spec} is superseded by @{command_keyword};
Wed, 04 Mar 2015 19:53:18 +0100 wenzelm tuned signature -- prefer qualified names;
Tue, 23 Dec 2014 20:46:42 +0100 wenzelm explicit message channels for "state", "information";
Wed, 03 Dec 2014 14:04:38 +0100 wenzelm tuned signature;
less more (0) -100 -60 tip