Add a unidirectional edge to the graph. @param fromID the ID number of the from node @param toID the ID number of the to node @param cost cost from > to @return true if the edge was added else false
(int fromID, int toID, double cost)
source not stored for this graph (policy: none)
no test coverage detected