Back to Foundations of OR
TheoryFoundations01.01
Foundations of OR

What is Operations Research?

The discipline of building analytical models to improve decisions.

Overview

Operations Research is the practice of converting messy operational choices into explicit analytical models. A useful OR model names the decisions, the objective, the constraints, the uncertainty, and the computational method that connects them.

The field matters because it turns tradeoffs into artifacts people can inspect: a staffing policy, a route plan, a production schedule, a capacity investment, or a risk-aware allocation.

Core ideas

Decision variables

Name the controllable choices explicitly; vague choices produce vague recommendations.

Objectives

State what success means in measurable terms, including whether it is minimized, maximized, or balanced.

Constraints

Capture capacities, policies, physics, timing rules, and commitments that make a recommendation feasible.

Uncertainty

Represent unknown demand, arrivals, failures, prices, or behavior before treating the output as operational advice.

Algorithms

Choose a method whose assumptions, scale, and guarantees fit the model rather than the other way around.

How to use it

  1. 1Write the decision in plain language before introducing variables.
  2. 2List stakeholders, objectives, hard constraints, and uncertain inputs separately.
  3. 3Sketch the smallest model that could change a decision.
  4. 4Check whether the recommendation can be explained without solver jargon.
  5. 5Use sensitivity analysis to show which assumptions drive the result.

Applications

LogisticsHealthcareEnergyFinanceGovernment
  • Logistics: compare feasible policies, quantify the operating tradeoffs, and make the assumptions behind the recommendation visible.
  • Healthcare: compare feasible policies, quantify the operating tradeoffs, and make the assumptions behind the recommendation visible.
  • Energy: compare feasible policies, quantify the operating tradeoffs, and make the assumptions behind the recommendation visible.
  • Finance: compare feasible policies, quantify the operating tradeoffs, and make the assumptions behind the recommendation visible.
  • Government: compare feasible policies, quantify the operating tradeoffs, and make the assumptions behind the recommendation visible.

Common pitfalls

  • Treating OR as only optimization and ignoring simulation, queues, decision analysis, and adoption.
  • Starting with a solver before agreeing on the real decision.
  • Hiding tradeoffs inside a single weighted objective nobody reviewed.
  • Delivering an answer without explaining assumptions and failure modes.

Resources