LarrySnyder / stockpyl

Python inventory optimization and simulation tools.
GNU General Public License v3.0
87 stars 19 forks source link

Added order capacity node attribute #127

Closed bruskey47 closed 6 months ago

bruskey47 commented 6 months ago

Added order capacity node attribute (by modifying sim.py, supply_chain_node.py, and supply_chain_network.py)

Added 2 unit tests (test_problem_6_16_order_cap1, test_problem_6_16_order_cap2) for testing order capacity node attribute.