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 #2

Merged
merged 3 commits into from
Aug 12, 2024
Merged

cvc5 #2

merged 3 commits into from
Aug 12, 2024

Conversation

philzook58
Copy link
Owner

@philzook58 philzook58 commented Aug 9, 2024

CVC5 support via an indirection through kd.smt module.

programmatically setting before importing knuckledragger.

import os
os.environ["KNUCKLE_SOLVER] = "cvc5"
import knuckledragger as kd

or

KNUCKLE_SOLVER=cvc5 pytest

It is not clear if this is a good approach, or just deal with cvc5 the way we will have to deal with vampire and others.

Currently there are some issues about Lambdas I don't know how to deal with cvc5/cvc5_pythonic_api#100

@philzook58 philzook58 merged commit 2f3c04f into main Aug 12, 2024
2 of 5 checks 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.

1 participant