vigna / webgraph-rs

A Rust port of the WebGraph framework
Apache License 2.0
32 stars 6 forks source link

Add checks for permutations #94

Open zommiommy opened 7 months ago

zommiommy commented 7 months ago

Currently, the CLI tools and PermutedGraph assume that the permutation is bijective but they never check it. We should add a check by default with the possibility to opt-out.