Execute the tomita algorithm in tomita_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 "tomita_algorithm.h"Functions | |
| int | main () |
Execute the tomita algorithm in tomita_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 | ( | ) |
1.7.1