|
|
|
|
|
by tgamblin
1122 days ago
|
|
I definitely recall doing reductions from SAT in Algorithms courses. I think that is a common part of most curricula. I don't recall being taught any practical uses of SAT. It was introduced only in the context of Cook's theorem, as the problem you needed to reduce to other problems in order to show NP-completeness. I think most people now learn SAT in that theoretical context, not as a tool to solve problems. |
|
> It was introduced only in the context of Cook's theorem, as the problem you needed to reduce other problems to in order to show NP-completeness.
Are you referring to reductions from SAT, or to SAT? You seem to be mentioning both?