Skip Menu |

This queue is for tickets about the Graph CPAN distribution.

Report information
The Basics
Id: 17165
Status: resolved
Priority: 0/
Queue: Graph

People
Owner: Nobody in particular
Requestors: osborne1 [...] optonline.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.69
Fixed in: (no value)



Subject: Documentation fix
JHI, Graph's online page says this: SP_Bellman_Ford @path = $g->SP_Dijkstra($u, $v) Return the vertices in the shortest path in the graph $g between the two vertices $u, $v. If no path can be found, an empty list is returned. It should say: @path = $g->SP_Bellman_Ford($u, $v)