We should write methods for the Connections class that handle some common network analysis tasks:
For methods that return paths, we also need to have the option to return not just the "best", but a listing of all possible paths sorted in some order. As such, we also need to create "sorting" functions that can order the paths by a particular metric.
We should write methods for the
Connectionsclass that handle some common network analysis tasks:For methods that return paths, we also need to have the option to return not just the "best", but a listing of all possible paths sorted in some order. As such, we also need to create "sorting" functions that can order the paths by a particular metric.