summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/ematching/trigger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/quantifiers/ematching/trigger.h')
-rw-r--r--src/theory/quantifiers/ematching/trigger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/ematching/trigger.h b/src/theory/quantifiers/ematching/trigger.h
index 172e93c12..944a082c0 100644
--- a/src/theory/quantifiers/ematching/trigger.h
+++ b/src/theory/quantifiers/ematching/trigger.h
@@ -181,6 +181,8 @@ class Trigger {
std::vector<Node>& gts);
/** The nodes comprising this trigger. */
std::vector<Node> d_nodes;
+ /** The nodes as a single s-expression */
+ Node d_trNode;
/**
* The preprocessed ground terms in the nodes of the trigger, which as an
* optimization omits variables and constant subterms. These terms are
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback