To create graph you needto vertexes. Select «Add vertex» and click to workspace
\n\n\n\n
To connect vertexes you needselect "Connect vertexes" and click to first vertex after that to second.
\n\nIn dialog you need to select weight or stay it without weight, also choose type: directed or not.
\n\nChoose menu "Find shortest path". After that select start and finish vertexes. If there us path you will see it on the graph. We use dijkstra's algorithm.
\n\n\n"; $g_lang["m_title"] = "Graph Online help"; $g_lang["m_keyWords"] = "graph, help"; $g_lang["m_description"] = "Graph online help page"; ?>