mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
disable lookahead simplification when external solver is used
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
18b66a4bd7
commit
e183f8b743
5 changed files with 40 additions and 54 deletions
|
@ -2317,7 +2317,7 @@ namespace sat {
|
|||
}
|
||||
}
|
||||
}
|
||||
m_lookahead.reset();
|
||||
m_lookahead.reset();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue