fun paths(edge: Edge): Int
Number of paths in G labeled by edge.
fun paths(edges: Pair<Edge, Edge>): Int
Number of paths in G labeled with l1/l2.