summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/theory_quantifiers.h
diff options
context:
space:
mode:
authorajreynol <reynolds@laraserver2.epfl.ch>2014-06-16 18:05:36 +0200
committerlianah <lianahady@gmail.com>2014-06-19 18:24:38 -0400
commit95028e5424d08d2c921e6bb77320685e7161e736 (patch)
tree8681fea29b23dcb290e1a90f39b2d8ddee537efd /src/theory/quantifiers/theory_quantifiers.h
parent0a178db53367c6eaf186d754c39190b9b7a67a7b (diff)
More proof support for CASC : include skolemization
Diffstat (limited to 'src/theory/quantifiers/theory_quantifiers.h')
-rw-r--r--src/theory/quantifiers/theory_quantifiers.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/theory/quantifiers/theory_quantifiers.h b/src/theory/quantifiers/theory_quantifiers.h
index 84b65cacd..5ce2e1a11 100644
--- a/src/theory/quantifiers/theory_quantifiers.h
+++ b/src/theory/quantifiers/theory_quantifiers.h
@@ -41,8 +41,6 @@ class InstantiationEngine;
class TheoryQuantifiers : public Theory {
private:
typedef context::CDHashMap< Node, bool, NodeHashFunction > BoolMap;
- /** quantifiers that have been skolemized */
- std::map< Node, bool > d_skolemized;
/** number of instantiations */
int d_numInstantiations;
int d_baseDecLevel;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback