# make binaries
g++ -O3 -o lcs2mix lcs2mix.c
#gcc -lm -O3 -o lcs2mix lcs2mix.c

# measure execution time 
#time ./lcs2mix
