summaryrefslogtreecommitdiff
path: root/algos.h
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2013-12-08 19:23:25 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2013-12-08 19:23:25 +0100
commit5c0bf0e1f8bf2cd1d309e443c9632423ca96589a (patch)
tree2288067659ea895c8e28be0d8e504ef7f8b9afdf /algos.h
parent100be058261bc725a0356dd76e07145ae6c3181f (diff)
downloadAlgoProg-Projet-5c0bf0e1f8bf2cd1d309e443c9632423ca96589a.tar.gz
AlgoProg-Projet-5c0bf0e1f8bf2cd1d309e443c9632423ca96589a.zip
Rien du tout, on a juste un coloriage correct maintenant.
Diffstat (limited to 'algos.h')
-rw-r--r--algos.h2
1 files changed, 2 insertions, 0 deletions
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);