Assignment Problems

When the user wants to match agents to tasks at minimum cost - linear assignment via the Hungarian algorithm, LP duality, or linear_sum_assignment; generalized assignment (GAP) via MIP, Lagrangian relaxation, and local search; bottleneck (min-max) assignment. Also use when the user mentions "assignment problem," "Hungarian algorithm," "generalized assignment," "GAP," "linear_sum_assignment," "matching," or when each task needs one agent under capacity limits. For flow formulations, see network-flow-optimization; for interaction costs between assigned pairs, see quadratic-assignment-problem.

hajibabaie 6c203b2 38.3 KB Updated

File contents

hajibabaie/combinatorial-optimization-skills/tree/main/skills/assignment-problems commit 6c203b2043

Frequently asked questions

npx skillmds@latest add hajibabaie/assignment-problems