summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-04-28 12:28:16 -0500
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2014-04-28 12:33:56 -0500
commit6f6703473ccc66b3d2bdefed688602f93d33cd8f (patch)
treed55fa0d80256641339ed286715f145ff18a5a8db /src/theory/quantifiers_engine.h
parent9b97c9144875e072da4098f102f8989be26e5cdf (diff)
Preparation for models for co-inductive datatypes. Minor cleanup.
Diffstat (limited to 'src/theory/quantifiers_engine.h')
-rw-r--r--src/theory/quantifiers_engine.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/theory/quantifiers_engine.h b/src/theory/quantifiers_engine.h
index e7843ab95..eb9803592 100644
--- a/src/theory/quantifiers_engine.h
+++ b/src/theory/quantifiers_engine.h
@@ -254,14 +254,6 @@ public:
~Statistics();
};/* class QuantifiersEngine::Statistics */
Statistics d_statistics;
-public:
- /** options */
- bool d_optInstCheckDuplicate;
- bool d_optInstMakeRepresentative;
- bool d_optInstAddSplits;
- bool d_optMatchIgnoreModelBasis;
- bool d_optInstLimitActive;
- int d_optInstLimit;
};/* class QuantifiersEngine */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback