solve_assignment_problem_tool
Optimize task assignments using the Hungarian algorithm. Input workers, tasks, and cost matrix to minimize or maximize costs. Specify constraints like max/min tasks per worker for tailored solutions.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
costs | Yes | ||
max_tasks_per_worker | No | ||
maximize | No | ||
min_tasks_per_worker | No | ||
tasks | Yes | ||
workers | Yes |