Feedback vertex set: различия между версиями

Материал из WEGA
Перейти к навигации Перейти к поиску
(Новая страница: «'''Feedback vertex set''' --- разрывающее множество вершин. Given a digraph <math>G = (V,A)</math>, a subset <math>F \subseteq V</math> i…»)
 
(нет различий)

Текущая версия от 09:12, 27 апреля 2011

Feedback vertex set --- разрывающее множество вершин.

Given a digraph [math]\displaystyle{ G = (V,A) }[/math], a subset [math]\displaystyle{ F \subseteq V }[/math] is called a feedback vertex set if a digraph [math]\displaystyle{ G' }[/math], induced by the vertex set [math]\displaystyle{ V \setminus F }[/math], is DAG. FVS-problem is the problem of looking for a minimum feedback vertex set. It is well known that FAS-problem can be reduced to the FVS-problem and vice versa.