summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/options
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-08-01 15:16:17 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2014-08-01 15:16:17 +0200
commit8d3446768446f16e71dca48bdf14d4ed767756aa (patch)
treeab8e01fdb9fe7e5f4f7db5aa378a424f19488f0c /src/theory/quantifiers/options
parenta9f4d3e2aed0c6d8d8b218c5f5d2bc95af2d45a6 (diff)
Minor cleanup from previous commit. Better organization for how quantifiers modules check (introduce QuantifiersEngine::QEffort).
Diffstat (limited to 'src/theory/quantifiers/options')
-rw-r--r--src/theory/quantifiers/options4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theory/quantifiers/options b/src/theory/quantifiers/options
index e23e70174..71b05cec5 100644
--- a/src/theory/quantifiers/options
+++ b/src/theory/quantifiers/options
@@ -145,8 +145,8 @@ option rrOneInstPerRound --rr-one-inst-per-round bool :default false
add one instance of rewrite rule per round
option dtStcInduction --dt-stc-ind bool :default false
- apply strengthening for existential quantification over datatypes based on structural
+ apply strengthening for existential quantification over datatypes based on structural induction
option conjectureGen --conjecture-gen bool :default false
- generate candidate conjectures for inductive strengthening
+ generate candidate conjectures for inductive proofs
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback