3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-12 02:04:43 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-05-05 09:51:28 -07:00
parent a34c5a9450
commit 3985943eec
3 changed files with 38 additions and 167 deletions

View file

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