optimize_production_plan_tool
Optimize multi-period production plans to maximize profit or minimize costs by analyzing resource capacity, demand, and inventory constraints. Supports various solvers and customizable time limits.
Instructions
Optimize multi-period production planning to maximize profit or minimize costs.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
demand | Yes | ||
inventory_costs | No | ||
objective | No | maximize_profit | |
periods | Yes | ||
products | Yes | ||
resources | Yes | ||
setup_costs | No | ||
solver_name | No | CBC | |
time_limit_seconds | No |