telepath / com.github.giedomak.telepath.cardinalityestimation.synopsis / Synopsis / paths

paths

fun paths(edge: Edge): Int (source)

Number of paths in G labeled by edge.

fun paths(edges: Pair<Edge, Edge>): Int (source)

Number of paths in G labeled with l1/l2.