Commit 322f7fe2 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

PathComp component - FrontEnd:

- Updated KSP algorithm to support k-paths inspected and k-paths returned parameters
parent 52cd4818
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -26,4 +26,5 @@ class KShortestPathAlgorithm(_Algorithm):
        for service_request in self.service_list:
            service_request['algId'    ] = self.algorithm_id
            service_request['syncPaths'] = self.sync_paths
            service_request['kPaths'   ] = self.k_return
            service_request['kPaths_inspection'] = self.k_inspection
            service_request['kPaths_return'    ] = self.k_return