summaryrefslogtreecommitdiff
path: root/src/theory/quantifiers/options
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2014-08-20 18:38:04 +0200
committerajreynol <andrew.j.reynolds@gmail.com>2014-08-20 18:38:04 +0200
commitad802cf5aee6db307d8424612b5e147f1c9aaa11 (patch)
tree28998b910035dc4c072def95e5a58661e85b18fa /src/theory/quantifiers/options
parent74754612cdc6b57691069ad1d5df752487dd9d1e (diff)
Add option for inductive strengthening based on well-founded induction for integers (default schema).
Diffstat (limited to 'src/theory/quantifiers/options')
-rw-r--r--src/theory/quantifiers/options2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/theory/quantifiers/options b/src/theory/quantifiers/options
index 3260f7122..bdd852adb 100644
--- a/src/theory/quantifiers/options
+++ b/src/theory/quantifiers/options
@@ -148,6 +148,8 @@ option rrOneInstPerRound --rr-one-inst-per-round bool :default false
option dtStcInduction --dt-stc-ind bool :default false
apply strengthening for existential quantification over datatypes based on structural induction
+option intWfInduction --int-wf-ind bool :default false
+ apply strengthening for integers based on well-founded induction
option conjectureGen --conjecture-gen bool :default false
generate candidate conjectures for inductive proofs
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback