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

Add unorded_set<Coordinate> as Blockeds. #14

Closed
Mooophy opened this issue Sep 16, 2015 · 0 comments
Closed

Add unorded_set<Coordinate> as Blockeds. #14

Mooophy opened this issue Sep 16, 2015 · 0 comments
Labels

Comments

@Mooophy
Copy link
Owner

Mooophy commented Sep 16, 2015

To pass blocked coordinates from frond end to algorithm module.

Precondition and plan:

  • Members to_string and to_hash for Coordinate. -- done.
  • std::hash<Coordinate> -- done.
  • Member Contains(Coordinate) -> bool in this unorded_set<Coordinate>. -- use std::unordered_set::count instead.
  • Unit tests needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant