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

Adding support for Consistency Assertions #282

Merged
merged 21 commits into from
Jan 9, 2025
Merged

Adding support for Consistency Assertions #282

merged 21 commits into from
Jan 9, 2025

Conversation

sidprasad
Copy link
Collaborator

@sidprasad sidprasad commented Jan 6, 2025

Adding support for two new assertions:

assert [EXP] is consistent with [PRED] which ensures that [EXP] && [PRED] is satisfiable
assert [EXP] is inconsistent with [PRED] which ensures that [EXP] && [PRED] is unsatisfiable

Also modifying existing assertions of necessity and sufficiency to support the following:
assert [EXP] is sufficient for [PRED]
assert [EXP] is necessary for [PRED]

@sidprasad sidprasad requested a review from tnelson January 6, 2025 16:20
@tnelson tnelson merged commit 277dd6b into dev Jan 9, 2025
1 check passed
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