projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3e45c1
)
Revert semantic change from refactoring (#3711)
author
Andres Noetzli
<andres.noetzli@gmail.com>
Tue, 4 Feb 2020 14:31:29 +0000
(06:31 -0800)
committer
GitHub
<noreply@github.com>
Tue, 4 Feb 2020 14:31:29 +0000
(08:31 -0600)
src/theory/strings/theory_strings.cpp
patch
|
blob
|
history
diff --git
a/src/theory/strings/theory_strings.cpp
b/src/theory/strings/theory_strings.cpp
index 152160cde828ac0bbe5e21cfe62eeba4e46b1fab..c3a67aec9e56750b4824ac3af15654eee77c5c01 100644
(file)
--- a/
src/theory/strings/theory_strings.cpp
+++ b/
src/theory/strings/theory_strings.cpp
@@
-1629,7
+1629,7
@@
void TheoryStrings::checkExtfEval( int effort ) {
Trace("strings-extf") << " resolve extf : " << sn << " -> " << nrc << std::endl;
d_im.sendInference(
einfo.d_exp, conc, effort == 0 ? "EXTF" : "EXTF-N", true);
- if (
!
d_state.isInConflict())
+ if (d_state.isInConflict())
{
Trace("strings-extf-debug") << " conflict, return." << std::endl;
return;