gurobi-docs

Use when the user asks anything about Gurobi or gurobipy — API methods (addConstr, addVar, addMVar, optimize, setParam, getAttr), parameters (TimeLimit, MIPGap, Threads, Presolve, PoolSolutions), attributes (ObjVal, Status, X, Pi, RC, ObjBound), solver features (callbacks, IIS/infeasibility, solution pool, multiple objectives, nonlinear), status/error codes, or version-specific changes (Gurobi 11, 12, 13). Always use this skill instead of answering from memory — Gurobi API details change between versions and require doc verification.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gurobi-docs" with this command: npx skills add henryrobbins/gurobi-skills/henryrobbins-gurobi-skills-gurobi-docs

Gurobi Docs Navigation

Overview

Navigate the Gurobi Optimizer docs at https://docs.gurobi.com/projects/optimizer/en/ to answer questions accurately. The site has three sections: Concepts (foundational), Features (advanced capabilities), Reference (API/attributes/parameters).

Default version: current (= Gurobi 13.0). For version-specific queries, replace current with the version number (e.g., 11.0, 12.0).

Default language: Python (gurobipy). Switch to user's language if their code shows otherwise.

Navigation Decision Tree

What is the question about?
│
├── "What is X?" / "How does X work?" / modeling fundamentals
│   → CONCEPTS: https://docs.gurobi.com/projects/optimizer/en/current/concepts/
│
├── Named feature: callbacks, infeasibility, solution pool,
│   multiple objectives, nonlinear, tuning, distributed, cloud
│   → FEATURES: https://docs.gurobi.com/projects/optimizer/en/current/features/
│
├── A specific API method, class, or function
│   (e.g., addConstr, Model, addMVar, setParam)
│   → REFERENCE/Python: https://docs.gurobi.com/projects/optimizer/en/current/reference/python.html
│   (or other language — see language table below)
│
├── A Gurobi attribute (e.g., ObjVal, Status, X, Pi, RC, MIPGap)
│   → REFERENCE/Attributes: https://docs.gurobi.com/projects/optimizer/en/current/reference/attributes.html
│
├── A Gurobi parameter (e.g., TimeLimit, MIPGap, Threads, Presolve)
│   → REFERENCE/Parameters: https://docs.gurobi.com/projects/optimizer/en/current/reference/parameters.html
│
├── Numeric/status codes (e.g., GRB.OPTIMAL, GRB.Status.*)
│   → REFERENCE/Numeric Codes: https://docs.gurobi.com/projects/optimizer/en/current/reference/numericcodes.html
│
└── Version-specific question ("in Gurobi 11", "what changed in 12")
    → Swap `current` for version: /en/11.0/, /en/12.0/, /en/13.0/

How to Navigate

  1. Pick the URL using the decision tree above.
  2. WebFetch the page directly — don't use the search box.
  3. If the page 404s, check references/url-map.md for the exact URL, then try the parent section.
  4. For API method details, go to the class page (e.g., reference/python/model.html for Model.addConstr).

Attributes vs Parameters — common confusion:

  • Attribute: value read/written on a model/var/constraint object after adding it. Example: var.X (solution value), model.ObjVal, constr.Pi. Read via obj.getAttr() or obj.AttrName.
  • Parameter: solver setting configured before solving. Example: model.setParam("TimeLimit", 60). Lives in reference/parameters.html.

Language Reference URLs

LanguageBase URL
Pythonreference/python.html
Creference/c.html
C++reference/cpp.html
Javareference/java.html
.NET/C#reference/dotnet.html
MATLABreference/matlab.html
Rreference/r.html

All relative to https://docs.gurobi.com/projects/optimizer/en/current/.

Version Handling

  • Omit version from query → use current
  • "Gurobi 11" → /en/11.0/
  • "Gurobi 12" → /en/12.0/
  • "Gurobi 13" → /en/13.0/ (same as current)
  • "latest" → current

Full URL Index

For a comprehensive list of all section and subsection URLs, read references/url-map.md.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated
Coding

clawhub-rate-limited-publisher

Queue and publish local skills to ClawHub with a strict 5-per-hour cap using the local clawhub CLI and host scheduler.

Archived SourceRecently Updated