This is the thirtieth part of the ILP series. For your convenience you can find other parts in the table of contents in Part 1 – Boolean algebra Hello! Today we are going to solve Sudoku using ILP. Description In Sudoku we need to fill grid with numbers. In every column, in every row, and … Continue reading ILP Part 30 — Sudoku
Tag: Riddle
ILP Part 29 — Nonograms
This is the twenty ninth part of the ILP series. For your convenience you can find other parts in the table of contents in Part 1 – Boolean algebra Hello! Today we are going to solve nonograms using ILP. Task description Nonograms are picture logic puzzles in which cells in a grid must be colored … Continue reading ILP Part 29 — Nonograms
ILP Part 27 — Einstein’s five houses riddle
This is the twenty seventh part of the ILP series. For your convenience you can find other parts in the table of contents in Part 1 – Boolean algebra Hi! Today we are going to solve Einstein’s five houses riddle using ILP! Introduction In the riddle we have five houses. Person living in every house … Continue reading ILP Part 27 — Einstein’s five houses riddle
ILP Part 17 — Solving Lonpos 505 Puzzle
This is the seventeenth part of the ILP series. For your convenience you can find other parts in the table of contents in Part 1 – Boolean algebra Hi all. Today we are going to solve another riddle, called Lonpos 505 Puzzle. It is very similar to the riddle from the previous part so you … Continue reading ILP Part 17 — Solving Lonpos 505 Puzzle
ILP Part 16 — Solving cube riddle
This is the sixteenth part of the ILP series. For your convenience you can find other parts in the table of contents in Part 1 – Boolean algebra Hi all. Today we are going to use ILP to solve a cube riddle. This will be a basic application of ILP approach because we are not … Continue reading ILP Part 16 — Solving cube riddle