athena_schedule_certified
Find an exact certified schedule for small task sets under dependencies, worker capabilities, horizons, and budgets, explicitly degrading when exhaustive search cannot complete.
Instructions
Exhaustively enumerate small finite schedules under dependencies, worker capability, horizon and explicit budgets. Returns an exact certificate only if search completes; otherwise degrades explicitly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | ||
| budget | No | ||
| horizon | No | ||
| workers | Yes | ||
| discount | No | ||
| max_nodes | No | ||
| exact_task_limit | No |