From 3c8b380b98b8fd5dcbaa3a254ab71ac20a485099 Mon Sep 17 00:00:00 2001 From: Mendes Oulamara Date: Fri, 6 Dec 2013 18:08:37 +0100 Subject: Addition of sets_equal to bitsets --- main.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'main.c') 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 -- cgit v1.2.3