cuopt-model-mapper
Installation
SKILL.md
cuOpt Model Mapper
Use this skill in the fast path after the request has already been identified as an optimization problem and the data has been interpreted enough to support model construction.
This skill takes the working interpretation of the problem and maps it directly into cuOpt-native model objects.
Purpose
The fast path should avoid unnecessary architecture.
This skill exists to:
- build directly in cuOpt
- avoid a heavyweight intermediate model
- ask only the smallest number of blocking questions
- solve and return the result quickly
This skill is not for replayable/auditable artifact design. That belongs to a different path.