|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--applications.LeastCostBBBoard
Constructor Summary | |
LeastCostBBBoard()
|
Method Summary | |
static int |
leastCostBBBoards(int[][] board,
int numberOfNets,
int[] bestPermutation)
least-cost branch-and-bound code |
static void |
main(java.lang.String[] args)
test program |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public LeastCostBBBoard()
Method Detail |
public static int leastCostBBBoards(int[][] board, int numberOfNets, int[] bestPermutation)
board
- 2D board arraypublic static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |