summaryrefslogtreecommitdiff
path: root/src/theory
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2017-05-15 11:56:43 -0500
committerGitHub <noreply@github.com>2017-05-15 11:56:43 -0500
commitf6215a3d10c11976cffbeb4c88223e8434ffc4d3 (patch)
tree828a7f4eddc1e2b096bad8049e7ba6dddbbc8872 /src/theory
parentb3f716fc402e2508a2ae1183fcfebebd2c95d6a3 (diff)
parentfdef54aaa36793cb9314dea3830879e051db2aa8 (diff)
Merge pull request #158 from 4tXJ7f/fix_sets_rewriter
Fix minor bug in sets rewriter
Diffstat (limited to 'src/theory')
-rw-r--r--src/theory/sets/theory_sets_rewriter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/sets/theory_sets_rewriter.cpp b/src/theory/sets/theory_sets_rewriter.cpp
index 3590fc62d..e42a3347d 100644
--- a/src/theory/sets/theory_sets_rewriter.cpp
+++ b/src/theory/sets/theory_sets_rewriter.cpp
@@ -328,6 +328,7 @@ RewriteResponse TheorySetsRewriter::postRewrite(TNode node) {
NodeManager::currentNM()->mkNode( kind::CARD, NodeManager::currentNM()->mkNode( kind::INTERSECTION, node[0][0], node[0][1] ) ) );
return RewriteResponse(REWRITE_DONE, ret );
}
+ break;
}
case kind::TRANSPOSE: {
if(node[0].getKind() == kind::TRANSPOSE) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback