Closed lfz closed 5 years ago
Hi lfz,
This is really weird. I've been using this function for a while and it seems to usually be doing the right thing.
dijkstra3d.dijkstra minimizes the objective function. I'll have to take a closer look at the code to see what it's doing.
Thanks for reporting this! Will
Hi lfz, the issue is that the input arrays are in C order but they need to be in F order for this library. I made a PR #4 which will accommodate C order usage. Hopefully I can get that out today.
Will
1.1.0 is out! Let me know if that solves your issue. ^_^
Thank you! that's great~
Hi, thanks for this useful function, but I found the output of this function is not as expected.
please see the example below, I am not sure this implementation is minimizing or maximizing the total weight, so I tried both. But neither of them show the expected result. Could you give some suggestions? Thank you