mirror of
https://github.com/Z3Prover/z3
synced 2026-02-28 10:51:28 +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
|
|
@ -2248,6 +2248,8 @@ namespace sat {
|
|||
display(verbose_stream(), c, true);
|
||||
if (c.lit() != null_literal) verbose_stream() << value(c.lit()) << "\n";);
|
||||
|
||||
IF_VERBOSE(0, s().display_watches(verbose_stream()));
|
||||
|
||||
UNREACHABLE();
|
||||
exit(1);
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue