Executable files of three implementations of the Fourier Motzkin Elimination.

itr.bin is the iterative version, dnc.bin is the divide and conquer version
and par.bin is the parallel version of the algorithm.


EXAMPLE: ./itr.bin file_of_coefficients variable_number inequality_number
