mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
trace & threads = undef
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a839017cc6
commit
918b6a8c03
3 changed files with 9 additions and 1 deletions
|
@ -3466,7 +3466,7 @@ namespace smt {
|
|||
SASSERT(!m_setup.already_configured());
|
||||
setup_context(m_fparams.m_auto_config);
|
||||
|
||||
if (m_fparams.m_threads > 1) {
|
||||
if (m_fparams.m_threads > 1 && !m.has_trace_stream()) {
|
||||
parallel p(*this);
|
||||
expr_ref_vector asms(m);
|
||||
return p(asms);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue