solve_assignment_problem_tool
Optimize task assignments between workers and tasks using the OR-Tools Hungarian algorithm. Input workers, tasks, and cost matrix to minimize or maximize efficiency with optional task limits.
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 |