|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--applications.FIFOBBLoading1
Constructor Summary | |
FIFOBBLoading1()
|
Method Summary | |
static void |
main(java.lang.String[] args)
test program |
static int |
maxLoading(int[] weight,
int capacity)
FIFO branch-and-bound search of solution space |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FIFOBBLoading1()
Method Detail |
public static int maxLoading(int[] weight, int capacity)
weight
- array of container weightscapacity
- capacity of shippublic static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |