Tagged Questions
2
votes
2answers
471 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 ...
0
votes
1answer
351 views
Has anyone seen a 2-Sat implementation
I have been looking for a while, but I just can't seem to find any implementation of the 2-Sat algorithm.
I am working in c++ with the boost library (which has a strongly connected component module) ...