Smtml.Cvc5_mappingsSourceCvc5 Solver Mappings. This module defines types and utilities for mapping between internal representations and the format used by the Cvc5 solver. It provides functions to translate problems into solver-specific inputs and to interpret solver outputs.
is_available indicates whether the module is available for use.
Include the S module type.
include Mappings_intf.SThe type of SMT models.
The type of SMT solvers.
The type of optimizers.
The type of optimization handles.
value model expr evaluates the expression expr in the given model.
values_of_model ?symbols model retrieves the values of the given symbols (or all symbols if not provided) from the model.
set_debug flag enables or disables debug mode based on flag.