7
In college the professor of linear programming presented the Problem of the 8 Queens.
Basically, from what I understand, this problem consists of filling the board (could be simulated with a matrix) with the 8 queens in a way that the number of attacks of each queen is equal 0
zero. Queens can attack horizontally, vertically and diagonally, otherwise I’m wrong.
Being so, I even understood a little the problem of the 8 queens, however, this problem generated me more doubts about itself and computing.
Doubts
- What kind of situation the Problem of the Eight Queens tries to address in the world real? Or what would be the applicability of it?
- What is the relationship of the 8 Queens problem with linear programming?
- Are there computational limitations in solving this problem? If so, which?
Read on there http://conteudo.icmc.usp.br/persons/sandra/G6_t2/rainha.htm
– Woton Sampaio
Possibly an adaptation of the graph coloring problem.
– Jefferson Quesado
related https://answall.com/questions/285412/70
– Bacco
This reminds me that I can get rich: https://olhadigital.com.br/fique_seguro/noticia/desafio-paga-us-1-milhao-criador-software-que-resolve-problema-xadrez/70798
– Don't Panic
@Everson goes deep! Get rich and spend all your time posting content on Sopt xD
– Jefferson Quesado