http://qs321.pair.com?node_id=1068071


in reply to Re: Travelling problem
in thread Travelling problem

Fast (i.e. non-polynomial) computation
You mean "i.e. polynomial," right? NP is exponential ;-). I heartily agree with your post, and defer to my favorite MJD talk for the details.

EDIT: Nut graph:

next time someone tells you to give up on your problem because it's NP-complete, ignore them.

Replies are listed 'Best First'.
Re^3: Travelling problem
by LanX (Saint) on Dec 22, 2013 at 01:00 UTC
    > You mean "i.e. polynomial,"

    yes, kind of "non-exponential" =)

    Was a short night! :)

    Cheers Rolf

    ( addicted to the Perl Programming Language)

    update

    > next time someone tells you to give up on your problem because it's NP-complete, ignore them.

    Unfortunately well described problems are rare here.

      Unfortunately well described problems are rare here.
      As are honestly thoughtful and helpful responses, and genuine discussion. As someone who has been here awhile (perhaps far too long), I know how to separate the wheat-y help from the karma-whoring chaff (I've contributed to both). New users, however, may not know how to filter out the mindless nostrums.
        > New users, however, may not know how to filter out the mindless nostrums.

        Or may be too lazy to express themselves properly, and never improve cause karma whores spoil them with answers? :)

        Anyway I learned new things again, I wasn't aware that the "NP-heuristics" are able to guaranty such good results like Christofides does.

        Thats impressive, especially cause NP-problems are transformable into each other.

        (Though it might not help much, if one needs to know for 100% if two graphs are isomorphic or not.)

        Cheers Rolf

        ( addicted to the Perl Programming Language)