From: bdemsky Date: Wed, 13 Sep 2006 13:08:43 +0000 (+0000) Subject: Checking in example X-Git-Tag: preEdgeChange~828 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4018b37d7ad190488c4cdcb9e29d81b1e5a62b75;p=IRC.git Checking in example --- 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;