|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsamples.tutorials.to_sort.packing.BinPackingInstances
public class BinPackingInstances
Field Summary | |
---|---|
static int |
CAPACITY
|
static int |
CAPACITY_N
|
static int[] |
N1C1W1_N
optimal ! |
static int[] |
N1C2W1_C
optimal==heuristic |
static int[] |
N2C2W1_H
optimal! |
static int[] |
N2C2W1_S
optimal==heuristic |
static int[] |
N2C2W2_0
optimal! |
static int |
OPT_0
|
static int |
OPT_C
|
static int |
OPT_H
|
static int |
OPT_N
|
static int |
OPT_S
|
Constructor Summary | |
---|---|
BinPackingInstances()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int OPT_C
public static final int OPT_S
public static final int OPT_H
public static final int OPT_N
public static final int OPT_0
public static final int CAPACITY
public static final int CAPACITY_N
public static final int[] N1C2W1_C
public static final int[] N1C1W1_N
public static final int[] N2C2W1_H
public static final int[] N2C2W2_0
public static final int[] N2C2W1_S
Constructor Detail |
---|
public BinPackingInstances()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |