-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add python bindings for configurations #125
Open
danjujan
wants to merge
15
commits into
vara-dev
Choose a base branch
from
jan-dev
base: vara-dev
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.
Open
Commits on Aug 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 734feaa - Browse repository at this point
Copy the full SHA 734feaaView commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ccd4a5b - Browse repository at this point
Copy the full SHA ccd4a5bView commit details
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 09238d6 - Browse repository at this point
Copy the full SHA 09238d6View commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9725979 - Browse repository at this point
Copy the full SHA 9725979View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f79bae - Browse repository at this point
Copy the full SHA 3f79baeView commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0f33534 - Browse repository at this point
Copy the full SHA 0f33534View commit details
Commits on Oct 22, 2023
-
Do not exclude the first config.
For some reason, this caused other configs to appear multiple times during enumeration.
Configuration menu - View commit details
-
Copy full SHA for eb11193 - Browse repository at this point
Copy the full SHA eb11193View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67ac14e - Browse repository at this point
Copy the full SHA 67ac14eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b50117d - Browse repository at this point
Copy the full SHA b50117dView commit details -
Temporary fix for side effects of getNextConfiguration()
This caused 2 issues: - either first config was skipped or getCurrentConfig would always point to the next configuration - getAllValidConfigurations or getNumberValidConfigurations produce incorrect results if called after any call to getNextConfiguration() The last point is an issue with the Solver API and this is a quick-fix for the Z3Solver implementation that returns an error in that case.
Configuration menu - View commit details
-
Copy full SHA for 28bddd7 - Browse repository at this point
Copy the full SHA 28bddd7View commit details
Commits on Oct 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 90071d4 - Browse repository at this point
Copy the full SHA 90071d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e638b9d - Browse repository at this point
Copy the full SHA e638b9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e5aa2b - Browse repository at this point
Copy the full SHA 1e5aa2bView commit details -
Quick-fix to make configuration enumeration work.
This implementation is quite hacky and requires a redesign of the Solver API to be fixed properly.
Configuration menu - View commit details
-
Copy full SHA for 67463ab - Browse repository at this point
Copy the full SHA 67463abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d511b - Browse repository at this point
Copy the full SHA 20d511bView commit details
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.