npycomp.reductions#
Implementations of reductions between NP-complete problems.
NPyComp reductions provides implementations of reductions between
NP-complete problems. Each reduction in this module is a function that
transforms an instance of one problem into an instance of another problem.
Reductions#
|
Reduce a clique problem to a SAT problem. |
|
Convert a 3SAT problem to a clique problem. |
|
Convert a 3SAT problem to a SAT problem. |