Problem Formulation

When the user wants to translate a word problem or real-world planning situation into a formal optimization model — identifying decision variables, objective function, and constraints, choosing the model type (LP, MIP, CP, or heuristic), estimating model size, and auditing the data before any solver code is written. Also use when the user mentions "formulate," "model this problem," "decision variables," "objective function," "translate to optimization," or when a problem arrives as plain prose with no mathematical structure yet. For implementing the resulting MIP, see milp-modeling-gurobi; for nonlinear terms that must become linear, see linearization-techniques.

hajibabaie 15906d8 39.9 KB Updated

File contents

hajibabaie/combinatorial-optimization-skills/tree/main/skills/problem-formulation commit 15906d8c85

Frequently asked questions

npx skillmds@latest add hajibabaie/problem-formulation