
Hitmap EXAMPLE
This program calculates the stable position of a spring system. It reads a
input graph and calculates the final position after a given number of iterations.


spring_dense.c 			Version of the Spring benchmark that uses a incident matrix.
spring_full_dense.c		This version assumes that the graph is full connected.

matrix_sig_vs_bit.c		Test program to check the performance of sig and bitmap implementations.  	

check:					Script to execute a test of the program







