Exemplo n.º 1
0
        public static bool IsFChoosable(this IGraph_uint graph, Func <int, int> f, out List <List <int> > badAssignment)
        {
            long nodesVisited, cacheHits;

            return(graph.IsFChoosable(f, out badAssignment, out nodesVisited, out cacheHits));
        }