-
Notifications
You must be signed in to change notification settings - Fork 208
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
Isomorphism: Remove invariant contiguous range requirement #349
Merged
jeremy-murphy
merged 10 commits into
boostorg:develop
from
jan-grimo:isomorphism-no-contiguous-invariants
Apr 15, 2024
Merged
Isomorphism: Remove invariant contiguous range requirement #349
jeremy-murphy
merged 10 commits into
boostorg:develop
from
jan-grimo:isomorphism-no-contiguous-invariants
Apr 15, 2024
Commits on Apr 14, 2024
-
Invariant contiguous range requirement removal
Invariant contiguous range requirement removal - Vertex invariants for use in isomorphism algorithm must no longer have low upper bounds due to a hidden allocation linear in the maximum encountered vertex invariant. - Vertex invariants must no longer be convertible to `size_t`, but can be any comparable and hashable types - Build `unordered_map`-backed invariant multiplicity map efficiently from sorted vertex invariants
Configuration menu - View commit details
-
Copy full SHA for 5ec4327 - Browse repository at this point
Copy the full SHA 5ec4327View commit details -
Avoid requiring invariant default-constructibility
Avoid requiring invariant default-constructibility - Refactor concept checking with boost type_traits
Configuration menu - View commit details
-
Copy full SHA for 0be4c87 - Browse repository at this point
Copy the full SHA 0be4c87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f3139b - Browse repository at this point
Copy the full SHA 8f3139bView commit details -
Configuration menu - View commit details
-
Copy full SHA for db7b373 - Browse repository at this point
Copy the full SHA db7b373View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f5a3c2 - Browse repository at this point
Copy the full SHA 2f5a3c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c36c0f - Browse repository at this point
Copy the full SHA 2c36c0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b9fbc47 - Browse repository at this point
Copy the full SHA b9fbc47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71cea99 - Browse repository at this point
Copy the full SHA 71cea99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e7d74b - Browse repository at this point
Copy the full SHA 2e7d74bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 044c7d6 - Browse repository at this point
Copy the full SHA 044c7d6View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.