Step 4: Large-Scale Multi-Period¶
This step scales up to multi-period planning with setup costs and inventory.
Overview¶
Learn how to handle large-scale problems with 1,600+ variables.
For detailed documentation, see the README in the tutorial directory.
Key Topics¶
Multi-period variables (Product × Period)
Setup costs and batch constraints
Inventory balance equations
Large-scale problem handling
HTML report generation
Quick Start¶
cd tutorials/production_planning/step4_scaled_up
python sample_data.py
python production_scaled.py
See Also¶
Step 3: Goal Programming - Previous step
Step 5: Scenario Analysis - Next step: Scenario analysis
Manufacturing Production Planning Tutorial - Production planning tutorial overview