summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-04-13 19:38:17 -0500
committerGitHub <noreply@github.com>2018-04-13 19:38:17 -0500
commit10c36f53033aadb6e2f3bf16f2d7305b793fd0e4 (patch)
tree7840f9bf7c7e185777ab3296c20fd6c02799da77
parentf2e126e7b2d48a9a12f854300f0711a8c0462d23 (diff)
Disable split for negative contains. (#1774)
-rw-r--r--src/theory/strings/theory_strings.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/theory/strings/theory_strings.cpp b/src/theory/strings/theory_strings.cpp
index 59b2e8ea0..142695b9d 100644
--- 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;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback