mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
fixed bug in solver_na2as
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
33c165490c
commit
e1eb3ee8ee
2 changed files with 7 additions and 8 deletions
|
@ -77,7 +77,7 @@ public:
|
|||
}
|
||||
|
||||
void init_solver() {
|
||||
reset();
|
||||
reset_core();
|
||||
#pragma omp critical (ni_solver)
|
||||
{
|
||||
m_context = alloc(smt::kernel, m_cmd_ctx.m(), m_cmd_ctx.params());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue