summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/inst_match.h
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2017-03-31 08:43:29 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2017-03-31 08:43:42 -0500
commite9f3b6a54e4bf35f915c46d822ed9ee051cc7df3 (patch)
treee93a9b8b3b59e7ef88facb1a28707ff5daffa324 /src/theory/quantifiers/inst_match.h
parentd5d727e65a27056030e88b58becc236f50e448df (diff)
Add option multi-trigger-linear, minor optimization to E-matching.
Diffstat (limited to 'src/theory/quantifiers/inst_match.h')
-rw-r--r--src/theory/quantifiers/inst_match.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/quantifiers/inst_match.h b/src/theory/quantifiers/inst_match.h
index 68446922f..4c62dd296 100644
--- a/src/theory/quantifiers/inst_match.h
+++ b/src/theory/quantifiers/inst_match.h
@@ -80,8 +80,6 @@ public:
/** set */
void setValue( int i, TNode n );
bool set( QuantifiersEngine* qe, int i, TNode n );
- /* Node used for matching the trigger */
- Node d_matched;
};/* class InstMatch */
inline std::ostream& operator<<(std::ostream& out, const InstMatch& m) {
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback