This directory contains various files displaying the format that should 
be used in the Data/out file for the various searches.

1) out_rational_line1
This is a sample file for use in the rational line search. It searches 
at the (Pi/4,Pi/4,Pi/2) triangle in the rational line c=Pi/2. Of course 
this is equivalent to a+b=Pi/2. The last two lines in the file "2" and 
"2" signify that for right triangles,
2a + 2b = 0 (mod Pi)

2) out_rational_line2
This is another sample file for use in the rational line search. It 
searches at the (Pi/8, *, *) triangle in the line a=Pi/8. The last two 
lines in the file "8" and "0" signify that 
8a+0b = 0 (mod Pi)
So this is the line a=Pi/8.

3) out_fill
4) out_fill2
These are example out files for the fill program. See the discussion in 
C2/doc/FILL_README.
