|
|
|
|
|
by bawolff
1406 days ago
|
|
You need the proof to show it really works in all cases. However if the goal is some quick (non-exhaustive) verification, then why can't you just use the algorithm? (Ignoring the big constants, high degree polynomial issue siblings mention). Either A, it doesn't work, showing the paper is incorrect. Or B it works, showing that even if it doesn't prove the paper fully correct, it shows that at least something interesting is going on. |
|
For all possible solutions (there are at most 2^p(x) where p is some polynomial), Check if that solution is correct.
This of course takes exponential time. Just because you have an algorithm to solve np problems doesn’t mean you’ve done something useful.