| Name:planefiles |
Format of files: |
| Description:Stores the
projective planes used by the programs These files were created using the plane files of Eric Moorehouse and Gordon Royal. |
Planes are stored with each line
of the file representing a line of the plane and the values on that line represent the points which are on that line |
| Name:partfiles |
Format of Files: |
| Description: Stores the library
of partial
planes.
|
Files list the number of points then the number of lines. Then the lines are listed in the form number of points on the line followed by the points on the line. |
| Name:quadfiles |
Format of files: |
| Description:Contains the files
which have the lists of frames. Frames are stored as the points
of the frame. These files were created using nauty. |
Lists of the points of a frame |
| Name:FIELDS |
Format of files: |
| Description: Contains a
program to generate fields. As well as files that contain the
data necessary to preform field mutliplication |
C++ program file, and files representing field addition. Let g be a primitive element then These files are single arrays with the ith entry representing (g^i)+1 |
| Name:ProjectivePlane |
Format of files |
| Description: Contains the files
for the following data structures: embedding, Matrix, and
MProjectivePlanes, and PartialPlane. Any File which uses these structures must link to ./Matrix.cc, ./MProjectivePlane.cc, ./embedding.cc, and ./PartialPlane.cc |
C++ files and their headers |