mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
connect mbi
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4e74c4cdd4
commit
1d199b707b
8 changed files with 82 additions and 19 deletions
|
@ -34,6 +34,8 @@ public:
|
|||
|
||||
solver_factory * mk_smt_strategic_solver_factory(symbol const & logic = symbol::null);
|
||||
|
||||
solver* mk_smt2_solver(ast_manager& m, params_ref const& p);
|
||||
|
||||
/**
|
||||
\brief Abstract interface for making solvers available in the Z3
|
||||
API and front-ends such as SMT 2.0 and (legacy) SMT 1.0.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue