This directory contains a C++ implementation of the 
augment relabel algorithm specialized for the bipartite
matching problem.  Include files containing the data
structures used are all found in the include directory.

 Makefile	
 ar.cc		Code for bipartite matching
 ar.h		Header for bipartite matching
 ar_run.cc	Code that sets up the run by calling the parser
		and produces output at the end

