How to make first fit packing algorithm using a given array?

assuming i have an array of values :
res=[12.5,14,4,0,3,25,7,10,2,10];
i want to fill them in packs of maximum size =25
and having the option of looping back to choose the first empty one to complete the value of 25

1 comentario

You can use bin packing codes here: https://www.mathworks.com/matlabcentral/fileexchange/53111-bin-packing-problem-using-ga-pso-fa-and-iwo

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Productos

Preguntada:

el 28 de Nov. de 2018

Comentada:

el 16 de Mayo de 2022

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by