projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2e126e
)
Disable split for negative contains. (#1774)
author
Andrew Reynolds
<andrew.j.reynolds@gmail.com>
Sat, 14 Apr 2018 00:38:17 +0000
(19:38 -0500)
committer
GitHub
<noreply@github.com>
Sat, 14 Apr 2018 00:38:17 +0000
(19:38 -0500)
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 59b2e8ea07d0ab9f521628fb3a8b37fe42ee9399..142695b9dd59e735199be35bc549d55725b9999b 100644
(file)
--- a/
src/theory/strings/theory_strings.cpp
+++ b/
src/theory/strings/theory_strings.cpp
@@
-387,9
+387,6
@@
int TheoryStrings::getReduction( int effort, Node n, Node& nr ) {
sendInference( lexp, xneqs, "NEG-CTN-EQL", true );
}
return 1;
- }else if( !areDisequal( lenx, lens ) ){
- //split on their lenths
- sendSplit( lenx, lens, "NEG-CTN-SP" );
}else{
r_effort = 2;
}