cuopt-qp-api-cli
Installation
SKILL.md
cuOpt QP — CLI
QP objectives must be minimization. For maximization, negate the objective.
This skill is CLI only for QP.
QP via CLI
cuOpt CLI supports QP (quadratic objectives). Use the same cuopt_cli tool; input format and options may extend the LP/MILP MPS workflow to allow quadratic terms (see repo docs or cuopt_cli --help for QP-specific options).
Basic usage
# Solve QP (syntax may match or extend LP/MILP CLI; check --help)
cuopt_cli problem.mps
# With time limit
cuopt_cli problem.mps --time-limit 60