reducing the factorization decision problem to SAT?
- From: cplxphil@xxxxxxxxx
- Date: Wed, 16 Jul 2008 13:59:13 -0700 (PDT)
Hi,
It's obviously possible to reduce an NP decision problem to SAT using
Cook-Levin's mapping, but how does one do it in an "intelligible,"
simple way in practice for integer factorization?
I know it's been done before, I just don't know how. Specifically,
how do you reduce this decision problem...
Given an integer n and an integer k s.t. 1 < k < n, are there any
integers j s.t. j divides n and 1 < j < k?
....to SAT? (Or any other decision problem that the factorization
problem can be Turing reduced to? I suppose that simply asking if
there are any nontrivial factors (i.e., not equal to +/-1 or +/-n)
would work just as well.) If anyone knows how to reduce factorization
to SAT I'd be interested to know how it's done.
Thanks,
Phil
.
- Follow-Ups:
- Re: reducing the factorization decision problem to SAT?
- From: Daniel A. Jimenez
- Re: reducing the factorization decision problem to SAT?
- Prev by Date: Re: NP problem and co-NP problem
- Next by Date: Re: reducing the factorization decision problem to SAT?
- Previous by thread: Does the size of the stack of a PDA matter?
- Next by thread: Re: reducing the factorization decision problem to SAT?
- Index(es):
Relevant Pages
|
|