                                    MPI-OWE

  Parallel orbitwise vertex enumeration algorithm for combinatorial polyhedra

               Antoine Deza                   Gabriel Indik



To compile:
-----------
Place all source and header files into a single directory.
Compile including standard ANSI C math library and local
MPI implementation references. Example:

compilec *.c -lmpi -lm -o owe


To execute:
-----------
Once compiled, the program can be executed without taking
command line parameters. All input is specified in the
"input.txt" file, which should be located in the working
directory. Details on how to specify these parameters are
described within the file as comment lines.