applications
Class RecursiveBTBoard

java.lang.Object
  |
  +--applications.RecursiveBTBoard

public class RecursiveBTBoard
extends java.lang.Object


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

RecursiveBTBoard

public RecursiveBTBoard()
Method Detail

arrangeBoards

public static int arrangeBoards(int[][] theBoard,
                                int theNumberOfNets,
                                int[] bestPermutation)
preprocessor for recursive backtracking method
Returns:
density of best arrangement

main

public static void main(java.lang.String[] args)
test program