Verizon / quiver

A reasonable library for modeling multi-graphs in Scala
http://verizon.github.io/quiver/
Apache License 2.0
200 stars 39 forks source link

Path search with cost function #24

Closed mgttlinger closed 7 years ago

mgttlinger commented 7 years ago

Functionality for finding the cheapest path between two nodes according to a cost function that sees both nodes and edge labels.

rossabaker commented 7 years ago

Uh-oh. This doesn't compile together with the changes to LPath in #23. Is one more urgent to you than the other, or do you want to fix them up so they can both go?

23 and #26 are breaking changes. I'm planning to open a quiver6 branch so we only bump the major version once with our automated release process. We can target that with whatever comes of your open PRs and get a release cut before the cats port.

mgttlinger commented 7 years ago

I can fix this tomorrow. Ideally the LPath stuff would be merged by then. If not, I'll cherry pick it into this branch as well.

rossabaker commented 7 years ago

Great. I'll merge #23 into the quiver-6 branch now, and you can target that branch with your fixed up version of this, and we'll be ready to release.

mgttlinger commented 7 years ago

Closing because now targeting quiver-6 in #28