Kuhn-Munkres Algorithm (a.k.a. The Hungarian Algorithm)

drug drug2004 at bk.ru
Fri Feb 26 08:42:28 UTC 2021


On 2/25/21 11:35 PM, Sameer Pradhan wrote:
> 
> 
> Thanks for your responses. I had one other related question: I also 
> found a C-implementation of the algorithm. I have never written a Dlang 
> binding for a C library, but since D has binary compatibility with a C 
> library/object file, would it be easier to write a wrapper for this C 
> library in D? Or there can be some gotchas that I need to keep in mind 
> if I take this path?
> 
> -- 
> Sameer
> 

Bindings would be the easier way. It is really trivial, imho, no gotchas 
at all. Also you can ask a question here.


More information about the Digitalmars-d mailing list