You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,5 @@
1
-
# Note on Isabelle2024 and its Sledgehammer
2
-
This repository has been updated to Isabelle2024. However, we have received reports that the integration of Sledgehammer with this repository is now less stable under Isabelle2024. Therefore, although we have confirmed that the Abduction Prover works in some cases, its performance may currently be suboptimal. We are working to resolve this issue as quickly as possible. 🙇
3
-
4
-
For users seeking the best performance, we recommend using Isabelle2023 and [this version of the Abduction Prover (v0.2.7-alpha)](https://github.com/data61/PSL/releases/tag/v0.2.7-alpha), which was developed specifically for Isabelle2023."
5
-
6
1
# News
7
-
- We updated this repository to Isabelle2024.
2
+
- We updated this repository to Isabelle2025.
8
3
-_NEW_: The introduction of **Abduction Prover**. You can watch a demo of Abduction Prover in [our YouTube channel](https://youtu.be/d7IXk0vB2p0).
9
4
- LiFtEr and Smart_Induct are no-longer supported, since their successors, SeLFiE and sem_ind, have shown superior performance.
10
5
-_PaMpeR is currently not supported either,_ since we want to minimise the cost necessary to maintain this repository.
@@ -15,7 +10,7 @@ For users seeking the best performance, we recommend using Isabelle2023 and [thi
15
10
16
11
This repository contains various tools to support interactive theorem proving in Isabelle/HOL using artificial intelligence.
17
12
This repository contains the implementation of *proof strategy language (PSL)* and its default strategy,
18
-
**try_hard**, for [Isabelle2024](https://isabelle.in.tum.de). Past versions of Isabelle, such as Isabelle2022-1, are no longer supported.
13
+
**try_hard**, for [Isabelle2025](https://isabelle.in.tum.de). Past versions of Isabelle, such as Isabelle2022-1, are no longer supported.
19
14
20
15
## YouTube
21
16
@@ -25,19 +20,19 @@ We opened [a YouTube channel](https://www.youtube.com/channel/UCjnY6hIaryOEgG92u
25
20
26
21
27
22
## Installation (of SeLFiE, PSL, and sem_ind in one go) (for MacOS/Lunux users)
4. Then, You can use SeLFiE/PSL/sem_ind to your theory files
35
30
with the Isabelle keyword, **imports** as ``imports "Smart_Isabelle.Smart_Isabelle"``.
36
31
5. Open `Example/Example.thy` to see if the installation is successful.
37
32
38
33
### Note on installation for Windows users
39
34
The basic steps are the same as MacOS and Linux.
40
-
However, instead of using the binary file directly, use `Isabelle2024\Cygwin-Terminal` in Command Prompt. Once you start `Isabelle2024\Cygwin-Terminal`, you can install our tools by typing `isabelle jedit -d (path to the directory that contains this README file) -l Smart_Isabelle`. Note that once you started `Isabelle2024\Cygwin-Terminal`, you should not specify the path to the Isabelle binary file. Therefore, the command you need after starting `Isabelle2024\Cygwin-Terminal` is something like `isabelle jedit -d . -l Smart_Isabelle`, assuming that your current directory is this one with this README.md/
35
+
However, instead of using the binary file directly, use `Isabelle2025\Cygwin-Terminal` in Command Prompt. Once you start `Isabelle2025\Cygwin-Terminal`, you can install our tools by typing `isabelle jedit -d (path to the directory that contains this README file) -l Smart_Isabelle`. Note that once you started `Isabelle2025\Cygwin-Terminal`, you should not specify the path to the Isabelle binary file. Therefore, the command you need after starting `Isabelle2025\Cygwin-Terminal` is something like `isabelle jedit -d . -l Smart_Isabelle`, assuming that your current directory is this one with this README.md/
0 commit comments