Phylogeny graph

Материал из WikiGrapp
Версия от 15:26, 9 июня 2011; Glk (обсуждение | вклад) (Новая страница: «'''Phylogeny graph''' --- филогенный граф. Given an acyclic digraph <math>D = (V,A)</math>, its ''' phylogeny graph''' <math>P(D)</math> is the undi…»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигации Перейти к поиску

Phylogeny graph --- филогенный граф.

Given an acyclic digraph [math]\displaystyle{ D = (V,A) }[/math], its phylogeny graph [math]\displaystyle{ P(D) }[/math] is the undirected graph [math]\displaystyle{ (V,E) }[/math] with the same vertex set as [math]\displaystyle{ D }[/math] and with the following properties for [math]\displaystyle{ x \neq y }[/math]:

[math]\displaystyle{ xy \in E \Leftrightarrow (\exists a \in V)[(x,a) \in A \& (y,a) \in A] }[/math]

[math]\displaystyle{ or \; [(x,y) \in A] \; or [(y,x) \in A]. }[/math]