-
Notifications
You must be signed in to change notification settings - Fork 1
Migrate to rust-smt-ir #20
Copy link
Copy link
Open
Labels
a-runtimeArea: The runtime library and backendsArea: The runtime library and backendsa-solverArea: The solver components and queriesArea: The solver components and queriest-enhancementType: Implementing new features or improvements to themType: Implementing new features or improvements to them
Description
With the recent changes (e.g., directed execution), it makes sense to rely on more abstract representations of queries like https://github.com/awslabs/rust-smt-ir instead of SMTLIB strings.
It has the benefits of:
- Breaking the dependency on the solver
- More efficient encoding
- Faster transfer of queries
- ...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
a-runtimeArea: The runtime library and backendsArea: The runtime library and backendsa-solverArea: The solver components and queriesArea: The solver components and queriest-enhancementType: Implementing new features or improvements to themType: Implementing new features or improvements to them