Re: Integer Factorization with SAT
- From: cplxphil@xxxxxxxxx
- Date: Thu, 31 Jul 2008 14:07:07 -0700 (PDT)
I did have the intention of writing a SAT solver, but my approach was
naive (much like most of my approaches to proving P != NP, also...).
I thought that it was easy to decide the language TAUTOLOGY because I
made the (false) assumption that it's possible to convert any formula
to conjunctive normal form in polynomial time.
So I don't really have any good ideas for making a polynomial time SAT
solver...I'm more interested in trying to prove P != NP at this point,
since that seems more probably anyway.
Nonetheless, it would be interesting to hear your ideas for solving
SAT if you'd like to share them. My amateur but I think correct
opinion is that any insight you can get into a difficult problem is
useful, whether you're investigating a true statement or the "world"
in which a true statement is false (it should give rise to a
contradiction). In other words, I think it could be useful to
understanding why P != NP if we investigate methods for trying to
prove P = NP is true.
-Phil
.
- References:
- Integer Factorization with SAT
- From: Thorsten Kiefer
- Re: Integer Factorization with SAT
- From: Thorsten Kiefer
- Re: Integer Factorization with SAT
- From: jacko
- Re: Integer Factorization with SAT
- From: cplxphil
- Re: Integer Factorization with SAT
- From: Thorsten Kiefer
- Integer Factorization with SAT
- Prev by Date: Re: Integer Factorization with SAT
- Next by Date: Re: obvious ("dumb") question about oracles and P vs. NP
- Previous by thread: Re: Integer Factorization with SAT
- Index(es):
Relevant Pages
|