This program solves the Propositional (Boolean) Satisfiability problem using Depth-First Search algorithm.
-
Updated
Jan 19, 2024 - C
This program solves the Propositional (Boolean) Satisfiability problem using Depth-First Search algorithm.
solving Random 3-SAT(Boolean satisfiability problem) using simulated annealing.
solving Random 3-SAT(Boolean satisfiability problem) using Evolutionary algorithms like genetic algorithm.
Use Grover's algorithm to solve Boolean Satisfiability Problem and Traveling Salesman Problem
Add a description, image, and links to the boolean-satisfiability-problem topic page so that developers can more easily learn about it.
To associate your repository with the boolean-satisfiability-problem topic, visit your repo's landing page and select "manage topics."