Then compile one of the programs, like tutte.c by saying
gcc tutte.c -o tutte.out
(Pat Byrnes suggested this variant "gcc tutte.c -O3 -o tutte.out",
which performs some optimization that makes it work a lot faster)
Then execute the following command:
./tutte.out d n matrix.dat
The usage variations for the non-vanilla versions go something like this:
./tutte_modp.out d n p matrix.dat
where p is the characteristic of the finite field Z/pZ where one is working.
./tutte.out d n th matrix.dat
where th is a "threshold" to be explained in the manual.
The view and opinions expressed in this page are strictly those of the page author. The contents of this page have not been reviewed or approved by the University of Minnesota.