summaryrefslogtreecommitdiff
path: root/Source/VCGeneration/Check.cs
diff options
context:
space:
mode:
authorGravatar Ken McMillan <unknown>2013-05-20 15:56:46 -0700
committerGravatar Ken McMillan <unknown>2013-05-20 15:56:46 -0700
commit03fe763cfa71614bb7c4a8c3562337ccf47fcb7c (patch)
tree2672ac817c285a1da69ba4625d1ec0223f155b7a /Source/VCGeneration/Check.cs
parent429608680e4b6b65c9a75e9f1ca72963778983ed (diff)
Working on fixedpoint backend
Diffstat (limited to 'Source/VCGeneration/Check.cs')
-rw-r--r--Source/VCGeneration/Check.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/VCGeneration/Check.cs b/Source/VCGeneration/Check.cs
index 607476e7..e88c000e 100644
--- a/Source/VCGeneration/Check.cs
+++ b/Source/VCGeneration/Check.cs
@@ -406,7 +406,9 @@ namespace Microsoft.Boogie {
}
public abstract void BeginCheck(string descriptiveName, VCExpr vc, ErrorHandler handler);
- public virtual Outcome CheckRPFP(string descriptiveName, RPFP vc, ErrorHandler handler, out RPFP.Node cex)
+ public virtual Outcome CheckRPFP(string descriptiveName, RPFP vc, ErrorHandler handler,
+ out RPFP.Node cex,
+ Dictionary<int, Dictionary<string, string>> varSubst)
{
throw new System.NotImplementedException();
}