Functions

src/tomita.c File Reference

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 ()

Detailed Description

Execute the tomita algorithm in tomita_algorithm.c and print the number of cliques found and wall clock execution time.

Author:
Darren Strash (first name DOT last name AT gmail DOT com)

Copyright (c) 2011 Darren Strash. This code is released under the GNU Public License (GPL) 3.0.

gplv3-127x51.png
See GPL 3.0 here

Function Documentation

int main (  ) 
 All Data Structures Files Functions Variables Typedefs Defines