GraphLab Project

graphlab.extensions.reports
Interface ColoringListener

All Known Implementing Classes:
ChromaticNumber, ColoringReport

public interface ColoringListener


Method Summary
 boolean coloringFound(int t)
          Fires whenever a coloring is found
 

Method Detail

coloringFound

boolean coloringFound(int t)
Fires whenever a coloring is found

Parameters:
t - the maximum color, so the set of colors will be {1, 2, ..., t}
Returns:

GraphLab Project