Hello,
I'm solving problem with 2-SAT algorithm and I need to be sure that some x will be 1 (or 0). How can I make this happen with 2SAT algorithm? When I add xvx, I put x and notx into one SCC and 2-SAT returns me that there is no solution. Is it possible?
Thanks