A Class of 3SAT Solvable in Polytime
From: Russell Easterly (logiclab_at_comcast.net)
Date: 03/16/05
- Previous message: Wolf Kirchmeir: "Re: Epistemology 201: The Science of Science"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 15 Mar 2005 20:38:18 -0800
A Class of 3SAT Solvable in Polytime
Let F() be a 3SAT instance.
If there is an assignment of variables
such that every clause in F() is
satisfied two or more times,
that assignment can be found
in polynomial time.
Proof:
Assume we have the 3-clause (A or B or C).
Consider the 2SAT instance:
(A or B) and (A or C) and (B or C).
This 2SAT instance is True if any two
variables in (A or B or C) are True.
Assume we transform every clause in F()
into the corresponding 2SAT clauses.
The resulting 2SAT instance will have
a satisfying assignment if and only if
F() has a satisfying assignment such
that every clause in F() is satisfied
at least twice.
Russell
- 2 many 2 count
- Previous message: Wolf Kirchmeir: "Re: Epistemology 201: The Science of Science"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|