Click here to Skip to main content
15,907,281 members

Comments by CIZA_1 (Top 2 by date)

CIZA_1 5-Jul-23 7:35am View    
@Andre Oosthuizen thanks again. However,I do not want to get the all paths as I could achieve that. I am wondering what's the difference between this code and your previous one? Your previous code did not work and I am wondering how it was working on your side?
CIZA_1 5-Jul-23 3:04am View    
@Andre Oosthuizen Thanks a lot for your answer. However, when I run it I get a solution {'A': []}. Python is also new to me and I tried to print paths in your code but it was an empty list. I would like to ask did you find all the paths between two activities (such as A and G has 4 paths, and you get all the 4 paths) and then did you try to find the one with minimum float? if it is the case, this will be costly when there will be large datasets. I was also trying to do this filtering while checking for the paths.