summaryrefslogtreecommitdiff
path: root/Source/Provers
diff options
context:
space:
mode:
authorGravatar tabarbe <unknown>2010-07-19 21:36:53 +0000
committerGravatar tabarbe <unknown>2010-07-19 21:36:53 +0000
commit894b881ed4771504d79f822e153cf06e264c98c1 (patch)
tree6638682ab356cd5970944e54a575a0b3e0912693 /Source/Provers
parent28e03877a9c41dc0556d17115ccd1647f9eddcf6 (diff)
Boogie: Changed how the references in AbsInt are referenced, and fixed a typo in the Spec# version of Z3's ProverInterface.ssc
Diffstat (limited to 'Source/Provers')
-rw-r--r--Source/Provers/Z3/ProverInterface.ssc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Provers/Z3/ProverInterface.ssc b/Source/Provers/Z3/ProverInterface.ssc
index cc788033..3473a139 100644
--- a/Source/Provers/Z3/ProverInterface.ssc
+++ b/Source/Provers/Z3/ProverInterface.ssc
@@ -128,7 +128,7 @@ namespace Microsoft.Boogie.Z3
return opts.BitVectors;
} }
- internal Z3LineariserOptions(bool asTerm, Z3InstanceOptions !opts, List<VCExprVar!>! letVariables) {
+ internal Z3LineariserOptions(bool asTerm, Z3InstanceOptions! opts, List<VCExprVar!>! letVariables) {
base(asTerm);
this.opts = opts;
this.LetVariablesAttr = letVariables;