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

core: stdcm: refacto: use nodes instead of edges in the queue #7581

Closed
eckter opened this issue Jun 3, 2024 · 0 comments · Fixed by #7830
Closed

core: stdcm: refacto: use nodes instead of edges in the queue #7581

eckter opened this issue Jun 3, 2024 · 0 comments · Fixed by #7830
Assignees
Labels
area:core Work on Core Service kind:refacto-task Task related to Refactorization Epic module:stdcm Short-Term DCM

Comments

@eckter
Copy link
Contributor

eckter commented Jun 3, 2024

The current version of the A* implementation for STDCM uses edges in the queue. This works fine but it makes some enhancements a little more complex. It generally makes more sense to use nodes there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:core Work on Core Service kind:refacto-task Task related to Refactorization Epic module:stdcm Short-Term DCM
Projects
None yet
2 participants