[][src]Crate boolector

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 from BVs to BVs.

BV

A bitvector object.

BVSolution

A BVSolution represents a possible solution for one BV in a given model.

Btor

A Btor represents an instance of the Boolector solver. Each BV and Array is created in a particular Btor instance.

Enums

SolverResult