You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to run hipster4j on different planar graphs (100, 1000, 10000, 100000, 1000000 vertices). But it takes to much time even to build graph (much more than running A* algorithm from this library on this graph) starting from 10000 vertices. Here is code how I build graph:
Hi, I'm trying to run hipster4j on different planar graphs (100, 1000, 10000, 100000, 1000000 vertices). But it takes to much time even to build graph (much more than running A* algorithm from this library on this graph) starting from 10000 vertices. Here is code how I build graph:
Maybe there are some faster ways to do this?
The text was updated successfully, but these errors were encountered: