From 3bf4b44b821dca5017017e99502f263e636d5e84 Mon Sep 17 00:00:00 2001 From: leino Date: Tue, 11 Aug 2015 19:07:42 -0700 Subject: Moved discovery of induction variables into a Rewriter. Generate warnings for malformed :induction arguments. Removed the functionality that allowed induction on 'this'. --- Source/Dafny/DafnyOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Dafny/DafnyOptions.cs') diff --git a/Source/Dafny/DafnyOptions.cs b/Source/Dafny/DafnyOptions.cs index 66cf639f..2eea5717 100644 --- a/Source/Dafny/DafnyOptions.cs +++ b/Source/Dafny/DafnyOptions.cs @@ -312,7 +312,7 @@ namespace Microsoft.Dafny 2 - apply induction as requested (by attributes) and also for heuristically chosen quantifiers 3 (default) - apply induction as requested, and for - heuristically chosen quantifiers and ghost methods + heuristically chosen quantifiers and lemmas /inductionHeuristic: 0 - least discriminating induction heuristic (that is, lean toward applying induction more often) -- cgit v1.2.3