From 4018b37d7ad190488c4cdcb9e29d81b1e5a62b75 Mon Sep 17 00:00:00 2001 From: bdemsky Date: Wed, 13 Sep 2006 13:08:43 +0000 Subject: [PATCH] Checking in example --- Robust/src/RepairTest/specs/Example/Example.constraints | 1 + Robust/src/RepairTest/specs/Example/Example.label | 1 + Robust/src/RepairTest/specs/Example/Example.model | 4 ++++ Robust/src/RepairTest/specs/Example/Example.space | 6 ++++++ 4 files changed, 12 insertions(+) create mode 100755 Robust/src/RepairTest/specs/Example/Example.constraints create mode 100644 Robust/src/RepairTest/specs/Example/Example.label create mode 100755 Robust/src/RepairTest/specs/Example/Example.model create mode 100755 Robust/src/RepairTest/specs/Example/Example.space diff --git a/Robust/src/RepairTest/specs/Example/Example.constraints b/Robust/src/RepairTest/specs/Example/Example.constraints new file mode 100755 index 00000000..e7f6d25c --- /dev/null +++ b/Robust/src/RepairTest/specs/Example/Example.constraints @@ -0,0 +1 @@ +[forall e in Example], e.X > 0; \ No newline at end of file diff --git a/Robust/src/RepairTest/specs/Example/Example.label b/Robust/src/RepairTest/specs/Example/Example.label new file mode 100644 index 00000000..d9a35afd --- /dev/null +++ b/Robust/src/RepairTest/specs/Example/Example.label @@ -0,0 +1 @@ +Example * e; \ No newline at end of file diff --git a/Robust/src/RepairTest/specs/Example/Example.model b/Robust/src/RepairTest/specs/Example/Example.model new file mode 100755 index 00000000..f6b2b86d --- /dev/null +++ b/Robust/src/RepairTest/specs/Example/Example.model @@ -0,0 +1,4 @@ +[], true => e in Example; +[forall l in Example], true => in X; +[forall l in Example], true => in Y; +[forall l in Example], true => in Z; diff --git a/Robust/src/RepairTest/specs/Example/Example.space b/Robust/src/RepairTest/specs/Example/Example.space new file mode 100755 index 00000000..41bdc3b9 --- /dev/null +++ b/Robust/src/RepairTest/specs/Example/Example.space @@ -0,0 +1,6 @@ +// Space Definition Language File + +set Example(Example); +X: Example -> int; +Y: Example -> int; +Z: Example -> int; -- 2.34.1