From 5c0bf0e1f8bf2cd1d309e443c9632423ca96589a Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Sun, 8 Dec 2013 19:23:25 +0100 Subject: Rien du tout, on a juste un coloriage correct maintenant. --- main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index 3faf077..febe6a5 100644 --- a/main.c +++ b/main.c @@ -94,6 +94,10 @@ int main(int argc, char **argv) { max_clique_b(g, init_k, init_c, init_a, &max_clique); printf("Max clique: "); dump_set(max_clique); } else if (algo == 2) { + set k = full_set(g->N); + color_subgraph(g, k, 1); + delete_set(k); + set max_clique = empty_set(g->N); set init_c = full_set(g->N); set init_a = full_set(g->N); -- cgit v1.2.3