diff options
author | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-12-08 11:11:35 +0100 |
---|---|---|
committer | Alex AUVOLAT <alex.auvolat@ens.fr> | 2013-12-08 11:11:35 +0100 |
commit | 117cacb7f592bc7a4e506da290fa28dd77530b1a (patch) | |
tree | 3ca8bf7f15cbe2deab57e68844c6c479eecd4e11 /main.c | |
parent | 3f0043d05660dd51108f9cd2fcd06975cd8014cf (diff) | |
parent | 3c8b380b98b8fd5dcbaa3a254ab71ac20a485099 (diff) | |
download | AlgoProg-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.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 |