summaryrefslogtreecommitdiff
path: root/src/theory/bags/rewrites.h
diff options
context:
space:
mode:
authormudathirmahgoub <mudathirmahgoub@gmail.com>2020-10-26 20:13:23 -0500
committerGitHub <noreply@github.com>2020-10-26 20:13:23 -0500
commit8fb135c25038c617679f96dd40dfba3d2585380e (patch)
treec24098540ed3417be0f9c0649e6be4a01130e791 /src/theory/bags/rewrites.h
parent04640a15faeee34b064dc4f1d2045300c2a6f329 (diff)
Add DUPICATE_REMOVAL operator to bags (#5336)
This PR adds duplicate removal operator to bags (also known as delta or squash). Other changes: print MK_BAG operator as "bag" in smt2 instead of "mkBag" renamed BAG_IS_INCLUDED operator to SUBBAG.
Diffstat (limited to 'src/theory/bags/rewrites.h')
-rw-r--r--src/theory/bags/rewrites.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theory/bags/rewrites.h b/src/theory/bags/rewrites.h
index dc1921e24..36e30ca68 100644
--- a/src/theory/bags/rewrites.h
+++ b/src/theory/bags/rewrites.h
@@ -36,6 +36,7 @@ enum class Rewrite : uint32_t
CONSTANT_EVALUATION,
COUNT_EMPTY,
COUNT_MK_BAG,
+ DUPLICATE_REMOVAL_MK_BAG,
FROM_SINGLETON,
IDENTICAL_NODES,
INTERSECTION_EMPTY_LEFT,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback