Изменения

Перейти к: навигация, поиск
м
Псевдокод алгоритма Фринка
'''function''' frinkMatching<tex>(G)</tex>:
'''if''' <tex>|V| = 0</tex> '''then'''
'''return''' <tex>\varnothing</tex>
<tex>v - w = E[0]</tex>
<tex>R = </tex> reductions<tex>(G, v - w)</tex>
'''if''' bridgeless <tex>(G[V - \{v, w\}, E \cup R[0] ])</tex> '''then'''
<tex>r = R[0]</tex>
'''else'''
<tex>r = R[1]</tex>
<tex>M =</tex> frinkMatching <tex>(G[V - \{v, w\}, E \cup r])</tex>
'''if''' <tex>|r \cap M| = 2 </tex> '''then'''
<tex>C =</tex> alternatingCycle <tex>(G, M, r[0])</tex>
<tex>M = M \oplus C</tex>
84
правки

Навигация