mirror of
https://github.com/Z3Prover/z3
synced 2025-08-31 23:34:55 +00:00
Merge branch 'master' into polysat
This commit is contained in:
commit
220a63e8bd
223 changed files with 508 additions and 505 deletions
|
@ -130,8 +130,7 @@ class smt_strategic_solver_factory : public solver_factory {
|
|||
symbol m_logic;
|
||||
public:
|
||||
smt_strategic_solver_factory(symbol const & logic):m_logic(logic) {}
|
||||
|
||||
~smt_strategic_solver_factory() override {}
|
||||
|
||||
solver * operator()(ast_manager & m, params_ref const & p, bool proofs_enabled, bool models_enabled, bool unsat_core_enabled, symbol const & logic) override {
|
||||
symbol l;
|
||||
if (m_logic != symbol::null)
|
||||
|
|
|
@ -131,8 +131,6 @@ public:
|
|||
return alloc(solver_subsumption_tactic, other_m, m_params);
|
||||
}
|
||||
|
||||
~solver_subsumption_tactic() override {}
|
||||
|
||||
char const* name() const override { return "solver_subsumption"; }
|
||||
|
||||
void updt_params(params_ref const& p) override {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue