UFMG - Pós-graduação em Ciência da
Computação -
Programação Paralela
A seguir: Theorem 1
Acima: Aula 17 - O
Anterior: Proof of Mutual Exclusion
Progress: the
Graph
Let
be a relation defined between nodes of the network by
the following rules:
Node i
j if and only if one of the following conditions
is verified:
1: Next[i] = j
2: R [i]
IN[j]
3: Position(ReqList[j],i) = 1
4:
k, Position(ReqList[k],j) = Position(ReqList[k],i) + 1
5:
IN[j], Position(
.ReqList,i) = 1
6:
k,
IN[k],
Position(
.ReqList, j) = Position(
.ReqList,i) + 1
Osvaldo Carvalho