summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAlex AUVOLAT <alex.auvolat@ens.fr>2013-12-08 11:11:35 +0100
committerAlex AUVOLAT <alex.auvolat@ens.fr>2013-12-08 11:11:35 +0100
commit117cacb7f592bc7a4e506da290fa28dd77530b1a (patch)
tree3ca8bf7f15cbe2deab57e68844c6c479eecd4e11 /main.c
parent3f0043d05660dd51108f9cd2fcd06975cd8014cf (diff)
parent3c8b380b98b8fd5dcbaa3a254ab71ac20a485099 (diff)
downloadAlgoProg-Projet-117cacb7f592bc7a4e506da290fa28dd77530b1a.tar.gz
AlgoProg-Projet-117cacb7f592bc7a4e506da290fa28dd77530b1a.zip
Merge branch 'master' of sas.eleves.ens.fr:/users/13/info/oulamara/Work/AlgoProg-Projet
Conflicts: algos.c
Diffstat (limited to 'main.c')
-rw-r--r--main.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/main.c b/main.c
index e5b3efc..8a3d113 100644
--- a/main.c
+++ b/main.c
@@ -13,16 +13,6 @@
#include "graph.h"
#include "algos.h"
-/*
- max_clique calculates the maximum clique in a graph. Arguments :
- - g : the graph where the clique is looked for
- - k : the clique we are currently examining
- - c : the graph nodes we can potentially add to the clique
- - a : the nodes we can actually add to the clique
- - mc : a pointer to the set containing the maximum clique found until now
- Returns nothing (result is in *mc).
-*/
-
// Driver