mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 00:32:16 +00:00
adding arith sls
This commit is contained in:
parent
6a2d60a6ba
commit
96d815b904
17 changed files with 625 additions and 35 deletions
|
@ -248,7 +248,7 @@ namespace sat {
|
|||
|
||||
void set_seed(unsigned n) override { config().set_random_seed(n); }
|
||||
|
||||
void reinit(solver& s) override;
|
||||
void reinit(solver& s, bool_vector const& phase) override;
|
||||
|
||||
// used by unit-walk
|
||||
void set_phase(bool_var v, bool f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue