summaryrefslogtreecommitdiff
path: root/Source/VCGeneration/HasseDiagram.cs
diff options
context:
space:
mode:
authorGravatar boehmes <unknown>2012-09-27 17:13:40 +0200
committerGravatar boehmes <unknown>2012-09-27 17:13:40 +0200
commited83becd12d7079e6ce2853fbebace20b1e7df5a (patch)
tree129c09df268f51abf941aec3971e213bd19eac06 /Source/VCGeneration/HasseDiagram.cs
parentac41d9d5613640f06e8b553869cbba65c4183967 (diff)
Removed AIFramework from Boogie -- use native trivial or native interval-based abstract interpretation instead.
Command-line option '/infer' now accepts only arguments 't' and 'j' where the latter is the default now for Boogie. Command-line option '/logInfer' has been dropped.
Diffstat (limited to 'Source/VCGeneration/HasseDiagram.cs')
-rw-r--r--Source/VCGeneration/HasseDiagram.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/VCGeneration/HasseDiagram.cs b/Source/VCGeneration/HasseDiagram.cs
index db777336..d5fdfb66 100644
--- a/Source/VCGeneration/HasseDiagram.cs
+++ b/Source/VCGeneration/HasseDiagram.cs
@@ -11,7 +11,6 @@ using System.Threading;
using System.IO;
using Microsoft.Boogie;
using Graphing;
-using AI = Microsoft.AbstractInterpretationFramework;
using System.Diagnostics.Contracts;
using Microsoft.Basetypes;
using Microsoft.Boogie.VCExprAST;