3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00
This commit is contained in:
Nikolaj Bjorner 2020-05-21 21:04:16 -07:00
parent ce1fd26b19
commit 131dfc2101

View file

@ -1601,7 +1601,7 @@ namespace smt {
if (inconsistent())
return false;
}
#if 1
#if 0
if (at_search_level() && induction::should_try(*this)) {
get_induction()();
}