






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This presentation explores the development of an intelligent sudoku solver and generator using ai techniques. It outlines the benefits, applications, and challenges of this project, including the use of machine learning, deep learning, and logical reasoning. The presentation also discusses the mathematical model and proposed solution methodology, highlighting the potential of ai in solving complex problems and enhancing cognitive abilities.
Typology: Schemes and Mind Maps
1 / 11
This page cannot be seen from the preview
Don't miss anything!







Group Members Huraima Abbasi Laiba Qureshi Topic: Intelligent Sudoku Solver and Generator using AI
(^) Mathematical Model (^) Let's define the following variables: (^) - $x_{ij}$: The value of the cell at row $i$ and column $j$ (1 ≤ $i$, $j$ ≤ 9). (^) - $r_i$: The set of values already present in row $i$. (^) - $c_j$: The set of values already present in column $j$. (^) - $b_k$: The set of values already present in box $k$ (1 ≤ $k$ ≤ 9). (^) The mathematical model can be formulated as: (^) Minimize: (^) $$\sum_{i=1}^9 \sum_{j=1}^9 x_{ij}$$ (^) Subject to: (^) 1. Row constraint: $\sum_{j=1}^9 x_{ij} = 45$ for each $i$. (^) 2. Column constraint : $\sum_{i=1}^9 x_{ij} = 45$ for each $j$. (^) 3. Box constraint: $\sum_{i=3k-2}^{3k} \sum_{j=3l-2}^{3l} x_{ij} = 45$ for each $k$, $l$. (^) 4. Value constraint: $x_{ij} \in {1, 2, ..., 9}$ for each $i$, $j$. (^) 5. Uniqueness constraint: $\sum_{i=1}^9 \sum_{j=1}^9 x_{ij}^2 = 405$.
The circuit diagram consists of the following components: Hardware Components:
1. Microcontroller (MCU): Arduino or Raspberry Pi 2. Memory : RAM and ROM for storing AI models and puzzle data 3. Input/Output (I/O) Devices: Keyboard, display, and optional sensors (e.g., camera) 4. Power Supply: Battery or wall adapter **Software Components
(^) Laiba: (^) Collected all the information about our topic from AI and google (^) Huraima Abbasi: Gathered them and made it ppt
(^) The Intelligent Sudoku Solver and Generator using AI is a cutting-edge system that leverages the power of artificial intelligence to solve and generate Sudoku puzzles. By combining natural language processing, machine learning, and computer vision, this system provides a unique and innovative solution for Sudoku enthusiasts. The Intelligent Sudoku Solver and Generator using AI is a innovative system that showcases the power of artificial intelligence in solving complex problems. Its potential applications in education, entertainment, and research make it a valuable contribution to the field of AI.