Cloudstek / php-laff

Largest Area Fit First (LAFF) 3D box packing algorithm class for PHP
MIT License
83 stars 32 forks source link

Update laff-pack.php #6

Closed XaviPortell closed 8 years ago

XaviPortell commented 8 years ago

The following example fails:

$boxes = array( array( 'length' => 60, 'width' => 32, 'height' => 30, 'boxid' => 'Peixera' ), array( 'length' => 19, 'width' => 35, 'height' => 20, 'boxid' => 'Tortuguera' ) );

Please, update the algorithm to solve this issue.

Thank's,

Xavi