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¶
Step 5: Scenario Analysis - Previous step
Step 7: What-If Analysis - Next step: What-if analysis
Manufacturing Production Planning Tutorial - Production planning tutorial overview