Pathfinding

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nikolay Petrov

    #1

    Pathfinding

    I have a question about generating a path between fictional star
    systems.
    Here is what information i've got:
    For star systems
    ID - unique integer
    Name - String

    For stargates
    ID - unique integer
    Name of the system the stargate leads to
    Id of the system, where stargate is located.

    I am searching for a method to find the path between to star systems.

    Any ideas?

    tnx

  • Homer J Simpson

    #2
    Re: Pathfinding


    "Nikolay Petrov" <Nikolay.V.Petr ov@gmail.comwro te in message
    news:1156087067 .610625.94550@m 73g2000cwd.goog legroups.com...
    I have a question about generating a path between fictional star
    systems.
    I am searching for a method to find the path between to star systems.
    Look for books on Operations Research (or Business Decisions). Sounds like
    the salesman problem.






    Comment

    Working...