Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 273
Default Bin Packing Problem (1DBPP)

Does anyone have an Excel template that performs optimization to solve the
"Bin Packing Problem". In the simplest example assume I produce orange juice
and each day of the week I will have a different total volume. Once I know
the volume i have I want to prepare 3 different size containers for shipping
the juice, making the most efficient use of the containers with the least air
space left over. I need to know how many of each size container to prepare in
advance. Looking for something a bit more optimal than best-fit or
decreasing-fit algorithms.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Bin Packing Problem (1DBPP)


The two other algorithms I can think as follows

1) Try every possibility
2) Make a model of the problem. Run the model 1000 times using
random inputs (amount of OJ) and get the results. Then change
parameters (size of containers) and run the model again. Repeat
process. The solution is the results with the optimum results.


I took a Gradute Engineering course on modeling where the teacher said
modeling is sometimes the only method to solve complicated statistical
problems.


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=192520

http://www.thecodecage.com/forumz

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 110
Default Bin Packing Problem (1DBPP)

Gary -

Your problem seems much like the classical "cutting stock" linear
programming problem. An example that you might be able to modify is
available on the Solver web site from the Production and Manufacturing
Examples page at http://www.solver.com/procenter.htm, specifically,
http://www.solver.com/procutstock.htm

- Mike
http://www.MikeMiddleton.com


"Gary" wrote in message
...
Does anyone have an Excel template that performs optimization to solve the
"Bin Packing Problem". In the simplest example assume I produce orange
juice
and each day of the week I will have a different total volume. Once I know
the volume i have I want to prepare 3 different size containers for
shipping
the juice, making the most efficient use of the containers with the least
air
space left over. I need to know how many of each size container to prepare
in
advance. Looking for something a bit more optimal than best-fit or
decreasing-fit algorithms.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Packing Slip Callie Excel Worksheet Functions 1 September 30th 09 03:16 PM
Packing Slips jamiks Excel Discussion (Misc queries) 2 November 2nd 07 09:13 PM
packing slip jamiks Excel Programming 2 November 2nd 07 02:46 PM
PACKING ARRANGEMENTS Pushpendra Excel Discussion (Misc queries) 1 March 28th 07 11:32 AM
Packing characters Constantly Amazed Excel Worksheet Functions 3 September 28th 06 11:52 AM


All times are GMT +1. The time now is 01:00 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"