Module default
Expand description
Defines a default crate::semantics::Computation
implementation called computation::SynthesizedComputation
.
Modules§
- Builder for
Expr
s. - Provides
CodeGenerator
, a trait for code generation. - Various kinds of computations.
- Defines all operations supported by computations, as well as functions to execute the operations.
- Provides
Z3Model
andConcreteZ3Model
, SMT models that can be generated for uninstantiated encodings.
Macros§
- A helper macro that defines an
crate::semantics::default::Expr
.
Structs§
- The expression used in computations. Non-owned version of
Expression
. - An owned expression.