Tagged Questions
2
votes
2answers
489 views
How to get 2-Sat values
Whenever I search for an algorithm for 2-Sat, I get back the algorithm for the decision form of the problem: Does there exist a legal set of values that satisfy all the clauses. However, that does not ...