Help in making a gui for N-Queens problem
Afficher commentaires plus anciens
I have a project in which I am supposed to solve the n-queens problem
From Wikipedia :
The eight queens puzzle is the problem of placing eight chess queens on an 8×8 chessboard so that no two queens attack each other. Thus, a solution requires that no two queens share the same row, column, or diagonal. The eight queens puzzle is an example of the more general n-queens problem of placing n queens on an n×n chessboard, where solutions exist for all natural numbers n with the exception of 2 and 3.

And the layout
Next and previous help showing various solutions stored in 'out' in the form
1 2 3 4 5 6 7 8
2 3 4 5 6 7 8 1
......................
Want to display solutions obtained in the empty panel

1 commentaire
Walter Roberson
le 23 Juin 2012
http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer
Réponses (0)
Catégories
En savoir plus sur Nonlinear Optimization dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!