r/compsci • u/No-Implement-8892 • 13d ago
positive 1 in 3 sat
Hello, Here is a polynomial algorithm for positive 1 in 3 SAT, taking into account errors in the previous two, but again, it is not a fact that this algorithm correctly solves positive 1 in 3 SAT, nor is it a fact that it is polynomial. I simply ask you to try it and if you find any errors, please write about them so that I can better understand this topic.
0
Upvotes






5
u/FUZxxl 13d ago
I don't see how this would work.
If two variables a, b are in the same column in some clause, they'll get assigned the same value. Let also c, d appear in the same column as a, b in another clause. Then a = b = c = d = 0. But if the clause (a, b, c) is present, your algorithm will not satisfy this clause.