Tagged articles
6 articles
Page 1 of 1
Model Perspective
Model Perspective
Jun 25, 2022 · Operations

Solving the Transshipment Problem with Python PuLP: A Step-by-Step Guide

This article explains the transshipment problem—a special case of transportation with intermediate warehouses—provides its mathematical formulation, defines indices, decision variables, parameters, objective function and constraints, and demonstrates a complete Python implementation using the PuLP library, including sample data and solution output.

Linear ProgrammingPuLPPython
0 likes · 8 min read
Solving the Transshipment Problem with Python PuLP: A Step-by-Step Guide
Model Perspective
Model Perspective
Jun 23, 2022 · Operations

How Sensitivity Analysis Uncovers Shadow Prices and Slack in Linear Programming

This article explains the fundamentals of sensitivity analysis in linear programming, detailing how changes to objective coefficients, constraint bounds, and coefficients affect model outcomes, and demonstrates computing shadow prices and slack variables using Python's PuLP library with a glass manufacturing example.

Linear ProgrammingPuLPoptimization
0 likes · 6 min read
How Sensitivity Analysis Uncovers Shadow Prices and Slack in Linear Programming
Model Perspective
Model Perspective
Jun 14, 2022 · Operations

Optimizing Relay Team Selection with PuLP: A Step‑by‑Step Guide

Learn how to model and solve a relay‑team selection problem using Python’s PuLP library, defining decision variables, parameters, objective function, and constraints, then executing the solver to obtain the optimal swimmer‑stroke assignments and total time.

Linear ProgrammingPuLPPython
0 likes · 11 min read
Optimizing Relay Team Selection with PuLP: A Step‑by‑Step Guide