120
 правок
Изменения
м
Нет описания правки
 digraph G { 		 	a [label="" pos="0,1!"         style=filled fillcolor=black height=0.3 width=0.3];	 	b [label="" pos="-0.95,0.3!"   style=filled fillcolor=gray  height=0.3 width=0.3];	 	c [label="" pos="0.95,0.3!"    style=filled fillcolor=gray  height=0.3 width=0.3];	 	d [label="" pos="-0.59,-0.81!" style=filled fillcolor=gray  height=0.3 width=0.3];	 	e [label="" pos="0.59,-0.81!"  style=filled fillcolor=gray  height=0.3 width=0.3];		 	d -> b [label="0"  style=bold]		 	b -> d [label="0" style=bold]	 	e -> c [label="0" style=bold]		 	c -> e [label="0" style=bold]	 }
