diff options
author | Valentin Wüstholz <wuestholz@gmail.com> | 2015-05-20 19:39:24 +0200 |
---|---|---|
committer | Valentin Wüstholz <wuestholz@gmail.com> | 2015-05-20 19:39:24 +0200 |
commit | 5bcf7c6c005233137cde6f908c6801a911aeca0a (patch) | |
tree | e43ac2b869ef6cc087fa8d97ceb9615167e564ea /Source/Houdini | |
parent | acb3bb31dffcdba7f63e9ab041bb83d26f23e7b8 (diff) |
Minor changes
Diffstat (limited to 'Source/Houdini')
-rw-r--r-- | Source/Houdini/Checker.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Houdini/Checker.cs b/Source/Houdini/Checker.cs index 30056d99..d9da29cc 100644 --- a/Source/Houdini/Checker.cs +++ b/Source/Houdini/Checker.cs @@ -238,6 +238,7 @@ namespace Microsoft.Boogie.Houdini { stats.proverTime += queryTime;
stats.numProverQueries++;
if (CommandLineOptions.Clo.Trace) {
+ Console.WriteLine("Outcome = " + proverOutcome);
Console.WriteLine("Time taken = " + queryTime);
}
|