Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Isabelle Translation #3514

Open
wants to merge 263 commits into
base: main
Choose a base branch
from
Open

Isabelle Translation #3514

wants to merge 263 commits into from

Conversation

BookWood7th
Copy link
Contributor

@BookWood7th BookWood7th commented Sep 5, 2024

Intended Change

Adds a plugin, which allows the user to automatically translate a KeY sequent to an Isabelle theory and run parts of the automation of Isabelle on the translation. As presented at the KeY Symposium 2024

This broadens the automated toolset of KeY users, which allows for more automated proofs.

Type of pull request

  • Refactoring (behaviour should not change or only minimally change)
  • New feature (non-breaking change which adds functionality)
  • There are changes to the (Java) code

Ensuring quality

Additional information and contact(s)

Thesis containing additional information (https://publikationen.bibliothek.kit.edu/1000176239)

The contributions within this pull request are licensed under GPLv2 (only) for inclusion in KeY.

BookWood7th and others added 30 commits March 3, 2024 13:04
fixed bugs in FieldHandler SortDependingHandler
Removed faulty arr function translation
Translates sorts without using illegal chars
also handling exceptions from IsabelleMasterHandler
@BookWood7th BookWood7th reopened this Oct 17, 2024
@WolframPfeifer WolframPfeifer self-requested a review November 13, 2024 13:18
@WolframPfeifer
Copy link
Member

@BookWood7th What is the state of this PR? It is still marked as Draft, and out of date with main. If I remember correctly, it should be nearly main-ready. What is still missing?

@BookWood7th
Copy link
Contributor Author

I am currently updating the branch and applying a workaround for the automation features. Isabelle doesn't always manage to close all instances of the "e" prover it opened during sledgehammering, which causes a buildup of eprover instances running in the background. For now removing this prover from the sledgehammer toolkit should still leave the user with ample reasoning power via the other provers, namely cvc4 verit z3 spass vampire zipperposition.
There are also some minor visual bugs, where the countdown reaches negative numbers for proof searches and the current proof search is not shown as interrupted, but just stops counting down its remaining time.
The extension otherwise remains functional.

@BookWood7th
Copy link
Contributor Author

There is also still the somewhat strange Git behavior in this PR. The history suggests I deleted the KeYProject main branch. Should this be a new PR or should it be ignored?

@BookWood7th BookWood7th marked this pull request as ready for review February 13, 2025 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants