Tagged Questions
2
votes
2answers
467 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
2answers
91 views
2-SATisfiabilty problem test cases
I have written a SAT solver for 2-satisfiability problem,someone please provide me a test case with say 10000 literals which has only one satisfiable assignment i.e only one solution
The format can ...
0
votes
1answer
219 views
2-Satisfiability problem-Whether a unique truth assignment exists or not
I have a problem which is an extension of 2-SAT problem. In standard 2-SAT problem, we can find any of the truth assignments which depends on the ordering of vertices we choose. I want to check ...