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

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

public class NaiveQueens
extends java.lang.Object

The n-queens problem with a naive explorer.

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

Constructor Summary
NaiveQueens(int aBoardSize)
           
 
Method Summary
 Problem getProblem()
          Returns the WASA corresponding to the NaiveQueens.
 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

NaiveQueens

public NaiveQueens(int aBoardSize)
Method Detail

printInfo

public void printInfo()
Displays informations about Queens.

getProblem

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