# Matroid Polytope Completion
# Release 0.6
# David Bremner, bremner@unb.ca
# $Id$

What documentation there is, is contained in the directory doc/
 
there are 3 binaries of interest built by default:
oms: chirotope based search
hls: hyperline based search
genlp:  generate an integer linear program in the format of lp_solve.
nuoms: nonuniform chirotope based search

these will all be left in the directory src

for help on (the many) options, try e.g.

nuoms -h

in parentheses is given for most options a keyword form (i.e. 

-O (output_level)

this keyword can be used to specify an option in the input by adding
e.g.

options{
	output_level=6,
	uniform
	}
