Click here to Skip to main content
15,905,913 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i got lists of data

list proj_name = { A,B,C,D,E,F}
list duration = { 6,10,5,4,9,2}
list fastest_duration = {6,8,4,1,7,1}
list cost = {-,500,300,700,600,800}

if critical path was A-B-F and C-D-E-F

i know that we can use intersec to find the same proj_name but it can't be use if there was more than 2 Critical path any know how to find it ?

the cost per day was 1150
Posted
Comments
CHill60 22-May-14 10:15am    
What have you tried?
gggustafson 22-May-14 13:33pm    
I'd like to point out that project cost should probably not be used to establish order of project completion. Rather a depth first process is better used. It allows for testing in a top-down fashion.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900