Implement colour refinement #728
Labels
difficulty: 2
A label for feature requests of medium difficulty
feature-request
A label for feature requests
new-feature
A label for new features.
Colour refinement is an algorithm that takes a graph$G = (V, E)$ , and returns a colouring $C \colon V \to \mathbb{N}$ of the vertices such that, for any pair of vertices $u, v \in V$ with the same colour (i.e. $C(u) = C(v)$ ), the neighbours of $u$ are coloured in the same way as the colours of $v$ .
This algorithm has many applications, notably relating to graph isomorphism testing. It would be good to have an implementation in the Digraphs package.
Useful references
The text was updated successfully, but these errors were encountered: