Problem For a bipartite graph of {P, R}, partition P into sets such that every element in partition is adjacent to exactly the same nodes in R. Solutions A Datalog one using Crepe Another Datalog one using Ascent A hand-coded one with HashMaps Benchmarks cargo criterion