Package fr.jussieu.gla.wasa.samples.queens

The n-queens problem.

See:
          Description

Class Summary
NaiveQueens The n-queens problem with a naive explorer.
NaiveQueensSample The NaiveQueens sample.
NQueens The n-queens problem.
NQueensSample The NQueens sample.
Queen A Queen in the n-queens problem.
QueenCustomizer The NQueen customizer, which randomize with a certain rate of Vars each time there is no improvement found and that the TabuList is full.
 

Package fr.jussieu.gla.wasa.samples.queens Description

The n-queens problem.