Implement a sorting function for the modular graph
During discussions we came up with a way to sort numbers in the modular graph reasonably efficiently (O(n*log(m)log(n) if I recall correctly). It remains to implement this (and test it).
During discussions we came up with a way to sort numbers in the modular graph reasonably efficiently (O(n*log(m)log(n) if I recall correctly). It remains to implement this (and test it).