How to use the program for computing Grobner fans.

Put the file "toric.tar" in a separate dir and use "tar -x < toric.tar" to extract. Run "make". This will produce two executable files "main" and "tester". Following is a list of examples on how to use the program:

EXAMPLE 1: Computing a reduced Grobner basis of the ideal I_A where A=[1,2,3,4].

Now the program starts computing and produces the file "ud.tex" and if latex is available in the path it also produces the "ud.dvi" file. View this file with xdvi: "xdvi ud.dvi&" to see each step in the algorithm.

EXAMPLE 2: Computing all reduced Grobner bases of the ideal I_A where A=[1,2,3,4] and list them.

The program will now produce the "ud.dvi" file containing a list of the 20 reduced Grobner bases of I_A.

EXAMPLE 3: Computing all reduced Grobner bases of the ideal I_HA8

where HA8 is the 2x8 matrix:
1 1 1 1 1 1 1 1
1 2 3 4 5 6 7 8
The program now traverses the graph. This will take a while. When finished we can see the number of vertices (40284) and the number of edges (147086) in the file "ud.dvi". These numbers are also written to the file "output".

EXAMPLE 4: Producing a table of timings for the built-in examples.

The program produces the files "tableB.tex" and "tableB.dvi" containing the results.