mirror of
https://github.com/Z3Prover/z3
synced 2025-08-13 14:40:55 +00:00
fixes to dt_solver and related
This commit is contained in:
parent
f7b1469462
commit
830f314a3f
20 changed files with 250 additions and 187 deletions
|
@ -121,6 +121,7 @@ namespace sat {
|
|||
virtual bool should_research(sat::literal_vector const& core) { return false;}
|
||||
virtual void add_assumptions() {}
|
||||
virtual bool tracking_assumptions() { return false; }
|
||||
virtual bool enable_self_propagate() const { return false; }
|
||||
|
||||
virtual bool extract_pb(std::function<void(unsigned sz, literal const* c, unsigned k)>& card,
|
||||
std::function<void(unsigned sz, literal const* c, unsigned const* coeffs, unsigned k)>& pb) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue