File:5n PERT graph with critical path.svg

Summary

Description The graph was created with Graphviz from the graph specification below.
Date
Source Own work
Author hu:User:Illes
Permission
(Reusing this file)
The image is in the public domain.
digraph untitl {
	node [ fontname="Helvetica-Bold", shape="circle", width="0.3", style ="setlinewidth(2),filled" color="black", fillcolor = "pink", label=""];
	edge [ fontname="Helvetica-Bold", fontsize="16", style="bold" ];
	graph [ rankdir="LR", ranksep="0.4"];
	{ rank = same; B, D }
	
	A -> B [ label = "3", color="red"];
	B -> C [ label = "2"];
	B -> E [ label = "1", color="red"];
	E -> C [ label = "3", color="red"];
	A -> D [ label = "2"];
	D -> C [ label = "3"];

}
This work is ineligible for copyright and therefore in the public domain because it consists entirely of information that is common property and contains no original authorship.
Category:PD ineligible#5n%20PERT%20graph%20with%20critical%20path.svg Category:Directed planar graphs Category:SVG directed graphs Category:PERT charts
Category:Directed planar graphs Category:PD ineligible Category:PERT charts Category:SVG directed graphs