Tabletop-Mirror / Issues-and-Tasks

0 stars 0 forks source link

Remove Greediness from the Shops Feature #126

Open VarunS1997 opened 1 week ago

VarunS1997 commented 1 week ago

When we implemented the TTM shops inventory allocation systems, we used a greedy algorithm.

It works well, however, when you have a complex set of conditions, you may end up unnecessarily breaking the allocation limits.

We should fix this eventually.