-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat(ADT): model generation #1093
Merged
Merged
Commits on Jun 7, 2024
-
Model generation for ADT theory
This PR implements the model generation for ADT. The model generation is done by the casesplit mechanism in `Adt_rel`. - If `--enable-adts-cs` is present, we do casesplits by choosing a delayed destructor as before after asserting. - If there is no more delayed constructors, we look for a domain which contains a tightenable constructor (that is a constructor without payload) and we choose the domain as small as possible as it does in the `Enum` theory. - If we are in model generation, we can also choose constructors with payload (but we still choose first constructors without payload). - The termination of the model generation is ensured by a topological sorting during the parsing of the ADTs declarations.
Configuration menu - View commit details
-
Copy full SHA for 6c04a5e - Browse repository at this point
Copy the full SHA 6c04a5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b82ccd9 - Browse repository at this point
Copy the full SHA b82ccd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ca41b5 - Browse repository at this point
Copy the full SHA 7ca41b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9a0a3d - Browse repository at this point
Copy the full SHA b9a0a3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5af24eb - Browse repository at this point
Copy the full SHA 5af24ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bb2d04 - Browse repository at this point
Copy the full SHA 5bb2d04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64fe662 - Browse repository at this point
Copy the full SHA 64fe662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9133c97 - Browse repository at this point
Copy the full SHA 9133c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2177dd6 - Browse repository at this point
Copy the full SHA 2177dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 460b1be - Browse repository at this point
Copy the full SHA 460b1beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70d25eb - Browse repository at this point
Copy the full SHA 70d25ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f775c7 - Browse repository at this point
Copy the full SHA 9f775c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2580bf2 - Browse repository at this point
Copy the full SHA 2580bf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1225740 - Browse repository at this point
Copy the full SHA 1225740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ac96a1 - Browse repository at this point
Copy the full SHA 2ac96a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a648aa - Browse repository at this point
Copy the full SHA 7a648aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cddb65d - Browse repository at this point
Copy the full SHA cddb65dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0b49e6 - Browse repository at this point
Copy the full SHA c0b49e6View commit details -
Alt-Ergo answers `unsat` for this test on both `v2.5.4` and `next` instead of producing a wrong model. `Z3` answers `unsat` too but `cvc 5` answers `unknown`.
Configuration menu - View commit details
-
Copy full SHA for dc6faac - Browse repository at this point
Copy the full SHA dc6faacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52d3bc5 - Browse repository at this point
Copy the full SHA 52d3bc5View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 375339a - Browse repository at this point
Copy the full SHA 375339aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a42861 - Browse repository at this point
Copy the full SHA 8a42861View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce456f6 - Browse repository at this point
Copy the full SHA ce456f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 280eb2f - Browse repository at this point
Copy the full SHA 280eb2fView 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.