From ff3fb583fc9828ec8986249a3ce57a5e6aebff0f Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Tue, 20 Feb 2024 16:29:42 +0000
Subject: [PATCH] Optical Controller component:

- Pre-merge cleanup
---
 src/opticalcontroller/dijsktra.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/opticalcontroller/dijsktra.py b/src/opticalcontroller/dijsktra.py
index 7ddfa325a..a86d1d93d 100644
--- a/src/opticalcontroller/dijsktra.py
+++ b/src/opticalcontroller/dijsktra.py
@@ -12,6 +12,10 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+# TODO: migrate to NetworkX:
+# https://networkx.org/documentation/stable/index.html
+# https://networkx.org/documentation/stable/reference/algorithms/shortest_paths.html
+
 import sys
 
 class Vertex:
-- 
GitLab