mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 07:15:26 +00:00
disable polysat inside of recursive solver
This commit is contained in:
parent
1cba5fd55e
commit
704a41ee36
5 changed files with 12 additions and 5 deletions
|
@ -121,6 +121,7 @@ namespace sat {
|
|||
virtual bool check_model(model const& m) const { return true; }
|
||||
virtual void gc_vars(unsigned num_vars) {}
|
||||
virtual bool should_research(sat::literal_vector const& core) { return false;}
|
||||
virtual void updt_params(params_ref const& p) {}
|
||||
virtual void add_assumptions(literal_set& ext_assumptions) {}
|
||||
virtual bool tracking_assumptions() { return false; }
|
||||
virtual bool enable_self_propagate() const { return false; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue