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

Vga parallel #400

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Conversation

pklampros
Copy link
Collaborator

Provide parallel versions of the three global analyses (visual, metric, angular) and of the local (semi-global/1-step away) visual analysis. The algorithms are the same as the non-parallel versions with modifications to avoid race conditions. An alternative version of the local visual analysis is also provided which uses a True/False adjacency matrix as a vector instead of the edge lists (vector<set>) in the classic algorithms.

@pklampros pklampros added the rebuild-regression-cli Introduce new functionality and thus require rebuilding the regression CLI for tests to pass label Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rebuild-regression-cli Introduce new functionality and thus require rebuilding the regression CLI for tests to pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant