瀏覽代碼

debugging dijkstra

tarfeef101 6 年之前
父節點
當前提交
fe89143786
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      a3/router.py

+ 1 - 0
a3/router.py

@@ -108,6 +108,7 @@ class db:
         this.show()
         # update entries and connection to contain
         got_dest = connection.infer(this)
+        print("GOT_DEST + ", got_dest)
         # insert into graph if we have the endpoints for this edge
         if (got_dest):
             graph.insert(connection)