Enable parallel TryCloseMacro; fix progress bar for macros#3939
Open
unp1 wants to merge 2 commits into
Open
Conversation
unp1
force-pushed
the
bubel/fixMTGUIRegression
branch
2 times, most recently
from
July 23, 2026 16:13
e8c7f41 to
56041d4
Compare
- Stop pretty printing early when max length is reached. - Until know GoalList printed the whole sequent and afterwards shortened, this becomes a bottleneck for proofs with many goals and long sequents In StiupuLa that amounted to 7s to 10s freezing of the GUI after the prover finished
unp1
force-pushed
the
bubel/fixMTGUIRegression
branch
from
July 23, 2026 16:43
56041d4 to
b9543d7
Compare
wadoon
self-requested a review
July 24, 2026 22:51
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Intended Change
experiences while multi-threading (MT) was non-deterministic and is no longer valid.
Note: FullAutoPilot dispatches the prover still sequentially one goal after each other, but for each such run multi-threading is now used. Dispatching all goals in parallel is not yet supported by the framework and would need some additional work and design decisions.
Up for discussion: should we increase the step budget for TryClose (we have now improved SC speed and MT so we could increase in general or just when MT is active).
Type of pull request
Ensuring quality
Additional information and contact(s)
The contributions within this pull request are licensed under GPLv2 (only) for inclusion in KeY.