Module YicesNative
An interface to the Yices SMT solver in native format.
Use this module as input to the SMTSolver.Make functor
include SolverSig.S
module Create : functor (P : SolverSig.Params) -> SolverSig.InstThe functor
Createcreates a new instance of the SMT solver with paramters passed as its arguments. The parameter argumentPconataints a unique identifierid, initialized to the logicland produces assignments if the optional labelled argumentproduce_assignmentsistrue, proofs ifproduce_proofsis true and unsatisfiable cores ifproduce_coresis true.