checking in example
authorbdemsky <bdemsky>
Wed, 13 Sep 2006 13:10:31 +0000 (13:10 +0000)
committerbdemsky <bdemsky>
Wed, 13 Sep 2006 13:10:31 +0000 (13:10 +0000)
Robust/src/RepairTest/specs/Example2/Example2.constraints [new file with mode: 0755]
Robust/src/RepairTest/specs/Example2/Example2.label [new file with mode: 0644]
Robust/src/RepairTest/specs/Example2/Example2.model [new file with mode: 0755]
Robust/src/RepairTest/specs/Example2/Example2.space [new file with mode: 0755]

diff --git a/Robust/src/RepairTest/specs/Example2/Example2.constraints b/Robust/src/RepairTest/specs/Example2/Example2.constraints
new file mode 100755 (executable)
index 0000000..e7f6d25
--- /dev/null
@@ -0,0 +1 @@
+[forall e in Example], e.X > 0;
\ No newline at end of file
diff --git a/Robust/src/RepairTest/specs/Example2/Example2.label b/Robust/src/RepairTest/specs/Example2/Example2.label
new file mode 100644 (file)
index 0000000..d9a35af
--- /dev/null
@@ -0,0 +1 @@
+Example * e;
\ No newline at end of file
diff --git a/Robust/src/RepairTest/specs/Example2/Example2.model b/Robust/src/RepairTest/specs/Example2/Example2.model
new file mode 100755 (executable)
index 0000000..f6b2b86
--- /dev/null
@@ -0,0 +1,4 @@
+[], true => e in Example;
+[forall l in Example], true => <l, l.x> in X;
+[forall l in Example], true => <l, l.y> in Y;
+[forall l in Example], true => <l, l.z> in Z;
diff --git a/Robust/src/RepairTest/specs/Example2/Example2.space b/Robust/src/RepairTest/specs/Example2/Example2.space
new file mode 100755 (executable)
index 0000000..41bdc3b
--- /dev/null
@@ -0,0 +1,6 @@
+// Space Definition Language File
+
+set Example(Example);
+X: Example -> int;
+Y: Example -> int;
+Z: Example -> int;