jeops.examples.queens
Class TestQueens

java.lang.Object
  |
  +--jeops.examples.queens.TestQueens

public class TestQueens
extends java.lang.Object

Test class used to test the eight queens problem solved using JEOPS.

Author:
Carlos Figueira Filho (csff@cin.ufpe.br)

Constructor Summary
TestQueens()
           
 
Method Summary
static void main(java.lang.String[] args)
          Main entry point of the application.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

TestQueens

public TestQueens()
Method Detail

main

public static void main(java.lang.String[] args)
Main entry point of the application.
Parameters:
args - command line arguments. None is needed.