mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
adding arith sls
This commit is contained in:
parent
6a2d60a6ba
commit
96d815b904
17 changed files with 625 additions and 35 deletions
|
@ -252,7 +252,7 @@ namespace sat {
|
|||
m_consumer_ready = true;
|
||||
if (m_solver_copy) {
|
||||
copied = true;
|
||||
s.reinit(*m_solver_copy.get());
|
||||
s.reinit(*m_solver_copy.get(), m_solver_copy->m_best_phase);
|
||||
}
|
||||
return copied;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue