solve_job_shop_scheduling
Optimize job shop scheduling by assigning tasks to machines efficiently, minimizing makespan or total completion time within a defined horizon and time limit.
Instructions
Solve Job Shop Scheduling Problem to optimize machine utilization and completion times.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
horizon | Yes | ||
jobs | Yes | ||
machines | Yes | ||
objective | No | makespan | |
time_limit_seconds | No |