-
Notifications
You must be signed in to change notification settings - Fork 37
Add blog post about shortest-path modeling with NetworkX #253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add blog post about shortest-path modeling with NetworkX #253
Conversation
|
Hi @amcandio! This looks so interesting! I haven't reviewed because I'm on my phone but I was going to read on the preview and it doesn't show up... Is there a table of contents somewhere that makes the blog show up in the preview? (I don't know the answer, but sharing in case you can find it easily!) |
|
I don't know why it doesn't show up. From comparing with other PRs I see that summary is missing, so maybe that's why. I'm also from my phone but let's see if I can fix it! |
|
Just fixed it @KirstieJane, it was not rendering dates in the future! |
|
Haha! That makes sense I guess 😅😅 I'm looking forward to reading! 🕸️ |
rossbar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is excellent @amcandio , thanks for writing this up! The post is clear and compelling, and I think the moral of the story cannot be emphasized enough!
I wholeheartedly approve getting this in here, and would also advocate for the post to be turned into an nx-guide as well!
Co-authored-by: Ross Barnowski <[email protected]>
Co-authored-by: Ross Barnowski <[email protected]>
Co-authored-by: Ross Barnowski <[email protected]>
|
Thank you so much @rossbar! |
|
Hi! Any chance anyone can review this one? 🙂 Maybe @stefanv ? |
dschult
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice blog-post!
I only found two spots for suggestions. I like the focus on expanding the examples to a general approach so the user can apply these tools on their own (possibly future) problems.
I also feel like it could be very easy to shift this to an nx-guide. It is useful and interesting for both audiences!
Co-authored-by: Dan Schult <[email protected]>
Thanks, Dan. Yes, I have the NX guide on my pending list! It would be great to change the post date and ship this one. Who should I ping to merge this PR? |
Thanks, Dan. Yes, I have the NX guide on my pending list! It would be great to change the post date and ship this one. |
|
@stefanv would you take a look at this PR when you have some time? |
|
Sorry it took so long to approve this. Thanks for your submission! |
Thank you so much! I sent a follow up PR to fix a broken link #259 |
This is a follow-up from networkx/networkx#703. I realized these known modeling “tricks” for shortest path problems aren’t well-documented anywhere, so I thought they’d make a great blog post!
This post explains how you can use NetworkX to tackle tricky shortest path problems by tweaking the graph itself, so you can keep using standard algorithms already available in the library.
pngquant.