core: stdcm: refacto: use nodes instead of edges in the queue #7581
Labels
area:core
Work on Core Service
kind:refacto-task
Task related to Refactorization Epic
module:stdcm
Short-Term DCM
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.
The text was updated successfully, but these errors were encountered: