After the C++ BellmanFord() function returns true, each PathVertexInfo's distance attribute represents _____.
Group of answer choices
1.the smallest edge weight amongst all edges incoming to that vertex
2.the smallest edge weight amongst all edges outgoing from that vertex
3.the shortest path length from the start vertex to that vertex
4.the sum of all possible path lengths from the starting vertex to that vertex