Fixed in version 0.1.4
Null check is needed in Graph.getEdgeList(int node) method.
Fixes a bug when graph has a dead-end node
"case expressions must be constant expressions" error when running the example
"case expressions must be constant expressions" error when running the example
Correction. OK in Java mode. Does not run in Tweak mode.
"case expressions must be constant expressions" error when running the example
Null check is needed in Graph.getEdgeList(int node) method.
Thanks for reporting this problem, I must admit I never considered dead-end nodes...
Thanks for reporting this problem, I must admit I never considered dead-end nodes...
We had to create the PatchedUpGraph class to use the #search on GraphSearch_Astar...
Null check is needed in Graph.getEdgeList(int node) method.