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

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