Test case generation of classic N-Puzzle game using Z3
-
Updated
Dec 14, 2015 - Python
Test case generation of classic N-Puzzle game using Z3
Encoding of some problems into different logic, solved using different types of solvers. Algoritms for Computation Logic course, IST.
Implement a SAT solver to find a satisfying assignment for any given CNF sentences, You are also asked to implement the WalkSAT algorithm ( AIMA Figure 7.18 ) to search for a solution for an instance of wedding. Suppose you have a wedding to plan, and want to arrange the wedding seating for a certain number of guests in a hall. The hall has a ce…
A genetic algorithm based 3SAT solver for Rutgers CS 440
You need to plan a wedding seating arrangement for n guest. Some of the pairs of guests are friends, some other are enemies and rest of them are indifferent to each other. Friends: Friends or couple need to sit together on a table. Enemies: Enemies hate each other and can't sit at the same table. Indifferent: Guests who are indifferent to each o…
reversi_game, wedding seating Arrangement, Decision Network
Sudoku SAT-solver experiment for UvA MasterAI Knowledge Representation course.
Ranking Clues for SuDoKu SAT Solvers
Analyzing how the spatial distribution of given number in a sudoku influences the difficulty for a SAT solver.
Conversor to WPM(1,3), dimacs format
A critical leaf identifier for Rule/Goal Graphs.
Simple Python implementation of a Complete/Systematic SAT Solver with the DPLL algorithm
Using a SAT solver on randomly generated boolean circuits
Technologies: Python, C++, Linux, Git, CMake, Pipe, Fork, Multithreading, Multiprocessing.
Decision Table-Based Testing
Modeling and solving Discovery of Drug Agencies(an NP class problem) as a SAT Problem. See the problem statement for more details.
Add a description, image, and links to the sat-solver topic page so that developers can more easily learn about it.
To associate your repository with the sat-solver topic, visit your repo's landing page and select "manage topics."