76
правок
Изменения
м
Нет описания правки
'''fullDecomposition()'''
<tex> d \leftarrow \emptyset </tex>
'''while '''<tex> (p = </tex> simpleDecomposition(s)) <tex> \neq </tex> NULL
<tex> d \leftarrow d \cup p </tex>
'''for''' <tex> u \in V </tex>
'''while '''<tex> (p = </tex> simpleDecomposition(u)) <tex> \neq </tex> NULL
<tex> d \leftarrow d \cup p </tex>
'''return''' d