mirror of
https://github.com/Z3Prover/z3
synced 2025-07-25 13:47:01 +00:00
na
This commit is contained in:
parent
ce1fd26b19
commit
131dfc2101
1 changed files with 1 additions and 1 deletions
|
@ -1601,7 +1601,7 @@ namespace smt {
|
||||||
if (inconsistent())
|
if (inconsistent())
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#if 1
|
#if 0
|
||||||
if (at_search_level() && induction::should_try(*this)) {
|
if (at_search_level() && induction::should_try(*this)) {
|
||||||
get_induction()();
|
get_induction()();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue