LarrySnyder / stockpyl

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

Add option to suppress product indices in simulation output #163

Closed LarrySnyder closed 2 weeks ago

LarrySnyder commented 2 weeks ago

Add argument suppress_product_indices, with three possible values: True = always suppress, False = always print product indices, 'auto' (default) = print product indices if there are any non-dummy products in the network, suppress otherwise

LarrySnyder commented 2 weeks ago

How to handle external supplier dummy products in this case? The prdoucts are different so the entry needs to be different in the sim output. Maybe replace with predecessor index in this case?