A program designed to solve a Lights Out game using a SAT solver. If unfamiliar with the game, please take a look at Lights Out games on this site that provides various configurations of the game.
# Traveling Salesman SAT Solver ## Introduction This project offers a unique solution to the Traveling Salesman Problem (TSP) by converting it into a SAT (Boolean Satisfiability Problem) and solving ...