Assignment Problem (Hungarian) Calculator
Enter the 3×3 cost matrix to find the minimum-cost assignment.
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
The assignment problem asks: given a set of agents and a set of tasks, each with a different cost depending on who does what, how do you match every agent to exactly one task so the total cost is as small as possible? For a 3×3 cost matrix, this calculator finds the optimal answer by evaluating all 6 possible permutations of assignments — the same optimal result the more scalable Hungarian algorithm (developed by Harold Kuhn in 1955, building on work by Hungarian mathematicians König and Egerváry) would produce for larger matrices in polynomial time.
This is a foundational problem in operations research and combinatorial optimization, with direct applications in assigning workers to jobs, machines to production orders, delivery drivers to routes, or students to project teams so as to minimize total cost or maximize total efficiency. Logistics planners, HR schedulers, and computer scientists studying bipartite matching all encounter this exact problem.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)