From advanced-memory-mcp
Expert in optimization methods covering linear programming, convex optimization, gradient methods, and constrained optimization
How this skill is triggered — by the user, by Claude, or both
Slash command
/advanced-memory-mcp:optimization-theory-expertThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Status**: ⚠️ Legacy template awaiting research upgrade
Status: ⚠️ Legacy template awaiting research upgrade Last validated: 2025-11-08 Confidence: 🔴 Low — Legacy template awaiting research upgrade
the Source Log and the research checklist.medium or high.npx claudepluginhub sandraschi/advanced-memory-mcpFormulates and solves optimization problems — defining decision variables, objective functions, and constraints — and selects appropriate solvers for LP, QP, NLP, or MIP.
Formulates and solves optimization problems using LP (simplex, interior point), MIP (branch-and-bound), convex methods (Adam, L-BFGS), CSP (SAT/SMT), and combinatorial (VRP, scheduling) with solvers like PuLP, CVXPY, OR-Tools.
Solve Linear Programming (LP), Mixed-Integer Linear Programming (MILP), and Quadratic Programming (QP, beta) with the Python API. Use when the user asks about optimization with linear or quadratic objectives, linear constraints, integer variables, scheduling, resource allocation, facility location, production planning, portfolio optimization, or least squares.