-
Notifications
You must be signed in to change notification settings - Fork 68
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 bipartite adjacency maps #207
Conversation
1. Simplify consistency check for bipartite adjacency maps. 2. Change Bipartite.AdjacencyMap.hasEdge signature to match other Alga modules.
@vasalf Many thanks for the PR! I've left a bunch of comments, please have a look. |
@vasalf There is a test failure:
The full log is here: https://travis-ci.org/snowleopard/alga/jobs/550349421 Please investigate. |
@snowleopard Thanks for pointing it out! It turned out that the test was wrong. I fixed it. Hope it will pass this time (it passes on my machine, but we know that means nothing). I also fixed a small bug in |
Thanks, merged! |
No description provided.