|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--applications.FIFOBBLoading3
Constructor Summary | |
FIFOBBLoading3()
|
Method Summary | |
static void |
main(java.lang.String[] args)
test program |
static int |
maxLoading(int[] weight,
int capacity,
int[] theBestLoading)
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 FIFOBBLoading3()
Method Detail |
public static int maxLoading(int[] weight, int capacity, int[] theBestLoading)
weight
- array of container weightscapacity
- capacity of shiptheBestLoading
- set to best loadingpublic static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |