-
Hello, I downloaded your library now, but when I try to run your examples (README.md), I get the message that TestBox and TestItem classes were not found.
So I implemented them, but even so, there ar…
-
I've just installed BoxPacker by following the instructions in the Readme file, but the autoloader doesn't add any namespaces or classes into it. My composer was just updated and nothing seems wrong. …
-
Hello good afternoon
See what is happening error as images
![captura de tela de 2015-11-23 14 37 25](https://cloud.githubusercontent.com/assets/3661079/11342908/b382579a-91f0-11e5-85c9-06f506660f37.…
-
Hi, I wasn't sure how to contact you otherwise, but I'm trying to implement this in my ci application.
I don't have PSR or PHPUnit and whenI try to use this library I get an error because PHP cant fi…
ghost updated
8 years ago
-
Hi DvDoug, thanks for your BoxPacker source. I want to know, what is the name of the algorithm in this code? thanks before
-
I have a 24x24x24 box. From the test example it would be something like:
```
$box1 = new TestBox('24x24x24Box', 24, 24, 24, 24, 24, 24, 2, 100);
```
I have the following 6x6x6 item that weighs 1 pou…
Milow updated
10 years ago
-
The PHP SplMinHeap support.
``` php
/* boxlist.zep */
namespace DVDoug\BoxPacker;
class BoxList extends \SplMinHeap {
public function compare(aBoxA, aBoxB) {
return aBoxB->getInnerVolume…
hgati updated
10 years ago
-
Hi there,
I got this working, when I print_r($packedBoxes) the results I can see all the data there.
But how do I access it? I some how figured out that I can run $packedBoxes->count() to get the t…
-
Hi I would like to change current method in this point "If more than 1 box is needed to accommodate all of the items, then aim for boxes of roughly equal weight (e.g. 3 medium size/weight boxes are be…