solve_schedule
Optimize task scheduling by matching tasks to time slots based on energy levels and priorities to maximize productivity.
Instructions
Optimal task scheduling with energy matching. Assigns tasks to time slots maximizing productivity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | [{id, name, duration, priority, energyRequired}] | |
| slots | Yes | [{id, name, duration, energyLevel}] |