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

cvc5: support finite field literal #6

Merged
merged 1 commit into from
Aug 22, 2023

Conversation

sorawee
Copy link

@sorawee sorawee commented Aug 22, 2023

Since 368f3c3, cvc5 can produce a finite field literal, in the format:

  #f <value> m <mod-value>

See cvc5/cvc5@368f3c3

This commit adds a support for finite field literal. It also refactors the existing model parsing to use S-expression reading that is already built-in to Racket.

Since 368f3c3, cvc5 can produce a finite field literal, in the format:

  #f <value> m <mod-value>

See cvc5/cvc5@368f3c3

This commit adds a support for finite field literal.
It also refactors the existing model parsing to use S-expression reading
that is already built-in to Racket.
Copy link
Collaborator

@shankarapailoor shankarapailoor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@shankarapailoor shankarapailoor merged commit 5934bf3 into Veridise:main Aug 22, 2023
4 checks passed
@sorawee sorawee deleted the ff-literal branch August 22, 2023 17:23
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