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

Improve Algorithm\ShortestPath #62

Merged
merged 7 commits into from
Jul 14, 2013
Merged

Improve Algorithm\ShortestPath #62

merged 7 commits into from
Jul 14, 2013

Conversation

clue
Copy link
Member

@clue clue commented Jul 12, 2013

  • Do not return zero weight for root vertex and support root loop edges (BC break)
  • Consistently throw OutOfBoundsException for unreachable vertices (BC break)
  • Add Algorithm\ShortestPath::hasVertex()
  • 100% code coverage
  • Documentation / changelog

@clue
Copy link
Member Author

clue commented Jul 12, 2013

All tasks completed, removed WIP marker, ready for review.

@clue clue mentioned this pull request Jul 13, 2013
3 tasks
clue added a commit that referenced this pull request Jul 14, 2013
@clue clue merged commit be01ca5 into master Jul 14, 2013
@clue clue deleted the improve-shortestpath branch July 14, 2013 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant