summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers_engine.cpp
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.cpp
parent9b97c9144875e072da4098f102f8989be26e5cdf (diff)
Preparation for models for co-inductive datatypes. Minor cleanup.
Diffstat (limited to 'src/theory/quantifiers_engine.cpp')
-rw-r--r--src/theory/quantifiers_engine.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/theory/quantifiers_engine.cpp b/src/theory/quantifiers_engine.cpp
index 1837a34f4..be011cdb6 100644
--- a/src/theory/quantifiers_engine.cpp
+++ b/src/theory/quantifiers_engine.cpp
@@ -109,12 +109,6 @@ d_lemmas_produced_c(u){
}
//options
- d_optInstCheckDuplicate = true;
- d_optInstMakeRepresentative = true;
- d_optInstAddSplits = false;
- d_optMatchIgnoreModelBasis = false;
- d_optInstLimitActive = false;
- d_optInstLimit = 0;
d_total_inst_count_debug = 0;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback