summaryrefslogtreecommitdiff
path: root/Source/Provers/Simplify/Prover.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Provers/Simplify/Prover.cs')
-rw-r--r--Source/Provers/Simplify/Prover.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Provers/Simplify/Prover.cs b/Source/Provers/Simplify/Prover.cs
index b789e588..e4a72a89 100644
--- a/Source/Provers/Simplify/Prover.cs
+++ b/Source/Provers/Simplify/Prover.cs
@@ -507,7 +507,7 @@ namespace Microsoft.Boogie.Simplify {
protected override void DoBeginCheck(string descriptiveName, string formula) {
//Contract.Requires(descriptiveName != null);
- Contract.Requires(formula != null);
+ //Contract.Requires(formula != null);
//simplify.Refresh();
//this.Comment("@@@@ Virtual Memory: " + simplify.PeakVirtualMemorySize64);
//this.Comment("@@@@ Working Set: " + simplify.PeakWorkingSet64);