List <int> GetColorNeighbors(int v, int c) { return(ListUtility.Intersection(π[c], G.Neighbors[v])); }