summaryrefslogtreecommitdiff
path: root/src/theory/theory_engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/theory_engine.h')
-rw-r--r--src/theory/theory_engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/theory_engine.h b/src/theory/theory_engine.h
index cc0e663fa..074d40d05 100644
--- a/src/theory/theory_engine.h
+++ b/src/theory/theory_engine.h
@@ -332,7 +332,7 @@ public:
d_uf->check(effort);
d_arith->check(effort);
d_arrays->check(effort);
- //d_bv->check(effort);
+ d_bv->check(effort);
} catch(const theory::Interrupted&) {
Debug("theory") << "TheoryEngine::check() => conflict" << std::endl;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback