summaryrefslogtreecommitdiff
path: root/36/DEPENDENCIES/prob9_5data.sci
blob: e860290c3745843267cac754e8997036bb894bfa (plain)
1
2
3
4
5
6
7
8
9
10
11
//problem 9-5 data

k=3;//no. of pipeline segments

read_time=40;
propogation_time=45;
transfer_time=5;
adding_time=15;
//number of tasks
n1=10;
n2=100;