Note that there are some explanatory texts on larger screens.

plurals
  1. POtree maps in JUNG (for a shortest path algorithm)
    primarykey
    data
    text
    <p>After asking some general advice on shortest path algorithms (<a href="https://stackoverflow.com/questions/5194482/2d-waypoint-pathfinding-combinations-of-wps-to-go-from-curlocation-to-targetloca">2D waypoint pathfinding: combinations of WPs to go from curLocation to targetLocation</a>) and then asking about a more specific implementation (<a href="https://stackoverflow.com/questions/5234557/shortest-path-algorithm-eg-dijkstras-for-500-waypoints-nodes/5234830#5234830">Shortest path algorithm (eg. Dijkstra&#39;s) for 500+ waypoints/nodes?</a>) I have decided to use the JUNG library (<a href="http://jung.sf.net/" rel="nofollow noreferrer">http://jung.sf.net/</a>).</p> <p><strong>My goal is now to get the shortest path from point A to point B by using any combination of points from a list of points (size ~1000) where each point is directly connected to all points that are within x distance.</strong></p> <p>For this, I need to setup a tree map. I believe that this is a list of tree map implementations: <a href="http://jung.sourceforge.net/doc/api/edu/uci/ics/jung/graph/class-use/Hypergraph.html#edu.uci.ics.jung.algorithms.shortestpath" rel="nofollow noreferrer">http://jung.sourceforge.net/doc/api/edu/uci/ics/jung/graph/class-use/Hypergraph.html#edu.uci.ics.jung.algorithms.shortestpath</a></p> <p>Is that correct? Now, all these implementations limit themselves to sparse tree maps, yet I have to create a rather dense tree map.</p> <p>So, what tree map should I use in JUNG to accomplish my goal?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload