chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Solving the assignment problem using Chicken Scheme


From: Ivan Raikov
Subject: Re: [Chicken-users] Solving the assignment problem using Chicken Scheme by interfacing with libhungarian
Date: Mon, 17 Feb 2014 10:29:02 +0900

Hello,

   This looks interesting, thanks. What is libhungarian and from where might one obtain it?

     -Ivan



On Mon, Feb 17, 2014 at 5:48 AM, Mathieu <address@hidden> wrote:

If you ever need to assign agents to tasks.


First build a matrix where each row represents a task,

each column represents an agent, and each element represents

the cost of having an agent performing a specific task.


Then sent this matrix to the linked function to obtain 

a list of pairs representing which agent and task matchups

have the minimal overall cost.


An example:

https://github.com/Mathieu-Desrochers/Scheme-Experimentations/blob/master/documentation/infrastructure/matrix.md#matrix-solve-maximum-assignment-problem


The source code:

https://github.com/Mathieu-Desrochers/Scheme-Experimentations/blob/master/sources/infrastructure/matrix/matrix-intern.scm


*Credits to: http://www.informatik.uni-freiburg.de/~stachnis/


_______________________________________________
Chicken-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/chicken-users



reply via email to

[Prev in Thread] Current Thread [Next in Thread]