Execute the adjlist algorithm in adjlist_algorithm.c and print the number of cliques found and wall clock execution time. More...
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "misc.h"
#include "LinkedList.h"
#include "MemoryManager.h"
#include "adjlist_algorithm.h"
Functions | |
int | main () |
Execute the adjlist algorithm in adjlist_algorithm.c and print the number of cliques found and wall clock execution time.
Copyright (c) 2011 Darren Strash. This code is released under the GNU Public License (GPL) 3.0.
int main | ( | ) |