diff options
author | tabarbe <unknown> | 2010-07-19 21:36:53 +0000 |
---|---|---|
committer | tabarbe <unknown> | 2010-07-19 21:36:53 +0000 |
commit | 894b881ed4771504d79f822e153cf06e264c98c1 (patch) | |
tree | 6638682ab356cd5970944e54a575a0b3e0912693 /Source/Provers | |
parent | 28e03877a9c41dc0556d17115ccd1647f9eddcf6 (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.ssc | 2 |
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;
|