projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
978f295
)
FP: Enable caching in the theory inference manager. (#7168)
author
Aina Niemetz
<aina.niemetz@gmail.com>
Fri, 10 Sep 2021 19:27:52 +0000
(12:27 -0700)
committer
GitHub
<noreply@github.com>
Fri, 10 Sep 2021 19:27:52 +0000
(19:27 +0000)
src/theory/fp/theory_fp.cpp
patch
|
blob
|
history
diff --git
a/src/theory/fp/theory_fp.cpp
b/src/theory/fp/theory_fp.cpp
index 5e0752f0dd2ea11b0811442eb7da6a2fbe09bed1..d4ecbd35700ee61a338a5d305d09cc7dc81d8f84 100644
(file)
--- a/
src/theory/fp/theory_fp.cpp
+++ b/
src/theory/fp/theory_fp.cpp
@@
-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::",
fals
e),
+ d_im(env, *this, d_state, d_pnm, "theory::fp::",
tru
e),
d_wbFactsCache(userContext()),
d_true(d_env.getNodeManager()->mkConst(true))
{