mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
remove restart
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b2bc51e9ac
commit
11ed99089b
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ namespace sls {
|
|||
|
||||
++num_fail;
|
||||
|
||||
if (num_fail > 3) {
|
||||
if (false && num_fail > 3) {
|
||||
|
||||
ctx.force_restart();
|
||||
num_fail = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue