munkres 0.0.2

Kuhn-Munkres (aka Hungarian) algorithm for solving the Assignment Problem
Documentation

munkres-rs Build Status

Kuhn-Munkres (aka Hungarian) algorithm for solving the Assignment Problem written in Rust.

This is a modified port from https://github.com/bmc/munkres.