mirror of
https://github.com/Z3Prover/z3
synced 2025-08-28 05:58:55 +00:00
adding arith sls
This commit is contained in:
parent
6a2d60a6ba
commit
96d815b904
17 changed files with 625 additions and 35 deletions
|
@ -227,7 +227,7 @@ namespace sat {
|
|||
|
||||
// for parallel integration
|
||||
unsigned num_non_binary_clauses() const override { return m_num_non_binary_clauses; }
|
||||
void reinit(solver& s) override;
|
||||
void reinit(solver& s, bool_vector const& phase) override;
|
||||
|
||||
void collect_statistics(statistics& st) const override {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue