pnnl / chgl

Chapel HyperGraph Library (CHGL) - HPC-class Hypergraphs in Chapel
https://pnnl.github.io/chgl/
MIT License
29 stars 8 forks source link

Local Neighborhood produces duplicates #43

Closed LouisJenkinsCS closed 4 years ago

LouisJenkinsCS commented 5 years ago

When printing out local neighborhood of blacklisted vertices and edges, it will print duplicates due to it not marking/keeping track of vertices and edges that it has already visited. Should handle this by using an associate domain.

github-actions[bot] commented 4 years ago

This issue is stale and should either be closed or eventually resolved.