cuopt-lp-milp-api-cli

Installation
SKILL.md

cuOpt LP/MILP — CLI

Confirm problem type and formulation (variables, objective, constraints, variable types) before coding.

This skill is CLI only (MPS input).

Basic usage

# Solve LP or MILP from MPS file
cuopt_cli problem.mps

# With options
cuopt_cli problem.mps --time-limit 120 --mip-relative-tolerance 0.01

Common options

Installs
2
Repository
nvidia/cuopt
GitHub Stars
935
First Seen
Apr 21, 2026
cuopt-lp-milp-api-cli — nvidia/cuopt