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.
CROSSREFS
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