<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>hungarian</name>
<shortdesc>algorithm for the linear assignment problem</shortdesc>
<description>This module is just a simple wrapper for a C++ implementation of Knuth's
Hungarian algorithm, a.k.a. Munkres' algorithm, for the linear assignment
problem.</description>
<download-page>http://mit.edu/harold/Public/hungarian.tgz</download-page>
<homepage rdf:resource="http://mit.edu/harold/www/code.html#hungarian" />
<maintainer><foaf:Person><foaf:name>Harold Cooper</foaf:name>
<foaf:mbox_sha1sum>23a6cff342231907d20d5319dfe917da4ab4c933</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.2</revision></Version></release>
</Project></rdf:RDF>