|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--applications.RecursiveBTBoard
Constructor Summary | |
RecursiveBTBoard()
|
Method Summary | |
static int |
arrangeBoards(int[][] theBoard,
int theNumberOfNets,
int[] bestPermutation)
preprocessor for recursive backtracking method |
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 RecursiveBTBoard()
Method Detail |
public static int arrangeBoards(int[][] theBoard, int theNumberOfNets, int[] bestPermutation)
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |