From: bdemsky Date: Wed, 13 Sep 2006 13:10:31 +0000 (+0000) Subject: checking in example X-Git-Tag: preEdgeChange~827 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4d2700010a5d7fb21b549daf0777c226555d4807;p=IRC.git checking in example --- diff --git a/Robust/src/RepairTest/specs/Example2/Example2.constraints b/Robust/src/RepairTest/specs/Example2/Example2.constraints new file mode 100755 index 00000000..e7f6d25c --- /dev/null +++ b/Robust/src/RepairTest/specs/Example2/Example2.constraints @@ -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 index 00000000..d9a35afd --- /dev/null +++ b/Robust/src/RepairTest/specs/Example2/Example2.label @@ -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 index 00000000..f6b2b86d --- /dev/null +++ b/Robust/src/RepairTest/specs/Example2/Example2.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/Example2/Example2.space b/Robust/src/RepairTest/specs/Example2/Example2.space new file mode 100755 index 00000000..41bdc3b9 --- /dev/null +++ b/Robust/src/RepairTest/specs/Example2/Example2.space @@ -0,0 +1,6 @@ +// Space Definition Language File + +set Example(Example); +X: Example -> int; +Y: Example -> int; +Z: Example -> int;