projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df8caee
)
Make theory BV use central eq engine when option is enabled (#7025)
author
Andrew Reynolds
<andrew.j.reynolds@gmail.com>
Tue, 17 Aug 2021 14:45:23 +0000
(09:45 -0500)
committer
GitHub
<noreply@github.com>
Tue, 17 Aug 2021 14:45:23 +0000
(07:45 -0700)
src/theory/theory.cpp
patch
|
blob
|
history
diff --git
a/src/theory/theory.cpp
b/src/theory/theory.cpp
index b774d456ad56717a3595bbc819e478234d556b69..04bab16e22155a5790e13298dd40b952eb662412 100644
(file)
--- a/
src/theory/theory.cpp
+++ b/
src/theory/theory.cpp
@@
-620,7
+620,7
@@
bool Theory::usesCentralEqualityEngine(TheoryId id)
}
return id == THEORY_UF || id == THEORY_DATATYPES || id == THEORY_BAGS
|| id == THEORY_FP || id == THEORY_SETS || id == THEORY_STRINGS
- || id == THEORY_SEP || id == THEORY_ARRAYS;
+ || id == THEORY_SEP || id == THEORY_ARRAYS
|| id == THEORY_BV
;
}
bool Theory::expUsingCentralEqualityEngine(TheoryId id)