mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 01:55:32 +00:00
move qhead to attribute on the state instead of the simplifier,
- add sat.smt option to enable the new incremental core (it is not ready for mainstream consumption as cloning and other features are not implemented and it hasn't been tested in any detail yet). - move "name" into attribute on simplifier so it can be reused for diagnostics by the seq-simplifier.
This commit is contained in:
parent
ac023935a3
commit
dd1ca8f6bd
37 changed files with 132 additions and 85 deletions
|
@ -35,7 +35,7 @@ public:
|
|||
|
||||
solver_factory * mk_smt_strategic_solver_factory(symbol const & logic = symbol::null);
|
||||
|
||||
solver* mk_smt2_solver(ast_manager& m, params_ref const& p);
|
||||
solver* mk_smt2_solver(ast_manager& m, params_ref const& p, symbol const& logic = symbol::null);
|
||||
|
||||
/**
|
||||
\brief Abstract interface for making solvers available in the Z3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue