Module smtgen
Expand description
Provides Z3Model
and ConcreteZ3Model
, SMT models that can be generated for uninstantiated encodings.
Z3Model
uses part indices in its representation,
while ConcreteZ3Model
uses a bitvector representation of the instruction to translate part mappings into SMT expressions.
Structs§
- An SMT computation for a concrete output of an encoding.
- A concrete SMT model of an encoding’s semantics, where all outputs have been instantiated and no longer contain any references to encoding parts.
- The output of a dataflow, which might still depend on the value of a part.
- The index of a part in an encoding.
- The name of a part
- The bit sizes of the parts in an encoding.
- A container that maps storage locations to SMT solver bitvectors.
- An SMT solver mode of an encoding’s semantics.