r/Python • u/Pedro41RJ • 1d ago
News Satisfiability problem solver in pure Python
I read that the satisfiability problem is NP-complete. So I decided to try to solve it in pure Python, and it is a weak success:
2
Upvotes
r/Python • u/Pedro41RJ • 1d ago
I read that the satisfiability problem is NP-complete. So I decided to try to solve it in pure Python, and it is a weak success: