solve_constraints
Solve linear, mixed-integer, and quadratic programming problems for budget allocation, scheduling, and resource planning using HiGHS optimization to find provably optimal solutions.
Instructions
LP/MIP/QP optimization (HiGHS). Budget allocation, scheduling, resource planning. Provably optimal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | Yes | ||
| objective | Yes | Variable → coefficient | |
| variables | Yes | [{name, lower?, upper?, type?}] | |
| constraints | Yes | [{name, coefficients, upper?, lower?}] |