Skip to content
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

Implement k-shortest path #11

Closed
antonpa opened this issue Nov 15, 2010 · 6 comments
Closed

Implement k-shortest path #11

antonpa opened this issue Nov 15, 2010 · 6 comments

Comments

@antonpa
Copy link
Contributor

antonpa commented Nov 15, 2010

How about implementing k-shortest path algorithm?

I searched about the problem a bit and found this website: http://code.google.com/p/k-shortest-paths/

It uses Boost and C++ and it's GPLv2.

@woodbri
Copy link
Contributor

woodbri commented Jan 10, 2012

This is also something to consider for alternative paths:

http://algo2.iti.kit.edu/download/altgraph_tapas_extended.pdf

@woodbri
Copy link
Contributor

woodbri commented Jan 10, 2012

Here is another K-Shortest path implementation that does not use Boost:

https://github.com/arnaudgelas/KShortestPaths

@jperelli
Copy link

Is seems that patch #75 is implementing this.

@woodbri
Copy link
Contributor

woodbri commented May 9, 2013

I have merged a KSP from GSoC student into branch sew-devel-2_0

@woodbri woodbri closed this as completed May 15, 2013
@dkastl
Copy link
Member

dkastl commented May 16, 2013

It was not from GSoC but from Dave Potts, I think ;-)

@woodbri
Copy link
Contributor

woodbri commented May 16, 2013

Right sorry about that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants