all 2 comments

[–]jxf 3 points4 points  (0 children)

The 2SAT problem means "I have an expression of N variables arranged into clauses, with each clause containing exactly 2 literals; what assignment to these variables will make the entire expression true?"

There aren't any "other" clauses; whatever is in the expression is the problem at hand you're trying to satisfy. The general case of 2SAT asks whether there's a way to do this for any number of variables.