chriskormaris / 2-SAT

This is an algorithm that given a Boolean formula with n=3 distinct variables and 2 variables per clause (2-Satisfiability), determines the values of the variables that result in the formula being TRUE, or determines that there is no solution and the formula is never TRUE. Written in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chriskormaris/2-SAT Issues

No issues in this repository yet.