Using Constraint Satisfaction to Optimize Item Selection for Bundles in Minecraft

https://www.robw.fyi/2025/10/12/using-constraint-satisfaction-to-optimize-item-selection-for-bundles-in-minecraft/

10 points · 1 comments · view on lemmy.world

1 Comments

sobchak@programming.dev · 1 pts · 329d

Seems to be more of a tutorial for the optimizer. Would've been more interesting if they delved into the problem and related problems. I think this problem could be reduced into other well known problems with optimized algorithms (seems related to the knapsack problem).