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

Rewrite graph implementation #6

Open
3 tasks
lakshayg opened this issue Jul 1, 2016 · 0 comments
Open
3 tasks

Rewrite graph implementation #6

lakshayg opened this issue Jul 1, 2016 · 0 comments

Comments

@lakshayg
Copy link
Owner

lakshayg commented Jul 1, 2016

The graph implementation in the library is currently very limited in functionality and usability. Re-implement the graph data-structure in a generic manner so that it can be used in all the planning algorithms. Some features of the implementation:

  • Ability to associate custom data with each node
  • Weighted/unweighted, directed/undirected
  • Well documented API

A good start would be to study the Boost.Graph library

@lakshayg lakshayg added this to the v1.0.0 milestone Jul 1, 2016
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

1 participant