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. --- algos.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'algos.h') diff --git a/algos.h b/algos.h index b8959dd..c86c70a 100644 --- a/algos.h +++ b/algos.h @@ -3,6 +3,8 @@ #include "graph.h" +int color_subgraph(const graph g, set s, int dump_colors); + void max_clique_a(const graph g, set k, set c, set *mc); void max_clique_b(const graph g, set k, set c, set a, set *mc); void max_clique_c(const graph g, set k, set c, set a, set *mc, int prev_size); -- cgit v1.2.3