tags:

views:

91

answers:

2

I have an algorithm that attempts to solve SAT, and I believe it always generates the correct result. It also seems to be extremely efficient by my analysis. I am looking for a creditable person who is interested enough to try to analyze my algorithm. It's fairly complicated, but I think that I may have something worthwhile.

Is there a place or some person or people that I can turn to who would be willing to review my algorithm? I believe I have a novel approach to the problem, and I'm interested in publishing my results.

+4  A: 

You might want to try http://cstheory.stackexchange.com/

Brian Ramsay
+1  A: 

Analyze the algorithm as best as you can yourself and write a paper about it, with all the usual ingredients (explanation of your novel ideas, comparison to other algorithms, benchmarks, ...), then submit it to an appropriate conference (CAV? CADE?).

starblue
Your link to CADE seems to be broken - but thanks for the ideas otherwise
Matt Groff