Smtml.Cvc5_mappingsCvc5 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.
module Fresh : sig ... endFresh.Make () creates a new instance of the S module type.
Include the S module type.
include Mappings_intf.Svalue 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.
module Smtlib : sig ... endmodule Solver : sig ... endmodule Optimizer : sig ... end