login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A090380 Number of iterations used by a 2D cutting stock problem related algorithm. 0
1, 17, 265, 4737, 99721, 2934889 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
I have a list of rectangles 1, 2, 3, 4, 5, 6 (for the above examples). I am using a recursion program to perform a branch and bound method of the knapsack problem (actually the 2D cutting stock problem). The sequence is the number of iterations of the subprogram that my program produced. The rectangle is placed and then two options are produced. Each option has two different rectangles in which the next target rectangle can be put in. Thus there are 4 calls to the subprogram for each rectangle, yet each rectangle can also be turned sideways.
LINKS
CROSSREFS
Sequence in context: A135214 A218120 A259849 * A142898 A159678 A162803
KEYWORD
nonn,obsc
AUTHOR
Stuart Reed (stu96art(AT)yahoo.com), Jan 29 2004
EXTENSIONS
Definition reworded by M. F. Hasler, Apr 07 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 06:52 EDT 2024. Contains 371920 sequences. (Running on oeis4.)