Currently, a function like hasEdge is tested with arguments from take 2 edgesNotInGraph. But this take the two first edges not in the graphs, likely (0,0) and (0,1). This is not a good thing, we want to test for edges everywhere and the graph.
How can we select them to have a representative population, and how many ?
Currently, a function like
hasEdgeis tested with arguments fromtake 2 edgesNotInGraph. But this take the two first edges not in the graphs, likely(0,0)and(0,1). This is not a good thing, we want to test for edges everywhere and the graph.How can we select them to have a representative population, and how many ?