Loading src/pathcomp/frontend/service/algorithms/KDisjointPathAlgorithm.py +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ class KDisjointPathAlgorithm(_Algorithm): return new_link_list def execute(self, dump_request_filename: Optional[str] = None, dump_reply_filename: Optional[str] = None) -> None: algorithm = KShortestPathAlgorithm(Algorithm_KShortestPath(k_inspection=0, k_return=1)) algorithm = KShortestPathAlgorithm(Algorithm_KShortestPath(k_inspection=10, k_return=1)) algorithm.sync_paths = True algorithm.device_list = self.device_list algorithm.device_name_mapping = self.device_name_mapping Loading Loading
src/pathcomp/frontend/service/algorithms/KDisjointPathAlgorithm.py +1 −1 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ class KDisjointPathAlgorithm(_Algorithm): return new_link_list def execute(self, dump_request_filename: Optional[str] = None, dump_reply_filename: Optional[str] = None) -> None: algorithm = KShortestPathAlgorithm(Algorithm_KShortestPath(k_inspection=0, k_return=1)) algorithm = KShortestPathAlgorithm(Algorithm_KShortestPath(k_inspection=10, k_return=1)) algorithm.sync_paths = True algorithm.device_list = self.device_list algorithm.device_name_mapping = self.device_name_mapping Loading