solve_integer_program_tool
Optimize discrete decision problems using integer or mixed-integer programming. Solve facility location, project selection, crew scheduling, network design, cutting stock, and capital budgeting with defined objectives, variables, and constraints.
Instructions
Solve an integer or mixed-integer programming problem using PuLP.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
constraints | Yes | ||
objective | Yes | ||
solver | No | CBC | |
time_limit_seconds | No | ||
variables | Yes |