Questions tagged [sudoku]

For questions that involve the famous Sudoku game in the context of artificial intelligence.

3 questions
2
votes
0 answers

How to translate sudoku XV boards in CNF format?

I'm trying to implement the logic for a Sudoku XV puzzle, that it's essentially a standard sudoku with the addition of X and V markers between some pairs of squares. X markers in adjacent pairs requires that the sum of the two values is 10.…
WebStormer
  • 121
  • 1
1
vote
2 answers

ML-based algorithm/software for solving a sudoku puzzle a human way

I am a new contributor and have no experience in ML, so this first question is a general one. I've developed a sudoku solving app and since then I wonder whether it would be feasible to design a ML-based algorithm/software which would mimic the…
0
votes
1 answer

Are there any algorithms (even backtracking variations) that solve the sudoku in a way more similar to this approach?

I looked a bit online for Sudoku solvers and it seems like all the answers I found involve a backtracking algorithm. However, this is not how humans (at least not me) solve Sudoku. We don't place in the first empty square, the first digit that works…
JohnDoe122
  • 149
  • 2