* @brief This function returns the shortest distance from the source * to the target if there is path between vertices 's' and 't'. * * @param workset_ vertices visited in the search * @param distance_ vector of distances from the source to the target and * from the target to the source * */
source not stored for this graph (policy: none)