Step 6: Sensitivity Analysis

This step demonstrates understanding marginal values using dual information.

Overview

Learn how to use sensitivity analysis for understanding parameter impacts.

For detailed documentation, see the README in the tutorial directory.

Key Topics

  • Shadow prices (marginal values)

  • Reduced costs (opportunity costs)

  • Binding vs non-binding constraints

  • Bottleneck identification

  • Valid ranges for parameter changes

Quick Start

cd tutorials/production_planning/step6_sensitivity_analysis
python sample_data.py
python production_sensitivity.py

See Also