forked from dbenny42/dbi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsample_out.txt
41 lines (41 loc) · 1.29 KB
/
sample_out.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
======================================
0.4 0.6
--------------------------------------
answer[j] = i;
j += (t1[o1[i]] & t2[o2[i]]);
--------------------------------------
cost = 13.0
======================================
0.7 0.8 0.8 0.9
--------------------------------------
answer[j] = i;
j += (t1[o1[i]] & t2[o2[i]] & t3[o3[i]] & t4[o4[i]]);
--------------------------------------
cost = 25.0
======================================
0.7 0.4 0.2 0.3 0.6
--------------------------------------
if(t3[o3[i]] && (t2[o2[i]] & t4[o4[i]])) {
answer[j] = i;
j += (t1[o1[i]] & t5[o5[i]]);
}
--------------------------------------
cost = 13.495999999999999
======================================
0.65 0.79 0.43 0.26 0.75 0.37 0.19 0.53
--------------------------------------
if(t7[o7[i]] && (t4[o4[i]] && ((t3[o3[i]] & t6[o6[i]]) && (t1[o1[i]] & t8[o8[i]])))) {
answer[j] = i;
j += (t2[o2[i]] & t5[o5[i]]);
}
--------------------------------------
cost = 13.109047394369998
======================================
0.01 0.04 0.19 0.75 0.25 0.94 0.27 0.65 0.98
--------------------------------------
if(t1[o1[i]] && (t2[o2[i]] && (t3[o3[i]] && (t5[o5[i]] && (t7[o7[i]] && t8[o8[i]]))))) {
answer[j] = i;
j += (t4[o4[i]] & t6[o6[i]] & t9[o9[i]]);
}
--------------------------------------
cost = 7.2415950735