-
Notifications
You must be signed in to change notification settings - Fork 39
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
Speed up counter example generation for PBESs using the winning strategy for the original #1748
Open
mlaveaux
wants to merge
53
commits into
mCRL2org:master
Choose a base branch
from
mlaveaux:feature/pbes-counterexamples
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
mlaveaux
force-pushed
the
feature/pbes-counterexamples
branch
2 times, most recently
from
February 27, 2024 09:42
3fd0436
to
ce91a47
Compare
mlaveaux
force-pushed
the
feature/pbes-counterexamples
branch
from
June 5, 2024 15:09
cb18f1e
to
dced439
Compare
mlaveaux
force-pushed
the
feature/pbes-counterexamples
branch
from
July 5, 2024 08:48
ce58268
to
7ef8d84
Compare
* Every propositional variable encountered (not in L) is in W so we add X itself to the ones that should be kept by rewrite*.
… the proof graph.
On MacOS there is a function called cache_get in the dynamic library libcache.dylib that conflicts with the cache_get in Sylvan. This causes the wrong function to be called, resulting in a segmentation fault.
…mbolic With this option enabled the PBES with counter example information will be instantiated in a naive way, and only solved since we cannot reconstruct the symbolic counter example this way.
mlaveaux
force-pushed
the
feature/pbes-counterexamples
branch
from
August 13, 2024 14:09
a57ec46
to
90e6bd7
Compare
mlaveaux
force-pushed
the
feature/pbes-counterexamples
branch
from
September 12, 2024 14:28
fbe52dc
to
1988c28
Compare
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.
This is a branch implementing the two phase approach for counter example generation. There is a flag
--naive-counter-example-instantiation
to revert to the previous method for comparison.TODO: