Module smtlib_lowlevel::backend

source ·
Expand description

Backends are concrete solvers which can be communicated with using the SMT-LIB language.

This module contains the solver which are supported out-of-the-box by smtlib. Each backend is feature gated, which means that a feature must be enabled to use the backend.

§Backends

Modules§

Traits§

  • The Backend trait is used to interact with SMT solver using the SMT-LIB language.