mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +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
|
@ -715,6 +715,8 @@ public:
|
|||
cleanup();
|
||||
fail_if_proof_generation("parallel-tactic", g);
|
||||
ast_manager& m = g->m();
|
||||
if (m.has_trace_stream())
|
||||
throw default_exception("parallel tactic does not work with trace");
|
||||
solver* s = m_solver->translate(m, m_params);
|
||||
solver_state* st = alloc(solver_state, nullptr, s, m_params);
|
||||
m_queue.add_task(st);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue