From routing-formulation
Vehicle routing (VRP, TSP, PDP) — problem types and data requirements. Domain concepts; no API or interface.
How this skill is triggered — by the user, by Claude, or both
Slash command
/routing-formulation:routing-formulationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Domain concepts for vehicle routing. No API or interface details here.
Domain concepts for vehicle routing. No API or interface details here.
Ask these if not already clear:
npx claudepluginhub coin-or/cuopt --plugin routing-formulationVehicle routing (VRP, TSP, PDP) with cuOpt — Python API only. Use when the user is building or solving routing in Python.
Provides guidelines for using NVIDIA cuOpt SDK: routing, LP/MILP/QP, installation, and server deployment. Activates when users need help calling cuOpt APIs or setting up the solver.
cuOpt REST server — start server, endpoints, Python/curl client examples. Use when the user is deploying or calling the REST API.