Файл:Лемма о безопасном ребре.png — различия между версиями

Материал из Викиконспекты
Перейти к: навигация, поиск
(digraph G { a [label="" height=0.3 width=0.3]; b [label="u" height=0.3 width=0.3 style=filled]; c [label="4" height=0.3 width=0.3 style=filled]; d [label="3" height=0.3 width=0.3 style=filled]; e [label="" height=0.3 width=0.3 style=filled]; f [)
 
м
 
Строка 1: Строка 1:
digraph G {  
+
digraph G {  
a [label=""  height=0.3 width=0.3];
+
a [label=""  height=0.3 width=0.3];
b [label="u" height=0.3 width=0.3 style=filled];
+
b [label="u" height=0.3 width=0.3 style=filled];
c [label="4" height=0.3 width=0.3 style=filled];
+
c [label="4" height=0.3 width=0.3 style=filled];
d [label="3" height=0.3 width=0.3 style=filled];
+
d [label="3" height=0.3 width=0.3 style=filled];
e [label=""  height=0.3 width=0.3 style=filled];
+
e [label=""  height=0.3 width=0.3 style=filled];
f [label="v" height=0.3 width=0.3];
+
f [label="v" height=0.3 width=0.3];
g [label="1" height=0.3 width=0.3];
+
g [label="1" height=0.3 width=0.3];
h [label="2" height=0.3 width=0.3];
+
h [label="2" height=0.3 width=0.3];
+
a -> c [dir=none];
+
a -> c     [dir=none];
b -> c [dir=none];
+
b -> c     [dir=none];
c -> d -> e [dir=none style=bold];
+
c -> d -> e [dir=none style=bold];
d -> h [dir=none];
+
d -> h     [dir=none];
f -> g -> h [dir=none style=bold];
+
f -> g -> h [dir=none style=bold];
b -> f [dir=none style=dashed];
+
b -> f     [dir=none style=dashed];
a -> b [style=invis]
+
a -> b     [style=invis]
}
+
}

Текущая версия на 20:31, 18 января 2013

digraph G { 
	a [label=""  height=0.3 width=0.3];
	b [label="u" height=0.3 width=0.3 style=filled];
	c [label="4" height=0.3 width=0.3 style=filled];
	d [label="3" height=0.3 width=0.3 style=filled];
	e [label=""  height=0.3 width=0.3 style=filled];	
	f [label="v" height=0.3 width=0.3];
	g [label="1" height=0.3 width=0.3];
	h [label="2" height=0.3 width=0.3];	
		
	a -> c 	    [dir=none];
	b -> c 	    [dir=none];
	c -> d -> e [dir=none style=bold];
	d -> h 	    [dir=none];
	f -> g -> h [dir=none style=bold];	
	b -> f	    [dir=none style=dashed];	
	a -> b      [style=invis]	
}

История файла

Нажмите на дату/время, чтобы просмотреть, как тогда выглядел файл.

Дата/времяМиниатюраРазмерыУчастникПримечание
текущий04:38, 7 января 2013Миниатюра для версии от 04:38, 7 января 2013800 × 600 (31 КБ)Alex z (обсуждение | вклад)digraph G { a [label="" height=0.3 width=0.3]; b [label="u" height=0.3 width=0.3 style=filled]; c [label="4" height=0.3 width=0.3 style=filled]; d [label="3" height=0.3 width=0.3 style=filled]; e [label="" height=0.3 width=0.3 style=filled]; f [
  • Вы не можете перезаписать этот файл.

Следующие 2 страницы ссылаются на данный файл:

Метаданные