mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
adding arith sls
This commit is contained in:
parent
6a2d60a6ba
commit
96d815b904
17 changed files with 625 additions and 35 deletions
|
@ -136,6 +136,15 @@ namespace euf {
|
|||
|
||||
sat::status status() const { return sat::status::th(false, get_id()); }
|
||||
|
||||
/**
|
||||
* Local search interface
|
||||
*/
|
||||
virtual void set_bounds_begin() {}
|
||||
|
||||
virtual void set_bounds_end(unsigned num_literals) {}
|
||||
|
||||
virtual void set_bounds(enode* n) {}
|
||||
|
||||
};
|
||||
|
||||
class th_proof_hint : public sat::proof_hint {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue