Skip to content

YT-CPPGL-56: Replace the usage of pointers for vertex and edge storage to simple composite types [Part 2]#58

Merged
SpectraL519 merged 6 commits into
hgl-masterfrom
alg-cleanup
Nov 4, 2025
Merged

YT-CPPGL-56: Replace the usage of pointers for vertex and edge storage to simple composite types [Part 2]#58
SpectraL519 merged 6 commits into
hgl-masterfrom
alg-cleanup

Conversation

@SpectraL519
Copy link
Copy Markdown
Owner

  • Modified the edge_descriptor class to store only the IDs of its incident vertices
  • Aligned graph implementation to use vertex IDs instead of descriptor objects for internal operations
  • Aligned algorithms to use vertex-ID-based callbacks

Comment thread include/gl/impl/adjacency_matrix.hpp Outdated
Comment thread include/gl/impl/specialized/adjacency_matrix.hpp Outdated
Copy link
Copy Markdown
Owner Author

@SpectraL519 SpectraL519 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@SpectraL519 SpectraL519 merged commit fa67fcc into hgl-master Nov 4, 2025
4 checks passed
@SpectraL519 SpectraL519 deleted the alg-cleanup branch November 4, 2025 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant