summaryrefslogtreecommitdiff
path: root/src/theory/bags/make_bag_op.cpp
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/make_bag_op.cpp
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/make_bag_op.cpp')
-rw-r--r--src/theory/bags/make_bag_op.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/theory/bags/make_bag_op.cpp b/src/theory/bags/make_bag_op.cpp
index 6a535afc2..b60822783 100644
--- a/src/theory/bags/make_bag_op.cpp
+++ b/src/theory/bags/make_bag_op.cpp
@@ -12,10 +12,11 @@
** \brief a class for MK_BAG operator
**/
+#include "make_bag_op.h"
+
#include <iostream>
#include "expr/type_node.h"
-#include "make_bag_op.h"
namespace CVC4 {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback