Package jeops.examples.queens

A solution to the 8-queens problem using JEOPS.

See:
          Description

Class Summary
Queen Represents a queen in a chess board.
QueenRow1 Represents a queen in the first row in a chess board.
QueenRow2 Represents a queen in the second row in a chess board.
QueenRow3 Represents a queen in the third row in a chess board.
QueenRow4 Represents a queen in the fourth row in a chess board.
QueenRow5 Represents a queen in the fifth row in a chess board.
QueenRow6 Represents a queen in the sixth row in a chess board.
QueenRow7 Represents a queen in the seventh row in a chess board.
QueenRow8 Represents a queen in the eighth row in a chess board.
TestQueens Test class used to test the eight queens problem solved using JEOPS.
 

Package jeops.examples.queens Description

A solution to the 8-queens problem using JEOPS.