fr.jussieu.gla.wasa.samples.queens
Class NQueens

java.lang.Object
  |
  +--fr.jussieu.gla.wasa.samples.queens.NQueens

public class NQueens
extends java.lang.Object

The n-queens problem.

Version:
$Revision: 1.14 $ $Date: 2002/04/17 15:24:08 $
Author:
Florent Selva, Laurent Caillette

Constructor Summary
NQueens(int aBoardSize)
           
 
Method Summary
 Problem getProblem()
          Returns the WASA corresponding to the NQueens.
 void printInfo()
          Displays informations about Queens.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NQueens

public NQueens(int aBoardSize)
Method Detail

printInfo

public void printInfo()
Displays informations about Queens.

getProblem

public Problem getProblem()
Returns the WASA corresponding to the NQueens.