I'm wondering if there exists an exact algorithm for some np-complete problem with quasi-polynomial time complexity.
My best guess is 'no', because if there was one (with a reasonable C, not any C), probably to find a way to improve the time complexity to polynomial would be just a matter of time, thus, the P vs. NP question will be already closed.
I researched on internet and seems there is no quasi-polynomial solution for any of the known np-complete problem (I do found pseudo-polynomial algorithms)
So, could somebody point me to some exact quasi-polynomial algorithm for some np-complete problem if such algorithm exists?
thanks!