FP: Enable caching in the theory inference manager. (#7168)
authorAina Niemetz <aina.niemetz@gmail.com>
Fri, 10 Sep 2021 19:27:52 +0000 (12:27 -0700)
committerGitHub <noreply@github.com>
Fri, 10 Sep 2021 19:27:52 +0000 (19:27 +0000)
src/theory/fp/theory_fp.cpp

index 5e0752f0dd2ea11b0811442eb7da6a2fbe09bed1..d4ecbd35700ee61a338a5d305d09cc7dc81d8f84 100644 (file)
@@ -70,7 +70,7 @@ TheoryFp::TheoryFp(Env& env, OutputChannel& out, Valuation valuation)
       d_abstractionMap(userContext()),
       d_rewriter(userContext()),
       d_state(env, valuation),
-      d_im(env, *this, d_state, d_pnm, "theory::fp::", false),
+      d_im(env, *this, d_state, d_pnm, "theory::fp::", true),
       d_wbFactsCache(userContext()),
       d_true(d_env.getNodeManager()->mkConst(true))
 {