You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SMT -> AIG: Bit Blaster: Transform a given AST expression tree into a pure boolean formula. The resulting boolean formula should be cheaply convertible to an AIG representation.
AIG Driver: Drives processing AIG input.
AIG -> CNF: Tseytin Transformation -> Transforms AIG represented data to CNF format.
Additional optimizations:
Abstraction Refinement: Heuristics and driver for the array-abstraction-refinement. Maybe this could also handle the newly developed copy-abstraction-refinement.
Linear Bitvector Solver: Optimizer and solver for some specialized bitvector terms. Also involves writing of some word-level transformations to preprocess AST data into normalized form.
The text was updated successfully, but these errors were encountered:
For stevia to be a more or less complete SMT solver the following high-level modules will need to be implemented in one form or another:
With AIG optimizations:
Additional optimizations:
The text was updated successfully, but these errors were encountered: