Изменения

Перейти к: навигация, поиск

Теорема о декомпозиции

4 байта добавлено, 01:23, 22 декабря 2010
м
Нет описания правки
'''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
76
правок

Навигация