summaryrefslogtreecommitdiff
path: root/Source/VCGeneration/FixedpointVC.cs
diff options
context:
space:
mode:
authorGravatar Ken McMillan <unknown>2013-11-09 15:45:09 -0800
committerGravatar Ken McMillan <unknown>2013-11-09 15:45:09 -0800
commit334d29e2e34647caa2defd9cd0d329e1e9f0dfd3 (patch)
tree31d51078b4fc87fe7b4d3fc361d61084e84b613b /Source/VCGeneration/FixedpointVC.cs
parent762424bf2a12558fd5a1eacbc056ebff3193b318 (diff)
parent0172a2eeb76fafd8aaabd34934b41eca15282956 (diff)
Merge duality changes to mainline
Diffstat (limited to 'Source/VCGeneration/FixedpointVC.cs')
-rw-r--r--Source/VCGeneration/FixedpointVC.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/VCGeneration/FixedpointVC.cs b/Source/VCGeneration/FixedpointVC.cs
index 330ffe49..6fe3a103 100644
--- a/Source/VCGeneration/FixedpointVC.cs
+++ b/Source/VCGeneration/FixedpointVC.cs
@@ -109,7 +109,7 @@ namespace Microsoft.Boogie
program = _program;
gen = ctx;
if(old_checker == null)
- checker = new Checker(this, program, logFilePath, appendLogFile, 0, null);
+ checker = new Checker(this, program, logFilePath, appendLogFile, CommandLineOptions.Clo.ProverKillTime, null);
else {
checker = old_checker;
checker.Retarget(program,checker.TheoremProver.Context);