avatarYvonne Wang

Free AI web copilot to create summaries, insights and extended knowledge, download it at here

2716

Abstract

framework for you below:</i></p><figure id="49c3"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*3NdA4fOc6fsaOEpARC0X5g.png"><figcaption><b>illustration by Yvonne Wang (author)</b></figcaption></figure><p id="6b69">Starting with a <b>real-world problem</b>, we formulate it into a <b>mathematical model</b>, then use computational tools to solve the problem using the model to get a <b>numerical solution</b> that represents the <b>optimal decision</b>. At the end, we interpret the <b>business meaning</b> of that optimal solution by converting it back to our real-world context and implementing the associated decision.</p><p id="d083">The purple boxes contain <i>results</i>, and the arrows show what a researcher <i>does</i> to get to them — formulate, solve, and interpret.</p><p id="b6c9"><i>These are the 3 core components to understanding the field, so we’ll briefly expand on each.</i></p><h1 id="c9d8">Formulate, Solve, and Interpret</h1><h2 id="9f3a">1 — Formulate: from Problem to Model</h2><p id="e4d1">There are many types of formulations, and the most used ones are Linear Programs, Integer Programs, and Network Flow Problems. You don’t need to know the details for a high-level understanding, but you should know the components they’re all made up of.</p><h2 id="4f83">3 Components of a Formulation</h2><ol><li><b>Variables:</b> convert decision parameters into mathematical variables that will be inputted into the model.</li><li><b>Objective function:</b> define what we’re trying to maximize or minimize ie. maximize profits or minimize costs.</li><li><b>Constraints: </b>the solution must satisfy a set of mathematical constraints.</li></ol><blockquote id="a290"><p><b><i>Constraints</i></b><i> model the restrictions in the real world. For example, we typically have a limit on <b>how much our machines can produce</b> or <b>how much raw materials we can use.</b></i></p></blockquote><blockquote id="4060"><p><i>Without constraints, no decision is needed — business decisions are so hard only because there are constraints. <b>We can’t have it all, so we must make a trade off.</b></i></p></blockquote><figure id="2998"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/0*qsh0osqjGDUfiwl3"><figcaption>Photo by <a href="https://unsplash.com/@dancristianpaduret?utm_source=medium&amp;utm_medium=referral">Dan Cristian Pădureț</a> on <a href="https://unsplash.com?utm_source=medium&amp;utm_medium=referral">Unsplash</a></figcaption></figure><h2 id="6de7">2 — Solve: from Model to Solution</h2><p id="c37e">We solve the model <b>computationally</b> to arrive at an <b>optimal solution</b>, within our constraints, that either maximizes or minimizes what we wanted

Options

to optimize for, whether it’s revenues or costs.</p><p id="d433">This can be done by hand in a process called Simplex, but it’s built into computational programs and easily solvable in any programming language (like Python). If you’re interested in the <i>technical</i> side of things, I recommend checking out <a href="undefined">Samir Saci</a>, he gives great <a href="https://towardsdatascience.com/supply-chain-process-optimization-using-linear-programming-b1511800630f">explanations</a>.</p><p id="6998">It’s often a good idea to do <b>sensitivity analysis</b> to test the <b>robustness</b> of the solution. This is when you alter certain parameters to see how big of an impact they have on your final decision in case your assumptions are off.</p><figure id="be8e"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/0*eu8a4Hsci-hCXOKh"><figcaption>Photo by <a href="https://unsplash.com/@pluyar?utm_source=medium&amp;utm_medium=referral">Shane Aldendorff</a> on <a href="https://unsplash.com?utm_source=medium&amp;utm_medium=referral">Unsplash</a></figcaption></figure><h2 id="fe9e">3 — Interpret</h2><p id="30ac">This is the final stage. We have an optimal numerical solution, and we need to convert it into a <b>tangible decision</b>.</p><p id="8d77">It goes back to understanding what each of the variables means <b>contextually</b>, so we can interpret them correctly as <b>implementable</b> production, scheduling, distribution, or other decisions.</p><p id="6565">We then implement this <b>optimal decision</b> in our operations.</p><p id="20ba">Congratulations! You now have a big-picture understanding of operations research — I hope this knowledge will help you in whatever you set out to do.</p><p id="eb2b">Here’s a quick recap of what we talked about:</p><figure id="99c9"><img src="https://cdn-images-1.readmedium.com/v2/resize:fit:800/1*3NdA4fOc6fsaOEpARC0X5g.png"><figcaption><b>illustration by Yvonne Wang (author)</b></figcaption></figure><p id="4c0d"><i>Thanks for reading.</i></p><p id="e674"><i>Follow me so I can bring more quality content to you. Also, you might benefit from my other business articles:</i></p><div id="0eaa" class="link-block"> <a href="https://readmedium.com/my-best-business-articles-9f3ac7e5776a"> <div> <div> <h2>My Best Business Articles</h2> <div><h3>All in one place for you.</h3></div> <div><p>medium.com</p></div> </div> <div> <div style="background-image: url(https://miro.readmedium.com/v2/resize:fit:320/0*ucA2r_hBXz_1hmhO)"></div> </div> </div> </a> </div></article></body>

Operations Research in 5 Minutes

The reason some businesses fail while others thrive.

Photo by Mika Baumeister on Unsplash

Why should you care about Operations Research?

For a business to thrive in today’s competitive marketplace, it needs to make sound decisions consistently, and operations research is the best way to do that.

That means if you understand operations research, how it works, and the role it plays in business decisions, you’ll be more desirable for any business or strategy role.

Operations research is foundational to effective supply chain management, which is the backbone of a business. In the supply chain, businesses make decisions about production, transportation, pricing, and fulfillment.

These are exactly the types of decisions we can make with operations research:

  1. How should we schedule our truck drivers to transport products to minimize costs?
  2. How much should we produce each month to meet demand while limiting strains on inventory?
  3. How should we price our products?
  4. What should we produce? What products are hindering profitability?

…and many more.

Photo by Gabriel Santos on Unsplash

What is Operations Research?

Operations research is at the intersection of business and mathematics.

Many decisions in business, especially in operations, are complex. Business managers can’t make these decisions based on their personal judgment, so they need to rely on mathematical models.

In operations research, we use optimization, statistics, and computing to build mathematical models. This allows us to take a real-world business problem, convert it into numbers, and put it into the model to determine the best course of action.

The Operations Research Process

I illustrated the operations research framework for you below:

illustration by Yvonne Wang (author)

Starting with a real-world problem, we formulate it into a mathematical model, then use computational tools to solve the problem using the model to get a numerical solution that represents the optimal decision. At the end, we interpret the business meaning of that optimal solution by converting it back to our real-world context and implementing the associated decision.

The purple boxes contain results, and the arrows show what a researcher does to get to them — formulate, solve, and interpret.

These are the 3 core components to understanding the field, so we’ll briefly expand on each.

Formulate, Solve, and Interpret

1 — Formulate: from Problem to Model

There are many types of formulations, and the most used ones are Linear Programs, Integer Programs, and Network Flow Problems. You don’t need to know the details for a high-level understanding, but you should know the components they’re all made up of.

3 Components of a Formulation

  1. Variables: convert decision parameters into mathematical variables that will be inputted into the model.
  2. Objective function: define what we’re trying to maximize or minimize ie. maximize profits or minimize costs.
  3. Constraints: the solution must satisfy a set of mathematical constraints.

Constraints model the restrictions in the real world. For example, we typically have a limit on how much our machines can produce or how much raw materials we can use.

Without constraints, no decision is needed — business decisions are so hard only because there are constraints. We can’t have it all, so we must make a trade off.

Photo by Dan Cristian Pădureț on Unsplash

2 — Solve: from Model to Solution

We solve the model computationally to arrive at an optimal solution, within our constraints, that either maximizes or minimizes what we wanted to optimize for, whether it’s revenues or costs.

This can be done by hand in a process called Simplex, but it’s built into computational programs and easily solvable in any programming language (like Python). If you’re interested in the technical side of things, I recommend checking out Samir Saci, he gives great explanations.

It’s often a good idea to do sensitivity analysis to test the robustness of the solution. This is when you alter certain parameters to see how big of an impact they have on your final decision in case your assumptions are off.

Photo by Shane Aldendorff on Unsplash

3 — Interpret

This is the final stage. We have an optimal numerical solution, and we need to convert it into a tangible decision.

It goes back to understanding what each of the variables means contextually, so we can interpret them correctly as implementable production, scheduling, distribution, or other decisions.

We then implement this optimal decision in our operations.

Congratulations! You now have a big-picture understanding of operations research — I hope this knowledge will help you in whatever you set out to do.

Here’s a quick recap of what we talked about:

illustration by Yvonne Wang (author)

Thanks for reading.

Follow me so I can bring more quality content to you. Also, you might benefit from my other business articles:

Business
Business Strategy
Operations Research
Supply Chain
Illumination
Recommended from ReadMedium