The input file saves coefficients and constant values of the input system in integer form.
For instance, the inequality  
         5/2*x1 + 3/2*x2 <= 2, 
should be saved in a file as : 5 3 4. 
