mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
This commit is contained in:
parent
5ca8628e0d
commit
f3f83d0445
5 changed files with 34 additions and 42 deletions
|
@ -1304,7 +1304,8 @@ namespace sat {
|
|||
flet<bool> _searching(m_searching, true);
|
||||
m_clone = nullptr;
|
||||
if (m_mc.empty() && gparams::get_ref().get_bool("model_validate", false)) {
|
||||
m_clone = alloc(solver, m_params, m_rlimit);
|
||||
|
||||
m_clone = alloc(solver, m_no_drat_params, m_rlimit);
|
||||
m_clone->copy(*this);
|
||||
m_clone->set_extension(nullptr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue