Modules§
- option
- This module exposes options which can be set on a
Btor
instance.
Structs§
- Array
- An
Array
in Boolector is really just a map fromBV
s toBV
s. - BV
- A bitvector object: that is, a single symbolic value, consisting of some number of symbolic bits.
- BVSolution
- A
BVSolution
represents a possible solution for oneBV
in a given model. - Btor
- A
Btor
represents an instance of the Boolector solver. EachBV
andArray
is created in a particularBtor
instance.