Calculating...
Based on the article: "Solution of Bin Packing Instances in Falkenauer T Class: Not So Hard"
This project demonstrates an implementation of the Triplet Packing Problem, a constrained variant of bin packing where items must be grouped into triplets whose total weight equals a fixed bin size.
The core algorithm is implemented using triplet_algo from the prtpy library.
Two solving strategies are supported:
The underlying approach is based on the paper:
"Solution of Bin Packing Instances in Falkenauer T Class: Not So Hard"
by György Dósa, András Éles, Angshuman Robin Goswami, István Szalkai, Zsolt Tuza (2025)
Article link
300, 250, 450).1000).Errors (e.g., if triplet grouping is not possible) will be displayed with a detailed message.
Hi! I'm Miriam Nagar, a computer science student at Ariel University. This website is part of a final project I created for the Research Algorithms course, where we explored algorithmic strategies for solving complex real-world problems.
My project focuses on the Triplet Packing Problem — a constrained variation of bin packing where items must be grouped into triplets such that each group exactly fills a bin. I implemented and demonstrated both a backtracking-based solver and a local search heuristic.
The project builds on the algorithmic framework proposed in the paper:
"Solution of Bin Packing Instances in Falkenauer T Class: Not So Hard"
by György Dósa, András Éles, Angshuman Robin Goswami, István Szalkai, Zsolt Tuza
📄 Link to article
I integrated my implementation into a fork of the open-source Python library prtpy, which provides flexible tools for modeling and solving packing and partitioning problems.
You can view the full project code and this interactive demo site here:
🔗 github.com/MiriamNagar/triplet_packing_site
Thanks for visiting and happy packing! 📦