summaryrefslogtreecommitdiff
path: root/algos.h
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2013-12-08 19:07:27 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2013-12-08 19:07:27 +0100
commit100be058261bc725a0356dd76e07145ae6c3181f (patch)
tree79ce24c6bcab9e859dafbd34578612739c484fb2 /algos.h
parent94c5a77d6c10f8f16a94cb3da5cef609ecdf6038 (diff)
downloadAlgoProg-Projet-100be058261bc725a0356dd76e07145ae6c3181f.tar.gz
AlgoProg-Projet-100be058261bc725a0356dd76e07145ae6c3181f.zip
Nouvelle condition de coloriage
Diffstat (limited to 'algos.h')
-rw-r--r--algos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/algos.h b/algos.h
index 4f20639..b8959dd 100644
--- a/algos.h
+++ b/algos.h
@@ -5,7 +5,7 @@
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);
+void max_clique_c(const graph g, set k, set c, set a, set *mc, int prev_size);
#endif