1.5 MiB
1.5 MiB
In [2]:
import pickle
import pandas as pd
from sklearn import tree
data = pd.read_csv("data-turbine/clear-data-nox.csv")
model = pickle.load(open("data-turbine/tree-nox-gs.model.sav", "rb"))
features = (
data
.drop(["NOX"], axis=1)
.columns.values.tolist()
)
rules = tree.export_text(model, feature_names=features)
print(rules)
|--- AT <= 16.96 | |--- TIT <= 1042.85 | | |--- TAT <= 541.98 | | | |--- TAT <= 537.80 | | | | |--- AFDP <= 3.44 | | | | | |--- AFDP <= 2.37 | | | | | | |--- AH <= 78.35 | | | | | | | |--- value: [103.29] | | | | | | |--- AH > 78.35 | | | | | | | |--- AT <= 9.05 | | | | | | | | |--- value: [92.40] | | | | | | | |--- AT > 9.05 | | | | | | | | |--- value: [82.97] | | | | | |--- AFDP > 2.37 | | | | | | |--- TAT <= 511.82 | | | | | | | |--- value: [66.00] | | | | | | |--- TAT > 511.82 | | | | | | | |--- AFDP <= 3.08 | | | | | | | | |--- AFDP <= 2.70 | | | | | | | | | |--- AT <= 13.58 | | | | | | | | | | |--- AH <= 93.59 | | | | | | | | | | | |--- value: [111.42] | | | | | | | | | | |--- AH > 93.59 | | | | | | | | | | | |--- value: [104.23] | | | | | | | | | |--- AT > 13.58 | | | | | | | | | | |--- value: [96.55] | | | | | | | | |--- AFDP > 2.70 | | | | | | | | | |--- TAT <= 529.48 | | | | | | | | | | |--- value: [115.35] | | | | | | | | | |--- TAT > 529.48 | | | | | | | | | | |--- AT <= 13.87 | | | | | | | | | | | |--- value: [91.44] | | | | | | | | | | |--- AT > 13.87 | | | | | | | | | | | |--- value: [107.64] | | | | | | | |--- AFDP > 3.08 | | | | | | | | |--- TIT <= 1036.65 | | | | | | | | | |--- TIT <= 1027.05 | | | | | | | | | | |--- AT <= 9.39 | | | | | | | | | | | |--- value: [119.05] | | | | | | | | | | |--- AT > 9.39 | | | | | | | | | | | |--- value: [115.07] | | | | | | | | | |--- TIT > 1027.05 | | | | | | | | | | |--- TIT <= 1033.45 | | | | | | | | | | | |--- value: [110.17] | | | | | | | | | | |--- TIT > 1033.45 | | | | | | | | | | | |--- value: [117.52] | | | | | | | | |--- TIT > 1036.65 | | | | | | | | | |--- AT <= 9.36 | | | | | | | | | | |--- value: [106.68] | | | | | | | | | |--- AT > 9.36 | | | | | | | | | | |--- value: [96.80] | | | | |--- AFDP > 3.44 | | | | | |--- AT <= 12.15 | | | | | | |--- AT <= 4.38 | | | | | | | |--- AFDP <= 3.46 | | | | | | | | |--- value: [94.21] | | | | | | | |--- AFDP > 3.46 | | | | | | | | |--- TAT <= 533.27 | | | | | | | | | |--- TIT <= 1027.75 | | | | | | | | | | |--- value: [112.43] | | | | | | | | | |--- TIT > 1027.75 | | | | | | | | | | |--- AT <= 0.75 | | | | | | | | | | | |--- value: [100.12] | | | | | | | | | | |--- AT > 0.75 | | | | | | | | | | | |--- value: [105.08] | | | | | | | | |--- TAT > 533.27 | | | | | | | | | |--- value: [114.08] | | | | | | |--- AT > 4.38 | | | | | | | |--- TIT <= 1029.95 | | | | | | | | |--- TAT <= 529.15 | | | | | | | | | |--- value: [102.24] | | | | | | | | |--- TAT > 529.15 | | | | | | | | | |--- value: [113.33] | | | | | | | |--- TIT > 1029.95 | | | | | | | | |--- AP <= 1016.55 | | | | | | | | | |--- TAT <= 536.96 | | | | | | | | | | |--- value: [96.22] | | | | | | | | | |--- TAT > 536.96 | | | | | | | | | | |--- value: [90.93] | | | | | | | | |--- AP > 1016.55 | | | | | | | | | |--- AP <= 1030.30 | | | | | | | | | | |--- AT <= 10.38 | | | | | | | | | | | |--- value: [98.43] | | | | | | | | | | |--- AT > 10.38 | | | | | | | | | | | |--- value: [106.91] | | | | | | | | | |--- AP > 1030.30 | | | | | | | | | | |--- value: [108.44] | | | | | |--- AT > 12.15 | | | | | | |--- AT <= 16.38 | | | | | | | |--- value: [77.41] | | | | | | |--- AT > 16.38 | | | | | | | |--- value: [94.66] | | | |--- TAT > 537.80 | | | | |--- TIT <= 1033.75 | | | | | |--- AFDP <= 2.75 | | | | | | |--- TIT <= 1026.75 | | | | | | | |--- AFDP <= 2.64 | | | | | | | | |--- value: [102.78] | | | | | | | |--- AFDP > 2.64 | | | | | | | | |--- value: [95.36] | | | | | | |--- TIT > 1026.75 | | | | | | | |--- AP <= 1011.00 | | | | | | | | |--- value: [102.46] | | | | | | | |--- AP > 1011.00 | | | | | | | | |--- AT <= 13.61 | | | | | | | | | |--- AT <= 7.33 | | | | | | | | | | |--- TAT <= 539.28 | | | | | | | | | | | |--- value: [94.44] | | | | | | | | | | |--- TAT > 539.28 | | | | | | | | | | | |--- value: [89.37] | | | | | | | | | |--- AT > 7.33 | | | | | | | | | | |--- TAT <= 541.44 | | | | | | | | | | | |--- value: [96.77] | | | | | | | | | | |--- TAT > 541.44 | | | | | | | | | | | |--- value: [87.42] | | | | | | | | |--- AT > 13.61 | | | | | | | | | |--- TAT <= 540.93 | | | | | | | | | | |--- value: [92.61] | | | | | | | | | |--- TAT > 540.93 | | | | | | | | | | |--- AP <= 1022.85 | | | | | | | | | | | |--- value: [90.20] | | | | | | | | | | |--- AP > 1022.85 | | | | | | | | | | | |--- value: [86.30] | | | | | |--- AFDP > 2.75 | | | | | | |--- AFDP <= 3.51 | | | | | | | |--- AT <= 15.03 | | | | | | | | |--- AT <= 9.26 | | | | | | | | | |--- value: [82.06] | | | | | | | | |--- AT > 9.26 | | | | | | | | | |--- value: [91.09] | | | | | | | |--- AT > 15.03 | | | | | | | | |--- value: [73.71] | | | | | | |--- AFDP > 3.51 | | | | | | | |--- value: [116.14] | | | | |--- TIT > 1033.75 | | | | | |--- AFDP <= 4.10 | | | | | | |--- AFDP <= 2.35 | | | | | | | |--- AFDP <= 2.20 | | | | | | | | |--- value: [104.28] | | | | | | | |--- AFDP > 2.20 | | | | | | | | |--- value: [87.11] | | | | | | |--- AFDP > 2.35 | | | | | | | |--- AP <= 1026.80 | | | | | | | | |--- AFDP <= 2.38 | | | | | | | | | |--- value: [113.13] | | | | | | | | |--- AFDP > 2.38 | | | | | | | | | |--- AH <= 78.91 | | | | | | | | | | |--- TAT <= 538.66 | | | | | | | | | | | |--- value: [102.22] | | | | | | | | | | |--- TAT > 538.66 | | | | | | | | | | | |--- value: [89.02] | | | | | | | | | |--- AH > 78.91 | | | | | | | | | | |--- AH <= 94.26 | | | | | | | | | | | |--- value: [102.24] | | | | | | | | | | |--- AH > 94.26 | | | | | | | | | | | |--- value: [96.42] | | | | | | | |--- AP > 1026.80 | | | | | | | | |--- value: [88.84] | | | | | |--- AFDP > 4.10 | | | | | | |--- AH <= 93.66 | | | | | | | |--- TIT <= 1039.35 | | | | | | | | |--- value: [94.28] | | | | | | | |--- TIT > 1039.35 | | | | | | | | |--- value: [88.71] | | | | | | |--- AH > 93.66 | | | | | | | |--- value: [96.66] | | |--- TAT > 541.98 | | | |--- AT <= 3.44 | | | | |--- TAT <= 543.21 | | | | | |--- value: [92.00] | | | | |--- TAT > 543.21 | | | | | |--- value: [114.46] | | | |--- AT > 3.44 | | | | |--- TAT <= 546.67 | | | | | |--- AH <= 99.98 | | | | | | |--- TAT <= 544.63 | | | | | | | |--- TIT <= 1039.15 | | | | | | | | |--- AFDP <= 2.54 | | | | | | | | | |--- AFDP <= 2.52 | | | | | | | | | | |--- AP <= 1021.85 | | | | | | | | | | | |--- value: [92.07] | | | | | | | | | | |--- AP > 1021.85 | | | | | | | | | | | |--- value: [84.28] | | | | | | | | | |--- AFDP > 2.52 | | | | | | | | | | |--- value: [109.47] | | | | | | | | |--- AFDP > 2.54 | | | | | | | | | |--- AH <= 98.52 | | | | | | | | | | |--- AFDP <= 2.97 | | | | | | | | | | | |--- value: [85.12] | | | | | | | | | | |--- AFDP > 2.97 | | | | | | | | | | | |--- value: [92.20] | | | | | | | | | |--- AH > 98.52 | | | | | | | | | | |--- value: [65.27] | | | | | | | |--- TIT > 1039.15 | | | | | | | | |--- AP <= 1019.45 | | | | | | | | | |--- TAT <= 542.35 | | | | | | | | | | |--- value: [108.97] | | | | | | | | | |--- TAT > 542.35 | | | | | | | | | | |--- value: [95.01] | | | | | | | | |--- AP > 1019.45 | | | | | | | | | |--- value: [87.64] | | | | | | |--- TAT > 544.63 | | | | | | | |--- AFDP <= 3.25 | | | | | | | | |--- AH <= 97.77 | | | | | | | | | |--- AFDP <= 2.54 | | | | | | | | | | |--- AP <= 1022.70 | | | | | | | | | | | |--- value: [86.54] | | | | | | | | | | |--- AP > 1022.70 | | | | | | | | | | | |--- value: [80.56] | | | | | | | | | |--- AFDP > 2.54 | | | | | | | | | | |--- AH <= 84.20 | | | | | | | | | | | |--- value: [81.71] | | | | | | | | | | |--- AH > 84.20 | | | | | | | | | | | |--- value: [76.36] | | | | | | | | |--- AH > 97.77 | | | | | | | | | |--- value: [64.06] | | | | | | | |--- AFDP > 3.25 | | | | | | | | |--- AH <= 88.39 | | | | | | | | | |--- value: [84.29] | | | | | | | | |--- AH > 88.39 | | | | | | | | | |--- value: [91.92] | | | | | |--- AH > 99.98 | | | | | | |--- value: [103.09] | | | | |--- TAT > 546.67 | | | | | |--- TAT <= 549.32 | | | | | | |--- AH <= 95.18 | | | | | | | |--- AT <= 10.85 | | | | | | | | |--- AT <= 10.72 | | | | | | | | | |--- AH <= 92.12 | | | | | | | | | | |--- AH <= 90.78 | | | | | | | | | | | |--- value: [78.87] | | | | | | | | | | |--- AH > 90.78 | | | | | | | | | | | |--- value: [94.49] | | | | | | | | | |--- AH > 92.12 | | | | | | | | | | |--- value: [70.74] | | | | | | | | |--- AT > 10.72 | | | | | | | | | |--- value: [100.45] | | | | | | | |--- AT > 10.85 | | | | | | | | |--- AP <= 1017.75 | | | | | | | | | |--- AP <= 1001.40 | | | | | | | | | | |--- value: [60.25] | | | | | | | | | |--- AP > 1001.40 | | | | | | | | | | |--- AH <= 66.78 | | | | | | | | | | | |--- value: [70.91] | | | | | | | | | | |--- AH > 66.78 | | | | | | | | | | | |--- value: [76.19] | | | | | | | | |--- AP > 1017.75 | | | | | | | | | |--- AP <= 1018.75 | | | | | | | | | | |--- value: [58.90] | | | | | | | | | |--- AP > 1018.75 | | | | | | | | | | |--- value: [70.34] | | | | | | |--- AH > 95.18 | | | | | | | |--- value: [88.23] | | | | | |--- TAT > 549.32 | | | | | | |--- AT <= 15.03 | | | | | | | |--- value: [69.71] | | | | | | |--- AT > 15.03 | | | | | | | |--- value: [61.13] | |--- TIT > 1042.85 | | |--- AT <= 11.04 | | | |--- TIT <= 1097.70 | | | | |--- TIT <= 1060.15 | | | | | |--- TAT <= 547.68 | | | | | | |--- TAT <= 542.26 | | | | | | | |--- AT <= 6.44 | | | | | | | | |--- AT <= 4.25 | | | | | | | | | |--- AP <= 1018.55 | | | | | | | | | | |--- value: [109.92] | | | | | | | | | |--- AP > 1018.55 | | | | | | | | | | |--- value: [95.28] | | | | | | | | |--- AT > 4.25 | | | | | | | | | |--- TAT <= 539.21 | | | | | | | | | | |--- value: [102.60] | | | | | | | | | |--- TAT > 539.21 | | | | | | | | | | |--- value: [114.42] | | | | | | | |--- AT > 6.44 | | | | | | | | |--- AFDP <= 3.31 | | | | | | | | | |--- AFDP <= 2.34 | | | | | | | | | | |--- value: [81.04] | | | | | | | | | |--- AFDP > 2.34 | | | | | | | | | | |--- AFDP <= 2.47 | | | | | | | | | | | |--- value: [95.32] | | | | | | | | | | |--- AFDP > 2.47 | | | | | | | | | | | |--- value: [104.58] | | | | | | | | |--- AFDP > 3.31 | | | | | | | | | |--- AP <= 1021.45 | | | | | | | | | | |--- AP <= 1014.50 | | | | | | | | | | | |--- value: [86.31] | | | | | | | | | | |--- AP > 1014.50 | | | | | | | | | | | |--- value: [90.75] | | | | | | | | | |--- AP > 1021.45 | | | | | | | | | | |--- TAT <= 541.21 | | | | | | | | | | | |--- value: [92.99] | | | | | | | | | | |--- TAT > 541.21 | | | | | | | | | | | |--- value: [100.37] | | | | | | |--- TAT > 542.26 | | | | | | | |--- AH <= 85.73 | | | | | | | | |--- AT <= 2.67 | | | | | | | | | |--- value: [105.32] | | | | | | | | |--- AT > 2.67 | | | | | | | | | |--- TIT <= 1047.45 | | | | | | | | | | |--- AP <= 1002.60 | | | | | | | | | | | |--- value: [98.64] | | | | | | | | | | |--- AP > 1002.60 | | | | | | | | | | | |--- value: [78.62] | | | | | | | | | |--- TIT > 1047.45 | | | | | | | | | | |--- TAT <= 546.81 | | | | | | | | | | | |--- value: [91.73] | | | | | | | | | | |--- TAT > 546.81 | | | | | | | | | | | |--- value: [78.52] | | | | | | | |--- AH > 85.73 | | | | | | | | |--- AT <= 7.58 | | | | | | | | | |--- TAT <= 542.61 | | | | | | | | | | |--- value: [84.37] | | | | | | | | | |--- TAT > 542.61 | | | | | | | | | | |--- AH <= 93.87 | | | | | | | | | | | |--- value: [110.24] | | | | | | | | | | |--- AH > 93.87 | | | | | | | | | | | |--- value: [95.22] | | | | | | | | |--- AT > 7.58 | | | | | | | | | |--- AFDP <= 3.26 | | | | | | | | | | |--- AP <= 1019.55 | | | | | | | | | | | |--- value: [96.84] | | | | | | | | | | |--- AP > 1019.55 | | | | | | | | | | | |--- value: [80.81] | | | | | | | | | |--- AFDP > 3.26 | | | | | | | | | | |--- AP <= 1015.45 | | | | | | | | | | | |--- value: [79.68] | | | | | | | | | | |--- AP > 1015.45 | | | | | | | | | | | |--- value: [91.09] | | | | | |--- TAT > 547.68 | | | | | | |--- AT <= 8.25 | | | | | | | |--- AP <= 1005.40 | | | | | | | | |--- TAT <= 549.48 | | | | | | | | | |--- value: [112.60] | | | | | | | | |--- TAT > 549.48 | | | | | | | | | |--- AH <= 92.37 | | | | | | | | | | |--- value: [71.19] | | | | | | | | | |--- AH > 92.37 | | | | | | | | | | |--- AP <= 997.95 | | | | | | | | | | | |--- value: [61.17] | | | | | | | | | | |--- AP > 997.95 | | | | | | | | | | | |--- value: [65.18] | | | | | | | |--- AP > 1005.40 | | | | | | | | |--- AFDP <= 3.54 | | | | | | | | | |--- AT <= 5.34 | | | | | | | | | | |--- TAT <= 549.48 | | | | | | | | | | | |--- value: [101.07] | | | | | | | | | | |--- TAT > 549.48 | | | | | | | | | | | |--- value: [90.01] | | | | | | | | | |--- AT > 5.34 | | | | | | | | | | |--- AFDP <= 2.67 | | | | | | | | | | | |--- value: [89.14] | | | | | | | | | | |--- AFDP > 2.67 | | | | | | | | | | | |--- value: [77.93] | | | | | | | | |--- AFDP > 3.54 | | | | | | | | | |--- AFDP <= 4.09 | | | | | | | | | | |--- AT <= 4.07 | | | | | | | | | | | |--- value: [111.25] | | | | | | | | | | |--- AT > 4.07 | | | | | | | | | | | |--- value: [114.78] | | | | | | | | | |--- AFDP > 4.09 | | | | | | | | | | |--- value: [97.08] | | | | | | |--- AT > 8.25 | | | | | | | |--- TAT <= 548.36 | | | | | | | | |--- AH <= 90.79 | | | | | | | | | |--- AFDP <= 2.55 | | | | | | | | | | |--- value: [68.71] | | | | | | | | | |--- AFDP > 2.55 | | | | | | | | | | |--- AFDP <= 2.58 | | | | | | | | | | | |--- value: [93.48] | | | | | | | | | | |--- AFDP > 2.58 | | | | | | | | | | | |--- value: [78.22] | | | | | | | | |--- AH > 90.79 | | | | | | | | | |--- TAT <= 547.78 | | | | | | | | | | |--- value: [80.07] | | | | | | | | | |--- TAT > 547.78 | | | | | | | | | | |--- AT <= 10.26 | | | | | | | | | | | |--- value: [100.83] | | | | | | | | | | |--- AT > 10.26 | | | | | | | | | | | |--- value: [89.36] | | | | | | | |--- TAT > 548.36 | | | | | | | | |--- AFDP <= 3.26 | | | | | | | | | |--- AFDP <= 2.99 | | | | | | | | | | |--- TIT <= 1049.50 | | | | | | | | | | | |--- value: [71.23] | | | | | | | | | | |--- TIT > 1049.50 | | | | | | | | | | | |--- value: [77.30] | | | | | | | | | |--- AFDP > 2.99 | | | | | | | | | | |--- AH <= 98.19 | | | | | | | | | | | |--- value: [58.72] | | | | | | | | | | |--- AH > 98.19 | | | | | | | | | | | |--- value: [68.34] | | | | | | | | |--- AFDP > 3.26 | | | | | | | | | |--- AT <= 8.49 | | | | | | | | | | |--- value: [117.48] | | | | | | | | | |--- AT > 8.49 | | | | | | | | | | |--- AP <= 998.51 | | | | | | | | | | | |--- value: [75.63] | | | | | | | | | | |--- AP > 998.51 | | | | | | | | | | | |--- value: [80.36] | | | | |--- TIT > 1060.15 | | | | | |--- AFDP <= 3.69 | | | | | | |--- AFDP <= 3.08 | | | | | | | |--- AT <= 7.56 | | | | | | | | |--- TAT <= 548.94 | | | | | | | | | |--- AFDP <= 2.89 | | | | | | | | | | |--- AH <= 83.98 | | | | | | | | | | | |--- value: [88.70] | | | | | | | | | | |--- AH > 83.98 | | | | | | | | | | | |--- value: [102.51] | | | | | | | | | |--- AFDP > 2.89 | | | | | | | | | | |--- AT <= 6.15 | | | | | | | | | | | |--- value: [74.67] | | | | | | | | | | |--- AT > 6.15 | | | | | | | | | | | |--- value: [87.05] | | | | | | | | |--- TAT > 548.94 | | | | | | | | | |--- TIT <= 1070.45 | | | | | | | | | | |--- AP <= 1016.75 | | | | | | | | | | | |--- value: [84.18] | | | | | | | | | | |--- AP > 1016.75 | | | | | | | | | | | |--- value: [74.33] | | | | | | | | | |--- TIT > 1070.45 | | | | | | | | | | |--- AT <= 4.48 | | | | | | | | | | | |--- value: [83.87] | | | | | | | | | | |--- AT > 4.48 | | | | | | | | | | | |--- value: [80.14] | | | | | | | |--- AT > 7.56 | | | | | | | | |--- TAT <= 548.41 | | | | | | | | | |--- TAT <= 541.36 | | | | | | | | | | |--- value: [119.28] | | | | | | | | | |--- TAT > 541.36 | | | | | | | | | | |--- TAT <= 545.97 | | | | | | | | | | | |--- value: [92.03] | | | | | | | | | | |--- TAT > 545.97 | | | | | | | | | | | |--- value: [81.82] | | | | | | | | |--- TAT > 548.41 | | | | | | | | | |--- TIT <= 1078.95 | | | | | | | | | | |--- AT <= 9.58 | | | | | | | | | | | |--- value: [72.87] | | | | | | | | | | |--- AT > 9.58 | | | | | | | | | | | |--- value: [69.34] | | | | | | | | | |--- TIT > 1078.95 | | | | | | | | | | |--- AFDP <= 2.98 | | | | | | | | | | | |--- value: [75.12] | | | | | | | | | | |--- AFDP > 2.98 | | | | | | | | | | | |--- value: [80.11] | | | | | | |--- AFDP > 3.08 | | | | | | | |--- TIT <= 1081.75 | | | | | | | | |--- TAT <= 549.45 | | | | | | | | | |--- AT <= 3.94 | | | | | | | | | | |--- value: [110.30] | | | | | | | | | |--- AT > 3.94 | | | | | | | | | | |--- TIT <= 1066.55 | | | | | | | | | | | |--- value: [82.53] | | | | | | | | | | |--- TIT > 1066.55 | | | | | | | | | | | |--- value: [71.73] | | | | | | | | |--- TAT > 549.45 | | | | | | | | | |--- AFDP <= 3.20 | | | | | | | | | | |--- AH <= 69.47 | | | | | | | | | | | |--- value: [73.65] | | | | | | | | | | |--- AH > 69.47 | | | | | | | | | | | |--- value: [68.76] | | | | | | | | | |--- AFDP > 3.20 | | | | | | | | | | |--- AT <= 7.54 | | | | | | | | | | | |--- value: [68.56] | | | | | | | | | | |--- AT > 7.54 | | | | | | | | | | | |--- value: [64.27] | | | | | | | |--- TIT > 1081.75 | | | | | | | | |--- AT <= 7.41 | | | | | | | | | |--- AP <= 1027.75 | | | | | | | | | | |--- AP <= 1021.55 | | | | | | | | | | | |--- value: [76.43] | | | | | | | | | | |--- AP > 1021.55 | | | | | | | | | | | |--- value: [82.03] | | | | | | | | | |--- AP > 1027.75 | | | | | | | | | | |--- value: [62.71] | | | | | | | | |--- AT > 7.41 | | | | | | | | | |--- AP <= 1007.75 | | | | | | | | | | |--- AH <= 94.79 | | | | | | | | | | | |--- value: [81.06] | | | | | | | | | | |--- AH > 94.79 | | | | | | | | | | | |--- value: [76.78] | | | | | | | | | |--- AP > 1007.75 | | | | | | | | | | |--- AH <= 99.83 | | | | | | | | | | | |--- value: [71.07] | | | | | | | | | | |--- AH > 99.83 | | | | | | | | | | | |--- value: [79.89] | | | | | |--- AFDP > 3.69 | | | | | | |--- TIT <= 1089.05 | | | | | | | |--- AT <= 8.23 | | | | | | | | |--- TIT <= 1071.10 | | | | | | | | | |--- AT <= 7.16 | | | | | | | | | | |--- TAT <= 540.32 | | | | | | | | | | | |--- value: [84.42] | | | | | | | | | | |--- TAT > 540.32 | | | | | | | | | | | |--- value: [98.19] | | | | | | | | | |--- AT > 7.16 | | | | | | | | | | |--- AP <= 1007.00 | | | | | | | | | | | |--- value: [76.13] | | | | | | | | | | |--- AP > 1007.00 | | | | | | | | | | | |--- value: [84.73] | | | | | | | | |--- TIT > 1071.10 | | | | | | | | | |--- AT <= 5.33 | | | | | | | | | | |--- AH <= 84.43 | | | | | | | | | | | |--- value: [85.71] | | | | | | | | | | |--- AH > 84.43 | | | | | | | | | | | |--- value: [81.82] | | | | | | | | | |--- AT > 5.33 | | | | | | | | | | |--- AP <= 1017.45 | | | | | | | | | | | |--- value: [81.56] | | | | | | | | | | |--- AP > 1017.45 | | | | | | | | | | | |--- value: [78.81] | | | | | | | |--- AT > 8.23 | | | | | | | | |--- AH <= 89.15 | | | | | | | | | |--- TIT <= 1073.15 | | | | | | | | | | |--- TIT <= 1060.45 | | | | | | | | | | | |--- value: [100.28] | | | | | | | | | | |--- TIT > 1060.45 | | | | | | | | | | | |--- value: [85.29] | | | | | | | | | |--- TIT > 1073.15 | | | | | | | | | | |--- AT <= 9.86 | | | | | | | | | | | |--- value: [79.77] | | | | | | | | | | |--- AT > 9.86 | | | | | | | | | | | |--- value: [77.91] | | | | | | | | |--- AH > 89.15 | | | | | | | | | |--- TIT <= 1079.60 | | | | | | | | | | |--- AH <= 99.87 | | | | | | | | | | | |--- value: [66.92] | | | | | | | | | | |--- AH > 99.87 | | | | | | | | | | | |--- value: [80.49] | | | | | | | | | |--- TIT > 1079.60 | | | | | | | | | | |--- TIT <= 1087.25 | | | | | | | | | | | |--- value: [76.30] | | | | | | | | | | |--- TIT > 1087.25 | | | | | | | | | | | |--- value: [71.48] | | | | | | |--- TIT > 1089.05 | | | | | | | |--- AP <= 1027.65 | | | | | | | | |--- TAT <= 547.30 | | | | | | | | | |--- TIT <= 1089.15 | | | | | | | | | | |--- value: [60.38] | | | | | | | | | |--- TIT > 1089.15 | | | | | | | | | | |--- TAT <= 541.30 | | | | | | | | | | | |--- value: [70.99] | | | | | | | | | | |--- TAT > 541.30 | | | | | | | | | | | |--- value: [76.31] | | | | | | | | |--- TAT > 547.30 | | | | | | | | | |--- AT <= 4.65 | | | | | | | | | | |--- value: [65.18] | | | | | | | | | |--- AT > 4.65 | | | | | | | | | | |--- TAT <= 550.14 | | | | | | | | | | | |--- value: [82.51] | | | | | | | | | | |--- TAT > 550.14 | | | | | | | | | | | |--- value: [74.77] | | | | | | | |--- AP > 1027.65 | | | | | | | | |--- AFDP <= 4.04 | | | | | | | | | |--- TAT <= 544.85 | | | | | | | | | | |--- value: [55.66] | | | | | | | | | |--- TAT > 544.85 | | | | | | | | | | |--- value: [62.78] | | | | | | | | |--- AFDP > 4.04 | | | | | | | | | |--- AH <= 93.18 | | | | | | | | | | |--- AH <= 92.18 | | | | | | | | | | | |--- value: [69.17] | | | | | | | | | | |--- AH > 92.18 | | | | | | | | | | | |--- value: [82.14] | | | | | | | | | |--- AH > 93.18 | | | | | | | | | | |--- value: [60.42] | | | |--- TIT > 1097.70 | | | | |--- AP <= 1020.95 | | | | | |--- TAT <= 539.04 | | | | | | |--- AFDP <= 4.09 | | | | | | | |--- TAT <= 531.83 | | | | | | | | |--- AT <= 5.23 | | | | | | | | | |--- TAT <= 527.38 | | | | | | | | | | |--- AH <= 63.57 | | | | | | | | | | | |--- value: [75.04] | | | | | | | | | | |--- AH > 63.57 | | | | | | | | | | | |--- value: [66.70] | | | | | | | | | |--- TAT > 527.38 | | | | | | | | | | |--- AH <= 65.85 | | | | | | | | | | | |--- value: [64.89] | | | | | | | | | | |--- AH > 65.85 | | | | | | | | | | | |--- value: [59.24] | | | | | | | | |--- AT > 5.23 | | | | | | | | | |--- TAT <= 528.47 | | | | | | | | | | |--- AFDP <= 4.05 | | | | | | | | | | | |--- value: [65.27] | | | | | | | | | | |--- AFDP > 4.05 | | | | | | | | | | | |--- value: [69.26] | | | | | | | | | |--- TAT > 528.47 | | | | | | | | | | |--- AH <= 92.08 | | | | | | | | | | | |--- value: [71.64] | | | | | | | | | | |--- AH > 92.08 | | | | | | | | | | | |--- value: [68.33] | | | | | | | |--- TAT > 531.83 | | | | | | | | |--- AH <= 91.85 | | | | | | | | | |--- AP <= 1015.90 | | | | | | | | | | |--- AH <= 86.42 | | | | | | | | | | | |--- value: [62.20] | | | | | | | | | | |--- AH > 86.42 | | | | | | | | | | | |--- value: [74.31] | | | | | | | | | |--- AP > 1015.90 | | | | | | | | | | |--- AP <= 1018.60 | | | | | | | | | | | |--- value: [59.57] | | | | | | | | | | |--- AP > 1018.60 | | | | | | | | | | | |--- value: [57.15] | | | | | | | | |--- AH > 91.85 | | | | | | | | | |--- AP <= 999.80 | | | | | | | | | | |--- value: [73.25] | | | | | | | | | |--- AP > 999.80 | | | | | | | | | | |--- TAT <= 537.36 | | | | | | | | | | | |--- value: [69.69] | | | | | | | | | | |--- TAT > 537.36 | | | | | | | | | | | |--- value: [72.98] | | | | | | |--- AFDP > 4.09 | | | | | | | |--- AP <= 1006.25 | | | | | | | | |--- AT <= 9.09 | | | | | | | | | |--- AT <= 8.50 | | | | | | | | | | |--- AT <= 7.27 | | | | | | | | | | | |--- value: [75.09] | | | | | | | | | | |--- AT > 7.27 | | | | | | | | | | | |--- value: [69.04] | | | | | | | | | |--- AT > 8.50 | | | | | | | | | | |--- value: [88.85] | | | | | | | | |--- AT > 9.09 | | | | | | | | | |--- AFDP <= 5.56 | | | | | | | | | | |--- AP <= 1002.20 | | | | | | | | | | | |--- value: [72.08] | | | | | | | | | | |--- AP > 1002.20 | | | | | | | | | | | |--- value: [69.50] | | | | | | | | | |--- AFDP > 5.56 | | | | | | | | | | |--- AFDP <= 6.27 | | | | | | | | | | | |--- value: [67.93] | | | | | | | | | | |--- AFDP > 6.27 | | | | | | | | | | | |--- value: [65.66] | | | | | | | |--- AP > 1006.25 | | | | | | | | |--- TAT <= 527.52 | | | | | | | | | |--- AFDP <= 4.79 | | | | | | | | | | |--- AH <= 79.07 | | | | | | | | | | | |--- value: [69.44] | | | | | | | | | | |--- AH > 79.07 | | | | | | | | | | | |--- value: [67.81] | | | | | | | | | |--- AFDP > 4.79 | | | | | | | | | | |--- AFDP <= 4.88 | | | | | | | | | | | |--- value: [58.07] | | | | | | | | | | |--- AFDP > 4.88 | | | | | | | | | | | |--- value: [66.48] | | | | | | | | |--- TAT > 527.52 | | | | | | | | | |--- AH <= 57.41 | | | | | | | | | | |--- AP <= 1020.35 | | | | | | | | | | | |--- value: [61.40] | | | | | | | | | | |--- AP > 1020.35 | | | | | | | | | | | |--- value: [69.04] | | | | | | | | | |--- AH > 57.41 | | | | | | | | | | |--- TAT <= 534.11 | | | | | | | | | | | |--- value: [68.60] | | | | | | | | | | |--- TAT > 534.11 | | | | | | | | | | | |--- value: [71.44] | | | | | |--- TAT > 539.04 | | | | | | |--- TAT <= 543.17 | | | | | | | |--- AP <= 1019.45 | | | | | | | | |--- AH <= 88.70 | | | | | | | | | |--- AP <= 1018.20 | | | | | | | | | | |--- AH <= 71.46 | | | | | | | | | | | |--- value: [86.67] | | | | | | | | | | |--- AH > 71.46 | | | | | | | | | | | |--- value: [77.91] | | | | | | | | | |--- AP > 1018.20 | | | | | | | | | | |--- value: [92.70] | | | | | | | | |--- AH > 88.70 | | | | | | | | | |--- value: [66.24] | | | | | | | |--- AP > 1019.45 | | | | | | | | |--- value: [60.26] | | | | | | |--- TAT > 543.17 | | | | | | | |--- AFDP <= 3.77 | | | | | | | | |--- value: [77.16] | | | | | | | |--- AFDP > 3.77 | | | | | | | | |--- AT <= 7.54 | | | | | | | | | |--- value: [80.23] | | | | | | | | |--- AT > 7.54 | | | | | | | | | |--- AT <= 10.10 | | | | | | | | | | |--- AP <= 1019.45 | | | | | | | | | | | |--- value: [92.29] | | | | | | | | | | |--- AP > 1019.45 | | | | | | | | | | | |--- value: [87.67] | | | | | | | | | |--- AT > 10.10 | | | | | | | | | | |--- value: [84.18] | | | | |--- AP > 1020.95 | | | | | |--- TAT <= 538.38 | | | | | | |--- TAT <= 529.57 | | | | | | | |--- AT <= 3.24 | | | | | | | | |--- AFDP <= 5.10 | | | | | | | | | |--- AFDP <= 4.50 | | | | | | | | | | |--- AH <= 58.82 | | | | | | | | | | | |--- value: [60.66] | | | | | | | | | | |--- AH > 58.82 | | | | | | | | | | | |--- value: [57.38] | | | | | | | | | |--- AFDP > 4.50 | | | | | | | | | | |--- value: [50.66] | | | | | | | | |--- AFDP > 5.10 | | | | | | | | | |--- TAT <= 521.51 | | | | | | | | | | |--- value: [62.17] | | | | | | | | | |--- TAT > 521.51 | | | | | | | | | | |--- TAT <= 522.80 | | | | | | | | | | | |--- value: [66.81] | | | | | | | | | | |--- TAT > 522.80 | | | | | | | | | | | |--- value: [69.17] | | | | | | | |--- AT > 3.24 | | | | | | | | |--- AFDP <= 4.67 | | | | | | | | | |--- AFDP <= 4.14 | | | | | | | | | | |--- AH <= 80.81 | | | | | | | | | | | |--- value: [61.39] | | | | | | | | | | |--- AH > 80.81 | | | | | | | | | | | |--- value: [66.28] | | | | | | | | | |--- AFDP > 4.14 | | | | | | | | | | |--- AP <= 1030.30 | | | | | | | | | | | |--- value: [70.89] | | | | | | | | | | |--- AP > 1030.30 | | | | | | | | | | | |--- value: [47.60] | | | | | | | | |--- AFDP > 4.67 | | | | | | | | | |--- AP <= 1029.15 | | | | | | | | | | |--- AFDP <= 5.87 | | | | | | | | | | | |--- value: [64.60] | | | | | | | | | | |--- AFDP > 5.87 | | | | | | | | | | | |--- value: [61.80] | | | | | | | | | |--- AP > 1029.15 | | | | | | | | | | |--- AT <= 5.88 | | | | | | | | | | | |--- value: [47.11] | | | | | | | | | | |--- AT > 5.88 | | | | | | | | | | | |--- value: [61.28] | | | | | | |--- TAT > 529.57 | | | | | | | |--- AH <= 93.18 | | | | | | | | |--- AH <= 74.56 | | | | | | | | | |--- AT <= 5.98 | | | | | | | | | | |--- AFDP <= 4.73 | | | | | | | | | | | |--- value: [61.55] | | | | | | | | | | |--- AFDP > 4.73 | | | | | | | | | | | |--- value: [70.28] | | | | | | | | | |--- AT > 5.98 | | | | | | | | | | |--- AFDP <= 4.20 | | | | | | | | | | | |--- value: [57.38] | | | | | | | | | | |--- AFDP > 4.20 | | | | | | | | | | | |--- value: [51.80] | | | | | | | | |--- AH > 74.56 | | | | | | | | | |--- TAT <= 533.80 | | | | | | | | | | |--- TIT <= 1100.05 | | | | | | | | | | | |--- value: [55.97] | | | | | | | | | | |--- TIT > 1100.05 | | | | | | | | | | | |--- value: [64.70] | | | | | | | | | |--- TAT > 533.80 | | | | | | | | | | |--- AFDP <= 4.40 | | | | | | | | | | | |--- value: [57.61] | | | | | | | | | | |--- AFDP > 4.40 | | | | | | | | | | | |--- value: [71.68] | | | | | | | |--- AH > 93.18 | | | | | | | | |--- value: [82.67] | | | | | |--- TAT > 538.38 | | | | | | |--- AP <= 1022.35 | | | | | | | |--- value: [65.55] | | | | | | |--- AP > 1022.35 | | | | | | | |--- TAT <= 545.44 | | | | | | | | |--- TAT <= 541.94 | | | | | | | | | |--- value: [70.22] | | | | | | | | |--- TAT > 541.94 | | | | | | | | | |--- value: [76.18] | | | | | | | |--- TAT > 545.44 | | | | | | | | |--- AH <= 77.35 | | | | | | | | | |--- value: [84.83] | | | | | | | | |--- AH > 77.35 | | | | | | | | | |--- value: [78.62] | | |--- AT > 11.04 | | | |--- AT <= 13.96 | | | | |--- TIT <= 1057.20 | | | | | |--- TAT <= 549.57 | | | | | | |--- AH <= 80.06 | | | | | | | |--- AFDP <= 3.12 | | | | | | | | |--- AP <= 1015.10 | | | | | | | | | |--- TIT <= 1051.00 | | | | | | | | | | |--- value: [71.65] | | | | | | | | | |--- TIT > 1051.00 | | | | | | | | | | |--- value: [86.33] | | | | | | | | |--- AP > 1015.10 | | | | | | | | | |--- TAT <= 548.64 | | | | | | | | | | |--- TIT <= 1048.90 | | | | | | | | | | | |--- value: [68.73] | | | | | | | | | | |--- TIT > 1048.90 | | | | | | | | | | | |--- value: [70.81] | | | | | | | | | |--- TAT > 548.64 | | | | | | | | | | |--- TIT <= 1046.70 | | | | | | | | | | | |--- value: [67.81] | | | | | | | | | | |--- TIT > 1046.70 | | | | | | | | | | | |--- value: [65.74] | | | | | | | |--- AFDP > 3.12 | | | | | | | | |--- TAT <= 545.74 | | | | | | | | | |--- value: [83.18] | | | | | | | | |--- TAT > 545.74 | | | | | | | | | |--- AP <= 1013.95 | | | | | | | | | | |--- value: [82.60] | | | | | | | | | |--- AP > 1013.95 | | | | | | | | | | |--- TAT <= 548.21 | | | | | | | | | | | |--- value: [76.24] | | | | | | | | | | |--- TAT > 548.21 | | | | | | | | | | | |--- value: [77.77] | | | | | | |--- AH > 80.06 | | | | | | | |--- AFDP <= 2.70 | | | | | | | | |--- TIT <= 1051.85 | | | | | | | | | |--- AFDP <= 2.23 | | | | | | | | | | |--- value: [77.70] | | | | | | | | | |--- AFDP > 2.23 | | | | | | | | | | |--- AP <= 998.95 | | | | | | | | | | | |--- value: [79.64] | | | | | | | | | | |--- AP > 998.95 | | | | | | | | | | | |--- value: [88.36] | | | | | | | | |--- TIT > 1051.85 | | | | | | | | | |--- AFDP <= 2.29 | | | | | | | | | | |--- value: [71.75] | | | | | | | | | |--- AFDP > 2.29 | | | | | | | | | | |--- AH <= 82.61 | | | | | | | | | | | |--- value: [94.23] | | | | | | | | | | |--- AH > 82.61 | | | | | | | | | | | |--- value: [82.09] | | | | | | | |--- AFDP > 2.70 | | | | | | | | |--- TAT <= 548.92 | | | | | | | | | |--- AFDP <= 2.73 | | | | | | | | | | |--- value: [105.47] | | | | | | | | | |--- AFDP > 2.73 | | | | | | | | | | |--- AP <= 1016.35 | | | | | | | | | | | |--- value: [78.03] | | | | | | | | | | |--- AP > 1016.35 | | | | | | | | | | | |--- value: [84.10] | | | | | | | | |--- TAT > 548.92 | | | | | | | | | |--- TIT <= 1051.20 | | | | | | | | | | |--- AP <= 1013.95 | | | | | | | | | | | |--- value: [70.97] | | | | | | | | | | |--- AP > 1013.95 | | | | | | | | | | | |--- value: [63.78] | | | | | | | | | |--- TIT > 1051.20 | | | | | | | | | | |--- TIT <= 1056.60 | | | | | | | | | | | |--- value: [78.04] | | | | | | | | | | |--- TIT > 1056.60 | | | | | | | | | | | |--- value: [100.06] | | | | | |--- TAT > 549.57 | | | | | | |--- TIT <= 1051.30 | | | | | | | |--- AFDP <= 2.59 | | | | | | | | |--- AFDP <= 2.43 | | | | | | | | | |--- AP <= 998.58 | | | | | | | | | | |--- value: [77.06] | | | | | | | | | |--- AP > 998.58 | | | | | | | | | | |--- TAT <= 549.74 | | | | | | | | | | | |--- value: [70.63] | | | | | | | | | | |--- TAT > 549.74 | | | | | | | | | | | |--- value: [68.52] | | | | | | | | |--- AFDP > 2.43 | | | | | | | | | |--- TIT <= 1044.95 | | | | | | | | | | |--- value: [74.07] | | | | | | | | | |--- TIT > 1044.95 | | | | | | | | | | |--- AT <= 13.24 | | | | | | | | | | | |--- value: [70.85] | | | | | | | | | | |--- AT > 13.24 | | | | | | | | | | | |--- value: [72.30] | | | | | | | |--- AFDP > 2.59 | | | | | | | | |--- AH <= 63.63 | | | | | | | | | |--- value: [71.90] | | | | | | | | |--- AH > 63.63 | | | | | | | | | |--- AP <= 1001.20 | | | | | | | | | | |--- value: [56.45] | | | | | | | | | |--- AP > 1001.20 | | | | | | | | | | |--- TAT <= 549.88 | | | | | | | | | | | |--- value: [66.47] | | | | | | | | | | |--- TAT > 549.88 | | | | | | | | | | | |--- value: [63.21] | | | | | | |--- TIT > 1051.30 | | | | | | | |--- TAT <= 550.11 | | | | | | | | |--- AT <= 13.56 | | | | | | | | | |--- AH <= 95.27 | | | | | | | | | | |--- TAT <= 549.89 | | | | | | | | | | | |--- value: [79.28] | | | | | | | | | | |--- TAT > 549.89 | | | | | | | | | | | |--- value: [75.42] | | | | | | | | | |--- AH > 95.27 | | | | | | | | | | |--- TIT <= 1052.05 | | | | | | | | | | | |--- value: [86.44] | | | | | | | | | | |--- TIT > 1052.05 | | | | | | | | | | | |--- value: [72.61] | | | | | | | | |--- AT > 13.56 | | | | | | | | | |--- TAT <= 549.68 | | | | | | | | | | |--- value: [76.97] | | | | | | | | | |--- TAT > 549.68 | | | | | | | | | | |--- AP <= 1017.90 | | | | | | | | | | | |--- value: [71.60] | | | | | | | | | | |--- AP > 1017.90 | | | | | | | | | | | |--- value: [54.84] | | | | | | | |--- TAT > 550.11 | | | | | | | | |--- AFDP <= 3.04 | | | | | | | | | |--- TAT <= 550.31 | | | | | | | | | | |--- TIT <= 1053.60 | | | | | | | | | | | |--- value: [63.49] | | | | | | | | | | |--- TIT > 1053.60 | | | | | | | | | | | |--- value: [72.02] | | | | | | | | | |--- TAT > 550.31 | | | | | | | | | | |--- value: [56.04] | | | | | | | | |--- AFDP > 3.04 | | | | | | | | | |--- value: [74.39] | | | | |--- TIT > 1057.20 | | | | | |--- TAT <= 539.06 | | | | | | |--- AP <= 1021.95 | | | | | | | |--- TIT <= 1084.15 | | | | | | | | |--- value: [100.13] | | | | | | | |--- TIT > 1084.15 | | | | | | | | |--- AFDP <= 4.46 | | | | | | | | | |--- TAT <= 536.26 | | | | | | | | | | |--- AFDP <= 4.05 | | | | | | | | | | | |--- value: [67.09] | | | | | | | | | | |--- AFDP > 4.05 | | | | | | | | | | | |--- value: [70.88] | | | | | | | | | |--- TAT > 536.26 | | | | | | | | | | |--- AH <= 84.15 | | | | | | | | | | | |--- value: [60.94] | | | | | | | | | | |--- AH > 84.15 | | | | | | | | | | | |--- value: [71.12] | | | | | | | | |--- AFDP > 4.46 | | | | | | | | | |--- TAT <= 533.42 | | | | | | | | | | |--- AT <= 12.88 | | | | | | | | | | | |--- value: [65.93] | | | | | | | | | | |--- AT > 12.88 | | | | | | | | | | | |--- value: [62.35] | | | | | | | | | |--- TAT > 533.42 | | | | | | | | | | |--- AT <= 11.94 | | | | | | | | | | | |--- value: [82.41] | | | | | | | | | | |--- AT > 11.94 | | | | | | | | | | | |--- value: [67.95] | | | | | | |--- AP > 1021.95 | | | | | | | |--- TAT <= 531.97 | | | | | | | | |--- AFDP <= 4.58 | | | | | | | | | |--- TAT <= 528.86 | | | | | | | | | | |--- value: [64.95] | | | | | | | | | |--- TAT > 528.86 | | | | | | | | | | |--- value: [73.22] | | | | | | | | |--- AFDP > 4.58 | | | | | | | | | |--- TIT <= 1099.55 | | | | | | | | | | |--- value: [56.52] | | | | | | | | | |--- TIT > 1099.55 | | | | | | | | | | |--- AH <= 82.59 | | | | | | | | | | | |--- value: [64.39] | | | | | | | | | | |--- AH > 82.59 | | | | | | | | | | | |--- value: [61.99] | | | | | | | |--- TAT > 531.97 | | | | | | | | |--- TIT <= 1099.75 | | | | | | | | | |--- AP <= 1028.30 | | | | | | | | | | |--- value: [70.92] | | | | | | | | | |--- AP > 1028.30 | | | | | | | | | | |--- value: [58.12] | | | | | | | | |--- TIT > 1099.75 | | | | | | | | | |--- AH <= 54.39 | | | | | | | | | | |--- AFDP <= 4.32 | | | | | | | | | | | |--- value: [60.81] | | | | | | | | | | |--- AFDP > 4.32 | | | | | | | | | | | |--- value: [54.13] | | | | | | | | | |--- AH > 54.39 | | | | | | | | | | |--- AFDP <= 4.67 | | | | | | | | | | | |--- value: [50.28] | | | | | | | | | | |--- AFDP > 4.67 | | | | | | | | | | | |--- value: [61.43] | | | | | |--- TAT > 539.06 | | | | | | |--- AFDP <= 3.85 | | | | | | | |--- AFDP <= 3.38 | | | | | | | | |--- AP <= 1014.95 | | | | | | | | | |--- TIT <= 1075.75 | | | | | | | | | | |--- TAT <= 548.99 | | | | | | | | | | | |--- value: [82.57] | | | | | | | | | | |--- TAT > 548.99 | | | | | | | | | | | |--- value: [66.46] | | | | | | | | | |--- TIT > 1075.75 | | | | | | | | | | |--- AFDP <= 3.25 | | | | | | | | | | | |--- value: [75.78] | | | | | | | | | | |--- AFDP > 3.25 | | | | | | | | | | | |--- value: [71.65] | | | | | | | | |--- AP > 1014.95 | | | | | | | | | |--- AT <= 11.43 | | | | | | | | | | |--- TIT <= 1078.05 | | | | | | | | | | | |--- value: [65.93] | | | | | | | | | | |--- TIT > 1078.05 | | | | | | | | | | | |--- value: [72.92] | | | | | | | | | |--- AT > 11.43 | | | | | | | | | | |--- AFDP <= 3.38 | | | | | | | | | | | |--- value: [66.35] | | | | | | | | | | |--- AFDP > 3.38 | | | | | | | | | | | |--- value: [107.40] | | | | | | | |--- AFDP > 3.38 | | | | | | | | |--- TIT <= 1065.85 | | | | | | | | | |--- TAT <= 549.86 | | | | | | | | | | |--- AH <= 89.36 | | | | | | | | | | | |--- value: [82.34] | | | | | | | | | | |--- AH > 89.36 | | | | | | | | | | | |--- value: [77.18] | | | | | | | | | |--- TAT > 549.86 | | | | | | | | | | |--- AFDP <= 3.47 | | | | | | | | | | | |--- value: [60.61] | | | | | | | | | | |--- AFDP > 3.47 | | | | | | | | | | | |--- value: [73.97] | | | | | | | | |--- TIT > 1065.85 | | | | | | | | | |--- TIT <= 1079.05 | | | | | | | | | | |--- AP <= 1019.05 | | | | | | | | | | | |--- value: [61.30] | | | | | | | | | | |--- AP > 1019.05 | | | | | | | | | | | |--- value: [66.46] | | | | | | | | | |--- TIT > 1079.05 | | | | | | | | | | |--- AFDP <= 3.80 | | | | | | | | | | | |--- value: [65.16] | | | | | | | | | | |--- AFDP > 3.80 | | | | | | | | | | | |--- value: [70.47] | | | | | | |--- AFDP > 3.85 | | | | | | | |--- AH <= 98.45 | | | | | | | | |--- AT <= 11.89 | | | | | | | | | |--- TIT <= 1065.50 | | | | | | | | | | |--- value: [90.19] | | | | | | | | | |--- TIT > 1065.50 | | | | | | | | | | |--- TIT <= 1087.55 | | | | | | | | | | | |--- value: [77.17] | | | | | | | | | | |--- TIT > 1087.55 | | | | | | | | | | | |--- value: [73.99] | | | | | | | | |--- AT > 11.89 | | | | | | | | | |--- AFDP <= 4.62 | | | | | | | | | | |--- TIT <= 1063.65 | | | | | | | | | | | |--- value: [80.89] | | | | | | | | | | |--- TIT > 1063.65 | | | | | | | | | | | |--- value: [73.27] | | | | | | | | | |--- AFDP > 4.62 | | | | | | | | | | |--- AH <= 93.49 | | | | | | | | | | | |--- value: [77.67] | | | | | | | | | | |--- AH > 93.49 | | | | | | | | | | | |--- value: [70.49] | | | | | | | |--- AH > 98.45 | | | | | | | | |--- TIT <= 1080.70 | | | | | | | | | |--- TIT <= 1068.90 | | | | | | | | | | |--- value: [73.96] | | | | | | | | | |--- TIT > 1068.90 | | | | | | | | | | |--- TAT <= 550.21 | | | | | | | | | | | |--- value: [59.66] | | | | | | | | | | |--- TAT > 550.21 | | | | | | | | | | | |--- value: [65.95] | | | | | | | | |--- TIT > 1080.70 | | | | | | | | | |--- AFDP <= 4.14 | | | | | | | | | | |--- value: [59.26] | | | | | | | | | |--- AFDP > 4.14 | | | | | | | | | | |--- AT <= 12.09 | | | | | | | | | | | |--- value: [72.67] | | | | | | | | | | |--- AT > 12.09 | | | | | | | | | | | |--- value: [69.34] | | | |--- AT > 13.96 | | | | |--- TIT <= 1083.85 | | | | | |--- TIT <= 1063.35 | | | | | | |--- TAT <= 548.77 | | | | | | | |--- AFDP <= 2.35 | | | | | | | | |--- TIT <= 1048.65 | | | | | | | | | |--- value: [77.09] | | | | | | | | |--- TIT > 1048.65 | | | | | | | | | |--- value: [67.25] | | | | | | | |--- AFDP > 2.35 | | | | | | | | |--- TAT <= 546.17 | | | | | | | | | |--- TAT <= 544.84 | | | | | | | | | | |--- AT <= 15.83 | | | | | | | | | | | |--- value: [85.69] | | | | | | | | | | |--- AT > 15.83 | | | | | | | | | | | |--- value: [79.27] | | | | | | | | | |--- TAT > 544.84 | | | | | | | | | | |--- value: [90.65] | | | | | | | | |--- TAT > 546.17 | | | | | | | | | |--- AP <= 1002.45 | | | | | | | | | | |--- value: [91.47] | | | | | | | | | |--- AP > 1002.45 | | | | | | | | | | |--- TAT <= 548.07 | | | | | | | | | | | |--- value: [81.24] | | | | | | | | | | |--- TAT > 548.07 | | | | | | | | | | | |--- value: [75.58] | | | | | | |--- TAT > 548.77 | | | | | | | |--- TIT <= 1050.65 | | | | | | | | |--- AH <= 67.08 | | | | | | | | | |--- AT <= 16.76 | | | | | | | | | | |--- TIT <= 1044.35 | | | | | | | | | | | |--- value: [64.32] | | | | | | | | | | |--- TIT > 1044.35 | | | | | | | | | | | |--- value: [69.45] | | | | | | | | | |--- AT > 16.76 | | | | | | | | | | |--- value: [61.55] | | | | | | | | |--- AH > 67.08 | | | | | | | | | |--- AP <= 1015.50 | | | | | | | | | | |--- AT <= 15.23 | | | | | | | | | | | |--- value: [63.98] | | | | | | | | | | |--- AT > 15.23 | | | | | | | | | | | |--- value: [60.58] | | | | | | | | | |--- AP > 1015.50 | | | | | | | | | | |--- AFDP <= 2.33 | | | | | | | | | | | |--- value: [49.67] | | | | | | | | | | |--- AFDP > 2.33 | | | | | | | | | | | |--- value: [58.82] | | | | | | | |--- TIT > 1050.65 | | | | | | | | |--- AT <= 16.02 | | | | | | | | | |--- AFDP <= 3.37 | | | | | | | | | | |--- AFDP <= 2.73 | | | | | | | | | | | |--- value: [70.81] | | | | | | | | | | |--- AFDP > 2.73 | | | | | | | | | | | |--- value: [64.95] | | | | | | | | | |--- AFDP > 3.37 | | | | | | | | | | |--- AH <= 79.56 | | | | | | | | | | | |--- value: [76.82] | | | | | | | | | | |--- AH > 79.56 | | | | | | | | | | | |--- value: [70.72] | | | | | | | | |--- AT > 16.02 | | | | | | | | | |--- AFDP <= 3.92 | | | | | | | | | | |--- AH <= 75.32 | | | | | | | | | | | |--- value: [68.84] | | | | | | | | | | |--- AH > 75.32 | | | | | | | | | | | |--- value: [63.97] | | | | | | | | | |--- AFDP > 3.92 | | | | | | | | | | |--- AH <= 84.58 | | | | | | | | | | | |--- value: [72.78] | | | | | | | | | | |--- AH > 84.58 | | | | | | | | | | | |--- value: [67.93] | | | | | |--- TIT > 1063.35 | | | | | | |--- AFDP <= 3.16 | | | | | | | |--- AP <= 1005.95 | | | | | | | | |--- TIT <= 1078.30 | | | | | | | | | |--- TAT <= 549.60 | | | | | | | | | | |--- value: [81.29] | | | | | | | | | |--- TAT > 549.60 | | | | | | | | | | |--- value: [76.91] | | | | | | | | |--- TIT > 1078.30 | | | | | | | | | |--- value: [74.76] | | | | | | | |--- AP > 1005.95 | | | | | | | | |--- TIT <= 1069.35 | | | | | | | | | |--- AH <= 63.43 | | | | | | | | | | |--- value: [72.34] | | | | | | | | | |--- AH > 63.43 | | | | | | | | | | |--- AFDP <= 3.08 | | | | | | | | | | | |--- value: [62.97] | | | | | | | | | | |--- AFDP > 3.08 | | | | | | | | | | | |--- value: [58.84] | | | | | | | | |--- TIT > 1069.35 | | | | | | | | | |--- TIT <= 1069.65 | | | | | | | | | | |--- value: [80.54] | | | | | | | | | |--- TIT > 1069.65 | | | | | | | | | | |--- TAT <= 549.97 | | | | | | | | | | | |--- value: [65.09] | | | | | | | | | | |--- TAT > 549.97 | | | | | | | | | | | |--- value: [69.72] | | | | | | |--- AFDP > 3.16 | | | | | | | |--- AFDP <= 3.47 | | | | | | | | |--- AH <= 67.30 | | | | | | | | | |--- AT <= 16.02 | | | | | | | | | | |--- AP <= 1022.65 | | | | | | | | | | | |--- value: [64.20] | | | | | | | | | | |--- AP > 1022.65 | | | | | | | | | | | |--- value: [58.57] | | | | | | | | | |--- AT > 16.02 | | | | | | | | | | |--- AP <= 1017.60 | | | | | | | | | | | |--- value: [61.33] | | | | | | | | | | |--- AP > 1017.60 | | | | | | | | | | | |--- value: [55.89] | | | | | | | | |--- AH > 67.30 | | | | | | | | | |--- TIT <= 1078.65 | | | | | | | | | | |--- TAT <= 548.87 | | | | | | | | | | | |--- value: [67.23] | | | | | | | | | | |--- TAT > 548.87 | | | | | | | | | | | |--- value: [54.63] | | | | | | | | | |--- TIT > 1078.65 | | | | | | | | | | |--- AT <= 15.17 | | | | | | | | | | | |--- value: [62.39] | | | | | | | | | | |--- AT > 15.17 | | | | | | | | | | | |--- value: [58.31] | | | | | | | |--- AFDP > 3.47 | | | | | | | | |--- TIT <= 1074.65 | | | | | | | | | |--- AH <= 89.27 | | | | | | | | | | |--- AH <= 71.71 | | | | | | | | | | | |--- value: [77.76] | | | | | | | | | | |--- AH > 71.71 | | | | | | | | | | | |--- value: [69.05] | | | | | | | | | |--- AH > 89.27 | | | | | | | | | | |--- AT <= 14.68 | | | | | | | | | | | |--- value: [72.28] | | | | | | | | | | |--- AT > 14.68 | | | | | | | | | | | |--- value: [61.69] | | | | | | | | |--- TIT > 1074.65 | | | | | | | | | |--- AFDP <= 4.52 | | | | | | | | | | |--- TIT <= 1078.65 | | | | | | | | | | | |--- value: [59.48] | | | | | | | | | | |--- TIT > 1078.65 | | | | | | | | | | | |--- value: [62.52] | | | | | | | | | |--- AFDP > 4.52 | | | | | | | | | | |--- AH <= 96.35 | | | | | | | | | | | |--- value: [73.89] | | | | | | | | | | |--- AH > 96.35 | | | | | | | | | | | |--- value: [59.22] | | | | |--- TIT > 1083.85 | | | | | |--- AP <= 1004.95 | | | | | | |--- AFDP <= 3.38 | | | | | | | |--- AH <= 96.61 | | | | | | | | |--- AFDP <= 3.28 | | | | | | | | | |--- AFDP <= 3.24 | | | | | | | | | | |--- TIT <= 1085.05 | | | | | | | | | | | |--- value: [72.47] | | | | | | | | | | |--- TIT > 1085.05 | | | | | | | | | | | |--- value: [75.45] | | | | | | | | | |--- AFDP > 3.24 | | | | | | | | | | |--- AT <= 14.74 | | | | | | | | | | | |--- value: [81.03] | | | | | | | | | | |--- AT > 14.74 | | | | | | | | | | | |--- value: [76.61] | | | | | | | | |--- AFDP > 3.28 | | | | | | | | | |--- AH <= 81.58 | | | | | | | | | | |--- AFDP <= 3.34 | | | | | | | | | | | |--- value: [80.55] | | | | | | | | | | |--- AFDP > 3.34 | | | | | | | | | | | |--- value: [83.90] | | | | | | | | | |--- AH > 81.58 | | | | | | | | | | |--- TIT <= 1086.95 | | | | | | | | | | | |--- value: [75.82] | | | | | | | | | | |--- TIT > 1086.95 | | | | | | | | | | | |--- value: [80.02] | | | | | | | |--- AH > 96.61 | | | | | | | | |--- value: [101.90] | | | | | | |--- AFDP > 3.38 | | | | | | | |--- AH <= 96.90 | | | | | | | | |--- TAT <= 542.23 | | | | | | | | | |--- TAT <= 538.85 | | | | | | | | | | |--- AFDP <= 4.33 | | | | | | | | | | | |--- value: [74.42] | | | | | | | | | | |--- AFDP > 4.33 | | | | | | | | | | | |--- value: [68.52] | | | | | | | | | |--- TAT > 538.85 | | | | | | | | | | |--- TIT <= 1096.50 | | | | | | | | | | | |--- value: [78.49] | | | | | | | | | | |--- TIT > 1096.50 | | | | | | | | | | | |--- value: [61.21] | | | | | | | | |--- TAT > 542.23 | | | | | | | | | |--- TIT <= 1099.85 | | | | | | | | | | |--- AH <= 88.70 | | | | | | | | | | | |--- value: [75.79] | | | | | | | | | | |--- AH > 88.70 | | | | | | | | | | | |--- value: [72.21] | | | | | | | | | |--- TIT > 1099.85 | | | | | | | | | | |--- value: [85.79] | | | | | | | |--- AH > 96.90 | | | | | | | | |--- AT <= 15.14 | | | | | | | | | |--- value: [68.27] | | | | | | | | |--- AT > 15.14 | | | | | | | | | |--- AT <= 15.58 | | | | | | | | | | |--- value: [65.68] | | | | | | | | | |--- AT > 15.58 | | | | | | | | | | |--- value: [64.59] | | | | | |--- AP > 1004.95 | | | | | | |--- AP <= 1025.95 | | | | | | | |--- AFDP <= 3.90 | | | | | | | | |--- AFDP <= 3.61 | | | | | | | | | |--- AFDP <= 2.85 | | | | | | | | | | |--- AP <= 1019.75 | | | | | | | | | | | |--- value: [59.47] | | | | | | | | | | |--- AP > 1019.75 | | | | | | | | | | | |--- value: [66.14] | | | | | | | | | |--- AFDP > 2.85 | | | | | | | | | | |--- TAT <= 540.11 | | | | | | | | | | | |--- value: [51.31] | | | | | | | | | | |--- TAT > 540.11 | | | | | | | | | | | |--- value: [68.30] | | | | | | | | |--- AFDP > 3.61 | | | | | | | | | |--- AH <= 84.41 | | | | | | | | | | |--- TIT <= 1086.30 | | | | | | | | | | | |--- value: [51.63] | | | | | | | | | | |--- TIT > 1086.30 | | | | | | | | | | | |--- value: [62.02] | | | | | | | | | |--- AH > 84.41 | | | | | | | | | | |--- AT <= 14.38 | | | | | | | | | | | |--- value: [70.18] | | | | | | | | | | |--- AT > 14.38 | | | | | | | | | | | |--- value: [63.88] | | | | | | | |--- AFDP > 3.90 | | | | | | | | |--- AFDP <= 4.19 | | | | | | | | | |--- TAT <= 529.77 | | | | | | | | | | |--- value: [48.99] | | | | | | | | | |--- TAT > 529.77 | | | | | | | | | | |--- TAT <= 536.29 | | | | | | | | | | | |--- value: [74.36] | | | | | | | | | | |--- TAT > 536.29 | | | | | | | | | | | |--- value: [70.15] | | | | | | | | |--- AFDP > 4.19 | | | | | | | | | |--- TAT <= 543.14 | | | | | | | | | | |--- TAT <= 535.89 | | | | | | | | | | | |--- value: [65.38] | | | | | | | | | | |--- TAT > 535.89 | | | | | | | | | | | |--- value: [61.13] | | | | | | | | | |--- TAT > 543.14 | | | | | | | | | | |--- AH <= 76.11 | | | | | | | | | | | |--- value: [75.06] | | | | | | | | | | |--- AH > 76.11 | | | | | | | | | | | |--- value: [69.72] | | | | | | |--- AP > 1025.95 | | | | | | | |--- TIT <= 1090.50 | | | | | | | | |--- AFDP <= 3.57 | | | | | | | | | |--- value: [85.92] | | | | | | | | |--- AFDP > 3.57 | | | | | | | | | |--- AFDP <= 4.68 | | | | | | | | | | |--- AT <= 14.29 | | | | | | | | | | | |--- value: [80.15] | | | | | | | | | | |--- AT > 14.29 | | | | | | | | | | | |--- value: [75.27] | | | | | | | | | |--- AFDP > 4.68 | | | | | | | | | | |--- value: [79.00] | | | | | | | |--- TIT > 1090.50 | | | | | | | | |--- AFDP <= 4.29 | | | | | | | | | |--- value: [72.57] | | | | | | | | |--- AFDP > 4.29 | | | | | | | | | |--- AH <= 69.58 | | | | | | | | | | |--- value: [68.56] | | | | | | | | | |--- AH > 69.58 | | | | | | | | | | |--- value: [66.53] |--- AT > 16.96 | |--- TIT <= 1083.05 | | |--- AT <= 20.87 | | | |--- TAT <= 549.47 | | | | |--- TIT <= 1053.35 | | | | | |--- TAT <= 546.17 | | | | | | |--- TIT <= 1045.65 | | | | | | | |--- AFDP <= 2.42 | | | | | | | | |--- value: [113.22] | | | | | | | |--- AFDP > 2.42 | | | | | | | | |--- AH <= 83.38 | | | | | | | | | |--- AH <= 73.56 | | | | | | | | | | |--- AT <= 19.30 | | | | | | | | | | | |--- value: [89.17] | | | | | | | | | | |--- AT > 19.30 | | | | | | | | | | | |--- value: [116.04] | | | | | | | | | |--- AH > 73.56 | | | | | | | | | | |--- TAT <= 533.01 | | | | | | | | | | | |--- value: [85.71] | | | | | | | | | | |--- TAT > 533.01 | | | | | | | | | | | |--- value: [76.08] | | | | | | | | |--- AH > 83.38 | | | | | | | | | |--- AFDP <= 2.82 | | | | | | | | | | |--- value: [108.44] | | | | | | | | | |--- AFDP > 2.82 | | | | | | | | | | |--- value: [92.93] | | | | | | |--- TIT > 1045.65 | | | | | | | |--- value: [71.37] | | | | | |--- TAT > 546.17 | | | | | | |--- AFDP <= 3.02 | | | | | | | |--- TAT <= 547.51 | | | | | | | | |--- AT <= 19.22 | | | | | | | | | |--- AH <= 87.98 | | | | | | | | | | |--- value: [73.94] | | | | | | | | | |--- AH > 87.98 | | | | | | | | | | |--- value: [81.07] | | | | | | | | |--- AT > 19.22 | | | | | | | | | |--- value: [90.98] | | | | | | | |--- TAT > 547.51 | | | | | | | | |--- AH <= 89.36 | | | | | | | | | |--- AT <= 19.35 | | | | | | | | | | |--- TIT <= 1046.20 | | | | | | | | | | | |--- value: [68.68] | | | | | | | | | | |--- TIT > 1046.20 | | | | | | | | | | | |--- value: [64.52] | | | | | | | | | |--- AT > 19.35 | | | | | | | | | | |--- value: [73.95] | | | | | | | | |--- AH > 89.36 | | | | | | | | | |--- value: [77.18] | | | | | | |--- AFDP > 3.02 | | | | | | | |--- AH <= 95.87 | | | | | | | | |--- AFDP <= 3.34 | | | | | | | | | |--- AT <= 18.82 | | | | | | | | | | |--- value: [89.08] | | | | | | | | | |--- AT > 18.82 | | | | | | | | | | |--- value: [83.15] | | | | | | | | |--- AFDP > 3.34 | | | | | | | | | |--- AT <= 19.46 | | | | | | | | | | |--- AH <= 76.19 | | | | | | | | | | | |--- value: [76.06] | | | | | | | | | | |--- AH > 76.19 | | | | | | | | | | | |--- value: [81.60] | | | | | | | | | |--- AT > 19.46 | | | | | | | | | | |--- value: [72.84] | | | | | | | |--- AH > 95.87 | | | | | | | | |--- value: [69.76] | | | | |--- TIT > 1053.35 | | | | | |--- TAT <= 543.29 | | | | | | |--- TIT <= 1075.55 | | | | | | | |--- value: [79.12] | | | | | | |--- TIT > 1075.55 | | | | | | | |--- value: [65.16] | | | | | |--- TAT > 543.29 | | | | | | |--- AT <= 19.55 | | | | | | | |--- TIT <= 1078.10 | | | | | | | | |--- AP <= 1019.45 | | | | | | | | | |--- AP <= 1012.10 | | | | | | | | | | |--- AH <= 88.79 | | | | | | | | | | | |--- value: [69.17] | | | | | | | | | | |--- AH > 88.79 | | | | | | | | | | | |--- value: [60.75] | | | | | | | | | |--- AP > 1012.10 | | | | | | | | | | |--- AFDP <= 3.11 | | | | | | | | | | | |--- value: [54.72] | | | | | | | | | | |--- AFDP > 3.11 | | | | | | | | | | | |--- value: [61.77] | | | | | | | | |--- AP > 1019.45 | | | | | | | | | |--- value: [77.85] | | | | | | | |--- TIT > 1078.10 | | | | | | | | |--- value: [55.14] | | | | | | |--- AT > 19.55 | | | | | | | |--- AFDP <= 3.48 | | | | | | | | |--- value: [67.06] | | | | | | | |--- AFDP > 3.48 | | | | | | | | |--- TAT <= 549.35 | | | | | | | | | |--- TIT <= 1081.40 | | | | | | | | | | |--- AT <= 20.38 | | | | | | | | | | | |--- value: [54.87] | | | | | | | | | | |--- AT > 20.38 | | | | | | | | | | | |--- value: [50.71] | | | | | | | | | |--- TIT > 1081.40 | | | | | | | | | | |--- value: [58.23] | | | | | | | | |--- TAT > 549.35 | | | | | | | | | |--- value: [60.44] | | | |--- TAT > 549.47 | | | | |--- AT <= 18.70 | | | | | |--- AFDP <= 3.95 | | | | | | |--- TAT <= 550.28 | | | | | | | |--- AFDP <= 3.07 | | | | | | | | |--- TIT <= 1069.75 | | | | | | | | | |--- TIT <= 1051.15 | | | | | | | | | | |--- AH <= 90.99 | | | | | | | | | | | |--- value: [56.92] | | | | | | | | | | |--- AH > 90.99 | | | | | | | | | | | |--- value: [80.41] | | | | | | | | | |--- TIT > 1051.15 | | | | | | | | | | |--- AH <= 69.45 | | | | | | | | | | | |--- value: [67.71] | | | | | | | | | | |--- AH > 69.45 | | | | | | | | | | | |--- value: [62.43] | | | | | | | | |--- TIT > 1069.75 | | | | | | | | | |--- AP <= 1012.40 | | | | | | | | | | |--- TIT <= 1079.75 | | | | | | | | | | | |--- value: [79.51] | | | | | | | | | | |--- TIT > 1079.75 | | | | | | | | | | | |--- value: [81.85] | | | | | | | | | |--- AP > 1012.40 | | | | | | | | | | |--- AH <= 79.07 | | | | | | | | | | | |--- value: [71.23] | | | | | | | | | | |--- AH > 79.07 | | | | | | | | | | | |--- value: [77.34] | | | | | | | |--- AFDP > 3.07 | | | | | | | | |--- TIT <= 1079.75 | | | | | | | | | |--- TIT <= 1065.50 | | | | | | | | | | |--- AH <= 80.79 | | | | | | | | | | | |--- value: [65.55] | | | | | | | | | | |--- AH > 80.79 | | | | | | | | | | | |--- value: [60.04] | | | | | | | | | |--- TIT > 1065.50 | | | | | | | | | | |--- AH <= 62.90 | | | | | | | | | | | |--- value: [62.62] | | | | | | | | | | |--- AH > 62.90 | | | | | | | | | | | |--- value: [55.15] | | | | | | | | |--- TIT > 1079.75 | | | | | | | | | |--- AP <= 1003.60 | | | | | | | | | | |--- AH <= 84.80 | | | | | | | | | | | |--- value: [70.19] | | | | | | | | | | |--- AH > 84.80 | | | | | | | | | | | |--- value: [61.63] | | | | | | | | | |--- AP > 1003.60 | | | | | | | | | | |--- AFDP <= 3.83 | | | | | | | | | | | |--- value: [62.45] | | | | | | | | | | |--- AFDP > 3.83 | | | | | | | | | | | |--- value: [59.20] | | | | | | |--- TAT > 550.28 | | | | | | | |--- AFDP <= 2.67 | | | | | | | | |--- value: [66.41] | | | | | | | |--- AFDP > 2.67 | | | | | | | | |--- TAT <= 550.38 | | | | | | | | | |--- AFDP <= 3.81 | | | | | | | | | | |--- AH <= 68.16 | | | | | | | | | | | |--- value: [62.05] | | | | | | | | | | |--- AH > 68.16 | | | | | | | | | | | |--- value: [51.11] | | | | | | | | | |--- AFDP > 3.81 | | | | | | | | | | |--- value: [43.29] | | | | | | | | |--- TAT > 550.38 | | | | | | | | | |--- AH <= 87.61 | | | | | | | | | | |--- AH <= 83.00 | | | | | | | | | | | |--- value: [55.60] | | | | | | | | | | |--- AH > 83.00 | | | | | | | | | | | |--- value: [48.25] | | | | | | | | | |--- AH > 87.61 | | | | | | | | | | |--- value: [60.09] | | | | | |--- AFDP > 3.95 | | | | | | |--- AH <= 84.78 | | | | | | | |--- AH <= 68.06 | | | | | | | | |--- AFDP <= 4.36 | | | | | | | | | |--- TIT <= 1057.10 | | | | | | | | | | |--- value: [77.93] | | | | | | | | | |--- TIT > 1057.10 | | | | | | | | | | |--- AT <= 18.38 | | | | | | | | | | | |--- value: [73.29] | | | | | | | | | | |--- AT > 18.38 | | | | | | | | | | | |--- value: [70.32] | | | | | | | | |--- AFDP > 4.36 | | | | | | | | | |--- value: [77.03] | | | | | | | |--- AH > 68.06 | | | | | | | | |--- AP <= 1015.75 | | | | | | | | | |--- AT <= 18.61 | | | | | | | | | | |--- AH <= 83.64 | | | | | | | | | | | |--- value: [69.65] | | | | | | | | | | |--- AH > 83.64 | | | | | | | | | | | |--- value: [78.38] | | | | | | | | | |--- AT > 18.61 | | | | | | | | | | |--- value: [85.35] | | | | | | | | |--- AP > 1015.75 | | | | | | | | | |--- AT <= 18.16 | | | | | | | | | | |--- TIT <= 1060.20 | | | | | | | | | | | |--- value: [66.66] | | | | | | | | | | |--- TIT > 1060.20 | | | | | | | | | | | |--- value: [63.59] | | | | | | | | | |--- AT > 18.16 | | | | | | | | | | |--- value: [60.27] | | | | | | |--- AH > 84.78 | | | | | | | |--- TIT <= 1059.55 | | | | | | | | |--- AH <= 86.91 | | | | | | | | | |--- value: [76.92] | | | | | | | | |--- AH > 86.91 | | | | | | | | | |--- AP <= 1012.60 | | | | | | | | | | |--- AH <= 100.05 | | | | | | | | | | | |--- value: [68.36] | | | | | | | | | | |--- AH > 100.05 | | | | | | | | | | | |--- value: [59.97] | | | | | | | | | |--- AP > 1012.60 | | | | | | | | | | |--- value: [62.95] | | | | | | | |--- TIT > 1059.55 | | | | | | | | |--- AFDP <= 4.72 | | | | | | | | | |--- AP <= 1014.85 | | | | | | | | | | |--- TIT <= 1064.00 | | | | | | | | | | | |--- value: [58.11] | | | | | | | | | | |--- TIT > 1064.00 | | | | | | | | | | | |--- value: [62.98] | | | | | | | | | |--- AP > 1014.85 | | | | | | | | | | |--- AFDP <= 3.99 | | | | | | | | | | | |--- value: [62.88] | | | | | | | | | | |--- AFDP > 3.99 | | | | | | | | | | | |--- value: [58.29] | | | | | | | | |--- AFDP > 4.72 | | | | | | | | | |--- TAT <= 549.78 | | | | | | | | | | |--- value: [73.09] | | | | | | | | | |--- TAT > 549.78 | | | | | | | | | | |--- TAT <= 549.94 | | | | | | | | | | | |--- value: [66.73] | | | | | | | | | | |--- TAT > 549.94 | | | | | | | | | | | |--- value: [69.05] | | | | |--- AT > 18.70 | | | | | |--- AH <= 76.80 | | | | | | |--- AP <= 1001.80 | | | | | | | |--- TAT <= 550.09 | | | | | | | | |--- AP <= 991.14 | | | | | | | | | |--- value: [76.94] | | | | | | | | |--- AP > 991.14 | | | | | | | | | |--- AFDP <= 2.64 | | | | | | | | | | |--- value: [63.91] | | | | | | | | | |--- AFDP > 2.64 | | | | | | | | | | |--- TIT <= 1047.25 | | | | | | | | | | | |--- value: [76.49] | | | | | | | | | | |--- TIT > 1047.25 | | | | | | | | | | | |--- value: [71.32] | | | | | | | |--- TAT > 550.09 | | | | | | | | |--- value: [66.49] | | | | | | |--- AP > 1001.80 | | | | | | | |--- AFDP <= 3.57 | | | | | | | | |--- TIT <= 1062.55 | | | | | | | | | |--- TIT <= 1052.70 | | | | | | | | | | |--- TAT <= 549.56 | | | | | | | | | | | |--- value: [70.72] | | | | | | | | | | |--- TAT > 549.56 | | | | | | | | | | | |--- value: [56.33] | | | | | | | | | |--- TIT > 1052.70 | | | | | | | | | | |--- AH <= 65.23 | | | | | | | | | | | |--- value: [67.19] | | | | | | | | | | |--- AH > 65.23 | | | | | | | | | | | |--- value: [60.31] | | | | | | | | |--- TIT > 1062.55 | | | | | | | | | |--- AFDP <= 3.10 | | | | | | | | | | |--- TIT <= 1066.40 | | | | | | | | | | | |--- value: [52.86] | | | | | | | | | | |--- TIT > 1066.40 | | | | | | | | | | | |--- value: [70.47] | | | | | | | | | |--- AFDP > 3.10 | | | | | | | | | | |--- TIT <= 1080.20 | | | | | | | | | | | |--- value: [51.73] | | | | | | | | | | |--- TIT > 1080.20 | | | | | | | | | | | |--- value: [58.46] | | | | | | | |--- AFDP > 3.57 | | | | | | | | |--- TIT <= 1076.65 | | | | | | | | | |--- AH <= 72.55 | | | | | | | | | | |--- AP <= 1019.20 | | | | | | | | | | | |--- value: [70.81] | | | | | | | | | | |--- AP > 1019.20 | | | | | | | | | | | |--- value: [64.20] | | | | | | | | | |--- AH > 72.55 | | | | | | | | | | |--- value: [60.68] | | | | | | | | |--- TIT > 1076.65 | | | | | | | | | |--- AP <= 1014.15 | | | | | | | | | | |--- AH <= 75.95 | | | | | | | | | | | |--- value: [63.79] | | | | | | | | | | |--- AH > 75.95 | | | | | | | | | | | |--- value: [43.23] | | | | | | | | | |--- AP > 1014.15 | | | | | | | | | | |--- AFDP <= 3.78 | | | | | | | | | | | |--- value: [62.14] | | | | | | | | | | |--- AFDP > 3.78 | | | | | | | | | | | |--- value: [53.51] | | | | | |--- AH > 76.80 | | | | | | |--- AFDP <= 4.18 | | | | | | | |--- TIT <= 1073.55 | | | | | | | | |--- AH <= 92.44 | | | | | | | | | |--- TAT <= 550.21 | | | | | | | | | | |--- AT <= 19.86 | | | | | | | | | | | |--- value: [58.80] | | | | | | | | | | |--- AT > 19.86 | | | | | | | | | | | |--- value: [56.83] | | | | | | | | | |--- TAT > 550.21 | | | | | | | | | | |--- AP <= 1006.45 | | | | | | | | | | | |--- value: [60.67] | | | | | | | | | | |--- AP > 1006.45 | | | | | | | | | | | |--- value: [54.03] | | | | | | | | |--- AH > 92.44 | | | | | | | | | |--- AFDP <= 3.10 | | | | | | | | | | |--- AH <= 96.08 | | | | | | | | | | | |--- value: [58.06] | | | | | | | | | | |--- AH > 96.08 | | | | | | | | | | | |--- value: [63.08] | | | | | | | | | |--- AFDP > 3.10 | | | | | | | | | | |--- AH <= 98.99 | | | | | | | | | | | |--- value: [55.17] | | | | | | | | | | |--- AH > 98.99 | | | | | | | | | | | |--- value: [50.05] | | | | | | | |--- TIT > 1073.55 | | | | | | | | |--- TIT <= 1080.70 | | | | | | | | | |--- AFDP <= 3.13 | | | | | | | | | | |--- value: [80.26] | | | | | | | | | |--- AFDP > 3.13 | | | | | | | | | | |--- AH <= 90.84 | | | | | | | | | | | |--- value: [53.36] | | | | | | | | | | |--- AH > 90.84 | | | | | | | | | | | |--- value: [50.74] | | | | | | | | |--- TIT > 1080.70 | | | | | | | | | |--- AT <= 20.06 | | | | | | | | | | |--- TAT <= 550.27 | | | | | | | | | | | |--- value: [61.68] | | | | | | | | | | |--- TAT > 550.27 | | | | | | | | | | | |--- value: [51.64] | | | | | | | | | |--- AT > 20.06 | | | | | | | | | | |--- AP <= 1012.70 | | | | | | | | | | | |--- value: [60.73] | | | | | | | | | | |--- AP > 1012.70 | | | | | | | | | | | |--- value: [54.65] | | | | | | |--- AFDP > 4.18 | | | | | | | |--- TIT <= 1074.40 | | | | | | | | |--- AFDP <= 4.25 | | | | | | | | | |--- value: [72.82] | | | | | | | | |--- AFDP > 4.25 | | | | | | | | | |--- AP <= 1009.35 | | | | | | | | | | |--- value: [61.41] | | | | | | | | | |--- AP > 1009.35 | | | | | | | | | | |--- AH <= 89.61 | | | | | | | | | | | |--- value: [65.51] | | | | | | | | | | |--- AH > 89.61 | | | | | | | | | | | |--- value: [62.77] | | | | | | | |--- TIT > 1074.40 | | | | | | | | |--- TIT <= 1081.50 | | | | | | | | | |--- AT <= 20.73 | | | | | | | | | | |--- TAT <= 549.86 | | | | | | | | | | | |--- value: [61.63] | | | | | | | | | | |--- TAT > 549.86 | | | | | | | | | | | |--- value: [57.18] | | | | | | | | | |--- AT > 20.73 | | | | | | | | | | |--- value: [53.84] | | | | | | | | |--- TIT > 1081.50 | | | | | | | | | |--- value: [64.31] | | |--- AT > 20.87 | | | |--- AT <= 22.88 | | | | |--- AH <= 83.21 | | | | | |--- AFDP <= 3.92 | | | | | | |--- TAT <= 550.15 | | | | | | | |--- AFDP <= 2.69 | | | | | | | | |--- TAT <= 549.40 | | | | | | | | | |--- value: [72.19] | | | | | | | | |--- TAT > 549.40 | | | | | | | | | |--- value: [57.81] | | | | | | | |--- AFDP > 2.69 | | | | | | | | |--- TIT <= 1080.95 | | | | | | | | | |--- TIT <= 1074.70 | | | | | | | | | | |--- AT <= 22.24 | | | | | | | | | | | |--- value: [58.06] | | | | | | | | | | |--- AT > 22.24 | | | | | | | | | | | |--- value: [55.24] | | | | | | | | | |--- TIT > 1074.70 | | | | | | | | | | |--- AFDP <= 3.32 | | | | | | | | | | | |--- value: [62.09] | | | | | | | | | | |--- AFDP > 3.32 | | | | | | | | | | | |--- value: [53.42] | | | | | | | | |--- TIT > 1080.95 | | | | | | | | | |--- AH <= 63.29 | | | | | | | | | | |--- value: [66.65] | | | | | | | | | |--- AH > 63.29 | | | | | | | | | | |--- AFDP <= 3.87 | | | | | | | | | | | |--- value: [61.72] | | | | | | | | | | |--- AFDP > 3.87 | | | | | | | | | | | |--- value: [52.59] | | | | | | |--- TAT > 550.15 | | | | | | | |--- TIT <= 1047.95 | | | | | | | | |--- value: [62.10] | | | | | | | |--- TIT > 1047.95 | | | | | | | | |--- TIT <= 1082.30 | | | | | | | | | |--- AP <= 1017.00 | | | | | | | | | | |--- TIT <= 1070.85 | | | | | | | | | | | |--- value: [54.43] | | | | | | | | | | |--- TIT > 1070.85 | | | | | | | | | | | |--- value: [51.91] | | | | | | | | | |--- AP > 1017.00 | | | | | | | | | | |--- TAT <= 550.38 | | | | | | | | | | | |--- value: [50.04] | | | | | | | | | | |--- TAT > 550.38 | | | | | | | | | | | |--- value: [46.26] | | | | | | | | |--- TIT > 1082.30 | | | | | | | | | |--- value: [61.48] | | | | | |--- AFDP > 3.92 | | | | | | |--- AP <= 1015.95 | | | | | | | |--- AH <= 77.28 | | | | | | | | |--- AH <= 76.68 | | | | | | | | | |--- AP <= 1010.00 | | | | | | | | | | |--- AFDP <= 3.92 | | | | | | | | | | | |--- value: [73.76] | | | | | | | | | | |--- AFDP > 3.92 | | | | | | | | | | | |--- value: [65.73] | | | | | | | | | |--- AP > 1010.00 | | | | | | | | | | |--- AT <= 21.78 | | | | | | | | | | | |--- value: [59.60] | | | | | | | | | | |--- AT > 21.78 | | | | | | | | | | | |--- value: [64.28] | | | | | | | | |--- AH > 76.68 | | | | | | | | | |--- value: [77.91] | | | | | | | |--- AH > 77.28 | | | | | | | | |--- AFDP <= 4.05 | | | | | | | | | |--- value: [52.97] | | | | | | | | |--- AFDP > 4.05 | | | | | | | | | |--- AP <= 1011.80 | | | | | | | | | | |--- AFDP <= 4.14 | | | | | | | | | | | |--- value: [58.02] | | | | | | | | | | |--- AFDP > 4.14 | | | | | | | | | | | |--- value: [63.02] | | | | | | | | | |--- AP > 1011.80 | | | | | | | | | | |--- value: [56.37] | | | | | | |--- AP > 1015.95 | | | | | | | |--- AH <= 66.32 | | | | | | | | |--- value: [60.79] | | | | | | | |--- AH > 66.32 | | | | | | | | |--- AH <= 75.48 | | | | | | | | | |--- AP <= 1022.65 | | | | | | | | | | |--- TIT <= 1067.80 | | | | | | | | | | | |--- value: [57.56] | | | | | | | | | | |--- TIT > 1067.80 | | | | | | | | | | | |--- value: [56.49] | | | | | | | | | |--- AP > 1022.65 | | | | | | | | | | |--- value: [60.32] | | | | | | | | |--- AH > 75.48 | | | | | | | | | |--- TAT <= 550.23 | | | | | | | | | | |--- AP <= 1018.50 | | | | | | | | | | | |--- value: [52.26] | | | | | | | | | | |--- AP > 1018.50 | | | | | | | | | | | |--- value: [55.09] | | | | | | | | | |--- TAT > 550.23 | | | | | | | | | | |--- value: [60.78] | | | | |--- AH > 83.21 | | | | | |--- TAT <= 547.70 | | | | | | |--- value: [65.18] | | | | | |--- TAT > 547.70 | | | | | | |--- AT <= 21.29 | | | | | | | |--- AFDP <= 3.03 | | | | | | | | |--- AFDP <= 2.87 | | | | | | | | | |--- value: [65.88] | | | | | | | | |--- AFDP > 2.87 | | | | | | | | | |--- TAT <= 550.07 | | | | | | | | | | |--- value: [59.08] | | | | | | | | | |--- TAT > 550.07 | | | | | | | | | | |--- value: [54.48] | | | | | | | |--- AFDP > 3.03 | | | | | | | | |--- TIT <= 1081.95 | | | | | | | | | |--- TIT <= 1072.80 | | | | | | | | | | |--- TIT <= 1072.45 | | | | | | | | | | | |--- value: [54.64] | | | | | | | | | | |--- TIT > 1072.45 | | | | | | | | | | | |--- value: [63.93] | | | | | | | | | |--- TIT > 1072.80 | | | | | | | | | | |--- AFDP <= 3.66 | | | | | | | | | | | |--- value: [57.00] | | | | | | | | | | |--- AFDP > 3.66 | | | | | | | | | | | |--- value: [51.08] | | | | | | | | |--- TIT > 1081.95 | | | | | | | | | |--- value: [60.64] | | | | | | |--- AT > 21.29 | | | | | | | |--- AH <= 96.39 | | | | | | | | |--- AP <= 1004.05 | | | | | | | | | |--- TAT <= 550.05 | | | | | | | | | | |--- value: [52.38] | | | | | | | | | |--- TAT > 550.05 | | | | | | | | | | |--- value: [42.96] | | | | | | | | |--- AP > 1004.05 | | | | | | | | | |--- AFDP <= 4.14 | | | | | | | | | | |--- AT <= 21.85 | | | | | | | | | | | |--- value: [53.48] | | | | | | | | | | |--- AT > 21.85 | | | | | | | | | | | |--- value: [51.87] | | | | | | | | | |--- AFDP > 4.14 | | | | | | | | | | |--- AT <= 22.74 | | | | | | | | | | | |--- value: [54.91] | | | | | | | | | | |--- AT > 22.74 | | | | | | | | | | | |--- value: [68.98] | | | | | | | |--- AH > 96.39 | | | | | | | | |--- AP <= 1012.05 | | | | | | | | | |--- AT <= 21.91 | | | | | | | | | | |--- TIT <= 1078.20 | | | | | | | | | | | |--- value: [51.57] | | | | | | | | | | |--- TIT > 1078.20 | | | | | | | | | | | |--- value: [59.05] | | | | | | | | | |--- AT > 21.91 | | | | | | | | | | |--- AT <= 22.00 | | | | | | | | | | | |--- value: [43.03] | | | | | | | | | | |--- AT > 22.00 | | | | | | | | | | | |--- value: [48.46] | | | | | | | | |--- AP > 1012.05 | | | | | | | | | |--- value: [41.78] | | | |--- AT > 22.88 | | | | |--- AH <= 75.36 | | | | | |--- AT <= 27.14 | | | | | | |--- AFDP <= 4.16 | | | | | | | |--- AH <= 53.86 | | | | | | | | |--- AP <= 1010.30 | | | | | | | | | |--- AFDP <= 3.46 | | | | | | | | | | |--- AH <= 51.00 | | | | | | | | | | | |--- value: [51.98] | | | | | | | | | | |--- AH > 51.00 | | | | | | | | | | | |--- value: [56.07] | | | | | | | | | |--- AFDP > 3.46 | | | | | | | | | | |--- value: [58.58] | | | | | | | | |--- AP > 1010.30 | | | | | | | | | |--- AT <= 24.88 | | | | | | | | | | |--- AP <= 1012.05 | | | | | | | | | | | |--- value: [63.09] | | | | | | | | | | |--- AP > 1012.05 | | | | | | | | | | | |--- value: [57.94] | | | | | | | | | |--- AT > 24.88 | | | | | | | | | | |--- AP <= 1015.95 | | | | | | | | | | | |--- value: [57.53] | | | | | | | | | | |--- AP > 1015.95 | | | | | | | | | | | |--- value: [54.30] | | | | | | | |--- AH > 53.86 | | | | | | | | |--- AFDP <= 2.68 | | | | | | | | | |--- value: [67.21] | | | | | | | | |--- AFDP > 2.68 | | | | | | | | | |--- AT <= 24.84 | | | | | | | | | | |--- TAT <= 550.34 | | | | | | | | | | | |--- value: [55.09] | | | | | | | | | | |--- TAT > 550.34 | | | | | | | | | | | |--- value: [50.78] | | | | | | | | | |--- AT > 24.84 | | | | | | | | | | |--- TAT <= 550.40 | | | | | | | | | | | |--- value: [52.83] | | | | | | | | | | |--- TAT > 550.40 | | | | | | | | | | | |--- value: [45.26] | | | | | | |--- AFDP > 4.16 | | | | | | | |--- AP <= 1015.40 | | | | | | | | |--- AT <= 25.41 | | | | | | | | | |--- AH <= 57.28 | | | | | | | | | | |--- value: [66.56] | | | | | | | | | |--- AH > 57.28 | | | | | | | | | | |--- TAT <= 549.69 | | | | | | | | | | | |--- value: [56.29] | | | | | | | | | | |--- TAT > 549.69 | | | | | | | | | | | |--- value: [61.02] | | | | | | | | |--- AT > 25.41 | | | | | | | | | |--- TIT <= 1064.00 | | | | | | | | | | |--- value: [52.34] | | | | | | | | | |--- TIT > 1064.00 | | | | | | | | | | |--- AH <= 67.96 | | | | | | | | | | | |--- value: [57.53] | | | | | | | | | | |--- AH > 67.96 | | | | | | | | | | | |--- value: [54.58] | | | | | | | |--- AP > 1015.40 | | | | | | | | |--- AH <= 64.10 | | | | | | | | | |--- value: [75.10] | | | | | | | | |--- AH > 64.10 | | | | | | | | | |--- value: [56.08] | | | | | |--- AT > 27.14 | | | | | | |--- AH <= 56.81 | | | | | | | |--- TIT <= 1062.35 | | | | | | | | |--- AP <= 1010.40 | | | | | | | | | |--- TAT <= 550.18 | | | | | | | | | | |--- AH <= 43.57 | | | | | | | | | | | |--- value: [52.32] | | | | | | | | | | |--- AH > 43.57 | | | | | | | | | | | |--- value: [49.94] | | | | | | | | | |--- TAT > 550.18 | | | | | | | | | | |--- value: [46.25] | | | | | | | | |--- AP > 1010.40 | | | | | | | | | |--- TIT <= 1056.70 | | | | | | | | | | |--- AH <= 45.09 | | | | | | | | | | | |--- value: [51.26] | | | | | | | | | | |--- AH > 45.09 | | | | | | | | | | | |--- value: [47.42] | | | | | | | | | |--- TIT > 1056.70 | | | | | | | | | | |--- AH <= 35.95 | | | | | | | | | | | |--- value: [59.47] | | | | | | | | | | |--- AH > 35.95 | | | | | | | | | | | |--- value: [52.77] | | | | | | | |--- TIT > 1062.35 | | | | | | | | |--- AP <= 1004.35 | | | | | | | | | |--- AFDP <= 4.29 | | | | | | | | | | |--- TIT <= 1081.70 | | | | | | | | | | | |--- value: [46.09] | | | | | | | | | | |--- TIT > 1081.70 | | | | | | | | | | | |--- value: [50.63] | | | | | | | | | |--- AFDP > 4.29 | | | | | | | | | | |--- value: [54.07] | | | | | | | | |--- AP > 1004.35 | | | | | | | | | |--- AH <= 48.78 | | | | | | | | | | |--- AFDP <= 3.60 | | | | | | | | | | | |--- value: [54.07] | | | | | | | | | | |--- AFDP > 3.60 | | | | | | | | | | | |--- value: [58.33] | | | | | | | | | |--- AH > 48.78 | | | | | | | | | | |--- TAT <= 550.40 | | | | | | | | | | | |--- value: [53.36] | | | | | | | | | | |--- TAT > 550.40 | | | | | | | | | | | |--- value: [43.72] | | | | | | |--- AH > 56.81 | | | | | | | |--- AFDP <= 4.19 | | | | | | | | |--- AFDP <= 3.91 | | | | | | | | | |--- TIT <= 1061.10 | | | | | | | | | | |--- AP <= 1006.40 | | | | | | | | | | | |--- value: [44.86] | | | | | | | | | | |--- AP > 1006.40 | | | | | | | | | | | |--- value: [49.45] | | | | | | | | | |--- TIT > 1061.10 | | | | | | | | | | |--- TIT <= 1065.75 | | | | | | | | | | | |--- value: [51.37] | | | | | | | | | | |--- TIT > 1065.75 | | | | | | | | | | | |--- value: [53.78] | | | | | | | | |--- AFDP > 3.91 | | | | | | | | | |--- AP <= 1005.15 | | | | | | | | | | |--- AT <= 29.53 | | | | | | | | | | | |--- value: [46.49] | | | | | | | | | | |--- AT > 29.53 | | | | | | | | | | | |--- value: [42.99] | | | | | | | | | |--- AP > 1005.15 | | | | | | | | | | |--- AH <= 68.81 | | | | | | | | | | | |--- value: [50.00] | | | | | | | | | | |--- AH > 68.81 | | | | | | | | | | | |--- value: [47.54] | | | | | | | |--- AFDP > 4.19 | | | | | | | | |--- AT <= 29.65 | | | | | | | | | |--- AH <= 67.26 | | | | | | | | | | |--- AFDP <= 4.25 | | | | | | | | | | | |--- value: [54.77] | | | | | | | | | | |--- AFDP > 4.25 | | | | | | | | | | | |--- value: [57.30] | | | | | | | | | |--- AH > 67.26 | | | | | | | | | | |--- AT <= 29.00 | | | | | | | | | | | |--- value: [53.32] | | | | | | | | | | |--- AT > 29.00 | | | | | | | | | | | |--- value: [51.11] | | | | | | | | |--- AT > 29.65 | | | | | | | | | |--- TIT <= 1074.25 | | | | | | | | | | |--- value: [48.24] | | | | | | | | | |--- TIT > 1074.25 | | | | | | | | | | |--- AH <= 65.19 | | | | | | | | | | | |--- value: [52.17] | | | | | | | | | | |--- AH > 65.19 | | | | | | | | | | | |--- value: [50.44] | | | | |--- AH > 75.36 | | | | | |--- AT <= 24.06 | | | | | | |--- AH <= 89.68 | | | | | | | |--- AFDP <= 4.11 | | | | | | | | |--- TIT <= 1050.50 | | | | | | | | | |--- AT <= 23.36 | | | | | | | | | | |--- value: [41.30] | | | | | | | | | |--- AT > 23.36 | | | | | | | | | | |--- value: [49.75] | | | | | | | | |--- TIT > 1050.50 | | | | | | | | | |--- AFDP <= 3.84 | | | | | | | | | | |--- TIT <= 1079.35 | | | | | | | | | | | |--- value: [52.55] | | | | | | | | | | |--- TIT > 1079.35 | | | | | | | | | | | |--- value: [56.62] | | | | | | | | | |--- AFDP > 3.84 | | | | | | | | | | |--- AFDP <= 3.90 | | | | | | | | | | | |--- value: [48.24] | | | | | | | | | | |--- AFDP > 3.90 | | | | | | | | | | | |--- value: [51.68] | | | | | | | |--- AFDP > 4.11 | | | | | | | | |--- TIT <= 1062.50 | | | | | | | | | |--- value: [69.31] | | | | | | | | |--- TIT > 1062.50 | | | | | | | | | |--- AFDP <= 4.75 | | | | | | | | | | |--- AP <= 1009.15 | | | | | | | | | | | |--- value: [60.02] | | | | | | | | | | |--- AP > 1009.15 | | | | | | | | | | | |--- value: [55.26] | | | | | | | | | |--- AFDP > 4.75 | | | | | | | | | | |--- value: [66.30] | | | | | | |--- AH > 89.68 | | | | | | | |--- TIT <= 1045.40 | | | | | | | | |--- value: [71.50] | | | | | | | |--- TIT > 1045.40 | | | | | | | | |--- TIT <= 1080.45 | | | | | | | | | |--- AH <= 95.70 | | | | | | | | | | |--- TAT <= 550.17 | | | | | | | | | | | |--- value: [50.12] | | | | | | | | | | |--- TAT > 550.17 | | | | | | | | | | | |--- value: [47.43] | | | | | | | | | |--- AH > 95.70 | | | | | | | | | | |--- AT <= 22.90 | | | | | | | | | | | |--- value: [40.50] | | | | | | | | | | |--- AT > 22.90 | | | | | | | | | | | |--- value: [47.65] | | | | | | | | |--- TIT > 1080.45 | | | | | | | | | |--- value: [56.50] | | | | | |--- AT > 24.06 | | | | | | |--- AH <= 90.84 | | | | | | | |--- AT <= 25.76 | | | | | | | | |--- AFDP <= 4.32 | | | | | | | | | |--- AH <= 75.41 | | | | | | | | | | |--- value: [40.61] | | | | | | | | | |--- AH > 75.41 | | | | | | | | | | |--- AFDP <= 3.87 | | | | | | | | | | | |--- value: [50.69] | | | | | | | | | | |--- AFDP > 3.87 | | | | | | | | | | | |--- value: [49.28] | | | | | | | | |--- AFDP > 4.32 | | | | | | | | | |--- AT <= 25.37 | | | | | | | | | | |--- AFDP <= 4.37 | | | | | | | | | | | |--- value: [52.15] | | | | | | | | | | |--- AFDP > 4.37 | | | | | | | | | | | |--- value: [53.90] | | | | | | | | | |--- AT > 25.37 | | | | | | | | | | |--- value: [56.44] | | | | | | | |--- AT > 25.76 | | | | | | | | |--- AFDP <= 4.21 | | | | | | | | | |--- AT <= 27.60 | | | | | | | | | | |--- AH <= 80.23 | | | | | | | | | | | |--- value: [49.05] | | | | | | | | | | |--- AH > 80.23 | | | | | | | | | | | |--- value: [46.95] | | | | | | | | | |--- AT > 27.60 | | | | | | | | | | |--- AFDP <= 4.04 | | | | | | | | | | | |--- value: [43.51] | | | | | | | | | | |--- AFDP > 4.04 | | | | | | | | | | | |--- value: [46.19] | | | | | | | | |--- AFDP > 4.21 | | | | | | | | | |--- AH <= 78.71 | | | | | | | | | | |--- value: [52.16] | | | | | | | | | |--- AH > 78.71 | | | | | | | | | | |--- AFDP <= 4.25 | | | | | | | | | | | |--- value: [49.32] | | | | | | | | | | |--- AFDP > 4.25 | | | | | | | | | | | |--- value: [50.59] | | | | | | |--- AH > 90.84 | | | | | | | |--- TIT <= 1079.70 | | | | | | | | |--- AFDP <= 4.29 | | | | | | | | | |--- AT <= 25.46 | | | | | | | | | | |--- TIT <= 1055.85 | | | | | | | | | | | |--- value: [45.64] | | | | | | | | | | |--- TIT > 1055.85 | | | | | | | | | | | |--- value: [47.10] | | | | | | | | | |--- AT > 25.46 | | | | | | | | | | |--- TIT <= 1069.20 | | | | | | | | | | | |--- value: [44.39] | | | | | | | | | | |--- TIT > 1069.20 | | | | | | | | | | | |--- value: [46.15] | | | | | | | | |--- AFDP > 4.29 | | | | | | | | | |--- value: [50.11] | | | | | | | |--- TIT > 1079.70 | | | | | | | | |--- AFDP <= 4.10 | | | | | | | | | |--- value: [52.51] | | | | | | | | |--- AFDP > 4.10 | | | | | | | | | |--- TAT <= 550.01 | | | | | | | | | | |--- value: [47.86] | | | | | | | | | |--- TAT > 550.01 | | | | | | | | | | |--- value: [49.42] | |--- TIT > 1083.05 | | |--- TAT <= 548.92 | | | |--- TAT <= 538.45 | | | | |--- AFDP <= 4.28 | | | | | |--- TAT <= 530.58 | | | | | | |--- value: [52.44] | | | | | |--- TAT > 530.58 | | | | | | |--- AP <= 1020.75 | | | | | | | |--- AP <= 1008.85 | | | | | | | | |--- TIT <= 1096.95 | | | | | | | | | |--- value: [62.34] | | | | | | | | |--- TIT > 1096.95 | | | | | | | | | |--- AT <= 18.69 | | | | | | | | | | |--- TAT <= 537.74 | | | | | | | | | | | |--- value: [76.56] | | | | | | | | | | |--- TAT > 537.74 | | | | | | | | | | | |--- value: [68.18] | | | | | | | | | |--- AT > 18.69 | | | | | | | | | | |--- AP <= 1006.40 | | | | | | | | | | | |--- value: [80.71] | | | | | | | | | | |--- AP > 1006.40 | | | | | | | | | | | |--- value: [76.62] | | | | | | | |--- AP > 1008.85 | | | | | | | | |--- AFDP <= 4.25 | | | | | | | | | |--- AP <= 1011.65 | | | | | | | | | | |--- AFDP <= 4.13 | | | | | | | | | | | |--- value: [71.56] | | | | | | | | | | |--- AFDP > 4.13 | | | | | | | | | | | |--- value: [62.97] | | | | | | | | | |--- AP > 1011.65 | | | | | | | | | | |--- AFDP <= 3.81 | | | | | | | | | | | |--- value: [53.70] | | | | | | | | | | |--- AFDP > 3.81 | | | | | | | | | | | |--- value: [73.43] | | | | | | | | |--- AFDP > 4.25 | | | | | | | | | |--- value: [59.72] | | | | | | |--- AP > 1020.75 | | | | | | | |--- AH <= 90.74 | | | | | | | | |--- AT <= 21.13 | | | | | | | | | |--- AFDP <= 3.94 | | | | | | | | | | |--- value: [95.44] | | | | | | | | | |--- AFDP > 3.94 | | | | | | | | | | |--- AFDP <= 4.17 | | | | | | | | | | | |--- value: [74.68] | | | | | | | | | | |--- AFDP > 4.17 | | | | | | | | | | | |--- value: [88.23] | | | | | | | | |--- AT > 21.13 | | | | | | | | | |--- value: [96.68] | | | | | | | |--- AH > 90.74 | | | | | | | | |--- value: [94.25] | | | | |--- AFDP > 4.28 | | | | | |--- AFDP <= 4.81 | | | | | | |--- AFDP <= 4.34 | | | | | | | |--- AP <= 1016.50 | | | | | | | | |--- value: [53.61] | | | | | | | |--- AP > 1016.50 | | | | | | | | |--- value: [45.40] | | | | | | |--- AFDP > 4.34 | | | | | | | |--- AT <= 19.46 | | | | | | | | |--- AP <= 996.32 | | | | | | | | | |--- value: [84.38] | | | | | | | | |--- AP > 996.32 | | | | | | | | | |--- TAT <= 537.45 | | | | | | | | | | |--- AP <= 1013.65 | | | | | | | | | | | |--- value: [62.40] | | | | | | | | | | |--- AP > 1013.65 | | | | | | | | | | | |--- value: [60.63] | | | | | | | | | |--- TAT > 537.45 | | | | | | | | | | |--- value: [66.77] | | | | | | | |--- AT > 19.46 | | | | | | | | |--- AT <= 27.26 | | | | | | | | | |--- AH <= 63.66 | | | | | | | | | | |--- AP <= 1013.35 | | | | | | | | | | | |--- value: [59.79] | | | | | | | | | | |--- AP > 1013.35 | | | | | | | | | | | |--- value: [62.71] | | | | | | | | | |--- AH > 63.66 | | | | | | | | | | |--- AFDP <= 4.74 | | | | | | | | | | | |--- value: [57.64] | | | | | | | | | | |--- AFDP > 4.74 | | | | | | | | | | | |--- value: [61.93] | | | | | | | | |--- AT > 27.26 | | | | | | | | | |--- TAT <= 536.85 | | | | | | | | | | |--- AP <= 1005.50 | | | | | | | | | | | |--- value: [64.17] | | | | | | | | | | |--- AP > 1005.50 | | | | | | | | | | | |--- value: [54.17] | | | | | | | | | |--- TAT > 536.85 | | | | | | | | | | |--- AH <= 60.27 | | | | | | | | | | | |--- value: [58.17] | | | | | | | | | | |--- AH > 60.27 | | | | | | | | | | | |--- value: [54.98] | | | | | |--- AFDP > 4.81 | | | | | | |--- AT <= 27.95 | | | | | | | |--- AFDP <= 5.74 | | | | | | | | |--- AT <= 20.19 | | | | | | | | | |--- AT <= 19.54 | | | | | | | | | | |--- TAT <= 528.21 | | | | | | | | | | | |--- value: [74.20] | | | | | | | | | | |--- TAT > 528.21 | | | | | | | | | | | |--- value: [64.38] | | | | | | | | | |--- AT > 19.54 | | | | | | | | | | |--- AH <= 77.27 | | | | | | | | | | | |--- value: [77.01] | | | | | | | | | | |--- AH > 77.27 | | | | | | | | | | | |--- value: [65.97] | | | | | | | | |--- AT > 20.19 | | | | | | | | | |--- AFDP <= 5.00 | | | | | | | | | | |--- AFDP <= 4.82 | | | | | | | | | | | |--- value: [78.94] | | | | | | | | | | |--- AFDP > 4.82 | | | | | | | | | | | |--- value: [62.63] | | | | | | | | | |--- AFDP > 5.00 | | | | | | | | | | |--- AFDP <= 5.21 | | | | | | | | | | | |--- value: [59.84] | | | | | | | | | | |--- AFDP > 5.21 | | | | | | | | | | | |--- value: [56.61] | | | | | | | |--- AFDP > 5.74 | | | | | | | | |--- AH <= 44.25 | | | | | | | | | |--- AP <= 1016.60 | | | | | | | | | | |--- value: [73.52] | | | | | | | | | |--- AP > 1016.60 | | | | | | | | | | |--- value: [83.59] | | | | | | | | |--- AH > 44.25 | | | | | | | | | |--- TAT <= 536.74 | | | | | | | | | | |--- AT <= 23.40 | | | | | | | | | | | |--- value: [67.32] | | | | | | | | | | |--- AT > 23.40 | | | | | | | | | | | |--- value: [62.29] | | | | | | | | | |--- TAT > 536.74 | | | | | | | | | | |--- AT <= 25.57 | | | | | | | | | | | |--- value: [68.90] | | | | | | | | | | |--- AT > 25.57 | | | | | | | | | | | |--- value: [79.25] | | | | | | |--- AT > 27.95 | | | | | | | |--- AH <= 48.48 | | | | | | | | |--- AP <= 1014.55 | | | | | | | | | |--- AFDP <= 4.97 | | | | | | | | | | |--- value: [58.56] | | | | | | | | | |--- AFDP > 4.97 | | | | | | | | | | |--- AFDP <= 4.98 | | | | | | | | | | | |--- value: [79.46] | | | | | | | | | | |--- AFDP > 4.98 | | | | | | | | | | | |--- value: [63.41] | | | | | | | | |--- AP > 1014.55 | | | | | | | | | |--- value: [75.33] | | | | | | | |--- AH > 48.48 | | | | | | | | |--- AH <= 62.28 | | | | | | | | | |--- AT <= 32.03 | | | | | | | | | | |--- AFDP <= 4.98 | | | | | | | | | | | |--- value: [60.03] | | | | | | | | | | |--- AFDP > 4.98 | | | | | | | | | | | |--- value: [56.64] | | | | | | | | | |--- AT > 32.03 | | | | | | | | | | |--- value: [65.87] | | | | | | | | |--- AH > 62.28 | | | | | | | | | |--- AH <= 70.21 | | | | | | | | | | |--- value: [52.12] | | | | | | | | | |--- AH > 70.21 | | | | | | | | | | |--- value: [56.39] | | | |--- TAT > 538.45 | | | | |--- AFDP <= 4.12 | | | | | |--- AP <= 1019.55 | | | | | | |--- TIT <= 1091.95 | | | | | | | |--- AFDP <= 3.72 | | | | | | | | |--- value: [66.04] | | | | | | | |--- AFDP > 3.72 | | | | | | | | |--- TAT <= 548.49 | | | | | | | | | |--- AP <= 1013.45 | | | | | | | | | | |--- TIT <= 1086.75 | | | | | | | | | | | |--- value: [55.16] | | | | | | | | | | |--- TIT > 1086.75 | | | | | | | | | | | |--- value: [59.48] | | | | | | | | | |--- AP > 1013.45 | | | | | | | | | | |--- AH <= 55.17 | | | | | | | | | | | |--- value: [56.47] | | | | | | | | | | |--- AH > 55.17 | | | | | | | | | | | |--- value: [50.80] | | | | | | | | |--- TAT > 548.49 | | | | | | | | | |--- value: [65.20] | | | | | | |--- TIT > 1091.95 | | | | | | | |--- AFDP <= 3.63 | | | | | | | | |--- value: [51.75] | | | | | | | |--- AFDP > 3.63 | | | | | | | | |--- TAT <= 543.79 | | | | | | | | | |--- AFDP <= 4.03 | | | | | | | | | | |--- AP <= 1012.50 | | | | | | | | | | | |--- value: [79.70] | | | | | | | | | | |--- AP > 1012.50 | | | | | | | | | | | |--- value: [71.19] | | | | | | | | | |--- AFDP > 4.03 | | | | | | | | | | |--- AT <= 17.28 | | | | | | | | | | | |--- value: [82.78] | | | | | | | | | | |--- AT > 17.28 | | | | | | | | | | | |--- value: [63.03] | | | | | | | | |--- TAT > 543.79 | | | | | | | | | |--- AFDP <= 3.83 | | | | | | | | | | |--- value: [75.41] | | | | | | | | | |--- AFDP > 3.83 | | | | | | | | | | |--- AH <= 67.26 | | | | | | | | | | | |--- value: [63.05] | | | | | | | | | | |--- AH > 67.26 | | | | | | | | | | | |--- value: [58.61] | | | | | |--- AP > 1019.55 | | | | | | |--- AFDP <= 3.88 | | | | | | | |--- AH <= 69.04 | | | | | | | | |--- value: [79.15] | | | | | | | |--- AH > 69.04 | | | | | | | | |--- value: [100.12] | | | | | | |--- AFDP > 3.88 | | | | | | | |--- AP <= 1020.90 | | | | | | | | |--- value: [55.29] | | | | | | | |--- AP > 1020.90 | | | | | | | | |--- TIT <= 1099.85 | | | | | | | | | |--- value: [77.86] | | | | | | | | |--- TIT > 1099.85 | | | | | | | | | |--- AFDP <= 4.04 | | | | | | | | | | |--- value: [80.80] | | | | | | | | | |--- AFDP > 4.04 | | | | | | | | | | |--- value: [79.69] | | | | |--- AFDP > 4.12 | | | | | |--- AFDP <= 4.44 | | | | | | |--- TIT <= 1099.75 | | | | | | | |--- AT <= 20.77 | | | | | | | | |--- TAT <= 544.43 | | | | | | | | | |--- AP <= 998.61 | | | | | | | | | | |--- value: [83.95] | | | | | | | | | |--- AP > 998.61 | | | | | | | | | | |--- AFDP <= 4.14 | | | | | | | | | | | |--- value: [52.02] | | | | | | | | | | |--- AFDP > 4.14 | | | | | | | | | | | |--- value: [61.00] | | | | | | | | |--- TAT > 544.43 | | | | | | | | | |--- value: [75.07] | | | | | | | |--- AT > 20.77 | | | | | | | | |--- AH <= 65.11 | | | | | | | | | |--- TIT <= 1098.25 | | | | | | | | | | |--- TIT <= 1093.50 | | | | | | | | | | | |--- value: [57.96] | | | | | | | | | | |--- TIT > 1093.50 | | | | | | | | | | | |--- value: [62.79] | | | | | | | | | |--- TIT > 1098.25 | | | | | | | | | | |--- AFDP <= 4.28 | | | | | | | | | | | |--- value: [53.21] | | | | | | | | | | |--- AFDP > 4.28 | | | | | | | | | | | |--- value: [59.40] | | | | | | | | |--- AH > 65.11 | | | | | | | | | |--- AP <= 1014.80 | | | | | | | | | | |--- AH <= 75.28 | | | | | | | | | | | |--- value: [56.36] | | | | | | | | | | |--- AH > 75.28 | | | | | | | | | | | |--- value: [53.98] | | | | | | | | | |--- AP > 1014.80 | | | | | | | | | | |--- AFDP <= 4.21 | | | | | | | | | | | |--- value: [46.72] | | | | | | | | | | |--- AFDP > 4.21 | | | | | | | | | | | |--- value: [52.76] | | | | | | |--- TIT > 1099.75 | | | | | | | |--- AP <= 1010.15 | | | | | | | | |--- AT <= 18.01 | | | | | | | | | |--- AT <= 17.87 | | | | | | | | | | |--- value: [56.85] | | | | | | | | | |--- AT > 17.87 | | | | | | | | | | |--- value: [74.40] | | | | | | | | |--- AT > 18.01 | | | | | | | | | |--- AP <= 1006.55 | | | | | | | | | | |--- AFDP <= 4.37 | | | | | | | | | | | |--- value: [54.96] | | | | | | | | | | |--- AFDP > 4.37 | | | | | | | | | | | |--- value: [56.82] | | | | | | | | | |--- AP > 1006.55 | | | | | | | | | | |--- AFDP <= 4.28 | | | | | | | | | | | |--- value: [52.28] | | | | | | | | | | |--- AFDP > 4.28 | | | | | | | | | | | |--- value: [54.51] | | | | | | | |--- AP > 1010.15 | | | | | | | | |--- AP <= 1022.20 | | | | | | | | | |--- TAT <= 546.95 | | | | | | | | | | |--- AP <= 1013.95 | | | | | | | | | | | |--- value: [52.49] | | | | | | | | | | |--- AP > 1013.95 | | | | | | | | | | | |--- value: [50.42] | | | | | | | | | |--- TAT > 546.95 | | | | | | | | | | |--- AT <= 24.77 | | | | | | | | | | | |--- value: [77.20] | | | | | | | | | | |--- AT > 24.77 | | | | | | | | | | | |--- value: [50.87] | | | | | | | | |--- AP > 1022.20 | | | | | | | | | |--- value: [80.14] | | | | | |--- AFDP > 4.44 | | | | | | |--- AT <= 19.02 | | | | | | | |--- AH <= 74.92 | | | | | | | | |--- AFDP <= 4.60 | | | | | | | | | |--- value: [85.47] | | | | | | | | |--- AFDP > 4.60 | | | | | | | | | |--- AH <= 62.11 | | | | | | | | | | |--- value: [59.31] | | | | | | | | | |--- AH > 62.11 | | | | | | | | | | |--- TIT <= 1100.05 | | | | | | | | | | | |--- value: [69.02] | | | | | | | | | | |--- TIT > 1100.05 | | | | | | | | | | | |--- value: [76.53] | | | | | | | |--- AH > 74.92 | | | | | | | | |--- AP <= 1009.10 | | | | | | | | | |--- AH <= 92.88 | | | | | | | | | | |--- AP <= 1005.35 | | | | | | | | | | | |--- value: [68.99] | | | | | | | | | | |--- AP > 1005.35 | | | | | | | | | | | |--- value: [73.68] | | | | | | | | | |--- AH > 92.88 | | | | | | | | | | |--- AT <= 18.02 | | | | | | | | | | | |--- value: [67.00] | | | | | | | | | | |--- AT > 18.02 | | | | | | | | | | | |--- value: [59.21] | | | | | | | | |--- AP > 1009.10 | | | | | | | | | |--- AFDP <= 4.60 | | | | | | | | | | |--- value: [68.73] | | | | | | | | | |--- AFDP > 4.60 | | | | | | | | | | |--- TIT <= 1093.55 | | | | | | | | | | | |--- value: [67.09] | | | | | | | | | | |--- TIT > 1093.55 | | | | | | | | | | | |--- value: [57.98] | | | | | | |--- AT > 19.02 | | | | | | | |--- AFDP <= 5.55 | | | | | | | | |--- AH <= 64.04 | | | | | | | | | |--- TIT <= 1099.65 | | | | | | | | | | |--- AT <= 23.30 | | | | | | | | | | | |--- value: [71.85] | | | | | | | | | | |--- AT > 23.30 | | | | | | | | | | | |--- value: [63.04] | | | | | | | | | |--- TIT > 1099.65 | | | | | | | | | | |--- AFDP <= 4.69 | | | | | | | | | | | |--- value: [56.30] | | | | | | | | | | |--- AFDP > 4.69 | | | | | | | | | | | |--- value: [59.32] | | | | | | | | |--- AH > 64.04 | | | | | | | | | |--- AT <= 22.63 | | | | | | | | | | |--- AH <= 74.82 | | | | | | | | | | | |--- value: [61.38] | | | | | | | | | | |--- AH > 74.82 | | | | | | | | | | | |--- value: [56.37] | | | | | | | | | |--- AT > 22.63 | | | | | | | | | | |--- TAT <= 542.78 | | | | | | | | | | | |--- value: [56.22] | | | | | | | | | | |--- TAT > 542.78 | | | | | | | | | | | |--- value: [54.50] | | | | | | | |--- AFDP > 5.55 | | | | | | | | |--- AT <= 25.35 | | | | | | | | | |--- AFDP <= 5.67 | | | | | | | | | | |--- value: [58.33] | | | | | | | | | |--- AFDP > 5.67 | | | | | | | | | | |--- AP <= 1015.35 | | | | | | | | | | | |--- value: [69.80] | | | | | | | | | | |--- AP > 1015.35 | | | | | | | | | | | |--- value: [81.93] | | | | | | | | |--- AT > 25.35 | | | | | | | | | |--- AP <= 1009.75 | | | | | | | | | | |--- AH <= 66.96 | | | | | | | | | | | |--- value: [61.37] | | | | | | | | | | |--- AH > 66.96 | | | | | | | | | | | |--- value: [69.56] | | | | | | | | | |--- AP > 1009.75 | | | | | | | | | | |--- AFDP <= 6.13 | | | | | | | | | | | |--- value: [57.75] | | | | | | | | | | |--- AFDP > 6.13 | | | | | | | | | | | |--- value: [68.91] | | |--- TAT > 548.92 | | | |--- AFDP <= 3.48 | | | | |--- AP <= 1019.80 | | | | | |--- AP <= 1003.00 | | | | | | |--- AH <= 77.47 | | | | | | | |--- TIT <= 1087.35 | | | | | | | | |--- AH <= 73.75 | | | | | | | | | |--- AP <= 993.23 | | | | | | | | | | |--- value: [83.07] | | | | | | | | | |--- AP > 993.23 | | | | | | | | | | |--- AFDP <= 3.33 | | | | | | | | | | | |--- value: [79.04] | | | | | | | | | | |--- AFDP > 3.33 | | | | | | | | | | | |--- value: [80.57] | | | | | | | | |--- AH > 73.75 | | | | | | | | | |--- value: [76.36] | | | | | | | |--- TIT > 1087.35 | | | | | | | | |--- value: [84.61] | | | | | | |--- AH > 77.47 | | | | | | | |--- AFDP <= 3.28 | | | | | | | | |--- AP <= 1001.50 | | | | | | | | | |--- TAT <= 549.73 | | | | | | | | | | |--- value: [72.35] | | | | | | | | | |--- TAT > 549.73 | | | | | | | | | | |--- AFDP <= 3.02 | | | | | | | | | | | |--- value: [70.38] | | | | | | | | | | |--- AFDP > 3.02 | | | | | | | | | | | |--- value: [70.93] | | | | | | | | |--- AP > 1001.50 | | | | | | | | | |--- value: [74.18] | | | | | | | |--- AFDP > 3.28 | | | | | | | | |--- value: [80.51] | | | | | |--- AP > 1003.00 | | | | | | |--- AP <= 1015.95 | | | | | | | |--- TIT <= 1086.85 | | | | | | | | |--- AFDP <= 3.22 | | | | | | | | | |--- TIT <= 1083.95 | | | | | | | | | | |--- value: [81.93] | | | | | | | | | |--- TIT > 1083.95 | | | | | | | | | | |--- TIT <= 1086.75 | | | | | | | | | | | |--- value: [69.52] | | | | | | | | | | |--- TIT > 1086.75 | | | | | | | | | | | |--- value: [73.62] | | | | | | | | |--- AFDP > 3.22 | | | | | | | | | |--- TIT <= 1083.85 | | | | | | | | | | |--- value: [58.03] | | | | | | | | | |--- TIT > 1083.85 | | | | | | | | | | |--- AH <= 86.53 | | | | | | | | | | | |--- value: [65.88] | | | | | | | | | | |--- AH > 86.53 | | | | | | | | | | | |--- value: [63.10] | | | | | | | |--- TIT > 1086.85 | | | | | | | | |--- AH <= 78.03 | | | | | | | | | |--- AP <= 1014.05 | | | | | | | | | | |--- AFDP <= 3.45 | | | | | | | | | | | |--- value: [74.33] | | | | | | | | | | |--- AFDP > 3.45 | | | | | | | | | | | |--- value: [70.68] | | | | | | | | | |--- AP > 1014.05 | | | | | | | | | | |--- TIT <= 1089.40 | | | | | | | | | | | |--- value: [67.78] | | | | | | | | | | |--- TIT > 1089.40 | | | | | | | | | | | |--- value: [71.83] | | | | | | | | |--- AH > 78.03 | | | | | | | | | |--- TAT <= 549.62 | | | | | | | | | | |--- value: [76.27] | | | | | | | | | |--- TAT > 549.62 | | | | | | | | | | |--- TAT <= 550.05 | | | | | | | | | | | |--- value: [67.11] | | | | | | | | | | |--- TAT > 550.05 | | | | | | | | | | | |--- value: [69.88] | | | | | | |--- AP > 1015.95 | | | | | | | |--- AFDP <= 3.22 | | | | | | | | |--- TIT <= 1085.55 | | | | | | | | | |--- value: [79.87] | | | | | | | | |--- TIT > 1085.55 | | | | | | | | | |--- AH <= 92.30 | | | | | | | | | | |--- AH <= 86.09 | | | | | | | | | | | |--- value: [61.11] | | | | | | | | | | |--- AH > 86.09 | | | | | | | | | | | |--- value: [58.29] | | | | | | | | | |--- AH > 92.30 | | | | | | | | | | |--- value: [71.08] | | | | | | | |--- AFDP > 3.22 | | | | | | | | |--- AFDP <= 3.26 | | | | | | | | | |--- value: [72.22] | | | | | | | | |--- AFDP > 3.26 | | | | | | | | | |--- AFDP <= 3.29 | | | | | | | | | | |--- value: [61.13] | | | | | | | | | |--- AFDP > 3.29 | | | | | | | | | | |--- AT <= 19.33 | | | | | | | | | | | |--- value: [69.81] | | | | | | | | | | |--- AT > 19.33 | | | | | | | | | | | |--- value: [65.00] | | | | |--- AP > 1019.80 | | | | | |--- TIT <= 1089.25 | | | | | | |--- AFDP <= 3.28 | | | | | | | |--- TIT <= 1088.95 | | | | | | | | |--- value: [85.47] | | | | | | | |--- TIT > 1088.95 | | | | | | | | |--- value: [59.82] | | | | | | |--- AFDP > 3.28 | | | | | | | |--- AP <= 1024.15 | | | | | | | | |--- value: [66.56] | | | | | | | |--- AP > 1024.15 | | | | | | | | |--- value: [73.59] | | | | | |--- TIT > 1089.25 | | | | | | |--- TIT <= 1098.65 | | | | | | | |--- AFDP <= 3.39 | | | | | | | | |--- AFDP <= 3.21 | | | | | | | | | |--- value: [99.34] | | | | | | | | |--- AFDP > 3.21 | | | | | | | | | |--- AT <= 18.30 | | | | | | | | | | |--- value: [87.13] | | | | | | | | | |--- AT > 18.30 | | | | | | | | | | |--- AP <= 1027.45 | | | | | | | | | | | |--- value: [90.97] | | | | | | | | | | |--- AP > 1027.45 | | | | | | | | | | | |--- value: [93.56] | | | | | | | |--- AFDP > 3.39 | | | | | | | | |--- value: [98.37] | | | | | | |--- TIT > 1098.65 | | | | | | | |--- value: [119.91] | | | |--- AFDP > 3.48 | | | | |--- AH <= 73.68 | | | | | |--- AFDP <= 4.14 | | | | | | |--- TIT <= 1086.85 | | | | | | | |--- AT <= 24.62 | | | | | | | | |--- AFDP <= 3.67 | | | | | | | | | |--- AH <= 60.03 | | | | | | | | | | |--- AP <= 1017.05 | | | | | | | | | | | |--- value: [61.55] | | | | | | | | | | |--- AP > 1017.05 | | | | | | | | | | | |--- value: [64.74] | | | | | | | | | |--- AH > 60.03 | | | | | | | | | | |--- AT <= 19.17 | | | | | | | | | | | |--- value: [61.64] | | | | | | | | | | |--- AT > 19.17 | | | | | | | | | | | |--- value: [56.77] | | | | | | | | |--- AFDP > 3.67 | | | | | | | | | |--- AT <= 19.39 | | | | | | | | | | |--- value: [69.74] | | | | | | | | | |--- AT > 19.39 | | | | | | | | | | |--- AH <= 61.67 | | | | | | | | | | | |--- value: [65.42] | | | | | | | | | | |--- AH > 61.67 | | | | | | | | | | | |--- value: [62.55] | | | | | | | |--- AT > 24.62 | | | | | | | | |--- TIT <= 1085.25 | | | | | | | | | |--- AH <= 51.78 | | | | | | | | | | |--- AFDP <= 3.91 | | | | | | | | | | | |--- value: [64.12] | | | | | | | | | | |--- AFDP > 3.91 | | | | | | | | | | | |--- value: [57.33] | | | | | | | | | |--- AH > 51.78 | | | | | | | | | | |--- AT <= 24.72 | | | | | | | | | | | |--- value: [46.77] | | | | | | | | | | |--- AT > 24.72 | | | | | | | | | | | |--- value: [56.22] | | | | | | | | |--- TIT > 1085.25 | | | | | | | | | |--- AFDP <= 3.73 | | | | | | | | | | |--- value: [55.45] | | | | | | | | | |--- AFDP > 3.73 | | | | | | | | | | |--- AP <= 1008.95 | | | | | | | | | | | |--- value: [63.43] | | | | | | | | | | |--- AP > 1008.95 | | | | | | | | | | | |--- value: [60.23] | | | | | | |--- TIT > 1086.85 | | | | | | | |--- TIT <= 1094.15 | | | | | | | | |--- AH <= 56.66 | | | | | | | | | |--- AFDP <= 3.83 | | | | | | | | | | |--- AP <= 1017.45 | | | | | | | | | | | |--- value: [64.15] | | | | | | | | | | |--- AP > 1017.45 | | | | | | | | | | | |--- value: [71.57] | | | | | | | | | |--- AFDP > 3.83 | | | | | | | | | | |--- AT <= 25.89 | | | | | | | | | | | |--- value: [70.26] | | | | | | | | | | |--- AT > 25.89 | | | | | | | | | | | |--- value: [67.18] | | | | | | | | |--- AH > 56.66 | | | | | | | | | |--- AP <= 1017.05 | | | | | | | | | | |--- AFDP <= 3.83 | | | | | | | | | | | |--- value: [62.23] | | | | | | | | | | |--- AFDP > 3.83 | | | | | | | | | | | |--- value: [64.55] | | | | | | | | | |--- AP > 1017.05 | | | | | | | | | | |--- AP <= 1018.35 | | | | | | | | | | | |--- value: [66.62] | | | | | | | | | | |--- AP > 1018.35 | | | | | | | | | | | |--- value: [69.61] | | | | | | | |--- TIT > 1094.15 | | | | | | | | |--- AT <= 25.80 | | | | | | | | | |--- AH <= 59.05 | | | | | | | | | | |--- AFDP <= 3.79 | | | | | | | | | | | |--- value: [62.21] | | | | | | | | | | |--- AFDP > 3.79 | | | | | | | | | | | |--- value: [57.77] | | | | | | | | | |--- AH > 59.05 | | | | | | | | | | |--- AH <= 69.99 | | | | | | | | | | | |--- value: [55.38] | | | | | | | | | | |--- AH > 69.99 | | | | | | | | | | | |--- value: [60.78] | | | | | | | | |--- AT > 25.80 | | | | | | | | | |--- TAT <= 549.48 | | | | | | | | | | |--- AP <= 1010.20 | | | | | | | | | | | |--- value: [52.19] | | | | | | | | | | |--- AP > 1010.20 | | | | | | | | | | | |--- value: [60.11] | | | | | | | | | |--- TAT > 549.48 | | | | | | | | | | |--- AH <= 39.04 | | | | | | | | | | | |--- value: [70.85] | | | | | | | | | | |--- AH > 39.04 | | | | | | | | | | | |--- value: [63.50] | | | | | |--- AFDP > 4.14 | | | | | | |--- AT <= 24.18 | | | | | | | |--- AFDP <= 5.30 | | | | | | | | |--- AT <= 21.60 | | | | | | | | | |--- AH <= 63.83 | | | | | | | | | | |--- TIT <= 1094.65 | | | | | | | | | | | |--- value: [75.26] | | | | | | | | | | |--- TIT > 1094.65 | | | | | | | | | | | |--- value: [83.99] | | | | | | | | | |--- AH > 63.83 | | | | | | | | | | |--- AP <= 999.46 | | | | | | | | | | | |--- value: [76.52] | | | | | | | | | | |--- AP > 999.46 | | | | | | | | | | | |--- value: [71.47] | | | | | | | | |--- AT > 21.60 | | | | | | | | | |--- AH <= 57.12 | | | | | | | | | | |--- AFDP <= 4.46 | | | | | | | | | | | |--- value: [73.27] | | | | | | | | | | |--- AFDP > 4.46 | | | | | | | | | | | |--- value: [74.96] | | | | | | | | | |--- AH > 57.12 | | | | | | | | | | |--- AP <= 1007.45 | | | | | | | | | | | |--- value: [72.14] | | | | | | | | | | |--- AP > 1007.45 | | | | | | | | | | | |--- value: [67.92] | | | | | | | |--- AFDP > 5.30 | | | | | | | | |--- AH <= 65.13 | | | | | | | | | |--- AFDP <= 5.31 | | | | | | | | | | |--- value: [82.15] | | | | | | | | | |--- AFDP > 5.31 | | | | | | | | | | |--- AH <= 61.84 | | | | | | | | | | | |--- value: [73.67] | | | | | | | | | | |--- AH > 61.84 | | | | | | | | | | | |--- value: [65.69] | | | | | | | | |--- AH > 65.13 | | | | | | | | | |--- AP <= 1010.65 | | | | | | | | | | |--- value: [72.35] | | | | | | | | | |--- AP > 1010.65 | | | | | | | | | | |--- AT <= 22.78 | | | | | | | | | | | |--- value: [86.31] | | | | | | | | | | |--- AT > 22.78 | | | | | | | | | | | |--- value: [82.97] | | | | | | |--- AT > 24.18 | | | | | | | |--- AH <= 53.69 | | | | | | | | |--- TIT <= 1088.00 | | | | | | | | | |--- AT <= 31.27 | | | | | | | | | | |--- value: [63.10] | | | | | | | | | |--- AT > 31.27 | | | | | | | | | | |--- value: [57.24] | | | | | | | | |--- TIT > 1088.00 | | | | | | | | | |--- AH <= 44.64 | | | | | | | | | | |--- AFDP <= 4.44 | | | | | | | | | | | |--- value: [71.05] | | | | | | | | | | |--- AFDP > 4.44 | | | | | | | | | | | |--- value: [74.10] | | | | | | | | | |--- AH > 44.64 | | | | | | | | | | |--- AT <= 31.15 | | | | | | | | | | | |--- value: [69.75] | | | | | | | | | | |--- AT > 31.15 | | | | | | | | | | | |--- value: [66.26] | | | | | | | |--- AH > 53.69 | | | | | | | | |--- AT <= 29.72 | | | | | | | | | |--- AH <= 61.35 | | | | | | | | | | |--- TIT <= 1084.30 | | | | | | | | | | | |--- value: [54.92] | | | | | | | | | | |--- TIT > 1084.30 | | | | | | | | | | | |--- value: [67.08] | | | | | | | | | |--- AH > 61.35 | | | | | | | | | | |--- AT <= 25.89 | | | | | | | | | | | |--- value: [65.94] | | | | | | | | | | |--- AT > 25.89 | | | | | | | | | | | |--- value: [63.72] | | | | | | | | |--- AT > 29.72 | | | | | | | | | |--- AH <= 64.74 | | | | | | | | | | |--- TIT <= 1085.60 | | | | | | | | | | | |--- value: [49.96] | | | | | | | | | | |--- TIT > 1085.60 | | | | | | | | | | | |--- value: [63.75] | | | | | | | | | |--- AH > 64.74 | | | | | | | | | | |--- AP <= 1007.15 | | | | | | | | | | | |--- value: [55.11] | | | | | | | | | | |--- AP > 1007.15 | | | | | | | | | | | |--- value: [61.54] | | | | |--- AH > 73.68 | | | | | |--- AT <= 23.13 | | | | | | |--- AFDP <= 4.77 | | | | | | | |--- AH <= 78.94 | | | | | | | | |--- AFDP <= 3.97 | | | | | | | | | |--- TIT <= 1095.45 | | | | | | | | | | |--- TIT <= 1092.30 | | | | | | | | | | | |--- value: [63.34] | | | | | | | | | | |--- TIT > 1092.30 | | | | | | | | | | | |--- value: [55.32] | | | | | | | | | |--- TIT > 1095.45 | | | | | | | | | | |--- value: [80.83] | | | | | | | | |--- AFDP > 3.97 | | | | | | | | | |--- AT <= 17.82 | | | | | | | | | | |--- AP <= 1016.55 | | | | | | | | | | | |--- value: [73.51] | | | | | | | | | | |--- AP > 1016.55 | | | | | | | | | | | |--- value: [66.41] | | | | | | | | | |--- AT > 17.82 | | | | | | | | | | |--- TIT <= 1098.00 | | | | | | | | | | | |--- value: [66.67] | | | | | | | | | | |--- TIT > 1098.00 | | | | | | | | | | | |--- value: [73.28] | | | | | | | |--- AH > 78.94 | | | | | | | | |--- AT <= 21.05 | | | | | | | | | |--- TIT <= 1086.75 | | | | | | | | | | |--- AT <= 20.53 | | | | | | | | | | | |--- value: [61.82] | | | | | | | | | | |--- AT > 20.53 | | | | | | | | | | | |--- value: [56.59] | | | | | | | | | |--- TIT > 1086.75 | | | | | | | | | | |--- AFDP <= 3.63 | | | | | | | | | | | |--- value: [66.52] | | | | | | | | | | |--- AFDP > 3.63 | | | | | | | | | | | |--- value: [63.69] | | | | | | | | |--- AT > 21.05 | | | | | | | | | |--- AH <= 85.95 | | | | | | | | | | |--- AFDP <= 4.01 | | | | | | | | | | | |--- value: [61.76] | | | | | | | | | | |--- AFDP > 4.01 | | | | | | | | | | | |--- value: [64.27] | | | | | | | | | |--- AH > 85.95 | | | | | | | | | | |--- TIT <= 1086.80 | | | | | | | | | | | |--- value: [57.10] | | | | | | | | | | |--- TIT > 1086.80 | | | | | | | | | | | |--- value: [61.26] | | | | | | |--- AFDP > 4.77 | | | | | | | |--- AH <= 86.52 | | | | | | | | |--- AT <= 20.32 | | | | | | | | | |--- TIT <= 1088.85 | | | | | | | | | | |--- TIT <= 1088.15 | | | | | | | | | | | |--- value: [69.64] | | | | | | | | | | |--- TIT > 1088.15 | | | | | | | | | | | |--- value: [73.47] | | | | | | | | | |--- TIT > 1088.85 | | | | | | | | | | |--- AP <= 1010.85 | | | | | | | | | | | |--- value: [73.00] | | | | | | | | | | |--- AP > 1010.85 | | | | | | | | | | | |--- value: [81.66] | | | | | | | | |--- AT > 20.32 | | | | | | | | | |--- TIT <= 1093.45 | | | | | | | | | | |--- AT <= 23.01 | | | | | | | | | | | |--- value: [69.36] | | | | | | | | | | |--- AT > 23.01 | | | | | | | | | | | |--- value: [61.16] | | | | | | | | | |--- TIT > 1093.45 | | | | | | | | | | |--- value: [62.15] | | | | | | | |--- AH > 86.52 | | | | | | | | |--- AFDP <= 5.25 | | | | | | | | | |--- AP <= 1013.90 | | | | | | | | | | |--- AH <= 92.36 | | | | | | | | | | | |--- value: [66.29] | | | | | | | | | | |--- AH > 92.36 | | | | | | | | | | | |--- value: [60.63] | | | | | | | | | |--- AP > 1013.90 | | | | | | | | | | |--- AH <= 96.46 | | | | | | | | | | | |--- value: [67.97] | | | | | | | | | | |--- AH > 96.46 | | | | | | | | | | | |--- value: [65.31] | | | | | | | | |--- AFDP > 5.25 | | | | | | | | | |--- TIT <= 1092.10 | | | | | | | | | | |--- AP <= 1007.85 | | | | | | | | | | | |--- value: [70.07] | | | | | | | | | | |--- AP > 1007.85 | | | | | | | | | | | |--- value: [66.52] | | | | | | | | | |--- TIT > 1092.10 | | | | | | | | | | |--- value: [77.77] | | | | | |--- AT > 23.13 | | | | | | |--- AH <= 84.99 | | | | | | | |--- AT <= 26.79 | | | | | | | | |--- AFDP <= 4.05 | | | | | | | | | |--- AFDP <= 4.05 | | | | | | | | | | |--- TIT <= 1083.90 | | | | | | | | | | | |--- value: [54.99] | | | | | | | | | | |--- TIT > 1083.90 | | | | | | | | | | | |--- value: [60.90] | | | | | | | | | |--- AFDP > 4.05 | | | | | | | | | | |--- value: [27.77] | | | | | | | | |--- AFDP > 4.05 | | | | | | | | | |--- AFDP <= 4.56 | | | | | | | | | | |--- TIT <= 1097.50 | | | | | | | | | | | |--- value: [62.72] | | | | | | | | | | |--- TIT > 1097.50 | | | | | | | | | | | |--- value: [53.07] | | | | | | | | | |--- AFDP > 4.56 | | | | | | | | | | |--- TAT <= 549.38 | | | | | | | | | | | |--- value: [75.17] | | | | | | | | | | |--- TAT > 549.38 | | | | | | | | | | | |--- value: [60.02] | | | | | | | |--- AT > 26.79 | | | | | | | | |--- TIT <= 1087.20 | | | | | | | | | |--- value: [52.22] | | | | | | | | |--- TIT > 1087.20 | | | | | | | | | |--- TIT <= 1097.10 | | | | | | | | | | |--- AH <= 81.43 | | | | | | | | | | | |--- value: [60.34] | | | | | | | | | | |--- AH > 81.43 | | | | | | | | | | | |--- value: [57.37] | | | | | | | | | |--- TIT > 1097.10 | | | | | | | | | | |--- value: [54.39] | | | | | | |--- AH > 84.99 | | | | | | | |--- AT <= 24.73 | | | | | | | | |--- AFDP <= 5.24 | | | | | | | | | |--- TIT <= 1090.25 | | | | | | | | | | |--- AFDP <= 4.07 | | | | | | | | | | | |--- value: [56.52] | | | | | | | | | | |--- AFDP > 4.07 | | | | | | | | | | | |--- value: [58.85] | | | | | | | | | |--- TIT > 1090.25 | | | | | | | | | | |--- AFDP <= 4.03 | | | | | | | | | | | |--- value: [58.77] | | | | | | | | | | |--- AFDP > 4.03 | | | | | | | | | | | |--- value: [60.79] | | | | | | | | |--- AFDP > 5.24 | | | | | | | | | |--- AT <= 24.28 | | | | | | | | | | |--- value: [73.83] | | | | | | | | | |--- AT > 24.28 | | | | | | | | | | |--- value: [60.59] | | | | | | | |--- AT > 24.73 | | | | | | | | |--- AFDP <= 4.24 | | | | | | | | | |--- AP <= 1007.10 | | | | | | | | | | |--- AT <= 26.48 | | | | | | | | | | | |--- value: [56.84] | | | | | | | | | | |--- AT > 26.48 | | | | | | | | | | | |--- value: [53.11] | | | | | | | | | |--- AP > 1007.10 | | | | | | | | | | |--- TAT <= 550.40 | | | | | | | | | | | |--- value: [60.01] | | | | | | | | | | |--- TAT > 550.40 | | | | | | | | | | | |--- value: [54.18] | | | | | | | | |--- AFDP > 4.24 | | | | | | | | | |--- TIT <= 1085.10 | | | | | | | | | | |--- value: [51.80] | | | | | | | | | |--- TIT > 1085.10 | | | | | | | | | | |--- AT <= 27.50 | | | | | | | | | | | |--- value: [57.27] | | | | | | | | | | |--- AT > 27.50 | | | | | | | | | | | |--- value: [54.66]
In [3]:
from src.rules import get_rules
rules = get_rules(model, features)
display(len(rules))
rules
971
Out[3]:
[if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH <= 84.985) and (AT <= 26.791) and (AFDP <= 4.046) and (AFDP > 4.045) -> 27.765, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT <= 24.056) and (AH > 89.685) and (TIT > 1045.4) and (TIT <= 1080.45) and (AH > 95.704) and (AT <= 22.902) -> 40.497, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP <= 3.444) and (AFDP <= 2.374) and (AH > 78.348) and (AT > 9.054) -> 82.971, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP <= 3.444) and (AFDP > 2.374) and (TAT <= 511.82) -> 66.005, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP <= 3.444) and (AFDP > 2.374) and (TAT > 511.82) and (AFDP <= 3.078) and (AFDP <= 2.7) and (AT <= 13.577) and (AH <= 93.586) -> 111.418, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP <= 3.444) and (AFDP > 2.374) and (TAT > 511.82) and (AFDP <= 3.078) and (AFDP <= 2.7) and (AT <= 13.577) and (AH > 93.586) -> 104.229, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP <= 3.444) and (AFDP > 2.374) and (TAT > 511.82) and (AFDP <= 3.078) and (AFDP <= 2.7) and (AT > 13.577) -> 96.548, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP <= 3.444) and (AFDP > 2.374) and (TAT > 511.82) and (AFDP <= 3.078) and (AFDP > 2.7) and (TAT <= 529.48) -> 115.35, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP <= 3.444) and (AFDP > 2.374) and (TAT > 511.82) and (AFDP <= 3.078) and (AFDP > 2.7) and (TAT > 529.48) and (AT <= 13.87) -> 91.436, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP <= 3.444) and (AFDP > 2.374) and (TAT > 511.82) and (AFDP <= 3.078) and (AFDP > 2.7) and (TAT > 529.48) and (AT > 13.87) -> 107.645, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP <= 3.444) and (AFDP > 2.374) and (TAT > 511.82) and (AFDP > 3.078) and (TIT <= 1036.65) and (TIT <= 1027.05) and (AT <= 9.387) -> 119.047, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP <= 3.444) and (AFDP > 2.374) and (TAT > 511.82) and (AFDP > 3.078) and (TIT <= 1036.65) and (TIT <= 1027.05) and (AT > 9.387) -> 115.066, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP <= 3.444) and (AFDP > 2.374) and (TAT > 511.82) and (AFDP > 3.078) and (TIT <= 1036.65) and (TIT > 1027.05) and (TIT <= 1033.45) -> 110.166, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP <= 3.444) and (AFDP > 2.374) and (TAT > 511.82) and (AFDP > 3.078) and (TIT <= 1036.65) and (TIT > 1027.05) and (TIT > 1033.45) -> 117.515, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP <= 3.444) and (AFDP > 2.374) and (TAT > 511.82) and (AFDP > 3.078) and (TIT > 1036.65) and (AT <= 9.36) -> 106.678, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP <= 3.444) and (AFDP > 2.374) and (TAT > 511.82) and (AFDP > 3.078) and (TIT > 1036.65) and (AT > 9.36) -> 96.804, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP > 3.444) and (AT <= 12.146) and (AT <= 4.379) and (AFDP <= 3.461) -> 94.208, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP > 3.444) and (AT <= 12.146) and (AT <= 4.379) and (AFDP > 3.461) and (TAT <= 533.27) and (TIT <= 1027.75) -> 112.425, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP > 3.444) and (AT <= 12.146) and (AT <= 4.379) and (AFDP > 3.461) and (TAT <= 533.27) and (TIT > 1027.75) and (AT <= 0.751) -> 100.12, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP > 3.444) and (AT <= 12.146) and (AT <= 4.379) and (AFDP > 3.461) and (TAT <= 533.27) and (TIT > 1027.75) and (AT > 0.751) -> 105.077, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP > 3.444) and (AT <= 12.146) and (AT <= 4.379) and (AFDP > 3.461) and (TAT > 533.27) -> 114.08, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP > 3.444) and (AT <= 12.146) and (AT > 4.379) and (TIT <= 1029.95) and (TAT <= 529.155) -> 102.241, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP > 3.444) and (AT <= 12.146) and (AT > 4.379) and (TIT <= 1029.95) and (TAT > 529.155) -> 113.328, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP > 3.444) and (AT <= 12.146) and (AT > 4.379) and (TIT > 1029.95) and (AP <= 1016.55) and (TAT <= 536.965) -> 96.223, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP > 3.444) and (AT <= 12.146) and (AT > 4.379) and (TIT > 1029.95) and (AP <= 1016.55) and (TAT > 536.965) -> 90.928, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP > 3.444) and (AT <= 12.146) and (AT > 4.379) and (TIT > 1029.95) and (AP > 1016.55) and (AP <= 1030.3) and (AT <= 10.379) -> 98.433, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP > 3.444) and (AT <= 12.146) and (AT > 4.379) and (TIT > 1029.95) and (AP > 1016.55) and (AP <= 1030.3) and (AT > 10.379) -> 106.91, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP > 3.444) and (AT <= 12.146) and (AT > 4.379) and (TIT > 1029.95) and (AP > 1016.55) and (AP > 1030.3) -> 108.44, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP > 3.444) and (AT > 12.146) and (AT <= 16.375) -> 77.414, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP > 3.444) and (AT > 12.146) and (AT > 16.375) -> 94.655, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT <= 1033.75) and (AFDP <= 2.746) and (TIT <= 1026.75) and (AFDP <= 2.643) -> 102.777, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT <= 1033.75) and (AFDP <= 2.746) and (TIT <= 1026.75) and (AFDP > 2.643) -> 95.358, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT <= 1033.75) and (AFDP <= 2.746) and (TIT > 1026.75) and (AP <= 1011.0) -> 102.455, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT <= 1033.75) and (AFDP <= 2.746) and (TIT > 1026.75) and (AP > 1011.0) and (AT <= 13.614) and (AT <= 7.325) and (TAT <= 539.28) -> 94.444, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT <= 1033.75) and (AFDP <= 2.746) and (TIT > 1026.75) and (AP > 1011.0) and (AT <= 13.614) and (AT <= 7.325) and (TAT > 539.28) -> 89.373, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT <= 1033.75) and (AFDP <= 2.746) and (TIT > 1026.75) and (AP > 1011.0) and (AT <= 13.614) and (AT > 7.325) and (TAT <= 541.44) -> 96.766, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT <= 1033.75) and (AFDP <= 2.746) and (TIT > 1026.75) and (AP > 1011.0) and (AT <= 13.614) and (AT > 7.325) and (TAT > 541.44) -> 87.424, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT <= 1033.75) and (AFDP <= 2.746) and (TIT > 1026.75) and (AP > 1011.0) and (AT > 13.614) and (TAT <= 540.935) -> 92.613, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT <= 1033.75) and (AFDP <= 2.746) and (TIT > 1026.75) and (AP > 1011.0) and (AT > 13.614) and (TAT > 540.935) and (AP <= 1022.85) -> 90.202, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT <= 1033.75) and (AFDP <= 2.746) and (TIT > 1026.75) and (AP > 1011.0) and (AT > 13.614) and (TAT > 540.935) and (AP > 1022.85) -> 86.304, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT <= 1033.75) and (AFDP > 2.746) and (AFDP <= 3.515) and (AT <= 15.032) and (AT <= 9.259) -> 82.06, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT <= 1033.75) and (AFDP > 2.746) and (AFDP <= 3.515) and (AT <= 15.032) and (AT > 9.259) -> 91.093, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT <= 1033.75) and (AFDP > 2.746) and (AFDP <= 3.515) and (AT > 15.032) -> 73.71, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT <= 1033.75) and (AFDP > 2.746) and (AFDP > 3.515) -> 116.14, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT > 1033.75) and (AFDP <= 4.099) and (AFDP <= 2.35) and (AFDP <= 2.2) -> 104.285, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT > 1033.75) and (AFDP <= 4.099) and (AFDP <= 2.35) and (AFDP > 2.2) -> 87.108, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT > 1033.75) and (AFDP <= 4.099) and (AFDP > 2.35) and (AP <= 1026.8) and (AFDP <= 2.378) -> 113.13, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT > 1033.75) and (AFDP <= 4.099) and (AFDP > 2.35) and (AP <= 1026.8) and (AFDP > 2.378) and (AH <= 78.907) and (TAT <= 538.66) -> 102.219, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT > 1033.75) and (AFDP <= 4.099) and (AFDP > 2.35) and (AP <= 1026.8) and (AFDP > 2.378) and (AH <= 78.907) and (TAT > 538.66) -> 89.018, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT > 1033.75) and (AFDP <= 4.099) and (AFDP > 2.35) and (AP <= 1026.8) and (AFDP > 2.378) and (AH > 78.907) and (AH <= 94.256) -> 102.24, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT > 1033.75) and (AFDP <= 4.099) and (AFDP > 2.35) and (AP <= 1026.8) and (AFDP > 2.378) and (AH > 78.907) and (AH > 94.256) -> 96.416, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT > 1033.75) and (AFDP <= 4.099) and (AFDP > 2.35) and (AP > 1026.8) -> 88.844, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT > 1033.75) and (AFDP > 4.099) and (AH <= 93.664) and (TIT <= 1039.35) -> 94.285, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT > 1033.75) and (AFDP > 4.099) and (AH <= 93.664) and (TIT > 1039.35) -> 88.707, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (TIT > 1033.75) and (AFDP > 4.099) and (AH > 93.664) -> 96.658, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT <= 3.435) and (TAT <= 543.215) -> 92.005, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT <= 3.435) and (TAT > 543.215) -> 114.461, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT <= 546.675) and (AH <= 99.979) and (TAT <= 544.635) and (TIT <= 1039.15) and (AFDP <= 2.541) and (AFDP <= 2.518) and (AP <= 1021.85) -> 92.075, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT <= 546.675) and (AH <= 99.979) and (TAT <= 544.635) and (TIT <= 1039.15) and (AFDP <= 2.541) and (AFDP <= 2.518) and (AP > 1021.85) -> 84.282, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT <= 546.675) and (AH <= 99.979) and (TAT <= 544.635) and (TIT <= 1039.15) and (AFDP <= 2.541) and (AFDP > 2.518) -> 109.47, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT <= 546.675) and (AH <= 99.979) and (TAT <= 544.635) and (TIT <= 1039.15) and (AFDP > 2.541) and (AH <= 98.524) and (AFDP <= 2.967) -> 85.121, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT <= 546.675) and (AH <= 99.979) and (TAT <= 544.635) and (TIT <= 1039.15) and (AFDP > 2.541) and (AH <= 98.524) and (AFDP > 2.967) -> 92.196, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT <= 546.675) and (AH <= 99.979) and (TAT <= 544.635) and (TIT <= 1039.15) and (AFDP > 2.541) and (AH > 98.524) -> 65.265, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT <= 546.675) and (AH <= 99.979) and (TAT <= 544.635) and (TIT > 1039.15) and (AP <= 1019.45) and (TAT <= 542.345) -> 108.965, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT <= 546.675) and (AH <= 99.979) and (TAT <= 544.635) and (TIT > 1039.15) and (AP <= 1019.45) and (TAT > 542.345) -> 95.014, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT <= 546.675) and (AH <= 99.979) and (TAT <= 544.635) and (TIT > 1039.15) and (AP > 1019.45) -> 87.635, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT <= 546.675) and (AH <= 99.979) and (TAT > 544.635) and (AFDP <= 3.255) and (AH <= 97.77) and (AFDP <= 2.538) and (AP <= 1022.7) -> 86.542, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT <= 546.675) and (AH <= 99.979) and (TAT > 544.635) and (AFDP <= 3.255) and (AH <= 97.77) and (AFDP <= 2.538) and (AP > 1022.7) -> 80.562, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT <= 546.675) and (AH <= 99.979) and (TAT > 544.635) and (AFDP <= 3.255) and (AH <= 97.77) and (AFDP > 2.538) and (AH <= 84.198) -> 81.706, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT <= 546.675) and (AH <= 99.979) and (TAT > 544.635) and (AFDP <= 3.255) and (AH <= 97.77) and (AFDP > 2.538) and (AH > 84.198) -> 76.355, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT <= 546.675) and (AH <= 99.979) and (TAT > 544.635) and (AFDP <= 3.255) and (AH > 97.77) -> 64.057, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT <= 546.675) and (AH <= 99.979) and (TAT > 544.635) and (AFDP > 3.255) and (AH <= 88.39) -> 84.285, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT <= 546.675) and (AH <= 99.979) and (TAT > 544.635) and (AFDP > 3.255) and (AH > 88.39) -> 91.92, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT <= 546.675) and (AH > 99.979) -> 103.091, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT > 546.675) and (TAT <= 549.32) and (AH <= 95.179) and (AT <= 10.852) and (AT <= 10.722) and (AH <= 92.124) and (AH <= 90.784) -> 78.87, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT > 546.675) and (TAT <= 549.32) and (AH <= 95.179) and (AT <= 10.852) and (AT <= 10.722) and (AH <= 92.124) and (AH > 90.784) -> 94.487, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT > 546.675) and (TAT <= 549.32) and (AH <= 95.179) and (AT <= 10.852) and (AT <= 10.722) and (AH > 92.124) -> 70.737, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT > 546.675) and (TAT <= 549.32) and (AH <= 95.179) and (AT <= 10.852) and (AT > 10.722) -> 100.45, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT > 546.675) and (TAT <= 549.32) and (AH <= 95.179) and (AT > 10.852) and (AP <= 1017.75) and (AP <= 1001.4) -> 60.247, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT > 546.675) and (TAT <= 549.32) and (AH <= 95.179) and (AT > 10.852) and (AP <= 1017.75) and (AP > 1001.4) and (AH <= 66.778) -> 70.909, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT > 546.675) and (TAT <= 549.32) and (AH <= 95.179) and (AT > 10.852) and (AP <= 1017.75) and (AP > 1001.4) and (AH > 66.778) -> 76.188, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT > 546.675) and (TAT <= 549.32) and (AH <= 95.179) and (AT > 10.852) and (AP > 1017.75) and (AP <= 1018.75) -> 58.904, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT > 546.675) and (TAT <= 549.32) and (AH <= 95.179) and (AT > 10.852) and (AP > 1017.75) and (AP > 1018.75) -> 70.342, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT > 546.675) and (TAT <= 549.32) and (AH > 95.179) -> 88.232, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT > 546.675) and (TAT > 549.32) and (AT <= 15.027) -> 69.706, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (AT > 3.435) and (TAT > 546.675) and (TAT > 549.32) and (AT > 15.027) -> 61.133, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT <= 542.255) and (AT <= 6.436) and (AT <= 4.247) and (AP <= 1018.55) -> 109.92, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT <= 542.255) and (AT <= 6.436) and (AT <= 4.247) and (AP > 1018.55) -> 95.276, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT <= 542.255) and (AT <= 6.436) and (AT > 4.247) and (TAT <= 539.21) -> 102.604, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT <= 542.255) and (AT <= 6.436) and (AT > 4.247) and (TAT > 539.21) -> 114.419, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT <= 542.255) and (AT > 6.436) and (AFDP <= 3.313) and (AFDP <= 2.343) -> 81.044, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT <= 542.255) and (AT > 6.436) and (AFDP <= 3.313) and (AFDP > 2.343) and (AFDP <= 2.469) -> 95.319, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT <= 542.255) and (AT > 6.436) and (AFDP <= 3.313) and (AFDP > 2.343) and (AFDP > 2.469) -> 104.581, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT <= 542.255) and (AT > 6.436) and (AFDP > 3.313) and (AP <= 1021.45) and (AP <= 1014.5) -> 86.314, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT <= 542.255) and (AT > 6.436) and (AFDP > 3.313) and (AP <= 1021.45) and (AP > 1014.5) -> 90.748, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT <= 542.255) and (AT > 6.436) and (AFDP > 3.313) and (AP > 1021.45) and (TAT <= 541.21) -> 92.991, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT <= 542.255) and (AT > 6.436) and (AFDP > 3.313) and (AP > 1021.45) and (TAT > 541.21) -> 100.369, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT > 542.255) and (AH <= 85.727) and (AT <= 2.669) -> 105.322, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT > 542.255) and (AH <= 85.727) and (AT > 2.669) and (TIT <= 1047.45) and (AP <= 1002.595) -> 98.645, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT > 542.255) and (AH <= 85.727) and (AT > 2.669) and (TIT <= 1047.45) and (AP > 1002.595) -> 78.621, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT > 542.255) and (AH <= 85.727) and (AT > 2.669) and (TIT > 1047.45) and (TAT <= 546.81) -> 91.728, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT > 542.255) and (AH <= 85.727) and (AT > 2.669) and (TIT > 1047.45) and (TAT > 546.81) -> 78.516, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) and (AT <= 7.578) and (TAT <= 542.615) -> 84.365, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) and (AT <= 7.578) and (TAT > 542.615) and (AH <= 93.866) -> 110.243, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) and (AT <= 7.578) and (TAT > 542.615) and (AH > 93.866) -> 95.22, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) and (AT > 7.578) and (AFDP <= 3.26) and (AP <= 1019.55) -> 96.841, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) and (AT > 7.578) and (AFDP <= 3.26) and (AP > 1019.55) -> 80.805, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) and (AT > 7.578) and (AFDP > 3.26) and (AP <= 1015.45) -> 79.682, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) and (AT > 7.578) and (AFDP > 3.26) and (AP > 1015.45) -> 91.091, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT <= 8.251) and (AP <= 1005.4) and (TAT <= 549.485) -> 112.6, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT <= 8.251) and (AP <= 1005.4) and (TAT > 549.485) and (AH <= 92.372) -> 71.194, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT <= 8.251) and (AP <= 1005.4) and (TAT > 549.485) and (AH > 92.372) and (AP <= 997.945) -> 61.168, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT <= 8.251) and (AP <= 1005.4) and (TAT > 549.485) and (AH > 92.372) and (AP > 997.945) -> 65.182, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT <= 8.251) and (AP > 1005.4) and (AFDP <= 3.542) and (AT <= 5.341) and (TAT <= 549.485) -> 101.071, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT <= 8.251) and (AP > 1005.4) and (AFDP <= 3.542) and (AT <= 5.341) and (TAT > 549.485) -> 90.008, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT <= 8.251) and (AP > 1005.4) and (AFDP <= 3.542) and (AT > 5.341) and (AFDP <= 2.672) -> 89.137, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT <= 8.251) and (AP > 1005.4) and (AFDP <= 3.542) and (AT > 5.341) and (AFDP > 2.672) -> 77.929, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT <= 8.251) and (AP > 1005.4) and (AFDP > 3.542) and (AFDP <= 4.094) and (AT <= 4.068) -> 111.245, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT <= 8.251) and (AP > 1005.4) and (AFDP > 3.542) and (AFDP <= 4.094) and (AT > 4.068) -> 114.781, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT <= 8.251) and (AP > 1005.4) and (AFDP > 3.542) and (AFDP > 4.094) -> 97.076, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT > 8.251) and (TAT <= 548.365) and (AH <= 90.794) and (AFDP <= 2.552) -> 68.711, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT > 8.251) and (TAT <= 548.365) and (AH <= 90.794) and (AFDP > 2.552) and (AFDP <= 2.584) -> 93.482, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT > 8.251) and (TAT <= 548.365) and (AH <= 90.794) and (AFDP > 2.552) and (AFDP > 2.584) -> 78.216, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT > 8.251) and (TAT <= 548.365) and (AH > 90.794) and (TAT <= 547.78) -> 80.068, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT > 8.251) and (TAT <= 548.365) and (AH > 90.794) and (TAT > 547.78) and (AT <= 10.262) -> 100.831, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT > 8.251) and (TAT <= 548.365) and (AH > 90.794) and (TAT > 547.78) and (AT > 10.262) -> 89.356, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT > 8.251) and (TAT > 548.365) and (AFDP <= 3.255) and (AFDP <= 2.987) and (TIT <= 1049.5) -> 71.231, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT > 8.251) and (TAT > 548.365) and (AFDP <= 3.255) and (AFDP <= 2.987) and (TIT > 1049.5) -> 77.297, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT > 8.251) and (TAT > 548.365) and (AFDP <= 3.255) and (AFDP > 2.987) and (AH <= 98.188) -> 58.715, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT > 8.251) and (TAT > 548.365) and (AFDP <= 3.255) and (AFDP > 2.987) and (AH > 98.188) -> 68.344, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT > 8.251) and (TAT > 548.365) and (AFDP > 3.255) and (AT <= 8.486) -> 117.48, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT > 8.251) and (TAT > 548.365) and (AFDP > 3.255) and (AT > 8.486) and (AP <= 998.51) -> 75.632, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT <= 1060.15) and (TAT > 547.685) and (AT > 8.251) and (TAT > 548.365) and (AFDP > 3.255) and (AT > 8.486) and (AP > 998.51) -> 80.359, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP <= 3.077) and (AT <= 7.562) and (TAT <= 548.945) and (AFDP <= 2.887) and (AH <= 83.977) -> 88.697, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP <= 3.077) and (AT <= 7.562) and (TAT <= 548.945) and (AFDP <= 2.887) and (AH > 83.977) -> 102.509, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP <= 3.077) and (AT <= 7.562) and (TAT <= 548.945) and (AFDP > 2.887) and (AT <= 6.145) -> 74.675, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP <= 3.077) and (AT <= 7.562) and (TAT <= 548.945) and (AFDP > 2.887) and (AT > 6.145) -> 87.045, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP <= 3.077) and (AT <= 7.562) and (TAT > 548.945) and (TIT <= 1070.45) and (AP <= 1016.75) -> 84.18, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP <= 3.077) and (AT <= 7.562) and (TAT > 548.945) and (TIT <= 1070.45) and (AP > 1016.75) -> 74.33, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP <= 3.077) and (AT <= 7.562) and (TAT > 548.945) and (TIT > 1070.45) and (AT <= 4.485) -> 83.875, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP <= 3.077) and (AT <= 7.562) and (TAT > 548.945) and (TIT > 1070.45) and (AT > 4.485) -> 80.136, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP <= 3.077) and (AT > 7.562) and (TAT <= 548.41) and (TAT <= 541.36) -> 119.28, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP <= 3.077) and (AT > 7.562) and (TAT <= 548.41) and (TAT > 541.36) and (TAT <= 545.97) -> 92.03, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP <= 3.077) and (AT > 7.562) and (TAT <= 548.41) and (TAT > 541.36) and (TAT > 545.97) -> 81.818, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP <= 3.077) and (AT > 7.562) and (TAT > 548.41) and (TIT <= 1078.95) and (AT <= 9.581) -> 72.873, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP <= 3.077) and (AT > 7.562) and (TAT > 548.41) and (TIT <= 1078.95) and (AT > 9.581) -> 69.341, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP <= 3.077) and (AT > 7.562) and (TAT > 548.41) and (TIT > 1078.95) and (AFDP <= 2.98) -> 75.124, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP <= 3.077) and (AT > 7.562) and (TAT > 548.41) and (TIT > 1078.95) and (AFDP > 2.98) -> 80.113, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP > 3.077) and (TIT <= 1081.75) and (TAT <= 549.445) and (AT <= 3.939) -> 110.3, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP > 3.077) and (TIT <= 1081.75) and (TAT <= 549.445) and (AT > 3.939) and (TIT <= 1066.55) -> 82.526, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP > 3.077) and (TIT <= 1081.75) and (TAT <= 549.445) and (AT > 3.939) and (TIT > 1066.55) -> 71.732, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP > 3.077) and (TIT <= 1081.75) and (TAT > 549.445) and (AFDP <= 3.196) and (AH <= 69.472) -> 73.65, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP > 3.077) and (TIT <= 1081.75) and (TAT > 549.445) and (AFDP <= 3.196) and (AH > 69.472) -> 68.763, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP > 3.077) and (TIT <= 1081.75) and (TAT > 549.445) and (AFDP > 3.196) and (AT <= 7.543) -> 68.561, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP > 3.077) and (TIT <= 1081.75) and (TAT > 549.445) and (AFDP > 3.196) and (AT > 7.543) -> 64.269, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP > 3.077) and (TIT > 1081.75) and (AT <= 7.41) and (AP <= 1027.75) and (AP <= 1021.55) -> 76.429, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP > 3.077) and (TIT > 1081.75) and (AT <= 7.41) and (AP <= 1027.75) and (AP > 1021.55) -> 82.034, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP > 3.077) and (TIT > 1081.75) and (AT <= 7.41) and (AP > 1027.75) -> 62.715, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP > 3.077) and (TIT > 1081.75) and (AT > 7.41) and (AP <= 1007.75) and (AH <= 94.792) -> 81.061, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP > 3.077) and (TIT > 1081.75) and (AT > 7.41) and (AP <= 1007.75) and (AH > 94.792) -> 76.776, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP > 3.077) and (TIT > 1081.75) and (AT > 7.41) and (AP > 1007.75) and (AH <= 99.826) -> 71.068, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP <= 3.694) and (AFDP > 3.077) and (TIT > 1081.75) and (AT > 7.41) and (AP > 1007.75) and (AH > 99.826) -> 79.893, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT <= 1089.05) and (AT <= 8.233) and (TIT <= 1071.1) and (AT <= 7.161) and (TAT <= 540.32) -> 84.417, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT <= 1089.05) and (AT <= 8.233) and (TIT <= 1071.1) and (AT <= 7.161) and (TAT > 540.32) -> 98.195, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT <= 1089.05) and (AT <= 8.233) and (TIT <= 1071.1) and (AT > 7.161) and (AP <= 1007.0) -> 76.132, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT <= 1089.05) and (AT <= 8.233) and (TIT <= 1071.1) and (AT > 7.161) and (AP > 1007.0) -> 84.732, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT <= 1089.05) and (AT <= 8.233) and (TIT > 1071.1) and (AT <= 5.332) and (AH <= 84.426) -> 85.713, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT <= 1089.05) and (AT <= 8.233) and (TIT > 1071.1) and (AT <= 5.332) and (AH > 84.426) -> 81.819, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT <= 1089.05) and (AT <= 8.233) and (TIT > 1071.1) and (AT > 5.332) and (AP <= 1017.45) -> 81.557, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT <= 1089.05) and (AT <= 8.233) and (TIT > 1071.1) and (AT > 5.332) and (AP > 1017.45) -> 78.807, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT <= 1089.05) and (AT > 8.233) and (AH <= 89.149) and (TIT <= 1073.15) and (TIT <= 1060.45) -> 100.28, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT <= 1089.05) and (AT > 8.233) and (AH <= 89.149) and (TIT <= 1073.15) and (TIT > 1060.45) -> 85.292, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT <= 1089.05) and (AT > 8.233) and (AH <= 89.149) and (TIT > 1073.15) and (AT <= 9.859) -> 79.771, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT <= 1089.05) and (AT > 8.233) and (AH <= 89.149) and (TIT > 1073.15) and (AT > 9.859) -> 77.911, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT <= 1089.05) and (AT > 8.233) and (AH > 89.149) and (TIT <= 1079.6) and (AH <= 99.87) -> 66.923, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT <= 1089.05) and (AT > 8.233) and (AH > 89.149) and (TIT <= 1079.6) and (AH > 99.87) -> 80.494, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT <= 1089.05) and (AT > 8.233) and (AH > 89.149) and (TIT > 1079.6) and (TIT <= 1087.25) -> 76.304, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT <= 1089.05) and (AT > 8.233) and (AH > 89.149) and (TIT > 1079.6) and (TIT > 1087.25) -> 71.48, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT > 1089.05) and (AP <= 1027.65) and (TAT <= 547.3) and (TIT <= 1089.15) -> 60.38, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT > 1089.05) and (AP <= 1027.65) and (TAT <= 547.3) and (TIT > 1089.15) and (TAT <= 541.3) -> 70.994, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT > 1089.05) and (AP <= 1027.65) and (TAT <= 547.3) and (TIT > 1089.15) and (TAT > 541.3) -> 76.31, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT > 1089.05) and (AP <= 1027.65) and (TAT > 547.3) and (AT <= 4.648) -> 65.18, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT > 1089.05) and (AP <= 1027.65) and (TAT > 547.3) and (AT > 4.648) and (TAT <= 550.14) -> 82.508, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT > 1089.05) and (AP <= 1027.65) and (TAT > 547.3) and (AT > 4.648) and (TAT > 550.14) -> 74.77, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT > 1089.05) and (AP > 1027.65) and (AFDP <= 4.045) and (TAT <= 544.85) -> 55.664, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT > 1089.05) and (AP > 1027.65) and (AFDP <= 4.045) and (TAT > 544.85) -> 62.781, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT > 1089.05) and (AP > 1027.65) and (AFDP > 4.045) and (AH <= 93.18) and (AH <= 92.176) -> 69.173, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT > 1089.05) and (AP > 1027.65) and (AFDP > 4.045) and (AH <= 93.18) and (AH > 92.176) -> 82.137, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT <= 1097.7) and (TIT > 1060.15) and (AFDP > 3.694) and (TIT > 1089.05) and (AP > 1027.65) and (AFDP > 4.045) and (AH > 93.18) -> 60.424, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (TAT <= 531.835) and (AT <= 5.227) and (TAT <= 527.375) and (AH <= 63.569) -> 75.037, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (TAT <= 531.835) and (AT <= 5.227) and (TAT <= 527.375) and (AH > 63.569) -> 66.698, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (TAT <= 531.835) and (AT <= 5.227) and (TAT > 527.375) and (AH <= 65.853) -> 64.886, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (TAT <= 531.835) and (AT <= 5.227) and (TAT > 527.375) and (AH > 65.853) -> 59.242, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (TAT <= 531.835) and (AT > 5.227) and (TAT <= 528.465) and (AFDP <= 4.048) -> 65.275, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (TAT <= 531.835) and (AT > 5.227) and (TAT <= 528.465) and (AFDP > 4.048) -> 69.264, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (TAT <= 531.835) and (AT > 5.227) and (TAT > 528.465) and (AH <= 92.076) -> 71.636, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (TAT <= 531.835) and (AT > 5.227) and (TAT > 528.465) and (AH > 92.076) -> 68.328, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (TAT > 531.835) and (AH <= 91.848) and (AP <= 1015.9) and (AH <= 86.415) -> 62.201, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (TAT > 531.835) and (AH <= 91.848) and (AP <= 1015.9) and (AH > 86.415) -> 74.309, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (TAT > 531.835) and (AH <= 91.848) and (AP > 1015.9) and (AP <= 1018.6) -> 59.567, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (TAT > 531.835) and (AH <= 91.848) and (AP > 1015.9) and (AP > 1018.6) -> 57.15, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (TAT > 531.835) and (AH > 91.848) and (AP <= 999.795) -> 73.254, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (TAT > 531.835) and (AH > 91.848) and (AP > 999.795) and (TAT <= 537.365) -> 69.694, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (TAT > 531.835) and (AH > 91.848) and (AP > 999.795) and (TAT > 537.365) -> 72.981, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AP <= 1006.25) and (AT <= 9.095) and (AT <= 8.495) and (AT <= 7.273) -> 75.092, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AP <= 1006.25) and (AT <= 9.095) and (AT <= 8.495) and (AT > 7.273) -> 69.044, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AP <= 1006.25) and (AT <= 9.095) and (AT > 8.495) -> 88.849, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AP <= 1006.25) and (AT > 9.095) and (AFDP <= 5.565) and (AP <= 1002.2) -> 72.082, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AP <= 1006.25) and (AT > 9.095) and (AFDP <= 5.565) and (AP > 1002.2) -> 69.502, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AP <= 1006.25) and (AT > 9.095) and (AFDP > 5.565) and (AFDP <= 6.274) -> 67.929, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AP <= 1006.25) and (AT > 9.095) and (AFDP > 5.565) and (AFDP > 6.274) -> 65.656, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AP > 1006.25) and (TAT <= 527.515) and (AFDP <= 4.787) and (AH <= 79.065) -> 69.443, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AP > 1006.25) and (TAT <= 527.515) and (AFDP <= 4.787) and (AH > 79.065) -> 67.814, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AP > 1006.25) and (TAT <= 527.515) and (AFDP > 4.787) and (AFDP <= 4.877) -> 58.074, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AP > 1006.25) and (TAT <= 527.515) and (AFDP > 4.787) and (AFDP > 4.877) -> 66.477, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AP > 1006.25) and (TAT > 527.515) and (AH <= 57.408) and (AP <= 1020.35) -> 61.402, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AP > 1006.25) and (TAT > 527.515) and (AH <= 57.408) and (AP > 1020.35) -> 69.042, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AP > 1006.25) and (TAT > 527.515) and (AH > 57.408) and (TAT <= 534.105) -> 68.604, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AP > 1006.25) and (TAT > 527.515) and (AH > 57.408) and (TAT > 534.105) -> 71.436, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT > 539.04) and (TAT <= 543.17) and (AP <= 1019.45) and (AH <= 88.702) and (AP <= 1018.2) and (AH <= 71.46) -> 86.675, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT > 539.04) and (TAT <= 543.17) and (AP <= 1019.45) and (AH <= 88.702) and (AP <= 1018.2) and (AH > 71.46) -> 77.91, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT > 539.04) and (TAT <= 543.17) and (AP <= 1019.45) and (AH <= 88.702) and (AP > 1018.2) -> 92.696, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT > 539.04) and (TAT <= 543.17) and (AP <= 1019.45) and (AH > 88.702) -> 66.237, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT > 539.04) and (TAT <= 543.17) and (AP > 1019.45) -> 60.259, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT > 539.04) and (TAT > 543.17) and (AFDP <= 3.772) -> 77.158, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT > 539.04) and (TAT > 543.17) and (AFDP > 3.772) and (AT <= 7.535) -> 80.228, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT > 539.04) and (TAT > 543.17) and (AFDP > 3.772) and (AT > 7.535) and (AT <= 10.096) and (AP <= 1019.45) -> 92.29, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT > 539.04) and (TAT > 543.17) and (AFDP > 3.772) and (AT > 7.535) and (AT <= 10.096) and (AP > 1019.45) -> 87.675, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP <= 1020.95) and (TAT > 539.04) and (TAT > 543.17) and (AFDP > 3.772) and (AT > 7.535) and (AT > 10.096) -> 84.178, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT <= 529.57) and (AT <= 3.237) and (AFDP <= 5.103) and (AFDP <= 4.5) and (AH <= 58.817) -> 60.663, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT <= 529.57) and (AT <= 3.237) and (AFDP <= 5.103) and (AFDP <= 4.5) and (AH > 58.817) -> 57.375, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT <= 529.57) and (AT <= 3.237) and (AFDP <= 5.103) and (AFDP > 4.5) -> 50.662, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT <= 529.57) and (AT <= 3.237) and (AFDP > 5.103) and (TAT <= 521.505) -> 62.174, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT <= 529.57) and (AT <= 3.237) and (AFDP > 5.103) and (TAT > 521.505) and (TAT <= 522.8) -> 66.815, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT <= 529.57) and (AT <= 3.237) and (AFDP > 5.103) and (TAT > 521.505) and (TAT > 522.8) -> 69.167, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT <= 529.57) and (AT > 3.237) and (AFDP <= 4.672) and (AFDP <= 4.136) and (AH <= 80.81) -> 61.392, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT <= 529.57) and (AT > 3.237) and (AFDP <= 4.672) and (AFDP <= 4.136) and (AH > 80.81) -> 66.277, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT <= 529.57) and (AT > 3.237) and (AFDP <= 4.672) and (AFDP > 4.136) and (AP <= 1030.3) -> 70.891, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT <= 529.57) and (AT > 3.237) and (AFDP <= 4.672) and (AFDP > 4.136) and (AP > 1030.3) -> 47.599, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT <= 529.57) and (AT > 3.237) and (AFDP > 4.672) and (AP <= 1029.15) and (AFDP <= 5.871) -> 64.597, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT <= 529.57) and (AT > 3.237) and (AFDP > 4.672) and (AP <= 1029.15) and (AFDP > 5.871) -> 61.799, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT <= 529.57) and (AT > 3.237) and (AFDP > 4.672) and (AP > 1029.15) and (AT <= 5.876) -> 47.108, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT <= 529.57) and (AT > 3.237) and (AFDP > 4.672) and (AP > 1029.15) and (AT > 5.876) -> 61.284, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AH <= 74.559) and (AT <= 5.979) and (AFDP <= 4.725) -> 61.545, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AH <= 74.559) and (AT <= 5.979) and (AFDP > 4.725) -> 70.282, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AH <= 74.559) and (AT > 5.979) and (AFDP <= 4.205) -> 57.376, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AH <= 74.559) and (AT > 5.979) and (AFDP > 4.205) -> 51.801, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AH > 74.559) and (TAT <= 533.8) and (TIT <= 1100.05) -> 55.975, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AH > 74.559) and (TAT <= 533.8) and (TIT > 1100.05) -> 64.701, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AH > 74.559) and (TAT > 533.8) and (AFDP <= 4.399) -> 57.605, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AH > 74.559) and (TAT > 533.8) and (AFDP > 4.399) -> 71.685, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH > 93.176) -> 82.666, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT > 538.375) and (AP <= 1022.35) -> 65.547, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT > 538.375) and (AP > 1022.35) and (TAT <= 545.445) and (TAT <= 541.94) -> 70.219, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT > 538.375) and (AP > 1022.35) and (TAT <= 545.445) and (TAT > 541.94) -> 76.183, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT > 538.375) and (AP > 1022.35) and (TAT > 545.445) and (AH <= 77.347) -> 84.827, if (AT <= 16.958) and (TIT > 1042.85) and (AT <= 11.04) and (TIT > 1097.7) and (AP > 1020.95) and (TAT > 538.375) and (AP > 1022.35) and (TAT > 545.445) and (AH > 77.347) -> 78.62, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP <= 3.117) and (AP <= 1015.1) and (TIT <= 1051.0) -> 71.653, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP <= 3.117) and (AP <= 1015.1) and (TIT > 1051.0) -> 86.33, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP <= 3.117) and (AP > 1015.1) and (TAT <= 548.645) and (TIT <= 1048.9) -> 68.727, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP <= 3.117) and (AP > 1015.1) and (TAT <= 548.645) and (TIT > 1048.9) -> 70.809, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP <= 3.117) and (AP > 1015.1) and (TAT > 548.645) and (TIT <= 1046.7) -> 67.807, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP <= 3.117) and (AP > 1015.1) and (TAT > 548.645) and (TIT > 1046.7) -> 65.739, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP > 3.117) and (TAT <= 545.74) -> 83.179, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP > 3.117) and (TAT > 545.74) and (AP <= 1013.95) -> 82.596, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP > 3.117) and (TAT > 545.74) and (AP > 1013.95) and (TAT <= 548.215) -> 76.238, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP > 3.117) and (TAT > 545.74) and (AP > 1013.95) and (TAT > 548.215) -> 77.774, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP <= 2.698) and (TIT <= 1051.85) and (AFDP <= 2.234) -> 77.695, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP <= 2.698) and (TIT <= 1051.85) and (AFDP > 2.234) and (AP <= 998.95) -> 79.642, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP <= 2.698) and (TIT <= 1051.85) and (AFDP > 2.234) and (AP > 998.95) -> 88.362, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP <= 2.698) and (TIT > 1051.85) and (AFDP <= 2.29) -> 71.752, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP <= 2.698) and (TIT > 1051.85) and (AFDP > 2.29) and (AH <= 82.61) -> 94.234, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP <= 2.698) and (TIT > 1051.85) and (AFDP > 2.29) and (AH > 82.61) -> 82.086, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP > 2.698) and (TAT <= 548.915) and (AFDP <= 2.731) -> 105.47, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP > 2.698) and (TAT <= 548.915) and (AFDP > 2.731) and (AP <= 1016.35) -> 78.031, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP > 2.698) and (TAT <= 548.915) and (AFDP > 2.731) and (AP > 1016.35) -> 84.103, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP > 2.698) and (TAT > 548.915) and (TIT <= 1051.2) and (AP <= 1013.95) -> 70.972, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP > 2.698) and (TAT > 548.915) and (TIT <= 1051.2) and (AP > 1013.95) -> 63.777, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP > 2.698) and (TAT > 548.915) and (TIT > 1051.2) and (TIT <= 1056.6) -> 78.042, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP > 2.698) and (TAT > 548.915) and (TIT > 1051.2) and (TIT > 1056.6) -> 100.06, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT <= 1051.3) and (AFDP <= 2.586) and (AFDP <= 2.433) and (AP <= 998.58) -> 77.058, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT <= 1051.3) and (AFDP <= 2.586) and (AFDP <= 2.433) and (AP > 998.58) and (TAT <= 549.74) -> 70.627, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT <= 1051.3) and (AFDP <= 2.586) and (AFDP <= 2.433) and (AP > 998.58) and (TAT > 549.74) -> 68.522, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT <= 1051.3) and (AFDP <= 2.586) and (AFDP > 2.433) and (TIT <= 1044.95) -> 74.072, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT <= 1051.3) and (AFDP <= 2.586) and (AFDP > 2.433) and (TIT > 1044.95) and (AT <= 13.242) -> 70.855, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT <= 1051.3) and (AFDP <= 2.586) and (AFDP > 2.433) and (TIT > 1044.95) and (AT > 13.242) -> 72.303, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT <= 1051.3) and (AFDP > 2.586) and (AH <= 63.627) -> 71.898, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT <= 1051.3) and (AFDP > 2.586) and (AH > 63.627) and (AP <= 1001.2) -> 56.447, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT <= 1051.3) and (AFDP > 2.586) and (AH > 63.627) and (AP > 1001.2) and (TAT <= 549.875) -> 66.475, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT <= 1051.3) and (AFDP > 2.586) and (AH > 63.627) and (AP > 1001.2) and (TAT > 549.875) -> 63.206, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT > 1051.3) and (TAT <= 550.115) and (AT <= 13.556) and (AH <= 95.267) and (TAT <= 549.885) -> 79.285, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT > 1051.3) and (TAT <= 550.115) and (AT <= 13.556) and (AH <= 95.267) and (TAT > 549.885) -> 75.42, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT > 1051.3) and (TAT <= 550.115) and (AT <= 13.556) and (AH > 95.267) and (TIT <= 1052.05) -> 86.44, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT > 1051.3) and (TAT <= 550.115) and (AT <= 13.556) and (AH > 95.267) and (TIT > 1052.05) -> 72.608, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT > 1051.3) and (TAT <= 550.115) and (AT > 13.556) and (TAT <= 549.675) -> 76.97, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT > 1051.3) and (TAT <= 550.115) and (AT > 13.556) and (TAT > 549.675) and (AP <= 1017.9) -> 71.599, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT > 1051.3) and (TAT <= 550.115) and (AT > 13.556) and (TAT > 549.675) and (AP > 1017.9) -> 54.837, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT > 1051.3) and (TAT > 550.115) and (AFDP <= 3.036) and (TAT <= 550.305) and (TIT <= 1053.6) -> 63.49, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT > 1051.3) and (TAT > 550.115) and (AFDP <= 3.036) and (TAT <= 550.305) and (TIT > 1053.6) -> 72.02, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT > 1051.3) and (TAT > 550.115) and (AFDP <= 3.036) and (TAT > 550.305) -> 56.038, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT <= 1057.2) and (TAT > 549.565) and (TIT > 1051.3) and (TAT > 550.115) and (AFDP > 3.036) -> 74.387, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP <= 1021.95) and (TIT <= 1084.15) -> 100.128, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP <= 1021.95) and (TIT > 1084.15) and (AFDP <= 4.461) and (TAT <= 536.26) and (AFDP <= 4.048) -> 67.09, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP <= 1021.95) and (TIT > 1084.15) and (AFDP <= 4.461) and (TAT <= 536.26) and (AFDP > 4.048) -> 70.88, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP <= 1021.95) and (TIT > 1084.15) and (AFDP <= 4.461) and (TAT > 536.26) and (AH <= 84.146) -> 60.944, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP <= 1021.95) and (TIT > 1084.15) and (AFDP <= 4.461) and (TAT > 536.26) and (AH > 84.146) -> 71.121, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP <= 1021.95) and (TIT > 1084.15) and (AFDP > 4.461) and (TAT <= 533.42) and (AT <= 12.878) -> 65.935, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP <= 1021.95) and (TIT > 1084.15) and (AFDP > 4.461) and (TAT <= 533.42) and (AT > 12.878) -> 62.351, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP <= 1021.95) and (TIT > 1084.15) and (AFDP > 4.461) and (TAT > 533.42) and (AT <= 11.937) -> 82.41, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP <= 1021.95) and (TIT > 1084.15) and (AFDP > 4.461) and (TAT > 533.42) and (AT > 11.937) -> 67.953, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP > 1021.95) and (TAT <= 531.97) and (AFDP <= 4.577) and (TAT <= 528.865) -> 64.955, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP > 1021.95) and (TAT <= 531.97) and (AFDP <= 4.577) and (TAT > 528.865) -> 73.216, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP > 1021.95) and (TAT <= 531.97) and (AFDP > 4.577) and (TIT <= 1099.55) -> 56.518, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP > 1021.95) and (TAT <= 531.97) and (AFDP > 4.577) and (TIT > 1099.55) and (AH <= 82.591) -> 64.39, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP > 1021.95) and (TAT <= 531.97) and (AFDP > 4.577) and (TIT > 1099.55) and (AH > 82.591) -> 61.989, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP > 1021.95) and (TAT > 531.97) and (TIT <= 1099.75) and (AP <= 1028.3) -> 70.921, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP > 1021.95) and (TAT > 531.97) and (TIT <= 1099.75) and (AP > 1028.3) -> 58.124, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP > 1021.95) and (TAT > 531.97) and (TIT > 1099.75) and (AH <= 54.392) and (AFDP <= 4.324) -> 60.806, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP > 1021.95) and (TAT > 531.97) and (TIT > 1099.75) and (AH <= 54.392) and (AFDP > 4.324) -> 54.134, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP > 1021.95) and (TAT > 531.97) and (TIT > 1099.75) and (AH > 54.392) and (AFDP <= 4.668) -> 50.277, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT <= 539.06) and (AP > 1021.95) and (TAT > 531.97) and (TIT > 1099.75) and (AH > 54.392) and (AFDP > 4.668) -> 61.433, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP <= 3.378) and (AP <= 1014.95) and (TIT <= 1075.75) and (TAT <= 548.995) -> 82.571, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP <= 3.378) and (AP <= 1014.95) and (TIT <= 1075.75) and (TAT > 548.995) -> 66.458, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP <= 3.378) and (AP <= 1014.95) and (TIT > 1075.75) and (AFDP <= 3.248) -> 75.779, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP <= 3.378) and (AP <= 1014.95) and (TIT > 1075.75) and (AFDP > 3.248) -> 71.654, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP <= 3.378) and (AP > 1014.95) and (AT <= 11.432) and (TIT <= 1078.05) -> 65.935, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP <= 3.378) and (AP > 1014.95) and (AT <= 11.432) and (TIT > 1078.05) -> 72.92, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP <= 3.378) and (AP > 1014.95) and (AT > 11.432) and (AFDP <= 3.376) -> 66.352, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP <= 3.378) and (AP > 1014.95) and (AT > 11.432) and (AFDP > 3.376) -> 107.4, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) and (TIT <= 1065.85) and (TAT <= 549.86) and (AH <= 89.362) -> 82.337, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) and (TIT <= 1065.85) and (TAT <= 549.86) and (AH > 89.362) -> 77.18, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) and (TIT <= 1065.85) and (TAT > 549.86) and (AFDP <= 3.469) -> 60.612, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) and (TIT <= 1065.85) and (TAT > 549.86) and (AFDP > 3.469) -> 73.974, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) and (TIT > 1065.85) and (TIT <= 1079.05) and (AP <= 1019.05) -> 61.3, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) and (TIT > 1065.85) and (TIT <= 1079.05) and (AP > 1019.05) -> 66.462, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) and (TIT > 1065.85) and (TIT > 1079.05) and (AFDP <= 3.804) -> 65.157, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) and (TIT > 1065.85) and (TIT > 1079.05) and (AFDP > 3.804) -> 70.466, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP > 3.846) and (AH <= 98.455) and (AT <= 11.887) and (TIT <= 1065.5) -> 90.185, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP > 3.846) and (AH <= 98.455) and (AT <= 11.887) and (TIT > 1065.5) and (TIT <= 1087.55) -> 77.166, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP > 3.846) and (AH <= 98.455) and (AT <= 11.887) and (TIT > 1065.5) and (TIT > 1087.55) -> 73.995, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP > 3.846) and (AH <= 98.455) and (AT > 11.887) and (AFDP <= 4.619) and (TIT <= 1063.65) -> 80.891, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP > 3.846) and (AH <= 98.455) and (AT > 11.887) and (AFDP <= 4.619) and (TIT > 1063.65) -> 73.273, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP > 3.846) and (AH <= 98.455) and (AT > 11.887) and (AFDP > 4.619) and (AH <= 93.491) -> 77.672, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP > 3.846) and (AH <= 98.455) and (AT > 11.887) and (AFDP > 4.619) and (AH > 93.491) -> 70.49, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP > 3.846) and (AH > 98.455) and (TIT <= 1080.7) and (TIT <= 1068.9) -> 73.962, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP > 3.846) and (AH > 98.455) and (TIT <= 1080.7) and (TIT > 1068.9) and (TAT <= 550.215) -> 59.655, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP > 3.846) and (AH > 98.455) and (TIT <= 1080.7) and (TIT > 1068.9) and (TAT > 550.215) -> 65.952, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP > 3.846) and (AH > 98.455) and (TIT > 1080.7) and (AFDP <= 4.144) -> 59.259, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP > 3.846) and (AH > 98.455) and (TIT > 1080.7) and (AFDP > 4.144) and (AT <= 12.093) -> 72.675, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT <= 13.959) and (TIT > 1057.2) and (TAT > 539.06) and (AFDP > 3.846) and (AH > 98.455) and (TIT > 1080.7) and (AFDP > 4.144) and (AT > 12.093) -> 69.339, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT <= 548.77) and (AFDP <= 2.348) and (TIT <= 1048.65) -> 77.09, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT <= 548.77) and (AFDP <= 2.348) and (TIT > 1048.65) -> 67.253, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT <= 548.77) and (AFDP > 2.348) and (TAT <= 546.17) and (TAT <= 544.835) and (AT <= 15.827) -> 85.687, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT <= 548.77) and (AFDP > 2.348) and (TAT <= 546.17) and (TAT <= 544.835) and (AT > 15.827) -> 79.272, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT <= 548.77) and (AFDP > 2.348) and (TAT <= 546.17) and (TAT > 544.835) -> 90.655, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT <= 548.77) and (AFDP > 2.348) and (TAT > 546.17) and (AP <= 1002.45) -> 91.466, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT <= 548.77) and (AFDP > 2.348) and (TAT > 546.17) and (AP > 1002.45) and (TAT <= 548.065) -> 81.235, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT <= 548.77) and (AFDP > 2.348) and (TAT > 546.17) and (AP > 1002.45) and (TAT > 548.065) -> 75.579, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT > 548.77) and (TIT <= 1050.65) and (AH <= 67.078) and (AT <= 16.757) and (TIT <= 1044.35) -> 64.316, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT > 548.77) and (TIT <= 1050.65) and (AH <= 67.078) and (AT <= 16.757) and (TIT > 1044.35) -> 69.451, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT > 548.77) and (TIT <= 1050.65) and (AH <= 67.078) and (AT > 16.757) -> 61.554, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT > 548.77) and (TIT <= 1050.65) and (AH > 67.078) and (AP <= 1015.5) and (AT <= 15.233) -> 63.975, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT > 548.77) and (TIT <= 1050.65) and (AH > 67.078) and (AP <= 1015.5) and (AT > 15.233) -> 60.582, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT > 548.77) and (TIT <= 1050.65) and (AH > 67.078) and (AP > 1015.5) and (AFDP <= 2.328) -> 49.672, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT > 548.77) and (TIT <= 1050.65) and (AH > 67.078) and (AP > 1015.5) and (AFDP > 2.328) -> 58.822, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT > 548.77) and (TIT > 1050.65) and (AT <= 16.021) and (AFDP <= 3.375) and (AFDP <= 2.734) -> 70.807, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT > 548.77) and (TIT > 1050.65) and (AT <= 16.021) and (AFDP <= 3.375) and (AFDP > 2.734) -> 64.947, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT > 548.77) and (TIT > 1050.65) and (AT <= 16.021) and (AFDP > 3.375) and (AH <= 79.562) -> 76.822, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT > 548.77) and (TIT > 1050.65) and (AT <= 16.021) and (AFDP > 3.375) and (AH > 79.562) -> 70.719, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT > 548.77) and (TIT > 1050.65) and (AT > 16.021) and (AFDP <= 3.915) and (AH <= 75.32) -> 68.838, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT > 548.77) and (TIT > 1050.65) and (AT > 16.021) and (AFDP <= 3.915) and (AH > 75.32) -> 63.971, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT > 548.77) and (TIT > 1050.65) and (AT > 16.021) and (AFDP > 3.915) and (AH <= 84.583) -> 72.783, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT <= 1063.35) and (TAT > 548.77) and (TIT > 1050.65) and (AT > 16.021) and (AFDP > 3.915) and (AH > 84.583) -> 67.933, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP <= 3.155) and (AP <= 1005.95) and (TIT <= 1078.3) and (TAT <= 549.595) -> 81.295, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP <= 3.155) and (AP <= 1005.95) and (TIT <= 1078.3) and (TAT > 549.595) -> 76.91, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP <= 3.155) and (AP <= 1005.95) and (TIT > 1078.3) -> 74.764, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP <= 3.155) and (AP > 1005.95) and (TIT <= 1069.35) and (AH <= 63.427) -> 72.341, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP <= 3.155) and (AP > 1005.95) and (TIT <= 1069.35) and (AH > 63.427) and (AFDP <= 3.077) -> 62.974, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP <= 3.155) and (AP > 1005.95) and (TIT <= 1069.35) and (AH > 63.427) and (AFDP > 3.077) -> 58.842, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP <= 3.155) and (AP > 1005.95) and (TIT > 1069.35) and (TIT <= 1069.65) -> 80.538, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP <= 3.155) and (AP > 1005.95) and (TIT > 1069.35) and (TIT > 1069.65) and (TAT <= 549.975) -> 65.09, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP <= 3.155) and (AP > 1005.95) and (TIT > 1069.35) and (TIT > 1069.65) and (TAT > 549.975) -> 69.715, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH <= 67.295) and (AT <= 16.02) and (AP <= 1022.65) -> 64.205, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH <= 67.295) and (AT <= 16.02) and (AP > 1022.65) -> 58.573, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH <= 67.295) and (AT > 16.02) and (AP <= 1017.6) -> 61.333, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH <= 67.295) and (AT > 16.02) and (AP > 1017.6) -> 55.891, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH > 67.295) and (TIT <= 1078.65) and (TAT <= 548.87) -> 67.231, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH > 67.295) and (TIT <= 1078.65) and (TAT > 548.87) -> 54.628, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH > 67.295) and (TIT > 1078.65) and (AT <= 15.172) -> 62.389, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH > 67.295) and (TIT > 1078.65) and (AT > 15.172) -> 58.309, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP > 3.155) and (AFDP > 3.468) and (TIT <= 1074.65) and (AH <= 89.268) and (AH <= 71.707) -> 77.764, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP > 3.155) and (AFDP > 3.468) and (TIT <= 1074.65) and (AH <= 89.268) and (AH > 71.707) -> 69.045, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP > 3.155) and (AFDP > 3.468) and (TIT <= 1074.65) and (AH > 89.268) and (AT <= 14.682) -> 72.283, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP > 3.155) and (AFDP > 3.468) and (TIT <= 1074.65) and (AH > 89.268) and (AT > 14.682) -> 61.688, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP > 3.155) and (AFDP > 3.468) and (TIT > 1074.65) and (AFDP <= 4.524) and (TIT <= 1078.65) -> 59.481, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP > 3.155) and (AFDP > 3.468) and (TIT > 1074.65) and (AFDP <= 4.524) and (TIT > 1078.65) -> 62.52, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP > 3.155) and (AFDP > 3.468) and (TIT > 1074.65) and (AFDP > 4.524) and (AH <= 96.355) -> 73.89, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT <= 1083.85) and (TIT > 1063.35) and (AFDP > 3.155) and (AFDP > 3.468) and (TIT > 1074.65) and (AFDP > 4.524) and (AH > 96.355) -> 59.223, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AH <= 96.614) and (AFDP <= 3.281) and (AFDP <= 3.235) and (TIT <= 1085.05) -> 72.47, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AH <= 96.614) and (AFDP <= 3.281) and (AFDP <= 3.235) and (TIT > 1085.05) -> 75.45, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AH <= 96.614) and (AFDP <= 3.281) and (AFDP > 3.235) and (AT <= 14.736) -> 81.025, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AH <= 96.614) and (AFDP <= 3.281) and (AFDP > 3.235) and (AT > 14.736) -> 76.613, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AH <= 96.614) and (AFDP > 3.281) and (AH <= 81.576) and (AFDP <= 3.341) -> 80.553, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AH <= 96.614) and (AFDP > 3.281) and (AH <= 81.576) and (AFDP > 3.341) -> 83.901, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AH <= 96.614) and (AFDP > 3.281) and (AH > 81.576) and (TIT <= 1086.95) -> 75.824, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AH <= 96.614) and (AFDP > 3.281) and (AH > 81.576) and (TIT > 1086.95) -> 80.017, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AH > 96.614) -> 101.901, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (TAT <= 542.23) and (TAT <= 538.855) and (AFDP <= 4.333) -> 74.422, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (TAT <= 542.23) and (TAT <= 538.855) and (AFDP > 4.333) -> 68.524, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (TAT <= 542.23) and (TAT > 538.855) and (TIT <= 1096.5) -> 78.491, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (TAT <= 542.23) and (TAT > 538.855) and (TIT > 1096.5) -> 61.209, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (TAT > 542.23) and (TIT <= 1099.85) and (AH <= 88.701) -> 75.788, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (TAT > 542.23) and (TIT <= 1099.85) and (AH > 88.701) -> 72.209, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (TAT > 542.23) and (TIT > 1099.85) -> 85.794, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH > 96.901) and (AT <= 15.141) -> 68.266, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH > 96.901) and (AT > 15.141) and (AT <= 15.581) -> 65.683, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH > 96.901) and (AT > 15.141) and (AT > 15.581) -> 64.591, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP <= 3.613) and (AFDP <= 2.849) and (AP <= 1019.75) -> 59.47, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP <= 3.613) and (AFDP <= 2.849) and (AP > 1019.75) -> 66.14, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP <= 3.613) and (AFDP > 2.849) and (TAT <= 540.115) -> 51.31, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP <= 3.613) and (AFDP > 2.849) and (TAT > 540.115) -> 68.304, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP > 3.613) and (AH <= 84.412) and (TIT <= 1086.3) -> 51.633, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP > 3.613) and (AH <= 84.412) and (TIT > 1086.3) -> 62.016, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP > 3.613) and (AH > 84.412) and (AT <= 14.378) -> 70.177, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP > 3.613) and (AH > 84.412) and (AT > 14.378) -> 63.884, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (AFDP <= 4.19) and (TAT <= 529.765) -> 48.995, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (AFDP <= 4.19) and (TAT > 529.765) and (TAT <= 536.285) -> 74.355, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (AFDP <= 4.19) and (TAT > 529.765) and (TAT > 536.285) -> 70.146, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (AFDP > 4.19) and (TAT <= 543.135) and (TAT <= 535.885) -> 65.383, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (AFDP > 4.19) and (TAT <= 543.135) and (TAT > 535.885) -> 61.131, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (AFDP > 4.19) and (TAT > 543.135) and (AH <= 76.114) -> 75.058, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (AFDP > 4.19) and (TAT > 543.135) and (AH > 76.114) -> 69.72, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP > 1025.95) and (TIT <= 1090.5) and (AFDP <= 3.565) -> 85.921, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP > 1025.95) and (TIT <= 1090.5) and (AFDP > 3.565) and (AFDP <= 4.681) and (AT <= 14.287) -> 80.146, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP > 1025.95) and (TIT <= 1090.5) and (AFDP > 3.565) and (AFDP <= 4.681) and (AT > 14.287) -> 75.269, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP > 1025.95) and (TIT <= 1090.5) and (AFDP > 3.565) and (AFDP > 4.681) -> 79.0, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP > 1025.95) and (TIT > 1090.5) and (AFDP <= 4.295) -> 72.565, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP > 1025.95) and (TIT > 1090.5) and (AFDP > 4.295) and (AH <= 69.583) -> 68.564, if (AT <= 16.958) and (TIT > 1042.85) and (AT > 11.04) and (AT > 13.959) and (TIT > 1083.85) and (AP > 1004.95) and (AP > 1025.95) and (TIT > 1090.5) and (AFDP > 4.295) and (AH > 69.583) -> 66.528, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT <= 546.175) and (TIT <= 1045.65) and (AFDP <= 2.416) -> 113.22, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT <= 546.175) and (TIT <= 1045.65) and (AFDP > 2.416) and (AH <= 83.383) and (AH <= 73.562) and (AT <= 19.295) -> 89.171, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT <= 546.175) and (TIT <= 1045.65) and (AFDP > 2.416) and (AH <= 83.383) and (AH <= 73.562) and (AT > 19.295) -> 116.04, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT <= 546.175) and (TIT <= 1045.65) and (AFDP > 2.416) and (AH <= 83.383) and (AH > 73.562) and (TAT <= 533.005) -> 85.711, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT <= 546.175) and (TIT <= 1045.65) and (AFDP > 2.416) and (AH <= 83.383) and (AH > 73.562) and (TAT > 533.005) -> 76.082, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT <= 546.175) and (TIT <= 1045.65) and (AFDP > 2.416) and (AH > 83.383) and (AFDP <= 2.817) -> 108.435, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT <= 546.175) and (TIT <= 1045.65) and (AFDP > 2.416) and (AH > 83.383) and (AFDP > 2.817) -> 92.934, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT <= 546.175) and (TIT > 1045.65) -> 71.373, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT > 546.175) and (AFDP <= 3.022) and (TAT <= 547.515) and (AT <= 19.217) and (AH <= 87.982) -> 73.942, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT > 546.175) and (AFDP <= 3.022) and (TAT <= 547.515) and (AT <= 19.217) and (AH > 87.982) -> 81.072, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT > 546.175) and (AFDP <= 3.022) and (TAT <= 547.515) and (AT > 19.217) -> 90.981, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT > 546.175) and (AFDP <= 3.022) and (TAT > 547.515) and (AH <= 89.356) and (AT <= 19.352) and (TIT <= 1046.2) -> 68.685, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT > 546.175) and (AFDP <= 3.022) and (TAT > 547.515) and (AH <= 89.356) and (AT <= 19.352) and (TIT > 1046.2) -> 64.522, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT > 546.175) and (AFDP <= 3.022) and (TAT > 547.515) and (AH <= 89.356) and (AT > 19.352) -> 73.954, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT > 546.175) and (AFDP <= 3.022) and (TAT > 547.515) and (AH > 89.356) -> 77.178, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT > 546.175) and (AFDP > 3.022) and (AH <= 95.869) and (AFDP <= 3.339) and (AT <= 18.822) -> 89.079, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT > 546.175) and (AFDP > 3.022) and (AH <= 95.869) and (AFDP <= 3.339) and (AT > 18.822) -> 83.147, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT > 546.175) and (AFDP > 3.022) and (AH <= 95.869) and (AFDP > 3.339) and (AT <= 19.46) and (AH <= 76.188) -> 76.065, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT > 546.175) and (AFDP > 3.022) and (AH <= 95.869) and (AFDP > 3.339) and (AT <= 19.46) and (AH > 76.188) -> 81.602, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT > 546.175) and (AFDP > 3.022) and (AH <= 95.869) and (AFDP > 3.339) and (AT > 19.46) -> 72.844, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT <= 1053.35) and (TAT > 546.175) and (AFDP > 3.022) and (AH > 95.869) -> 69.761, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT > 1053.35) and (TAT <= 543.285) and (TIT <= 1075.55) -> 79.122, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT > 1053.35) and (TAT <= 543.285) and (TIT > 1075.55) -> 65.165, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT > 1053.35) and (TAT > 543.285) and (AT <= 19.554) and (TIT <= 1078.1) and (AP <= 1019.45) and (AP <= 1012.1) and (AH <= 88.788) -> 69.173, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT > 1053.35) and (TAT > 543.285) and (AT <= 19.554) and (TIT <= 1078.1) and (AP <= 1019.45) and (AP <= 1012.1) and (AH > 88.788) -> 60.752, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT > 1053.35) and (TAT > 543.285) and (AT <= 19.554) and (TIT <= 1078.1) and (AP <= 1019.45) and (AP > 1012.1) and (AFDP <= 3.111) -> 54.716, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT > 1053.35) and (TAT > 543.285) and (AT <= 19.554) and (TIT <= 1078.1) and (AP <= 1019.45) and (AP > 1012.1) and (AFDP > 3.111) -> 61.773, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT > 1053.35) and (TAT > 543.285) and (AT <= 19.554) and (TIT <= 1078.1) and (AP > 1019.45) -> 77.847, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT > 1053.35) and (TAT > 543.285) and (AT <= 19.554) and (TIT > 1078.1) -> 55.144, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT > 1053.35) and (TAT > 543.285) and (AT > 19.554) and (AFDP <= 3.484) -> 67.057, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT > 1053.35) and (TAT > 543.285) and (AT > 19.554) and (AFDP > 3.484) and (TAT <= 549.35) and (TIT <= 1081.4) and (AT <= 20.382) -> 54.872, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT > 1053.35) and (TAT > 543.285) and (AT > 19.554) and (AFDP > 3.484) and (TAT <= 549.35) and (TIT <= 1081.4) and (AT > 20.382) -> 50.713, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT > 1053.35) and (TAT > 543.285) and (AT > 19.554) and (AFDP > 3.484) and (TAT <= 549.35) and (TIT > 1081.4) -> 58.23, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT <= 549.475) and (TIT > 1053.35) and (TAT > 543.285) and (AT > 19.554) and (AFDP > 3.484) and (TAT > 549.35) -> 60.438, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT <= 550.275) and (AFDP <= 3.072) and (TIT <= 1069.75) and (TIT <= 1051.15) and (AH <= 90.986) -> 56.92, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT <= 550.275) and (AFDP <= 3.072) and (TIT <= 1069.75) and (TIT <= 1051.15) and (AH > 90.986) -> 80.413, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT <= 550.275) and (AFDP <= 3.072) and (TIT <= 1069.75) and (TIT > 1051.15) and (AH <= 69.448) -> 67.706, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT <= 550.275) and (AFDP <= 3.072) and (TIT <= 1069.75) and (TIT > 1051.15) and (AH > 69.448) -> 62.433, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT <= 550.275) and (AFDP <= 3.072) and (TIT > 1069.75) and (AP <= 1012.4) and (TIT <= 1079.75) -> 79.509, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT <= 550.275) and (AFDP <= 3.072) and (TIT > 1069.75) and (AP <= 1012.4) and (TIT > 1079.75) -> 81.846, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT <= 550.275) and (AFDP <= 3.072) and (TIT > 1069.75) and (AP > 1012.4) and (AH <= 79.073) -> 71.232, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT <= 550.275) and (AFDP <= 3.072) and (TIT > 1069.75) and (AP > 1012.4) and (AH > 79.073) -> 77.335, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT <= 550.275) and (AFDP > 3.072) and (TIT <= 1079.75) and (TIT <= 1065.5) and (AH <= 80.785) -> 65.551, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT <= 550.275) and (AFDP > 3.072) and (TIT <= 1079.75) and (TIT <= 1065.5) and (AH > 80.785) -> 60.039, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT <= 550.275) and (AFDP > 3.072) and (TIT <= 1079.75) and (TIT > 1065.5) and (AH <= 62.895) -> 62.621, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT <= 550.275) and (AFDP > 3.072) and (TIT <= 1079.75) and (TIT > 1065.5) and (AH > 62.895) -> 55.155, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT <= 550.275) and (AFDP > 3.072) and (TIT > 1079.75) and (AP <= 1003.6) and (AH <= 84.804) -> 70.186, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT <= 550.275) and (AFDP > 3.072) and (TIT > 1079.75) and (AP <= 1003.6) and (AH > 84.804) -> 61.632, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT <= 550.275) and (AFDP > 3.072) and (TIT > 1079.75) and (AP > 1003.6) and (AFDP <= 3.828) -> 62.455, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT <= 550.275) and (AFDP > 3.072) and (TIT > 1079.75) and (AP > 1003.6) and (AFDP > 3.828) -> 59.2, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT > 550.275) and (AFDP <= 2.666) -> 66.411, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT > 550.275) and (AFDP > 2.666) and (TAT <= 550.375) and (AFDP <= 3.806) and (AH <= 68.16) -> 62.046, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT > 550.275) and (AFDP > 2.666) and (TAT <= 550.375) and (AFDP <= 3.806) and (AH > 68.16) -> 51.111, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT > 550.275) and (AFDP > 2.666) and (TAT <= 550.375) and (AFDP > 3.806) -> 43.293, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT > 550.275) and (AFDP > 2.666) and (TAT > 550.375) and (AH <= 87.612) and (AH <= 83.001) -> 55.602, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT > 550.275) and (AFDP > 2.666) and (TAT > 550.375) and (AH <= 87.612) and (AH > 83.001) -> 48.251, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP <= 3.945) and (TAT > 550.275) and (AFDP > 2.666) and (TAT > 550.375) and (AH > 87.612) -> 60.086, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH <= 84.777) and (AH <= 68.062) and (AFDP <= 4.359) and (TIT <= 1057.1) -> 77.928, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH <= 84.777) and (AH <= 68.062) and (AFDP <= 4.359) and (TIT > 1057.1) and (AT <= 18.381) -> 73.295, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH <= 84.777) and (AH <= 68.062) and (AFDP <= 4.359) and (TIT > 1057.1) and (AT > 18.381) -> 70.322, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH <= 84.777) and (AH <= 68.062) and (AFDP > 4.359) -> 77.032, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH <= 84.777) and (AH > 68.062) and (AP <= 1015.75) and (AT <= 18.609) and (AH <= 83.636) -> 69.649, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH <= 84.777) and (AH > 68.062) and (AP <= 1015.75) and (AT <= 18.609) and (AH > 83.636) -> 78.38, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH <= 84.777) and (AH > 68.062) and (AP <= 1015.75) and (AT > 18.609) -> 85.347, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH <= 84.777) and (AH > 68.062) and (AP > 1015.75) and (AT <= 18.165) and (TIT <= 1060.2) -> 66.662, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH <= 84.777) and (AH > 68.062) and (AP > 1015.75) and (AT <= 18.165) and (TIT > 1060.2) -> 63.595, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH <= 84.777) and (AH > 68.062) and (AP > 1015.75) and (AT > 18.165) -> 60.272, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH > 84.777) and (TIT <= 1059.55) and (AH <= 86.914) -> 76.92, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH > 84.777) and (TIT <= 1059.55) and (AH > 86.914) and (AP <= 1012.6) and (AH <= 100.046) -> 68.364, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH > 84.777) and (TIT <= 1059.55) and (AH > 86.914) and (AP <= 1012.6) and (AH > 100.046) -> 59.966, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH > 84.777) and (TIT <= 1059.55) and (AH > 86.914) and (AP > 1012.6) -> 62.949, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH > 84.777) and (TIT > 1059.55) and (AFDP <= 4.723) and (AP <= 1014.85) and (TIT <= 1064.0) -> 58.112, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH > 84.777) and (TIT > 1059.55) and (AFDP <= 4.723) and (AP <= 1014.85) and (TIT > 1064.0) -> 62.976, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH > 84.777) and (TIT > 1059.55) and (AFDP <= 4.723) and (AP > 1014.85) and (AFDP <= 3.987) -> 62.882, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH > 84.777) and (TIT > 1059.55) and (AFDP <= 4.723) and (AP > 1014.85) and (AFDP > 3.987) -> 58.286, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH > 84.777) and (TIT > 1059.55) and (AFDP > 4.723) and (TAT <= 549.78) -> 73.092, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH > 84.777) and (TIT > 1059.55) and (AFDP > 4.723) and (TAT > 549.78) and (TAT <= 549.945) -> 66.733, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT <= 18.698) and (AFDP > 3.945) and (AH > 84.777) and (TIT > 1059.55) and (AFDP > 4.723) and (TAT > 549.78) and (TAT > 549.945) -> 69.052, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP <= 1001.8) and (TAT <= 550.09) and (AP <= 991.14) -> 76.938, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP <= 1001.8) and (TAT <= 550.09) and (AP > 991.14) and (AFDP <= 2.64) -> 63.912, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP <= 1001.8) and (TAT <= 550.09) and (AP > 991.14) and (AFDP > 2.64) and (TIT <= 1047.25) -> 76.489, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP <= 1001.8) and (TAT <= 550.09) and (AP > 991.14) and (AFDP > 2.64) and (TIT > 1047.25) -> 71.319, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP <= 1001.8) and (TAT > 550.09) -> 66.491, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) and (TIT <= 1062.55) and (TIT <= 1052.7) and (TAT <= 549.56) -> 70.72, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) and (TIT <= 1062.55) and (TIT <= 1052.7) and (TAT > 549.56) -> 56.326, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) and (TIT <= 1062.55) and (TIT > 1052.7) and (AH <= 65.233) -> 67.19, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) and (TIT <= 1062.55) and (TIT > 1052.7) and (AH > 65.233) -> 60.315, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) and (TIT > 1062.55) and (AFDP <= 3.099) and (TIT <= 1066.4) -> 52.858, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) and (TIT > 1062.55) and (AFDP <= 3.099) and (TIT > 1066.4) -> 70.471, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) and (TIT > 1062.55) and (AFDP > 3.099) and (TIT <= 1080.2) -> 51.729, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) and (TIT > 1062.55) and (AFDP > 3.099) and (TIT > 1080.2) -> 58.457, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP > 1001.8) and (AFDP > 3.573) and (TIT <= 1076.65) and (AH <= 72.55) and (AP <= 1019.2) -> 70.808, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP > 1001.8) and (AFDP > 3.573) and (TIT <= 1076.65) and (AH <= 72.55) and (AP > 1019.2) -> 64.198, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP > 1001.8) and (AFDP > 3.573) and (TIT <= 1076.65) and (AH > 72.55) -> 60.683, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP > 1001.8) and (AFDP > 3.573) and (TIT > 1076.65) and (AP <= 1014.15) and (AH <= 75.947) -> 63.785, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP > 1001.8) and (AFDP > 3.573) and (TIT > 1076.65) and (AP <= 1014.15) and (AH > 75.947) -> 43.231, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP > 1001.8) and (AFDP > 3.573) and (TIT > 1076.65) and (AP > 1014.15) and (AFDP <= 3.784) -> 62.143, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH <= 76.796) and (AP > 1001.8) and (AFDP > 3.573) and (TIT > 1076.65) and (AP > 1014.15) and (AFDP > 3.784) -> 53.51, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP <= 4.182) and (TIT <= 1073.55) and (AH <= 92.444) and (TAT <= 550.205) and (AT <= 19.862) -> 58.802, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP <= 4.182) and (TIT <= 1073.55) and (AH <= 92.444) and (TAT <= 550.205) and (AT > 19.862) -> 56.833, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP <= 4.182) and (TIT <= 1073.55) and (AH <= 92.444) and (TAT > 550.205) and (AP <= 1006.45) -> 60.666, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP <= 4.182) and (TIT <= 1073.55) and (AH <= 92.444) and (TAT > 550.205) and (AP > 1006.45) -> 54.028, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP <= 4.182) and (TIT <= 1073.55) and (AH > 92.444) and (AFDP <= 3.099) and (AH <= 96.081) -> 58.059, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP <= 4.182) and (TIT <= 1073.55) and (AH > 92.444) and (AFDP <= 3.099) and (AH > 96.081) -> 63.083, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP <= 4.182) and (TIT <= 1073.55) and (AH > 92.444) and (AFDP > 3.099) and (AH <= 98.989) -> 55.17, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP <= 4.182) and (TIT <= 1073.55) and (AH > 92.444) and (AFDP > 3.099) and (AH > 98.989) -> 50.047, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP <= 4.182) and (TIT > 1073.55) and (TIT <= 1080.7) and (AFDP <= 3.127) -> 80.257, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP <= 4.182) and (TIT > 1073.55) and (TIT <= 1080.7) and (AFDP > 3.127) and (AH <= 90.844) -> 53.357, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP <= 4.182) and (TIT > 1073.55) and (TIT <= 1080.7) and (AFDP > 3.127) and (AH > 90.844) -> 50.741, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP <= 4.182) and (TIT > 1073.55) and (TIT > 1080.7) and (AT <= 20.063) and (TAT <= 550.275) -> 61.683, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP <= 4.182) and (TIT > 1073.55) and (TIT > 1080.7) and (AT <= 20.063) and (TAT > 550.275) -> 51.643, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP <= 4.182) and (TIT > 1073.55) and (TIT > 1080.7) and (AT > 20.063) and (AP <= 1012.7) -> 60.726, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP <= 4.182) and (TIT > 1073.55) and (TIT > 1080.7) and (AT > 20.063) and (AP > 1012.7) -> 54.65, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP > 4.182) and (TIT <= 1074.4) and (AFDP <= 4.254) -> 72.82, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP > 4.182) and (TIT <= 1074.4) and (AFDP > 4.254) and (AP <= 1009.35) -> 61.407, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP > 4.182) and (TIT <= 1074.4) and (AFDP > 4.254) and (AP > 1009.35) and (AH <= 89.605) -> 65.506, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP > 4.182) and (TIT <= 1074.4) and (AFDP > 4.254) and (AP > 1009.35) and (AH > 89.605) -> 62.774, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP > 4.182) and (TIT > 1074.4) and (TIT <= 1081.5) and (AT <= 20.732) and (TAT <= 549.865) -> 61.632, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP > 4.182) and (TIT > 1074.4) and (TIT <= 1081.5) and (AT <= 20.732) and (TAT > 549.865) -> 57.178, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP > 4.182) and (TIT > 1074.4) and (TIT <= 1081.5) and (AT > 20.732) -> 53.839, if (AT > 16.958) and (TIT <= 1083.05) and (AT <= 20.867) and (TAT > 549.475) and (AT > 18.698) and (AH > 76.796) and (AFDP > 4.182) and (TIT > 1074.4) and (TIT > 1081.5) -> 64.31, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT <= 550.155) and (AFDP <= 2.691) and (TAT <= 549.405) -> 72.192, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT <= 550.155) and (AFDP <= 2.691) and (TAT > 549.405) -> 57.814, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT <= 550.155) and (AFDP > 2.691) and (TIT <= 1080.95) and (TIT <= 1074.7) and (AT <= 22.236) -> 58.064, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT <= 550.155) and (AFDP > 2.691) and (TIT <= 1080.95) and (TIT <= 1074.7) and (AT > 22.236) -> 55.238, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT <= 550.155) and (AFDP > 2.691) and (TIT <= 1080.95) and (TIT > 1074.7) and (AFDP <= 3.322) -> 62.087, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT <= 550.155) and (AFDP > 2.691) and (TIT <= 1080.95) and (TIT > 1074.7) and (AFDP > 3.322) -> 53.419, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT <= 550.155) and (AFDP > 2.691) and (TIT > 1080.95) and (AH <= 63.286) -> 66.654, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT <= 550.155) and (AFDP > 2.691) and (TIT > 1080.95) and (AH > 63.286) and (AFDP <= 3.871) -> 61.718, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT <= 550.155) and (AFDP > 2.691) and (TIT > 1080.95) and (AH > 63.286) and (AFDP > 3.871) -> 52.592, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT > 550.155) and (TIT <= 1047.95) -> 62.098, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT > 550.155) and (TIT > 1047.95) and (TIT <= 1082.3) and (AP <= 1017.0) and (TIT <= 1070.85) -> 54.431, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT > 550.155) and (TIT > 1047.95) and (TIT <= 1082.3) and (AP <= 1017.0) and (TIT > 1070.85) -> 51.908, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT > 550.155) and (TIT > 1047.95) and (TIT <= 1082.3) and (AP > 1017.0) and (TAT <= 550.38) -> 50.041, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT > 550.155) and (TIT > 1047.95) and (TIT <= 1082.3) and (AP > 1017.0) and (TAT > 550.38) -> 46.261, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT > 550.155) and (TIT > 1047.95) and (TIT > 1082.3) -> 61.478, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP > 3.915) and (AP <= 1015.95) and (AH <= 77.275) and (AH <= 76.676) and (AP <= 1010.0) and (AFDP <= 3.918) -> 73.76, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP > 3.915) and (AP <= 1015.95) and (AH <= 77.275) and (AH <= 76.676) and (AP <= 1010.0) and (AFDP > 3.918) -> 65.729, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP > 3.915) and (AP <= 1015.95) and (AH <= 77.275) and (AH <= 76.676) and (AP > 1010.0) and (AT <= 21.783) -> 59.595, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP > 3.915) and (AP <= 1015.95) and (AH <= 77.275) and (AH <= 76.676) and (AP > 1010.0) and (AT > 21.783) -> 64.28, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP > 3.915) and (AP <= 1015.95) and (AH <= 77.275) and (AH > 76.676) -> 77.906, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP > 3.915) and (AP <= 1015.95) and (AH > 77.275) and (AFDP <= 4.046) -> 52.972, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP > 3.915) and (AP <= 1015.95) and (AH > 77.275) and (AFDP > 4.046) and (AP <= 1011.8) and (AFDP <= 4.139) -> 58.017, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP > 3.915) and (AP <= 1015.95) and (AH > 77.275) and (AFDP > 4.046) and (AP <= 1011.8) and (AFDP > 4.139) -> 63.019, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP > 3.915) and (AP <= 1015.95) and (AH > 77.275) and (AFDP > 4.046) and (AP > 1011.8) -> 56.367, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP > 3.915) and (AP > 1015.95) and (AH <= 66.317) -> 60.786, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP > 3.915) and (AP > 1015.95) and (AH > 66.317) and (AH <= 75.477) and (AP <= 1022.65) and (TIT <= 1067.8) -> 57.562, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP > 3.915) and (AP > 1015.95) and (AH > 66.317) and (AH <= 75.477) and (AP <= 1022.65) and (TIT > 1067.8) -> 56.49, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP > 3.915) and (AP > 1015.95) and (AH > 66.317) and (AH <= 75.477) and (AP > 1022.65) -> 60.318, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP > 3.915) and (AP > 1015.95) and (AH > 66.317) and (AH > 75.477) and (TAT <= 550.225) and (AP <= 1018.5) -> 52.256, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP > 3.915) and (AP > 1015.95) and (AH > 66.317) and (AH > 75.477) and (TAT <= 550.225) and (AP > 1018.5) -> 55.085, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH <= 83.21) and (AFDP > 3.915) and (AP > 1015.95) and (AH > 66.317) and (AH > 75.477) and (TAT > 550.225) -> 60.78, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT <= 547.695) -> 65.179, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT <= 21.293) and (AFDP <= 3.034) and (AFDP <= 2.866) -> 65.88, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT <= 21.293) and (AFDP <= 3.034) and (AFDP > 2.866) and (TAT <= 550.07) -> 59.08, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT <= 21.293) and (AFDP <= 3.034) and (AFDP > 2.866) and (TAT > 550.07) -> 54.475, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT <= 21.293) and (AFDP > 3.034) and (TIT <= 1081.95) and (TIT <= 1072.8) and (TIT <= 1072.45) -> 54.64, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT <= 21.293) and (AFDP > 3.034) and (TIT <= 1081.95) and (TIT <= 1072.8) and (TIT > 1072.45) -> 63.929, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT <= 21.293) and (AFDP > 3.034) and (TIT <= 1081.95) and (TIT > 1072.8) and (AFDP <= 3.657) -> 57.0, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT <= 21.293) and (AFDP > 3.034) and (TIT <= 1081.95) and (TIT > 1072.8) and (AFDP > 3.657) -> 51.08, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT <= 21.293) and (AFDP > 3.034) and (TIT > 1081.95) -> 60.637, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT > 21.293) and (AH <= 96.387) and (AP <= 1004.05) and (TAT <= 550.05) -> 52.383, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT > 21.293) and (AH <= 96.387) and (AP <= 1004.05) and (TAT > 550.05) -> 42.964, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT > 21.293) and (AH <= 96.387) and (AP > 1004.05) and (AFDP <= 4.139) and (AT <= 21.847) -> 53.479, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT > 21.293) and (AH <= 96.387) and (AP > 1004.05) and (AFDP <= 4.139) and (AT > 21.847) -> 51.872, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT > 21.293) and (AH <= 96.387) and (AP > 1004.05) and (AFDP > 4.139) and (AT <= 22.742) -> 54.909, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT > 21.293) and (AH <= 96.387) and (AP > 1004.05) and (AFDP > 4.139) and (AT > 22.742) -> 68.982, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT > 21.293) and (AH > 96.387) and (AP <= 1012.05) and (AT <= 21.912) and (TIT <= 1078.2) -> 51.566, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT > 21.293) and (AH > 96.387) and (AP <= 1012.05) and (AT <= 21.912) and (TIT > 1078.2) -> 59.053, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT > 21.293) and (AH > 96.387) and (AP <= 1012.05) and (AT > 21.912) and (AT <= 21.997) -> 43.034, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT > 21.293) and (AH > 96.387) and (AP <= 1012.05) and (AT > 21.912) and (AT > 21.997) -> 48.464, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT <= 22.88) and (AH > 83.21) and (TAT > 547.695) and (AT > 21.293) and (AH > 96.387) and (AP > 1012.05) -> 41.781, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP <= 4.163) and (AH <= 53.857) and (AP <= 1010.3) and (AFDP <= 3.457) and (AH <= 50.995) -> 51.978, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP <= 4.163) and (AH <= 53.857) and (AP <= 1010.3) and (AFDP <= 3.457) and (AH > 50.995) -> 56.071, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP <= 4.163) and (AH <= 53.857) and (AP <= 1010.3) and (AFDP > 3.457) -> 58.58, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP <= 4.163) and (AH <= 53.857) and (AP > 1010.3) and (AT <= 24.883) and (AP <= 1012.05) -> 63.086, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP <= 4.163) and (AH <= 53.857) and (AP > 1010.3) and (AT <= 24.883) and (AP > 1012.05) -> 57.941, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP <= 4.163) and (AH <= 53.857) and (AP > 1010.3) and (AT > 24.883) and (AP <= 1015.95) -> 57.529, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP <= 4.163) and (AH <= 53.857) and (AP > 1010.3) and (AT > 24.883) and (AP > 1015.95) -> 54.298, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP <= 4.163) and (AH > 53.857) and (AFDP <= 2.679) -> 67.21, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP <= 4.163) and (AH > 53.857) and (AFDP > 2.679) and (AT <= 24.844) and (TAT <= 550.335) -> 55.092, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP <= 4.163) and (AH > 53.857) and (AFDP > 2.679) and (AT <= 24.844) and (TAT > 550.335) -> 50.776, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP <= 4.163) and (AH > 53.857) and (AFDP > 2.679) and (AT > 24.844) and (TAT <= 550.405) -> 52.825, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP <= 4.163) and (AH > 53.857) and (AFDP > 2.679) and (AT > 24.844) and (TAT > 550.405) -> 45.265, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP > 4.163) and (AP <= 1015.4) and (AT <= 25.411) and (AH <= 57.284) -> 66.565, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP > 4.163) and (AP <= 1015.4) and (AT <= 25.411) and (AH > 57.284) and (TAT <= 549.69) -> 56.285, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP > 4.163) and (AP <= 1015.4) and (AT <= 25.411) and (AH > 57.284) and (TAT > 549.69) -> 61.018, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP > 4.163) and (AP <= 1015.4) and (AT > 25.411) and (TIT <= 1064.0) -> 52.337, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP > 4.163) and (AP <= 1015.4) and (AT > 25.411) and (TIT > 1064.0) and (AH <= 67.961) -> 57.533, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP > 4.163) and (AP <= 1015.4) and (AT > 25.411) and (TIT > 1064.0) and (AH > 67.961) -> 54.577, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP > 4.163) and (AP > 1015.4) and (AH <= 64.098) -> 75.097, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT <= 27.141) and (AFDP > 4.163) and (AP > 1015.4) and (AH > 64.098) -> 56.079, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH <= 56.814) and (TIT <= 1062.35) and (AP <= 1010.4) and (TAT <= 550.185) and (AH <= 43.572) -> 52.322, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH <= 56.814) and (TIT <= 1062.35) and (AP <= 1010.4) and (TAT <= 550.185) and (AH > 43.572) -> 49.941, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH <= 56.814) and (TIT <= 1062.35) and (AP <= 1010.4) and (TAT > 550.185) -> 46.246, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH <= 56.814) and (TIT <= 1062.35) and (AP > 1010.4) and (TIT <= 1056.7) and (AH <= 45.094) -> 51.263, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH <= 56.814) and (TIT <= 1062.35) and (AP > 1010.4) and (TIT <= 1056.7) and (AH > 45.094) -> 47.425, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH <= 56.814) and (TIT <= 1062.35) and (AP > 1010.4) and (TIT > 1056.7) and (AH <= 35.948) -> 59.472, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH <= 56.814) and (TIT <= 1062.35) and (AP > 1010.4) and (TIT > 1056.7) and (AH > 35.948) -> 52.77, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH <= 56.814) and (TIT > 1062.35) and (AP <= 1004.35) and (AFDP <= 4.288) and (TIT <= 1081.7) -> 46.092, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH <= 56.814) and (TIT > 1062.35) and (AP <= 1004.35) and (AFDP <= 4.288) and (TIT > 1081.7) -> 50.635, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH <= 56.814) and (TIT > 1062.35) and (AP <= 1004.35) and (AFDP > 4.288) -> 54.066, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH <= 56.814) and (TIT > 1062.35) and (AP > 1004.35) and (AH <= 48.782) and (AFDP <= 3.596) -> 54.066, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH <= 56.814) and (TIT > 1062.35) and (AP > 1004.35) and (AH <= 48.782) and (AFDP > 3.596) -> 58.329, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH <= 56.814) and (TIT > 1062.35) and (AP > 1004.35) and (AH > 48.782) and (TAT <= 550.4) -> 53.362, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH <= 56.814) and (TIT > 1062.35) and (AP > 1004.35) and (AH > 48.782) and (TAT > 550.4) -> 43.721, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH > 56.814) and (AFDP <= 4.188) and (AFDP <= 3.912) and (TIT <= 1061.1) and (AP <= 1006.4) -> 44.856, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH > 56.814) and (AFDP <= 4.188) and (AFDP <= 3.912) and (TIT <= 1061.1) and (AP > 1006.4) -> 49.454, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH > 56.814) and (AFDP <= 4.188) and (AFDP <= 3.912) and (TIT > 1061.1) and (TIT <= 1065.75) -> 51.37, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH > 56.814) and (AFDP <= 4.188) and (AFDP <= 3.912) and (TIT > 1061.1) and (TIT > 1065.75) -> 53.782, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH > 56.814) and (AFDP <= 4.188) and (AFDP > 3.912) and (AP <= 1005.15) and (AT <= 29.526) -> 46.488, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH > 56.814) and (AFDP <= 4.188) and (AFDP > 3.912) and (AP <= 1005.15) and (AT > 29.526) -> 42.994, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH > 56.814) and (AFDP <= 4.188) and (AFDP > 3.912) and (AP > 1005.15) and (AH <= 68.807) -> 50.002, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH > 56.814) and (AFDP <= 4.188) and (AFDP > 3.912) and (AP > 1005.15) and (AH > 68.807) -> 47.542, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH > 56.814) and (AFDP > 4.188) and (AT <= 29.654) and (AH <= 67.258) and (AFDP <= 4.246) -> 54.767, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH > 56.814) and (AFDP > 4.188) and (AT <= 29.654) and (AH <= 67.258) and (AFDP > 4.246) -> 57.298, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH > 56.814) and (AFDP > 4.188) and (AT <= 29.654) and (AH > 67.258) and (AT <= 28.997) -> 53.323, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH > 56.814) and (AFDP > 4.188) and (AT <= 29.654) and (AH > 67.258) and (AT > 28.997) -> 51.113, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH > 56.814) and (AFDP > 4.188) and (AT > 29.654) and (TIT <= 1074.25) -> 48.237, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH > 56.814) and (AFDP > 4.188) and (AT > 29.654) and (TIT > 1074.25) and (AH <= 65.187) -> 52.168, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH <= 75.36) and (AT > 27.141) and (AH > 56.814) and (AFDP > 4.188) and (AT > 29.654) and (TIT > 1074.25) and (AH > 65.187) -> 50.438, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT <= 24.056) and (AH <= 89.685) and (AFDP <= 4.107) and (TIT <= 1050.5) and (AT <= 23.363) -> 41.302, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT <= 24.056) and (AH <= 89.685) and (AFDP <= 4.107) and (TIT <= 1050.5) and (AT > 23.363) -> 49.754, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT <= 24.056) and (AH <= 89.685) and (AFDP <= 4.107) and (TIT > 1050.5) and (AFDP <= 3.838) and (TIT <= 1079.35) -> 52.554, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT <= 24.056) and (AH <= 89.685) and (AFDP <= 4.107) and (TIT > 1050.5) and (AFDP <= 3.838) and (TIT > 1079.35) -> 56.62, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT <= 24.056) and (AH <= 89.685) and (AFDP <= 4.107) and (TIT > 1050.5) and (AFDP > 3.838) and (AFDP <= 3.905) -> 48.242, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT <= 24.056) and (AH <= 89.685) and (AFDP <= 4.107) and (TIT > 1050.5) and (AFDP > 3.838) and (AFDP > 3.905) -> 51.68, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT <= 24.056) and (AH <= 89.685) and (AFDP > 4.107) and (TIT <= 1062.5) -> 69.308, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT <= 24.056) and (AH <= 89.685) and (AFDP > 4.107) and (TIT > 1062.5) and (AFDP <= 4.752) and (AP <= 1009.15) -> 60.018, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT <= 24.056) and (AH <= 89.685) and (AFDP > 4.107) and (TIT > 1062.5) and (AFDP <= 4.752) and (AP > 1009.15) -> 55.26, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT <= 24.056) and (AH <= 89.685) and (AFDP > 4.107) and (TIT > 1062.5) and (AFDP > 4.752) -> 66.304, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT <= 24.056) and (AH > 89.685) and (TIT <= 1045.4) -> 71.503, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT <= 24.056) and (AH > 89.685) and (TIT > 1045.4) and (TIT <= 1080.45) and (AH <= 95.704) and (TAT <= 550.175) -> 50.12, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT <= 24.056) and (AH > 89.685) and (TIT > 1045.4) and (TIT <= 1080.45) and (AH <= 95.704) and (TAT > 550.175) -> 47.433, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP <= 3.444) and (AFDP <= 2.374) and (AH > 78.348) and (AT <= 9.054) -> 92.405, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT <= 24.056) and (AH > 89.685) and (TIT > 1045.4) and (TIT <= 1080.45) and (AH > 95.704) and (AT > 22.902) -> 47.652, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT <= 24.056) and (AH > 89.685) and (TIT > 1045.4) and (TIT > 1080.45) -> 56.504, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH <= 90.84) and (AT <= 25.757) and (AFDP <= 4.316) and (AH <= 75.41) -> 40.606, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH <= 90.84) and (AT <= 25.757) and (AFDP <= 4.316) and (AH > 75.41) and (AFDP <= 3.874) -> 50.693, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH <= 90.84) and (AT <= 25.757) and (AFDP <= 4.316) and (AH > 75.41) and (AFDP > 3.874) -> 49.276, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH <= 90.84) and (AT <= 25.757) and (AFDP > 4.316) and (AT <= 25.373) and (AFDP <= 4.372) -> 52.146, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH <= 90.84) and (AT <= 25.757) and (AFDP > 4.316) and (AT <= 25.373) and (AFDP > 4.372) -> 53.903, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH <= 90.84) and (AT <= 25.757) and (AFDP > 4.316) and (AT > 25.373) -> 56.444, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH <= 90.84) and (AT > 25.757) and (AFDP <= 4.213) and (AT <= 27.597) and (AH <= 80.226) -> 49.053, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH <= 90.84) and (AT > 25.757) and (AFDP <= 4.213) and (AT <= 27.597) and (AH > 80.226) -> 46.948, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH <= 90.84) and (AT > 25.757) and (AFDP <= 4.213) and (AT > 27.597) and (AFDP <= 4.041) -> 43.506, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH <= 90.84) and (AT > 25.757) and (AFDP <= 4.213) and (AT > 27.597) and (AFDP > 4.041) -> 46.19, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH <= 90.84) and (AT > 25.757) and (AFDP > 4.213) and (AH <= 78.707) -> 52.164, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH <= 90.84) and (AT > 25.757) and (AFDP > 4.213) and (AH > 78.707) and (AFDP <= 4.251) -> 49.315, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH <= 90.84) and (AT > 25.757) and (AFDP > 4.213) and (AH > 78.707) and (AFDP > 4.251) -> 50.586, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH > 90.84) and (TIT <= 1079.7) and (AFDP <= 4.291) and (AT <= 25.46) and (TIT <= 1055.85) -> 45.639, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH > 90.84) and (TIT <= 1079.7) and (AFDP <= 4.291) and (AT <= 25.46) and (TIT > 1055.85) -> 47.098, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH > 90.84) and (TIT <= 1079.7) and (AFDP <= 4.291) and (AT > 25.46) and (TIT <= 1069.2) -> 44.39, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH > 90.84) and (TIT <= 1079.7) and (AFDP <= 4.291) and (AT > 25.46) and (TIT > 1069.2) -> 46.149, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH > 90.84) and (TIT <= 1079.7) and (AFDP > 4.291) -> 50.114, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH > 90.84) and (TIT > 1079.7) and (AFDP <= 4.098) -> 52.514, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH > 90.84) and (TIT > 1079.7) and (AFDP > 4.098) and (TAT <= 550.01) -> 47.856, if (AT > 16.958) and (TIT <= 1083.05) and (AT > 20.867) and (AT > 22.88) and (AH > 75.36) and (AT > 24.056) and (AH > 90.84) and (TIT > 1079.7) and (AFDP > 4.098) and (TAT > 550.01) -> 49.421, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP <= 4.282) and (TAT <= 530.58) -> 52.443, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP <= 4.282) and (TAT > 530.58) and (AP <= 1020.75) and (AP <= 1008.85) and (TIT <= 1096.95) -> 62.338, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP <= 4.282) and (TAT > 530.58) and (AP <= 1020.75) and (AP <= 1008.85) and (TIT > 1096.95) and (AT <= 18.686) and (TAT <= 537.74) -> 76.556, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP <= 4.282) and (TAT > 530.58) and (AP <= 1020.75) and (AP <= 1008.85) and (TIT > 1096.95) and (AT <= 18.686) and (TAT > 537.74) -> 68.18, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP <= 4.282) and (TAT > 530.58) and (AP <= 1020.75) and (AP <= 1008.85) and (TIT > 1096.95) and (AT > 18.686) and (AP <= 1006.4) -> 80.714, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP <= 4.282) and (TAT > 530.58) and (AP <= 1020.75) and (AP <= 1008.85) and (TIT > 1096.95) and (AT > 18.686) and (AP > 1006.4) -> 76.622, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP <= 4.282) and (TAT > 530.58) and (AP <= 1020.75) and (AP > 1008.85) and (AFDP <= 4.252) and (AP <= 1011.65) and (AFDP <= 4.13) -> 71.564, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP <= 4.282) and (TAT > 530.58) and (AP <= 1020.75) and (AP > 1008.85) and (AFDP <= 4.252) and (AP <= 1011.65) and (AFDP > 4.13) -> 62.975, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP <= 4.282) and (TAT > 530.58) and (AP <= 1020.75) and (AP > 1008.85) and (AFDP <= 4.252) and (AP > 1011.65) and (AFDP <= 3.814) -> 53.695, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP <= 4.282) and (TAT > 530.58) and (AP <= 1020.75) and (AP > 1008.85) and (AFDP <= 4.252) and (AP > 1011.65) and (AFDP > 3.814) -> 73.429, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP <= 4.282) and (TAT > 530.58) and (AP <= 1020.75) and (AP > 1008.85) and (AFDP > 4.252) -> 59.718, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP <= 4.282) and (TAT > 530.58) and (AP > 1020.75) and (AH <= 90.738) and (AT <= 21.135) and (AFDP <= 3.94) -> 95.439, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP <= 4.282) and (TAT > 530.58) and (AP > 1020.75) and (AH <= 90.738) and (AT <= 21.135) and (AFDP > 3.94) and (AFDP <= 4.166) -> 74.68, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP <= 4.282) and (TAT > 530.58) and (AP > 1020.75) and (AH <= 90.738) and (AT <= 21.135) and (AFDP > 3.94) and (AFDP > 4.166) -> 88.23, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP <= 4.282) and (TAT > 530.58) and (AP > 1020.75) and (AH <= 90.738) and (AT > 21.135) -> 96.684, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP <= 4.282) and (TAT > 530.58) and (AP > 1020.75) and (AH > 90.738) -> 94.254, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP <= 4.81) and (AFDP <= 4.344) and (AP <= 1016.5) -> 53.614, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP <= 4.81) and (AFDP <= 4.344) and (AP > 1016.5) -> 45.4, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP <= 4.81) and (AFDP > 4.344) and (AT <= 19.461) and (AP <= 996.315) -> 84.383, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP <= 4.81) and (AFDP > 4.344) and (AT <= 19.461) and (AP > 996.315) and (TAT <= 537.455) and (AP <= 1013.65) -> 62.398, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP <= 4.81) and (AFDP > 4.344) and (AT <= 19.461) and (AP > 996.315) and (TAT <= 537.455) and (AP > 1013.65) -> 60.631, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP <= 4.81) and (AFDP > 4.344) and (AT <= 19.461) and (AP > 996.315) and (TAT > 537.455) -> 66.771, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP <= 4.81) and (AFDP > 4.344) and (AT > 19.461) and (AT <= 27.257) and (AH <= 63.662) and (AP <= 1013.35) -> 59.787, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP <= 4.81) and (AFDP > 4.344) and (AT > 19.461) and (AT <= 27.257) and (AH <= 63.662) and (AP > 1013.35) -> 62.711, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP <= 4.81) and (AFDP > 4.344) and (AT > 19.461) and (AT <= 27.257) and (AH > 63.662) and (AFDP <= 4.74) -> 57.641, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP <= 4.81) and (AFDP > 4.344) and (AT > 19.461) and (AT <= 27.257) and (AH > 63.662) and (AFDP > 4.74) -> 61.927, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP <= 4.81) and (AFDP > 4.344) and (AT > 19.461) and (AT > 27.257) and (TAT <= 536.85) and (AP <= 1005.5) -> 64.167, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP <= 4.81) and (AFDP > 4.344) and (AT > 19.461) and (AT > 27.257) and (TAT <= 536.85) and (AP > 1005.5) -> 54.174, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP <= 4.81) and (AFDP > 4.344) and (AT > 19.461) and (AT > 27.257) and (TAT > 536.85) and (AH <= 60.274) -> 58.174, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP <= 4.81) and (AFDP > 4.344) and (AT > 19.461) and (AT > 27.257) and (TAT > 536.85) and (AH > 60.274) -> 54.985, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT <= 27.95) and (AFDP <= 5.74) and (AT <= 20.188) and (AT <= 19.544) and (TAT <= 528.215) -> 74.196, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT <= 27.95) and (AFDP <= 5.74) and (AT <= 20.188) and (AT <= 19.544) and (TAT > 528.215) -> 64.375, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT <= 27.95) and (AFDP <= 5.74) and (AT <= 20.188) and (AT > 19.544) and (AH <= 77.274) -> 77.006, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT <= 27.95) and (AFDP <= 5.74) and (AT <= 20.188) and (AT > 19.544) and (AH > 77.274) -> 65.97, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT <= 27.95) and (AFDP <= 5.74) and (AT > 20.188) and (AFDP <= 5.005) and (AFDP <= 4.815) -> 78.938, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT <= 27.95) and (AFDP <= 5.74) and (AT > 20.188) and (AFDP <= 5.005) and (AFDP > 4.815) -> 62.626, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT <= 27.95) and (AFDP <= 5.74) and (AT > 20.188) and (AFDP > 5.005) and (AFDP <= 5.213) -> 59.836, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT <= 27.95) and (AFDP <= 5.74) and (AT > 20.188) and (AFDP > 5.005) and (AFDP > 5.213) -> 56.609, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT <= 27.95) and (AFDP > 5.74) and (AH <= 44.252) and (AP <= 1016.6) -> 73.521, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT <= 27.95) and (AFDP > 5.74) and (AH <= 44.252) and (AP > 1016.6) -> 83.592, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT <= 27.95) and (AFDP > 5.74) and (AH > 44.252) and (TAT <= 536.745) and (AT <= 23.399) -> 67.321, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT <= 27.95) and (AFDP > 5.74) and (AH > 44.252) and (TAT <= 536.745) and (AT > 23.399) -> 62.288, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT <= 27.95) and (AFDP > 5.74) and (AH > 44.252) and (TAT > 536.745) and (AT <= 25.573) -> 68.903, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT <= 27.95) and (AFDP > 5.74) and (AH > 44.252) and (TAT > 536.745) and (AT > 25.573) -> 79.254, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT > 27.95) and (AH <= 48.479) and (AP <= 1014.55) and (AFDP <= 4.969) -> 58.556, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT > 27.95) and (AH <= 48.479) and (AP <= 1014.55) and (AFDP > 4.969) and (AFDP <= 4.979) -> 79.459, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT > 27.95) and (AH <= 48.479) and (AP <= 1014.55) and (AFDP > 4.969) and (AFDP > 4.979) -> 63.412, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT > 27.95) and (AH <= 48.479) and (AP > 1014.55) -> 75.331, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT > 27.95) and (AH > 48.479) and (AH <= 62.284) and (AT <= 32.035) and (AFDP <= 4.98) -> 60.033, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT > 27.95) and (AH > 48.479) and (AH <= 62.284) and (AT <= 32.035) and (AFDP > 4.98) -> 56.643, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT > 27.95) and (AH > 48.479) and (AH <= 62.284) and (AT > 32.035) -> 65.868, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT > 27.95) and (AH > 48.479) and (AH > 62.284) and (AH <= 70.21) -> 52.122, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT <= 538.45) and (AFDP > 4.282) and (AFDP > 4.81) and (AT > 27.95) and (AH > 48.479) and (AH > 62.284) and (AH > 70.21) -> 56.386, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) and (TIT <= 1091.95) and (AFDP <= 3.72) -> 66.041, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) and (TIT <= 1091.95) and (AFDP > 3.72) and (TAT <= 548.495) and (AP <= 1013.45) and (TIT <= 1086.75) -> 55.164, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) and (TIT <= 1091.95) and (AFDP > 3.72) and (TAT <= 548.495) and (AP <= 1013.45) and (TIT > 1086.75) -> 59.476, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) and (TIT <= 1091.95) and (AFDP > 3.72) and (TAT <= 548.495) and (AP > 1013.45) and (AH <= 55.169) -> 56.466, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) and (TIT <= 1091.95) and (AFDP > 3.72) and (TAT <= 548.495) and (AP > 1013.45) and (AH > 55.169) -> 50.805, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) and (TIT <= 1091.95) and (AFDP > 3.72) and (TAT > 548.495) -> 65.197, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) and (TIT > 1091.95) and (AFDP <= 3.631) -> 51.751, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) and (TIT > 1091.95) and (AFDP > 3.631) and (TAT <= 543.785) and (AFDP <= 4.03) and (AP <= 1012.5) -> 79.695, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) and (TIT > 1091.95) and (AFDP > 3.631) and (TAT <= 543.785) and (AFDP <= 4.03) and (AP > 1012.5) -> 71.193, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) and (TIT > 1091.95) and (AFDP > 3.631) and (TAT <= 543.785) and (AFDP > 4.03) and (AT <= 17.281) -> 82.783, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) and (TIT > 1091.95) and (AFDP > 3.631) and (TAT <= 543.785) and (AFDP > 4.03) and (AT > 17.281) -> 63.029, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) and (TIT > 1091.95) and (AFDP > 3.631) and (TAT > 543.785) and (AFDP <= 3.833) -> 75.41, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) and (TIT > 1091.95) and (AFDP > 3.631) and (TAT > 543.785) and (AFDP > 3.833) and (AH <= 67.258) -> 63.054, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) and (TIT > 1091.95) and (AFDP > 3.631) and (TAT > 543.785) and (AFDP > 3.833) and (AH > 67.258) -> 58.61, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP > 1019.55) and (AFDP <= 3.879) and (AH <= 69.038) -> 79.15, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP > 1019.55) and (AFDP <= 3.879) and (AH > 69.038) -> 100.122, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP > 1019.55) and (AFDP > 3.879) and (AP <= 1020.9) -> 55.293, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP > 1019.55) and (AFDP > 3.879) and (AP > 1020.9) and (TIT <= 1099.85) -> 77.861, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP > 1019.55) and (AFDP > 3.879) and (AP > 1020.9) and (TIT > 1099.85) and (AFDP <= 4.041) -> 80.799, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP > 1019.55) and (AFDP > 3.879) and (AP > 1020.9) and (TIT > 1099.85) and (AFDP > 4.041) -> 79.686, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT <= 1099.75) and (AT <= 20.767) and (TAT <= 544.43) and (AP <= 998.615) -> 83.954, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT <= 1099.75) and (AT <= 20.767) and (TAT <= 544.43) and (AP > 998.615) and (AFDP <= 4.142) -> 52.018, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT <= 1099.75) and (AT <= 20.767) and (TAT <= 544.43) and (AP > 998.615) and (AFDP > 4.142) -> 60.997, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT <= 1099.75) and (AT <= 20.767) and (TAT > 544.43) -> 75.072, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT <= 1099.75) and (AT > 20.767) and (AH <= 65.107) and (TIT <= 1098.25) and (TIT <= 1093.5) -> 57.956, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT <= 1099.75) and (AT > 20.767) and (AH <= 65.107) and (TIT <= 1098.25) and (TIT > 1093.5) -> 62.793, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT <= 1099.75) and (AT > 20.767) and (AH <= 65.107) and (TIT > 1098.25) and (AFDP <= 4.277) -> 53.213, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT <= 1099.75) and (AT > 20.767) and (AH <= 65.107) and (TIT > 1098.25) and (AFDP > 4.277) -> 59.397, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT <= 1099.75) and (AT > 20.767) and (AH > 65.107) and (AP <= 1014.8) and (AH <= 75.282) -> 56.36, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT <= 1099.75) and (AT > 20.767) and (AH > 65.107) and (AP <= 1014.8) and (AH > 75.282) -> 53.982, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT <= 1099.75) and (AT > 20.767) and (AH > 65.107) and (AP > 1014.8) and (AFDP <= 4.21) -> 46.723, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT <= 1099.75) and (AT > 20.767) and (AH > 65.107) and (AP > 1014.8) and (AFDP > 4.21) -> 52.762, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT > 1099.75) and (AP <= 1010.15) and (AT <= 18.015) and (AT <= 17.871) -> 56.846, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT > 1099.75) and (AP <= 1010.15) and (AT <= 18.015) and (AT > 17.871) -> 74.402, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT > 1099.75) and (AP <= 1010.15) and (AT > 18.015) and (AP <= 1006.55) and (AFDP <= 4.366) -> 54.958, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT > 1099.75) and (AP <= 1010.15) and (AT > 18.015) and (AP <= 1006.55) and (AFDP > 4.366) -> 56.817, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT > 1099.75) and (AP <= 1010.15) and (AT > 18.015) and (AP > 1006.55) and (AFDP <= 4.276) -> 52.28, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT > 1099.75) and (AP <= 1010.15) and (AT > 18.015) and (AP > 1006.55) and (AFDP > 4.276) -> 54.508, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT > 1099.75) and (AP > 1010.15) and (AP <= 1022.2) and (TAT <= 546.95) and (AP <= 1013.95) -> 52.493, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT > 1099.75) and (AP > 1010.15) and (AP <= 1022.2) and (TAT <= 546.95) and (AP > 1013.95) -> 50.416, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT > 1099.75) and (AP > 1010.15) and (AP <= 1022.2) and (TAT > 546.95) and (AT <= 24.773) -> 77.2, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT > 1099.75) and (AP > 1010.15) and (AP <= 1022.2) and (TAT > 546.95) and (AT > 24.773) -> 50.869, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (TIT > 1099.75) and (AP > 1010.15) and (AP > 1022.2) -> 80.144, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT <= 19.016) and (AH <= 74.915) and (AFDP <= 4.601) -> 85.471, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT <= 19.016) and (AH <= 74.915) and (AFDP > 4.601) and (AH <= 62.114) -> 59.306, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT <= 19.016) and (AH <= 74.915) and (AFDP > 4.601) and (AH > 62.114) and (TIT <= 1100.05) -> 69.022, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT <= 19.016) and (AH <= 74.915) and (AFDP > 4.601) and (AH > 62.114) and (TIT > 1100.05) -> 76.529, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT <= 19.016) and (AH > 74.915) and (AP <= 1009.1) and (AH <= 92.883) and (AP <= 1005.35) -> 68.991, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT <= 19.016) and (AH > 74.915) and (AP <= 1009.1) and (AH <= 92.883) and (AP > 1005.35) -> 73.679, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT <= 19.016) and (AH > 74.915) and (AP <= 1009.1) and (AH > 92.883) and (AT <= 18.024) -> 67.004, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT <= 19.016) and (AH > 74.915) and (AP <= 1009.1) and (AH > 92.883) and (AT > 18.024) -> 59.206, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT <= 19.016) and (AH > 74.915) and (AP > 1009.1) and (AFDP <= 4.601) -> 68.734, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT <= 19.016) and (AH > 74.915) and (AP > 1009.1) and (AFDP > 4.601) and (TIT <= 1093.55) -> 67.092, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT <= 19.016) and (AH > 74.915) and (AP > 1009.1) and (AFDP > 4.601) and (TIT > 1093.55) -> 57.979, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT > 19.016) and (AFDP <= 5.553) and (AH <= 64.041) and (TIT <= 1099.65) and (AT <= 23.296) -> 71.846, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT > 19.016) and (AFDP <= 5.553) and (AH <= 64.041) and (TIT <= 1099.65) and (AT > 23.296) -> 63.044, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT > 19.016) and (AFDP <= 5.553) and (AH <= 64.041) and (TIT > 1099.65) and (AFDP <= 4.69) -> 56.304, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT > 19.016) and (AFDP <= 5.553) and (AH <= 64.041) and (TIT > 1099.65) and (AFDP > 4.69) -> 59.323, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT > 19.016) and (AFDP <= 5.553) and (AH > 64.041) and (AT <= 22.632) and (AH <= 74.819) -> 61.375, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT > 19.016) and (AFDP <= 5.553) and (AH > 64.041) and (AT <= 22.632) and (AH > 74.819) -> 56.371, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT > 19.016) and (AFDP <= 5.553) and (AH > 64.041) and (AT > 22.632) and (TAT <= 542.775) -> 56.224, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT > 19.016) and (AFDP <= 5.553) and (AH > 64.041) and (AT > 22.632) and (TAT > 542.775) -> 54.5, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT > 19.016) and (AFDP > 5.553) and (AT <= 25.345) and (AFDP <= 5.675) -> 58.329, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT > 19.016) and (AFDP > 5.553) and (AT <= 25.345) and (AFDP > 5.675) and (AP <= 1015.35) -> 69.8, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT > 19.016) and (AFDP > 5.553) and (AT <= 25.345) and (AFDP > 5.675) and (AP > 1015.35) -> 81.932, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT > 19.016) and (AFDP > 5.553) and (AT > 25.345) and (AP <= 1009.75) and (AH <= 66.962) -> 61.37, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT > 19.016) and (AFDP > 5.553) and (AT > 25.345) and (AP <= 1009.75) and (AH > 66.962) -> 69.563, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT > 19.016) and (AFDP > 5.553) and (AT > 25.345) and (AP > 1009.75) and (AFDP <= 6.128) -> 57.754, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP > 4.439) and (AT > 19.016) and (AFDP > 5.553) and (AT > 25.345) and (AP > 1009.75) and (AFDP > 6.128) -> 68.911, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP <= 1003.0) and (AH <= 77.474) and (TIT <= 1087.35) and (AH <= 73.751) and (AP <= 993.225) -> 83.066, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP <= 1003.0) and (AH <= 77.474) and (TIT <= 1087.35) and (AH <= 73.751) and (AP > 993.225) and (AFDP <= 3.327) -> 79.036, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP <= 1003.0) and (AH <= 77.474) and (TIT <= 1087.35) and (AH <= 73.751) and (AP > 993.225) and (AFDP > 3.327) -> 80.571, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP <= 1003.0) and (AH <= 77.474) and (TIT <= 1087.35) and (AH > 73.751) -> 76.357, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP <= 1003.0) and (AH <= 77.474) and (TIT > 1087.35) -> 84.61, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP <= 1003.0) and (AH > 77.474) and (AFDP <= 3.285) and (AP <= 1001.5) and (TAT <= 549.73) -> 72.351, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP <= 1003.0) and (AH > 77.474) and (AFDP <= 3.285) and (AP <= 1001.5) and (TAT > 549.73) and (AFDP <= 3.017) -> 70.383, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP <= 1003.0) and (AH > 77.474) and (AFDP <= 3.285) and (AP <= 1001.5) and (TAT > 549.73) and (AFDP > 3.017) -> 70.93, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP <= 1003.0) and (AH > 77.474) and (AFDP <= 3.285) and (AP > 1001.5) -> 74.183, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP <= 1003.0) and (AH > 77.474) and (AFDP > 3.285) -> 80.512, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP <= 1015.95) and (TIT <= 1086.85) and (AFDP <= 3.221) and (TIT <= 1083.95) -> 81.93, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP <= 1015.95) and (TIT <= 1086.85) and (AFDP <= 3.221) and (TIT > 1083.95) and (TIT <= 1086.75) -> 69.524, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP <= 1015.95) and (TIT <= 1086.85) and (AFDP <= 3.221) and (TIT > 1083.95) and (TIT > 1086.75) -> 73.625, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP <= 1015.95) and (TIT <= 1086.85) and (AFDP > 3.221) and (TIT <= 1083.85) -> 58.033, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP <= 1015.95) and (TIT <= 1086.85) and (AFDP > 3.221) and (TIT > 1083.85) and (AH <= 86.533) -> 65.88, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP <= 1015.95) and (TIT <= 1086.85) and (AFDP > 3.221) and (TIT > 1083.85) and (AH > 86.533) -> 63.102, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP <= 1015.95) and (TIT > 1086.85) and (AH <= 78.033) and (AP <= 1014.05) and (AFDP <= 3.449) -> 74.327, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP <= 1015.95) and (TIT > 1086.85) and (AH <= 78.033) and (AP <= 1014.05) and (AFDP > 3.449) -> 70.678, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP <= 1015.95) and (TIT > 1086.85) and (AH <= 78.033) and (AP > 1014.05) and (TIT <= 1089.4) -> 67.776, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP <= 1015.95) and (TIT > 1086.85) and (AH <= 78.033) and (AP > 1014.05) and (TIT > 1089.4) -> 71.826, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP <= 1015.95) and (TIT > 1086.85) and (AH > 78.033) and (TAT <= 549.62) -> 76.265, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP <= 1015.95) and (TIT > 1086.85) and (AH > 78.033) and (TAT > 549.62) and (TAT <= 550.055) -> 67.109, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP <= 1015.95) and (TIT > 1086.85) and (AH > 78.033) and (TAT > 549.62) and (TAT > 550.055) -> 69.883, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP > 1015.95) and (AFDP <= 3.223) and (TIT <= 1085.55) -> 79.872, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP > 1015.95) and (AFDP <= 3.223) and (TIT > 1085.55) and (AH <= 92.302) and (AH <= 86.093) -> 61.113, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP > 1015.95) and (AFDP <= 3.223) and (TIT > 1085.55) and (AH <= 92.302) and (AH > 86.093) -> 58.29, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP > 1015.95) and (AFDP <= 3.223) and (TIT > 1085.55) and (AH > 92.302) -> 71.082, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP > 1015.95) and (AFDP > 3.223) and (AFDP <= 3.257) -> 72.219, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP > 1015.95) and (AFDP > 3.223) and (AFDP > 3.257) and (AFDP <= 3.285) -> 61.13, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP > 1015.95) and (AFDP > 3.223) and (AFDP > 3.257) and (AFDP > 3.285) and (AT <= 19.335) -> 69.809, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AP > 1015.95) and (AFDP > 3.223) and (AFDP > 3.257) and (AFDP > 3.285) and (AT > 19.335) -> 65.002, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP > 1019.8) and (TIT <= 1089.25) and (AFDP <= 3.285) and (TIT <= 1088.95) -> 85.469, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP > 1019.8) and (TIT <= 1089.25) and (AFDP <= 3.285) and (TIT > 1088.95) -> 59.816, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP > 1019.8) and (TIT <= 1089.25) and (AFDP > 3.285) and (AP <= 1024.15) -> 66.557, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP > 1019.8) and (TIT <= 1089.25) and (AFDP > 3.285) and (AP > 1024.15) -> 73.587, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP > 1019.8) and (TIT > 1089.25) and (TIT <= 1098.65) and (AFDP <= 3.393) and (AFDP <= 3.206) -> 99.345, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP > 1019.8) and (TIT > 1089.25) and (TIT <= 1098.65) and (AFDP <= 3.393) and (AFDP > 3.206) and (AT <= 18.305) -> 87.126, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP > 1019.8) and (TIT > 1089.25) and (TIT <= 1098.65) and (AFDP <= 3.393) and (AFDP > 3.206) and (AT > 18.305) and (AP <= 1027.45) -> 90.965, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP > 1019.8) and (TIT > 1089.25) and (TIT <= 1098.65) and (AFDP <= 3.393) and (AFDP > 3.206) and (AT > 18.305) and (AP > 1027.45) -> 93.565, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP > 1019.8) and (TIT > 1089.25) and (TIT <= 1098.65) and (AFDP > 3.393) -> 98.373, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP > 1019.8) and (TIT > 1089.25) and (TIT > 1098.65) -> 119.91, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT <= 1086.85) and (AT <= 24.618) and (AFDP <= 3.674) and (AH <= 60.028) and (AP <= 1017.05) -> 61.552, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT <= 1086.85) and (AT <= 24.618) and (AFDP <= 3.674) and (AH <= 60.028) and (AP > 1017.05) -> 64.744, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT <= 1086.85) and (AT <= 24.618) and (AFDP <= 3.674) and (AH > 60.028) and (AT <= 19.174) -> 61.642, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT <= 1086.85) and (AT <= 24.618) and (AFDP <= 3.674) and (AH > 60.028) and (AT > 19.174) -> 56.768, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT <= 1086.85) and (AT <= 24.618) and (AFDP > 3.674) and (AT <= 19.389) -> 69.735, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT <= 1086.85) and (AT <= 24.618) and (AFDP > 3.674) and (AT > 19.389) and (AH <= 61.674) -> 65.418, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT <= 1086.85) and (AT <= 24.618) and (AFDP > 3.674) and (AT > 19.389) and (AH > 61.674) -> 62.547, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT <= 1086.85) and (AT > 24.618) and (TIT <= 1085.25) and (AH <= 51.78) and (AFDP <= 3.915) -> 64.121, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT <= 1086.85) and (AT > 24.618) and (TIT <= 1085.25) and (AH <= 51.78) and (AFDP > 3.915) -> 57.332, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT <= 1086.85) and (AT > 24.618) and (TIT <= 1085.25) and (AH > 51.78) and (AT <= 24.724) -> 46.766, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT <= 1086.85) and (AT > 24.618) and (TIT <= 1085.25) and (AH > 51.78) and (AT > 24.724) -> 56.218, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT <= 1086.85) and (AT > 24.618) and (TIT > 1085.25) and (AFDP <= 3.734) -> 55.449, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT <= 1086.85) and (AT > 24.618) and (TIT > 1085.25) and (AFDP > 3.734) and (AP <= 1008.95) -> 63.426, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT <= 1086.85) and (AT > 24.618) and (TIT > 1085.25) and (AFDP > 3.734) and (AP > 1008.95) -> 60.231, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT > 1086.85) and (TIT <= 1094.15) and (AH <= 56.658) and (AFDP <= 3.834) and (AP <= 1017.45) -> 64.149, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT > 1086.85) and (TIT <= 1094.15) and (AH <= 56.658) and (AFDP <= 3.834) and (AP > 1017.45) -> 71.574, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT > 1086.85) and (TIT <= 1094.15) and (AH <= 56.658) and (AFDP > 3.834) and (AT <= 25.894) -> 70.258, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT > 1086.85) and (TIT <= 1094.15) and (AH <= 56.658) and (AFDP > 3.834) and (AT > 25.894) -> 67.178, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT > 1086.85) and (TIT <= 1094.15) and (AH > 56.658) and (AP <= 1017.05) and (AFDP <= 3.827) -> 62.234, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT > 1086.85) and (TIT <= 1094.15) and (AH > 56.658) and (AP <= 1017.05) and (AFDP > 3.827) -> 64.55, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT > 1086.85) and (TIT <= 1094.15) and (AH > 56.658) and (AP > 1017.05) and (AP <= 1018.35) -> 66.615, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT > 1086.85) and (TIT <= 1094.15) and (AH > 56.658) and (AP > 1017.05) and (AP > 1018.35) -> 69.611, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT > 1086.85) and (TIT > 1094.15) and (AT <= 25.802) and (AH <= 59.053) and (AFDP <= 3.793) -> 62.205, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT > 1086.85) and (TIT > 1094.15) and (AT <= 25.802) and (AH <= 59.053) and (AFDP > 3.793) -> 57.765, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT > 1086.85) and (TIT > 1094.15) and (AT <= 25.802) and (AH > 59.053) and (AH <= 69.988) -> 55.382, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT > 1086.85) and (TIT > 1094.15) and (AT <= 25.802) and (AH > 59.053) and (AH > 69.988) -> 60.784, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT > 1086.85) and (TIT > 1094.15) and (AT > 25.802) and (TAT <= 549.48) and (AP <= 1010.2) -> 52.189, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT > 1086.85) and (TIT > 1094.15) and (AT > 25.802) and (TAT <= 549.48) and (AP > 1010.2) -> 60.111, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT > 1086.85) and (TIT > 1094.15) and (AT > 25.802) and (TAT > 549.48) and (AH <= 39.042) -> 70.854, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP <= 4.145) and (TIT > 1086.85) and (TIT > 1094.15) and (AT > 25.802) and (TAT > 549.48) and (AH > 39.042) -> 63.497, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT <= 24.177) and (AFDP <= 5.295) and (AT <= 21.596) and (AH <= 63.827) and (TIT <= 1094.65) -> 75.262, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT <= 24.177) and (AFDP <= 5.295) and (AT <= 21.596) and (AH <= 63.827) and (TIT > 1094.65) -> 83.987, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT <= 24.177) and (AFDP <= 5.295) and (AT <= 21.596) and (AH > 63.827) and (AP <= 999.455) -> 76.515, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT <= 24.177) and (AFDP <= 5.295) and (AT <= 21.596) and (AH > 63.827) and (AP > 999.455) -> 71.472, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT <= 24.177) and (AFDP <= 5.295) and (AT > 21.596) and (AH <= 57.117) and (AFDP <= 4.457) -> 73.271, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT <= 24.177) and (AFDP <= 5.295) and (AT > 21.596) and (AH <= 57.117) and (AFDP > 4.457) -> 74.96, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT <= 24.177) and (AFDP <= 5.295) and (AT > 21.596) and (AH > 57.117) and (AP <= 1007.45) -> 72.138, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT <= 24.177) and (AFDP <= 5.295) and (AT > 21.596) and (AH > 57.117) and (AP > 1007.45) -> 67.923, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT <= 24.177) and (AFDP > 5.295) and (AH <= 65.134) and (AFDP <= 5.306) -> 82.153, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT <= 24.177) and (AFDP > 5.295) and (AH <= 65.134) and (AFDP > 5.306) and (AH <= 61.837) -> 73.665, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT <= 24.177) and (AFDP > 5.295) and (AH <= 65.134) and (AFDP > 5.306) and (AH > 61.837) -> 65.691, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT <= 24.177) and (AFDP > 5.295) and (AH > 65.134) and (AP <= 1010.65) -> 72.347, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT <= 24.177) and (AFDP > 5.295) and (AH > 65.134) and (AP > 1010.65) and (AT <= 22.777) -> 86.31, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT <= 24.177) and (AFDP > 5.295) and (AH > 65.134) and (AP > 1010.65) and (AT > 22.777) -> 82.972, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT > 24.177) and (AH <= 53.688) and (TIT <= 1088.0) and (AT <= 31.273) -> 63.097, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT > 24.177) and (AH <= 53.688) and (TIT <= 1088.0) and (AT > 31.273) -> 57.235, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT > 24.177) and (AH <= 53.688) and (TIT > 1088.0) and (AH <= 44.637) and (AFDP <= 4.443) -> 71.054, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT > 24.177) and (AH <= 53.688) and (TIT > 1088.0) and (AH <= 44.637) and (AFDP > 4.443) -> 74.104, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT > 24.177) and (AH <= 53.688) and (TIT > 1088.0) and (AH > 44.637) and (AT <= 31.154) -> 69.754, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT > 24.177) and (AH <= 53.688) and (TIT > 1088.0) and (AH > 44.637) and (AT > 31.154) -> 66.263, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT > 24.177) and (AH > 53.688) and (AT <= 29.718) and (AH <= 61.353) and (TIT <= 1084.3) -> 54.916, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT > 24.177) and (AH > 53.688) and (AT <= 29.718) and (AH <= 61.353) and (TIT > 1084.3) -> 67.077, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT > 24.177) and (AH > 53.688) and (AT <= 29.718) and (AH > 61.353) and (AT <= 25.895) -> 65.937, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT > 24.177) and (AH > 53.688) and (AT <= 29.718) and (AH > 61.353) and (AT > 25.895) -> 63.719, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT > 24.177) and (AH > 53.688) and (AT > 29.718) and (AH <= 64.742) and (TIT <= 1085.6) -> 49.96, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT > 24.177) and (AH > 53.688) and (AT > 29.718) and (AH <= 64.742) and (TIT > 1085.6) -> 63.747, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT > 24.177) and (AH > 53.688) and (AT > 29.718) and (AH > 64.742) and (AP <= 1007.15) -> 55.11, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AFDP > 4.145) and (AT > 24.177) and (AH > 53.688) and (AT > 29.718) and (AH > 64.742) and (AP > 1007.15) -> 61.535, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP <= 4.77) and (AH <= 78.938) and (AFDP <= 3.973) and (TIT <= 1095.45) and (TIT <= 1092.3) -> 63.336, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP <= 4.77) and (AH <= 78.938) and (AFDP <= 3.973) and (TIT <= 1095.45) and (TIT > 1092.3) -> 55.316, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP <= 4.77) and (AH <= 78.938) and (AFDP <= 3.973) and (TIT > 1095.45) -> 80.829, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP <= 4.77) and (AH <= 78.938) and (AFDP > 3.973) and (AT <= 17.815) and (AP <= 1016.55) -> 73.514, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP <= 4.77) and (AH <= 78.938) and (AFDP > 3.973) and (AT <= 17.815) and (AP > 1016.55) -> 66.412, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP <= 4.77) and (AH <= 78.938) and (AFDP > 3.973) and (AT > 17.815) and (TIT <= 1098.0) -> 66.666, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP <= 4.77) and (AH <= 78.938) and (AFDP > 3.973) and (AT > 17.815) and (TIT > 1098.0) -> 73.28, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP <= 4.77) and (AH > 78.938) and (AT <= 21.048) and (TIT <= 1086.75) and (AT <= 20.528) -> 61.825, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP <= 4.77) and (AH > 78.938) and (AT <= 21.048) and (TIT <= 1086.75) and (AT > 20.528) -> 56.586, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP <= 4.77) and (AH > 78.938) and (AT <= 21.048) and (TIT > 1086.75) and (AFDP <= 3.63) -> 66.515, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP <= 4.77) and (AH > 78.938) and (AT <= 21.048) and (TIT > 1086.75) and (AFDP > 3.63) -> 63.686, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP <= 4.77) and (AH > 78.938) and (AT > 21.048) and (AH <= 85.95) and (AFDP <= 4.013) -> 61.761, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP <= 4.77) and (AH > 78.938) and (AT > 21.048) and (AH <= 85.95) and (AFDP > 4.013) -> 64.266, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP <= 4.77) and (AH > 78.938) and (AT > 21.048) and (AH > 85.95) and (TIT <= 1086.8) -> 57.101, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP <= 4.77) and (AH > 78.938) and (AT > 21.048) and (AH > 85.95) and (TIT > 1086.8) -> 61.256, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP > 4.77) and (AH <= 86.516) and (AT <= 20.323) and (TIT <= 1088.85) and (TIT <= 1088.15) -> 69.642, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP > 4.77) and (AH <= 86.516) and (AT <= 20.323) and (TIT <= 1088.85) and (TIT > 1088.15) -> 73.467, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP > 4.77) and (AH <= 86.516) and (AT <= 20.323) and (TIT > 1088.85) and (AP <= 1010.85) -> 73.002, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP > 4.77) and (AH <= 86.516) and (AT <= 20.323) and (TIT > 1088.85) and (AP > 1010.85) -> 81.659, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP > 4.77) and (AH <= 86.516) and (AT > 20.323) and (TIT <= 1093.45) and (AT <= 23.005) -> 69.361, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP > 4.77) and (AH <= 86.516) and (AT > 20.323) and (TIT <= 1093.45) and (AT > 23.005) -> 61.161, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP > 4.77) and (AH <= 86.516) and (AT > 20.323) and (TIT > 1093.45) -> 62.149, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP > 4.77) and (AH > 86.516) and (AFDP <= 5.252) and (AP <= 1013.9) and (AH <= 92.359) -> 66.291, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP > 4.77) and (AH > 86.516) and (AFDP <= 5.252) and (AP <= 1013.9) and (AH > 92.359) -> 60.63, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP > 4.77) and (AH > 86.516) and (AFDP <= 5.252) and (AP > 1013.9) and (AH <= 96.463) -> 67.967, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP > 4.77) and (AH > 86.516) and (AFDP <= 5.252) and (AP > 1013.9) and (AH > 96.463) -> 65.306, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP > 4.77) and (AH > 86.516) and (AFDP > 5.252) and (TIT <= 1092.1) and (AP <= 1007.85) -> 70.066, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP > 4.77) and (AH > 86.516) and (AFDP > 5.252) and (TIT <= 1092.1) and (AP > 1007.85) -> 66.524, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT <= 23.127) and (AFDP > 4.77) and (AH > 86.516) and (AFDP > 5.252) and (TIT > 1092.1) -> 77.774, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH <= 84.985) and (AT <= 26.791) and (AFDP <= 4.046) and (AFDP <= 4.045) and (TIT <= 1083.9) -> 54.987, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH <= 84.985) and (AT <= 26.791) and (AFDP <= 4.046) and (AFDP <= 4.045) and (TIT > 1083.9) -> 60.905, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT <= 537.8) and (AFDP <= 3.444) and (AFDP <= 2.374) and (AH <= 78.348) -> 103.288, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH <= 84.985) and (AT <= 26.791) and (AFDP > 4.046) and (AFDP <= 4.561) and (TIT <= 1097.5) -> 62.722, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH <= 84.985) and (AT <= 26.791) and (AFDP > 4.046) and (AFDP <= 4.561) and (TIT > 1097.5) -> 53.069, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH <= 84.985) and (AT <= 26.791) and (AFDP > 4.046) and (AFDP > 4.561) and (TAT <= 549.375) -> 75.173, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH <= 84.985) and (AT <= 26.791) and (AFDP > 4.046) and (AFDP > 4.561) and (TAT > 549.375) -> 60.023, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH <= 84.985) and (AT > 26.791) and (TIT <= 1087.2) -> 52.218, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH <= 84.985) and (AT > 26.791) and (TIT > 1087.2) and (TIT <= 1097.1) and (AH <= 81.431) -> 60.342, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH <= 84.985) and (AT > 26.791) and (TIT > 1087.2) and (TIT <= 1097.1) and (AH > 81.431) -> 57.368, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH <= 84.985) and (AT > 26.791) and (TIT > 1087.2) and (TIT > 1097.1) -> 54.394, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH > 84.985) and (AT <= 24.727) and (AFDP <= 5.239) and (TIT <= 1090.25) and (AFDP <= 4.071) -> 56.518, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH > 84.985) and (AT <= 24.727) and (AFDP <= 5.239) and (TIT <= 1090.25) and (AFDP > 4.071) -> 58.849, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH > 84.985) and (AT <= 24.727) and (AFDP <= 5.239) and (TIT > 1090.25) and (AFDP <= 4.026) -> 58.766, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH > 84.985) and (AT <= 24.727) and (AFDP <= 5.239) and (TIT > 1090.25) and (AFDP > 4.026) -> 60.791, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH > 84.985) and (AT <= 24.727) and (AFDP > 5.239) and (AT <= 24.278) -> 73.826, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH > 84.985) and (AT <= 24.727) and (AFDP > 5.239) and (AT > 24.278) -> 60.587, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH > 84.985) and (AT > 24.727) and (AFDP <= 4.237) and (AP <= 1007.1) and (AT <= 26.483) -> 56.84, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH > 84.985) and (AT > 24.727) and (AFDP <= 4.237) and (AP <= 1007.1) and (AT > 26.483) -> 53.113, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH > 84.985) and (AT > 24.727) and (AFDP <= 4.237) and (AP > 1007.1) and (TAT <= 550.405) -> 60.008, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH > 84.985) and (AT > 24.727) and (AFDP <= 4.237) and (AP > 1007.1) and (TAT > 550.405) -> 54.176, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH > 84.985) and (AT > 24.727) and (AFDP > 4.237) and (TIT <= 1085.1) -> 51.798, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH > 84.985) and (AT > 24.727) and (AFDP > 4.237) and (TIT > 1085.1) and (AT <= 27.496) -> 57.272, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AT > 23.127) and (AH > 84.985) and (AT > 24.727) and (AFDP > 4.237) and (TIT > 1085.1) and (AT > 27.496) -> 54.655]
In [4]:
from src.rules import normalise_rules
rules = normalise_rules(rules)
display(len(rules))
rules
971
Out[4]:
[if (AT > 16.958) and (AT <= 26.791) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.046) and (AH > 73.677) and (AH <= 84.985) -> 27.765, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1045.4) and (AH > 75.36) -> 40.497, if (AT <= 16.958) and (AT > 9.054) and (TIT <= 1042.85) and (TAT <= 541.975) and (AFDP <= 3.444) and (AH > 78.348) -> 82.971, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (AFDP <= 3.444) and (AFDP > 2.374) -> 66.005, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) and (AH <= 93.586) -> 111.418, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) and (AH > 93.586) -> 104.229, if (AT <= 16.958) and (AT > 13.577) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) -> 96.548, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) -> 115.35, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) -> 91.436, if (AT <= 16.958) and (AT > 13.87) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) -> 107.645, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) -> 119.047, if (AT <= 16.958) and (AT > 9.387) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) -> 115.066, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1027.05) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) -> 110.166, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1027.05) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) -> 117.515, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1036.65) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) -> 106.678, if (AT <= 16.958) and (AT > 9.36) and (TIT <= 1042.85) and (TIT > 1036.65) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) -> 96.804, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (AFDP > 3.444) and (AFDP <= 3.461) -> 94.208, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (AFDP > 3.444) -> 112.425, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1027.75) and (TAT <= 541.975) and (AFDP > 3.444) -> 100.12, if (AT <= 16.958) and (AT > 0.751) and (TIT <= 1042.85) and (TIT > 1027.75) and (TAT <= 541.975) and (AFDP > 3.444) -> 105.077, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 533.27) and (AFDP > 3.444) -> 114.08, if (AT <= 16.958) and (AT > 4.379) and (TIT <= 1042.85) and (TAT <= 541.975) and (AFDP > 3.444) -> 102.241, if (AT <= 16.958) and (AT > 4.379) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 529.155) and (AFDP > 3.444) -> 113.328, if (AT <= 16.958) and (AT > 4.379) and (TIT <= 1042.85) and (TIT > 1029.95) and (TAT <= 541.975) and (AFDP > 3.444) and (AP <= 1016.55) -> 96.223, if (AT <= 16.958) and (AT > 4.379) and (TIT <= 1042.85) and (TIT > 1029.95) and (TAT <= 541.975) and (TAT > 536.965) and (AFDP > 3.444) and (AP <= 1016.55) -> 90.928, if (AT <= 16.958) and (AT > 4.379) and (TIT <= 1042.85) and (TIT > 1029.95) and (TAT <= 541.975) and (AFDP > 3.444) and (AP > 1016.55) and (AP <= 1030.3) -> 98.433, if (AT <= 16.958) and (AT > 4.379) and (TIT <= 1042.85) and (TIT > 1029.95) and (TAT <= 541.975) and (AFDP > 3.444) and (AP > 1016.55) and (AP <= 1030.3) -> 106.91, if (AT <= 16.958) and (AT > 4.379) and (TIT <= 1042.85) and (TIT > 1029.95) and (TAT <= 541.975) and (AFDP > 3.444) and (AP > 1016.55) -> 108.44, if (AT <= 16.958) and (AT > 12.146) and (TIT <= 1042.85) and (TAT <= 541.975) and (AFDP > 3.444) -> 77.414, if (AT <= 16.958) and (AT > 12.146) and (TIT <= 1042.85) and (TAT <= 541.975) and (AFDP > 3.444) -> 94.655, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 2.746) -> 102.777, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 2.746) and (AFDP > 2.643) -> 95.358, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1026.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 2.746) and (AP <= 1011.0) -> 102.455, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1026.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 2.746) and (AP > 1011.0) -> 94.444, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1026.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 2.746) and (AP > 1011.0) -> 89.373, if (AT <= 16.958) and (AT > 7.325) and (TIT <= 1042.85) and (TIT > 1026.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 2.746) and (AP > 1011.0) -> 96.766, if (AT <= 16.958) and (AT > 7.325) and (TIT <= 1042.85) and (TIT > 1026.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 2.746) and (AP > 1011.0) -> 87.424, if (AT <= 16.958) and (AT > 13.614) and (TIT <= 1042.85) and (TIT > 1026.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 2.746) and (AP > 1011.0) -> 92.613, if (AT <= 16.958) and (AT > 13.614) and (TIT <= 1042.85) and (TIT > 1026.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 2.746) and (AP > 1011.0) and (AP <= 1022.85) -> 90.202, if (AT <= 16.958) and (AT > 13.614) and (TIT <= 1042.85) and (TIT > 1026.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 2.746) and (AP > 1011.0) -> 86.304, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP > 2.746) and (AFDP <= 3.515) -> 82.06, if (AT <= 16.958) and (AT > 9.259) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP > 2.746) and (AFDP <= 3.515) -> 91.093, if (AT <= 16.958) and (AT > 15.032) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP > 2.746) and (AFDP <= 3.515) -> 73.71, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP > 2.746) -> 116.14, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 4.099) -> 104.285, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 4.099) and (AFDP > 2.2) -> 87.108, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 4.099) and (AFDP > 2.35) and (AP <= 1026.8) -> 113.13, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 4.099) and (AFDP > 2.35) and (AP <= 1026.8) and (AH <= 78.907) -> 102.219, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 4.099) and (AFDP > 2.35) and (AP <= 1026.8) and (AH <= 78.907) -> 89.018, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 4.099) and (AFDP > 2.35) and (AP <= 1026.8) and (AH > 78.907) and (AH <= 94.256) -> 102.24, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 4.099) and (AFDP > 2.35) and (AP <= 1026.8) and (AH > 78.907) -> 96.416, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 4.099) and (AFDP > 2.35) and (AP > 1026.8) -> 88.844, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP > 4.099) and (AH <= 93.664) -> 94.285, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP > 4.099) and (AH <= 93.664) -> 88.707, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP > 4.099) and (AH > 93.664) -> 96.658, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 543.215) -> 92.005, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) -> 114.461, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP <= 2.541) and (AP <= 1021.85) -> 92.075, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP <= 2.541) and (AP > 1021.85) -> 84.282, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP <= 2.541) and (AFDP > 2.518) -> 109.47, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP > 2.541) and (AFDP <= 2.967) -> 85.121, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP > 2.541) -> 92.196, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AH > 98.524) and (AFDP > 2.541) -> 65.265, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TIT > 1039.15) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AP <= 1019.45) -> 108.965, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TIT > 1039.15) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AP <= 1019.45) -> 95.014, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TIT > 1039.15) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AP > 1019.45) -> 87.635, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP <= 3.255) and (AP <= 1022.7) -> 86.542, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP <= 3.255) and (AP > 1022.7) -> 80.562, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP <= 3.255) and (AFDP > 2.538) -> 81.706, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AH > 84.198) and (AFDP <= 3.255) and (AFDP > 2.538) -> 76.355, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AH > 97.77) and (AFDP <= 3.255) -> 64.057, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP > 3.255) -> 84.285, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AH > 88.39) and (AFDP > 3.255) -> 91.92, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH > 99.979) -> 103.091, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH <= 95.179) -> 78.87, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH <= 95.179) and (AH > 90.784) -> 94.487, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH <= 95.179) and (AH > 92.124) -> 70.737, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH <= 95.179) -> 100.45, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH <= 95.179) and (AP <= 1017.75) -> 60.247, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH <= 95.179) and (AP <= 1017.75) and (AP > 1001.4) -> 70.909, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH <= 95.179) and (AH > 66.778) and (AP <= 1017.75) and (AP > 1001.4) -> 76.188, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH <= 95.179) and (AP > 1017.75) and (AP <= 1018.75) -> 58.904, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH <= 95.179) and (AP > 1017.75) -> 70.342, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH > 95.179) -> 88.232, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) -> 69.706, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) -> 61.133, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (AP <= 1018.55) -> 109.92, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (AP > 1018.55) -> 95.276, if (AT <= 16.958) and (AT > 4.247) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) -> 102.604, if (AT <= 16.958) and (AT > 4.247) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 539.21) -> 114.419, if (AT <= 16.958) and (AT > 6.436) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (AFDP <= 3.313) -> 81.044, if (AT <= 16.958) and (AT > 6.436) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (AFDP <= 3.313) and (AFDP > 2.343) -> 95.319, if (AT <= 16.958) and (AT > 6.436) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (AFDP <= 3.313) and (AFDP > 2.343) -> 104.581, if (AT <= 16.958) and (AT > 6.436) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (AFDP > 3.313) and (AP <= 1021.45) -> 86.314, if (AT <= 16.958) and (AT > 6.436) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (AFDP > 3.313) and (AP <= 1021.45) and (AP > 1014.5) -> 90.748, if (AT <= 16.958) and (AT > 6.436) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (AFDP > 3.313) and (AP > 1021.45) -> 92.991, if (AT <= 16.958) and (AT > 6.436) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 541.21) and (AFDP > 3.313) and (AP > 1021.45) -> 100.369, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH <= 85.727) -> 105.322, if (AT <= 16.958) and (AT > 2.669) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH <= 85.727) and (AP <= 1002.595) -> 98.645, if (AT <= 16.958) and (AT > 2.669) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH <= 85.727) and (AP > 1002.595) -> 78.621, if (AT <= 16.958) and (AT > 2.669) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH <= 85.727) -> 91.728, if (AT <= 16.958) and (AT > 2.669) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH <= 85.727) -> 78.516, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) -> 84.365, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) and (AH <= 93.866) -> 110.243, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) -> 95.22, if (AT <= 16.958) and (AT > 7.578) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) and (AFDP <= 3.26) and (AP <= 1019.55) -> 96.841, if (AT <= 16.958) and (AT > 7.578) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) and (AFDP <= 3.26) and (AP > 1019.55) -> 80.805, if (AT <= 16.958) and (AT > 7.578) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) and (AFDP > 3.26) and (AP <= 1015.45) -> 79.682, if (AT <= 16.958) and (AT > 7.578) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) and (AFDP > 3.26) and (AP > 1015.45) -> 91.091, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (TAT <= 549.485) and (AP <= 1005.4) -> 112.6, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP <= 1005.4) and (AH <= 92.372) -> 71.194, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP <= 1005.4) and (AH > 92.372) -> 61.168, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP <= 1005.4) and (AP > 997.945) and (AH > 92.372) -> 65.182, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (TAT <= 549.485) and (AP > 1005.4) and (AFDP <= 3.542) -> 101.071, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP > 1005.4) and (AFDP <= 3.542) -> 90.008, if (AT <= 16.958) and (AT > 5.341) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP > 1005.4) and (AFDP <= 3.542) -> 89.137, if (AT <= 16.958) and (AT > 5.341) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP > 1005.4) and (AFDP <= 3.542) and (AFDP > 2.672) -> 77.929, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP > 1005.4) and (AFDP > 3.542) and (AFDP <= 4.094) -> 111.245, if (AT <= 16.958) and (AT > 4.068) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP > 1005.4) and (AFDP > 3.542) and (AFDP <= 4.094) -> 114.781, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP > 1005.4) and (AFDP > 3.542) -> 97.076, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (TAT <= 548.365) and (AH <= 90.794) and (AFDP <= 2.552) -> 68.711, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (TAT <= 548.365) and (AH <= 90.794) and (AFDP > 2.552) and (AFDP <= 2.584) -> 93.482, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (TAT <= 548.365) and (AH <= 90.794) and (AFDP > 2.552) -> 78.216, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (TAT <= 548.365) and (AH > 90.794) -> 80.068, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (TAT <= 548.365) and (AH > 90.794) -> 100.831, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (TAT <= 548.365) and (AH > 90.794) -> 89.356, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AFDP <= 3.255) -> 71.231, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AFDP <= 3.255) -> 77.297, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AFDP <= 3.255) and (AFDP > 2.987) and (AH <= 98.188) -> 58.715, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AFDP <= 3.255) and (AFDP > 2.987) and (AH > 98.188) -> 68.344, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AFDP > 3.255) -> 117.48, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AFDP > 3.255) and (AP <= 998.51) -> 75.632, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AFDP > 3.255) and (AP > 998.51) -> 80.359, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT <= 548.945) and (AH <= 83.977) -> 88.697, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT <= 548.945) and (AH > 83.977) -> 102.509, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 2.887) and (TAT <= 548.945) -> 74.675, if (AT <= 16.958) and (AT > 6.145) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 2.887) and (TAT <= 548.945) -> 87.045, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT > 548.945) and (AP <= 1016.75) -> 84.18, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT > 548.945) and (AP > 1016.75) -> 74.33, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT > 548.945) -> 83.875, if (AT <= 16.958) and (AT > 4.485) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT > 548.945) -> 80.136, if (AT <= 16.958) and (AT > 7.562) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT <= 548.41) -> 119.28, if (AT <= 16.958) and (AT > 7.562) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT <= 548.41) and (TAT > 541.36) -> 92.03, if (AT <= 16.958) and (AT > 7.562) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT <= 548.41) and (TAT > 541.36) -> 81.818, if (AT <= 16.958) and (AT > 7.562) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT > 548.41) -> 72.873, if (AT <= 16.958) and (AT > 7.562) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT > 548.41) -> 69.341, if (AT <= 16.958) and (AT > 7.562) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT > 548.41) -> 75.124, if (AT <= 16.958) and (AT > 7.562) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 2.98) and (TAT > 548.41) -> 80.113, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (TAT <= 549.445) -> 110.3, if (AT <= 16.958) and (AT > 3.939) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (TAT <= 549.445) -> 82.526, if (AT <= 16.958) and (AT > 3.939) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (TAT <= 549.445) -> 71.732, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (TAT > 549.445) and (AH <= 69.472) -> 73.65, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (TAT > 549.445) and (AH > 69.472) -> 68.763, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (TAT > 549.445) -> 68.561, if (AT <= 16.958) and (AT > 7.543) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (TAT > 549.445) -> 64.269, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (AP <= 1027.75) -> 76.429, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (AP <= 1027.75) and (AP > 1021.55) -> 82.034, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (AP > 1027.75) -> 62.715, if (AT <= 16.958) and (AT > 7.41) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (AP <= 1007.75) and (AH <= 94.792) -> 81.061, if (AT <= 16.958) and (AT > 7.41) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (AP <= 1007.75) and (AH > 94.792) -> 76.776, if (AT <= 16.958) and (AT > 7.41) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (AP > 1007.75) and (AH <= 99.826) -> 71.068, if (AT <= 16.958) and (AT > 7.41) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (AP > 1007.75) and (AH > 99.826) -> 79.893, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (TAT <= 540.32) -> 84.417, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (TAT > 540.32) -> 98.195, if (AT <= 16.958) and (AT > 7.161) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP <= 1007.0) -> 76.132, if (AT <= 16.958) and (AT > 7.161) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP > 1007.0) -> 84.732, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AH <= 84.426) -> 85.713, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AH > 84.426) -> 81.819, if (AT <= 16.958) and (AT > 5.332) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP <= 1017.45) -> 81.557, if (AT <= 16.958) and (AT > 5.332) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP > 1017.45) -> 78.807, if (AT <= 16.958) and (AT > 8.233) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AH <= 89.149) -> 100.28, if (AT <= 16.958) and (AT > 8.233) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AH <= 89.149) -> 85.292, if (AT <= 16.958) and (AT > 8.233) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AH <= 89.149) -> 79.771, if (AT <= 16.958) and (AT > 8.233) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AH <= 89.149) -> 77.911, if (AT <= 16.958) and (AT > 8.233) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AH > 89.149) and (AH <= 99.87) -> 66.923, if (AT <= 16.958) and (AT > 8.233) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AH > 89.149) -> 80.494, if (AT <= 16.958) and (AT > 8.233) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AH > 89.149) -> 76.304, if (AT <= 16.958) and (AT > 8.233) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AH > 89.149) -> 71.48, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP <= 1027.65) and (TAT <= 547.3) -> 60.38, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP <= 1027.65) and (TAT <= 547.3) -> 70.994, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP <= 1027.65) and (TAT <= 547.3) and (TAT > 541.3) -> 76.31, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP <= 1027.65) and (TAT > 547.3) -> 65.18, if (AT <= 16.958) and (AT > 4.648) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP <= 1027.65) and (TAT > 547.3) and (TAT <= 550.14) -> 82.508, if (AT <= 16.958) and (AT > 4.648) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP <= 1027.65) and (TAT > 547.3) -> 74.77, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AFDP <= 4.045) and (AP > 1027.65) and (TAT <= 544.85) -> 55.664, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AFDP <= 4.045) and (AP > 1027.65) and (TAT > 544.85) -> 62.781, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP > 1027.65) and (AH <= 93.18) -> 69.173, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP > 1027.65) and (AH <= 93.18) and (AH > 92.176) -> 82.137, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP > 1027.65) and (AH > 93.18) -> 60.424, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (AH <= 63.569) -> 75.037, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (AH > 63.569) -> 66.698, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (TAT > 527.375) and (AFDP <= 4.093) and (AH <= 65.853) -> 64.886, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (TAT > 527.375) and (AFDP <= 4.093) and (AH > 65.853) -> 59.242, if (AT <= 16.958) and (AT > 5.227) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) -> 65.275, if (AT <= 16.958) and (AT > 5.227) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (AFDP > 4.048) -> 69.264, if (AT <= 16.958) and (AT > 5.227) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (TAT > 528.465) and (AFDP <= 4.093) and (AH <= 92.076) -> 71.636, if (AT <= 16.958) and (AT > 5.227) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (TAT > 528.465) and (AFDP <= 4.093) and (AH > 92.076) -> 68.328, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (TAT > 531.835) and (AFDP <= 4.093) and (AH <= 91.848) -> 62.201, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (TAT > 531.835) and (AFDP <= 4.093) and (AH <= 91.848) and (AH > 86.415) -> 74.309, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1015.9) and (TAT <= 539.04) and (TAT > 531.835) and (AFDP <= 4.093) and (AH <= 91.848) -> 59.567, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1015.9) and (TAT <= 539.04) and (TAT > 531.835) and (AFDP <= 4.093) and (AH <= 91.848) -> 57.15, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (TAT > 531.835) and (AFDP <= 4.093) and (AH > 91.848) -> 73.254, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 999.795) and (TAT <= 539.04) and (TAT > 531.835) and (AFDP <= 4.093) and (AH > 91.848) -> 69.694, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 999.795) and (TAT <= 539.04) and (TAT > 531.835) and (AFDP <= 4.093) and (AH > 91.848) -> 72.981, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) -> 75.092, if (AT <= 16.958) and (AT > 7.273) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) -> 69.044, if (AT <= 16.958) and (AT > 8.495) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) -> 88.849, if (AT <= 16.958) and (AT > 9.095) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AFDP <= 5.565) -> 72.082, if (AT <= 16.958) and (AT > 9.095) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1002.2) and (TAT <= 539.04) and (AFDP > 4.093) and (AFDP <= 5.565) -> 69.502, if (AT <= 16.958) and (AT > 9.095) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AFDP <= 6.274) -> 67.929, if (AT <= 16.958) and (AT > 9.095) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) -> 65.656, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1006.25) and (TAT <= 539.04) and (AFDP > 4.093) and (AFDP <= 4.787) and (AH <= 79.065) -> 69.443, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1006.25) and (TAT <= 539.04) and (AFDP > 4.093) and (AFDP <= 4.787) and (AH > 79.065) -> 67.814, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1006.25) and (TAT <= 539.04) and (AFDP > 4.093) and (AFDP <= 4.877) -> 58.074, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1006.25) and (TAT <= 539.04) and (AFDP > 4.093) -> 66.477, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1006.25) and (TAT <= 539.04) and (TAT > 527.515) and (AFDP > 4.093) and (AH <= 57.408) -> 61.402, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1006.25) and (TAT <= 539.04) and (TAT > 527.515) and (AFDP > 4.093) and (AH <= 57.408) -> 69.042, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1006.25) and (TAT <= 539.04) and (TAT > 527.515) and (AFDP > 4.093) and (AH > 57.408) -> 68.604, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1006.25) and (TAT <= 539.04) and (TAT > 527.515) and (AFDP > 4.093) and (AH > 57.408) -> 71.436, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT > 539.04) and (TAT <= 543.17) and (AH <= 88.702) -> 86.675, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT > 539.04) and (TAT <= 543.17) and (AH <= 88.702) and (AH > 71.46) -> 77.91, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1018.2) and (TAT > 539.04) and (TAT <= 543.17) and (AH <= 88.702) -> 92.696, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT > 539.04) and (TAT <= 543.17) and (AH > 88.702) -> 66.237, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1019.45) and (TAT > 539.04) and (TAT <= 543.17) -> 60.259, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT > 539.04) and (AFDP <= 3.772) -> 77.158, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT > 539.04) and (AFDP > 3.772) -> 80.228, if (AT <= 16.958) and (AT > 7.535) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT > 539.04) and (AFDP > 3.772) -> 92.29, if (AT <= 16.958) and (AT > 7.535) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1019.45) and (TAT > 539.04) and (AFDP > 3.772) -> 87.675, if (AT <= 16.958) and (AT > 7.535) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT > 539.04) and (AFDP > 3.772) -> 84.178, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (AFDP <= 5.103) and (AH <= 58.817) -> 60.663, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (AFDP <= 5.103) and (AH > 58.817) -> 57.375, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (AFDP <= 5.103) and (AFDP > 4.5) -> 50.662, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (AFDP > 5.103) -> 62.174, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 521.505) and (AFDP > 5.103) -> 66.815, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 521.505) and (AFDP > 5.103) -> 69.167, if (AT <= 16.958) and (AT > 3.237) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (AFDP <= 4.672) and (AH <= 80.81) -> 61.392, if (AT <= 16.958) and (AT > 3.237) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (AFDP <= 4.672) and (AH > 80.81) -> 66.277, if (AT <= 16.958) and (AT > 3.237) and (TIT > 1042.85) and (AP > 1020.95) and (AP <= 1030.3) and (TAT <= 538.375) and (AFDP <= 4.672) and (AFDP > 4.136) -> 70.891, if (AT <= 16.958) and (AT > 3.237) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (AFDP <= 4.672) and (AFDP > 4.136) -> 47.599, if (AT <= 16.958) and (AT > 3.237) and (TIT > 1042.85) and (AP > 1020.95) and (AP <= 1029.15) and (TAT <= 538.375) and (AFDP > 4.672) and (AFDP <= 5.871) -> 64.597, if (AT <= 16.958) and (AT > 3.237) and (TIT > 1042.85) and (AP > 1020.95) and (AP <= 1029.15) and (TAT <= 538.375) and (AFDP > 4.672) -> 61.799, if (AT <= 16.958) and (AT > 3.237) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (AFDP > 4.672) -> 47.108, if (AT <= 16.958) and (AT > 3.237) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (AFDP > 4.672) -> 61.284, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AFDP <= 4.725) -> 61.545, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AFDP > 4.725) -> 70.282, if (AT <= 16.958) and (AT > 5.979) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AFDP <= 4.205) -> 57.376, if (AT <= 16.958) and (AT > 5.979) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AFDP > 4.205) -> 51.801, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1100.05) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AH > 74.559) -> 55.975, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AH > 74.559) -> 64.701, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AH > 74.559) and (AFDP <= 4.399) -> 57.605, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AH > 74.559) and (AFDP > 4.399) -> 71.685, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH > 93.176) -> 82.666, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (AP <= 1022.35) and (TAT > 538.375) -> 65.547, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT > 538.375) and (TAT <= 545.445) -> 70.219, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT > 538.375) and (TAT <= 545.445) -> 76.183, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT > 538.375) and (AH <= 77.347) -> 84.827, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT > 538.375) and (AH > 77.347) -> 78.62, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP <= 3.117) and (AP <= 1015.1) -> 71.653, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP <= 3.117) and (AP <= 1015.1) -> 86.33, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP <= 3.117) and (AP > 1015.1) -> 68.727, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP <= 3.117) and (AP > 1015.1) -> 70.809, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (TAT > 548.645) and (AH <= 80.06) and (AFDP <= 3.117) and (AP > 1015.1) -> 67.807, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (TAT > 548.645) and (AH <= 80.06) and (AFDP <= 3.117) and (AP > 1015.1) -> 65.739, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP > 3.117) -> 83.179, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (TAT > 545.74) and (AH <= 80.06) and (AFDP > 3.117) and (AP <= 1013.95) -> 82.596, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (TAT > 545.74) and (AH <= 80.06) and (AFDP > 3.117) and (AP > 1013.95) -> 76.238, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (TAT > 545.74) and (AH <= 80.06) and (AFDP > 3.117) and (AP > 1013.95) -> 77.774, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP <= 2.698) -> 77.695, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP <= 2.698) and (AFDP > 2.234) and (AP <= 998.95) -> 79.642, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP <= 2.698) and (AFDP > 2.234) and (AP > 998.95) -> 88.362, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP <= 2.698) -> 71.752, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AH <= 82.61) and (AFDP <= 2.698) and (AFDP > 2.29) -> 94.234, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP <= 2.698) and (AFDP > 2.29) -> 82.086, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP > 2.698) and (AFDP <= 2.731) -> 105.47, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP > 2.698) and (AP <= 1016.35) -> 78.031, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP > 2.698) and (AP > 1016.35) -> 84.103, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (TAT > 548.915) and (AH > 80.06) and (AFDP > 2.698) and (AP <= 1013.95) -> 70.972, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (TAT > 548.915) and (AH > 80.06) and (AFDP > 2.698) and (AP > 1013.95) -> 63.777, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (TAT > 548.915) and (AH > 80.06) and (AFDP > 2.698) -> 78.042, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (TAT > 548.915) and (AH > 80.06) and (AFDP > 2.698) -> 100.06, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP <= 2.586) and (AP <= 998.58) -> 77.058, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 549.74) and (AFDP <= 2.586) and (AP > 998.58) -> 70.627, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP <= 2.586) and (AP > 998.58) -> 68.522, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP <= 2.586) and (AFDP > 2.433) -> 74.072, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP <= 2.586) and (AFDP > 2.433) -> 70.855, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP <= 2.586) and (AFDP > 2.433) -> 72.303, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP > 2.586) and (AH <= 63.627) -> 71.898, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP > 2.586) and (AH > 63.627) and (AP <= 1001.2) -> 56.447, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 549.875) and (AFDP > 2.586) and (AH > 63.627) and (AP > 1001.2) -> 66.475, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP > 2.586) and (AH > 63.627) and (AP > 1001.2) -> 63.206, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 550.115) and (AH <= 95.267) -> 79.285, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 550.115) and (AH <= 95.267) -> 75.42, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 550.115) and (AH > 95.267) -> 86.44, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 550.115) and (AH > 95.267) -> 72.608, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 550.115) -> 76.97, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 550.115) and (AP <= 1017.9) -> 71.599, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 550.115) and (AP > 1017.9) -> 54.837, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 550.305) and (AFDP <= 3.036) -> 63.49, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 550.305) and (AFDP <= 3.036) -> 72.02, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP <= 3.036) -> 56.038, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP > 3.036) -> 74.387, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1084.15) and (TAT <= 539.06) and (AP <= 1021.95) -> 100.128, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (AP <= 1021.95) and (AFDP <= 4.461) -> 67.09, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (AP <= 1021.95) and (AFDP <= 4.461) and (AFDP > 4.048) -> 70.88, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (TAT > 536.26) and (AP <= 1021.95) and (AFDP <= 4.461) and (AH <= 84.146) -> 60.944, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (TAT > 536.26) and (AP <= 1021.95) and (AFDP <= 4.461) and (AH > 84.146) -> 71.121, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (AP <= 1021.95) and (AFDP > 4.461) -> 65.935, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (AP <= 1021.95) and (AFDP > 4.461) -> 62.351, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (TAT > 533.42) and (AP <= 1021.95) and (AFDP > 4.461) -> 82.41, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (TAT > 533.42) and (AP <= 1021.95) and (AFDP > 4.461) -> 67.953, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (AP > 1021.95) and (AFDP <= 4.577) -> 64.955, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (TAT > 528.865) and (AP > 1021.95) and (AFDP <= 4.577) -> 73.216, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1099.55) and (TAT <= 539.06) and (AP > 1021.95) and (AFDP > 4.577) -> 56.518, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (AP > 1021.95) and (AFDP > 4.577) and (AH <= 82.591) -> 64.39, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (AP > 1021.95) and (AFDP > 4.577) and (AH > 82.591) -> 61.989, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1099.75) and (TAT <= 539.06) and (TAT > 531.97) and (AP > 1021.95) and (AP <= 1028.3) -> 70.921, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1099.75) and (TAT <= 539.06) and (TAT > 531.97) and (AP > 1021.95) -> 58.124, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (TAT > 531.97) and (AP > 1021.95) and (AH <= 54.392) and (AFDP <= 4.324) -> 60.806, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (TAT > 531.97) and (AP > 1021.95) and (AH <= 54.392) and (AFDP > 4.324) -> 54.134, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (TAT > 531.97) and (AP > 1021.95) and (AH > 54.392) and (AFDP <= 4.668) -> 50.277, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (TAT > 531.97) and (AP > 1021.95) and (AH > 54.392) and (AFDP > 4.668) -> 61.433, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1075.75) and (TAT > 539.06) and (TAT <= 548.995) and (AFDP <= 3.846) and (AP <= 1014.95) -> 82.571, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1075.75) and (TAT > 539.06) and (AFDP <= 3.846) and (AP <= 1014.95) -> 66.458, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP <= 3.846) and (AP <= 1014.95) -> 75.779, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.248) and (AP <= 1014.95) -> 71.654, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1078.05) and (TAT > 539.06) and (AFDP <= 3.846) and (AP > 1014.95) -> 65.935, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP <= 3.846) and (AP > 1014.95) -> 72.92, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP <= 3.846) and (AP > 1014.95) -> 66.352, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.376) and (AP > 1014.95) -> 107.4, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1065.85) and (TAT > 539.06) and (TAT <= 549.86) and (AFDP <= 3.846) and (AFDP > 3.378) and (AH <= 89.362) -> 82.337, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1065.85) and (TAT > 539.06) and (TAT <= 549.86) and (AFDP <= 3.846) and (AFDP > 3.378) and (AH > 89.362) -> 77.18, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1065.85) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) -> 60.612, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1065.85) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) -> 73.974, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1079.05) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) and (AP <= 1019.05) -> 61.3, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1079.05) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) and (AP > 1019.05) -> 66.462, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) -> 65.157, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) -> 70.466, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1065.5) and (TAT > 539.06) and (AFDP > 3.846) and (AH <= 98.455) -> 90.185, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1087.55) and (TAT > 539.06) and (AFDP > 3.846) and (AH <= 98.455) -> 77.166, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP > 3.846) and (AH <= 98.455) -> 73.995, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1063.65) and (TAT > 539.06) and (AFDP > 3.846) and (AFDP <= 4.619) and (AH <= 98.455) -> 80.891, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP > 3.846) and (AFDP <= 4.619) and (AH <= 98.455) -> 73.273, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP > 3.846) and (AH <= 98.455) -> 77.672, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP > 3.846) and (AH <= 98.455) and (AH > 93.491) -> 70.49, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1080.7) and (TAT > 539.06) and (AFDP > 3.846) and (AH > 98.455) -> 73.962, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1080.7) and (TAT > 539.06) and (TAT <= 550.215) and (AFDP > 3.846) and (AH > 98.455) -> 59.655, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1080.7) and (TAT > 539.06) and (AFDP > 3.846) and (AH > 98.455) -> 65.952, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP > 3.846) and (AFDP <= 4.144) and (AH > 98.455) -> 59.259, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP > 3.846) and (AH > 98.455) -> 72.675, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP > 3.846) and (AH > 98.455) -> 69.339, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT <= 548.77) and (AFDP <= 2.348) -> 77.09, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT <= 548.77) and (AFDP <= 2.348) -> 67.253, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT <= 548.77) and (AFDP > 2.348) -> 85.687, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT <= 548.77) and (AFDP > 2.348) -> 79.272, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT <= 548.77) and (TAT > 544.835) and (AFDP > 2.348) -> 90.655, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT <= 548.77) and (TAT > 546.17) and (AFDP > 2.348) and (AP <= 1002.45) -> 91.466, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT <= 548.77) and (TAT > 546.17) and (AFDP > 2.348) and (AP > 1002.45) -> 81.235, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT <= 548.77) and (TAT > 546.17) and (AFDP > 2.348) and (AP > 1002.45) -> 75.579, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AH <= 67.078) -> 64.316, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AH <= 67.078) -> 69.451, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AH <= 67.078) -> 61.554, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AH > 67.078) and (AP <= 1015.5) -> 63.975, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AH > 67.078) and (AP <= 1015.5) -> 60.582, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AH > 67.078) and (AP > 1015.5) and (AFDP <= 2.328) -> 49.672, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AH > 67.078) and (AP > 1015.5) and (AFDP > 2.328) -> 58.822, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AFDP <= 3.375) -> 70.807, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AFDP <= 3.375) and (AFDP > 2.734) -> 64.947, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AFDP > 3.375) and (AH <= 79.562) -> 76.822, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AFDP > 3.375) and (AH > 79.562) -> 70.719, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AFDP <= 3.915) and (AH <= 75.32) -> 68.838, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AFDP <= 3.915) and (AH > 75.32) -> 63.971, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AFDP > 3.915) and (AH <= 84.583) -> 72.783, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AFDP > 3.915) and (AH > 84.583) -> 67.933, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AP <= 1005.95) and (TAT <= 549.595) -> 81.295, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AP <= 1005.95) and (TAT > 549.595) -> 76.91, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AP <= 1005.95) -> 74.764, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AP > 1005.95) and (AH <= 63.427) -> 72.341, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AP > 1005.95) and (AH > 63.427) -> 62.974, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AFDP > 3.077) and (AP > 1005.95) and (AH > 63.427) -> 58.842, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AP > 1005.95) -> 80.538, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AP > 1005.95) and (TAT <= 549.975) -> 65.09, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AP > 1005.95) and (TAT > 549.975) -> 69.715, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH <= 67.295) and (AP <= 1022.65) -> 64.205, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH <= 67.295) and (AP > 1022.65) -> 58.573, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH <= 67.295) and (AP <= 1017.6) -> 61.333, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH <= 67.295) and (AP > 1017.6) -> 55.891, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH > 67.295) and (TAT <= 548.87) -> 67.231, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH > 67.295) and (TAT > 548.87) -> 54.628, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH > 67.295) -> 62.389, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH > 67.295) -> 58.309, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AH <= 89.268) -> 77.764, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AH <= 89.268) and (AH > 71.707) -> 69.045, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AH > 89.268) -> 72.283, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AH > 89.268) -> 61.688, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 4.524) -> 59.481, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 4.524) -> 62.52, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AH <= 96.355) -> 73.89, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AH > 96.355) -> 59.223, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1085.05) and (AP <= 1004.95) and (AFDP <= 3.38) and (AH <= 96.614) -> 72.47, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AH <= 96.614) -> 75.45, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AFDP > 3.235) and (AH <= 96.614) -> 81.025, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AFDP > 3.235) and (AH <= 96.614) -> 76.613, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AFDP > 3.281) and (AH <= 96.614) -> 80.553, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AFDP > 3.281) and (AH <= 96.614) -> 83.901, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1086.95) and (AP <= 1004.95) and (AFDP <= 3.38) and (AFDP > 3.281) and (AH <= 96.614) and (AH > 81.576) -> 75.824, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AFDP > 3.281) and (AH <= 96.614) and (AH > 81.576) -> 80.017, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AH > 96.614) -> 101.901, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AFDP <= 4.333) and (AH <= 96.901) and (TAT <= 542.23) -> 74.422, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (TAT <= 542.23) -> 68.524, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1096.5) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (TAT <= 542.23) and (TAT > 538.855) -> 78.491, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (TAT <= 542.23) and (TAT > 538.855) -> 61.209, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1099.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (TAT > 542.23) -> 75.788, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1099.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (AH > 88.701) and (TAT > 542.23) -> 72.209, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (TAT > 542.23) -> 85.794, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH > 96.901) -> 68.266, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH > 96.901) -> 65.683, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH > 96.901) -> 64.591, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) -> 59.47, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) -> 66.14, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP > 2.849) and (TAT <= 540.115) -> 51.31, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP > 2.849) and (TAT > 540.115) -> 68.304, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1086.3) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP > 3.613) and (AH <= 84.412) -> 51.633, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP > 3.613) and (AH <= 84.412) -> 62.016, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP > 3.613) and (AH > 84.412) -> 70.177, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP > 3.613) and (AH > 84.412) -> 63.884, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (AFDP <= 4.19) and (TAT <= 529.765) -> 48.995, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (AFDP <= 4.19) and (TAT > 529.765) and (TAT <= 536.285) -> 74.355, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (AFDP <= 4.19) and (TAT > 529.765) -> 70.146, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (TAT <= 543.135) -> 65.383, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (TAT <= 543.135) and (TAT > 535.885) -> 61.131, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (TAT > 543.135) and (AH <= 76.114) -> 75.058, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (TAT > 543.135) and (AH > 76.114) -> 69.72, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1090.5) and (AP > 1004.95) and (AFDP <= 3.565) -> 85.921, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1090.5) and (AP > 1004.95) and (AFDP > 3.565) and (AFDP <= 4.681) -> 80.146, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1090.5) and (AP > 1004.95) and (AFDP > 3.565) and (AFDP <= 4.681) -> 75.269, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1090.5) and (AP > 1004.95) and (AFDP > 3.565) -> 79.0, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AFDP <= 4.295) -> 72.565, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AFDP > 4.295) and (AH <= 69.583) -> 68.564, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AFDP > 4.295) and (AH > 69.583) -> 66.528, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (AFDP <= 2.416) -> 113.22, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (AFDP > 2.416) and (AH <= 83.383) -> 89.171, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (AFDP > 2.416) and (AH <= 83.383) -> 116.04, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (AFDP > 2.416) and (AH <= 83.383) and (AH > 73.562) -> 85.711, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 533.005) and (AFDP > 2.416) and (AH <= 83.383) and (AH > 73.562) -> 76.082, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (AFDP > 2.416) and (AFDP <= 2.817) and (AH > 83.383) -> 108.435, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (AFDP > 2.416) and (AH > 83.383) -> 92.934, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1045.65) and (TAT <= 549.475) -> 71.373, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP <= 3.022) and (AH <= 87.982) -> 73.942, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP <= 3.022) and (AH > 87.982) -> 81.072, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP <= 3.022) -> 90.981, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP <= 3.022) and (AH <= 89.356) -> 68.685, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1046.2) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP <= 3.022) and (AH <= 89.356) -> 64.522, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP <= 3.022) and (AH <= 89.356) -> 73.954, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP <= 3.022) and (AH > 89.356) -> 77.178, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP > 3.022) and (AFDP <= 3.339) and (AH <= 95.869) -> 89.079, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP > 3.022) and (AFDP <= 3.339) and (AH <= 95.869) -> 83.147, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP > 3.022) and (AH <= 95.869) -> 76.065, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP > 3.022) and (AH <= 95.869) and (AH > 76.188) -> 81.602, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP > 3.022) and (AH <= 95.869) -> 72.844, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP > 3.022) and (AH > 95.869) -> 69.761, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) -> 79.122, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) -> 65.165, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) and (AP <= 1019.45) and (AH <= 88.788) -> 69.173, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) and (AP <= 1019.45) and (AH > 88.788) -> 60.752, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) and (AP <= 1019.45) and (AP > 1012.1) and (AFDP <= 3.111) -> 54.716, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) and (AP <= 1019.45) and (AP > 1012.1) and (AFDP > 3.111) -> 61.773, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) and (AP > 1019.45) -> 77.847, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) -> 55.144, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) and (AFDP <= 3.484) -> 67.057, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) and (AFDP > 3.484) -> 54.872, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) and (AFDP > 3.484) -> 50.713, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) and (AFDP > 3.484) -> 58.23, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) and (AFDP > 3.484) -> 60.438, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AH <= 90.986) -> 56.92, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AH > 90.986) -> 80.413, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1051.15) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AH <= 69.448) -> 67.706, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1051.15) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AH > 69.448) -> 62.433, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1069.75) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AP <= 1012.4) -> 79.509, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1069.75) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AP <= 1012.4) -> 81.846, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1069.75) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AP > 1012.4) and (AH <= 79.073) -> 71.232, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1069.75) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AP > 1012.4) and (AH > 79.073) -> 77.335, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AFDP > 3.072) and (AH <= 80.785) -> 65.551, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AFDP > 3.072) and (AH > 80.785) -> 60.039, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1065.5) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AFDP > 3.072) and (AH <= 62.895) -> 62.621, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1065.5) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AFDP > 3.072) and (AH > 62.895) -> 55.155, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1079.75) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AFDP > 3.072) and (AP <= 1003.6) and (AH <= 84.804) -> 70.186, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1079.75) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AFDP > 3.072) and (AP <= 1003.6) and (AH > 84.804) -> 61.632, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1079.75) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AFDP > 3.072) and (AP > 1003.6) -> 62.455, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1079.75) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AFDP > 3.072) and (AP > 1003.6) -> 59.2, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP <= 3.945) -> 66.411, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.375) and (AFDP <= 3.945) and (AFDP > 2.666) and (AH <= 68.16) -> 62.046, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.375) and (AFDP <= 3.945) and (AFDP > 2.666) and (AH > 68.16) -> 51.111, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.375) and (AFDP <= 3.945) and (AFDP > 2.666) -> 43.293, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP <= 3.945) and (AFDP > 2.666) and (AH <= 87.612) -> 55.602, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP <= 3.945) and (AFDP > 2.666) and (AH <= 87.612) and (AH > 83.001) -> 48.251, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP <= 3.945) and (AFDP > 2.666) and (AH > 87.612) -> 60.086, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AFDP <= 4.359) and (AH <= 84.777) -> 77.928, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1057.1) and (TAT > 549.475) and (AFDP > 3.945) and (AFDP <= 4.359) and (AH <= 84.777) -> 73.295, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1057.1) and (TAT > 549.475) and (AFDP > 3.945) and (AFDP <= 4.359) and (AH <= 84.777) -> 70.322, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AH <= 84.777) -> 77.032, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AH <= 84.777) and (AH > 68.062) and (AP <= 1015.75) -> 69.649, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AH <= 84.777) and (AH > 68.062) and (AP <= 1015.75) -> 78.38, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AH <= 84.777) and (AH > 68.062) and (AP <= 1015.75) -> 85.347, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AH <= 84.777) and (AH > 68.062) and (AP > 1015.75) -> 66.662, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1060.2) and (TAT > 549.475) and (AFDP > 3.945) and (AH <= 84.777) and (AH > 68.062) and (AP > 1015.75) -> 63.595, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AH <= 84.777) and (AH > 68.062) and (AP > 1015.75) -> 60.272, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AH > 84.777) and (AH <= 86.914) -> 76.92, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AH > 84.777) and (AH <= 100.046) and (AP <= 1012.6) -> 68.364, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AH > 84.777) and (AP <= 1012.6) -> 59.966, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AH > 84.777) and (AP > 1012.6) -> 62.949, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1059.55) and (TAT > 549.475) and (AFDP > 3.945) and (AFDP <= 4.723) and (AH > 84.777) and (AP <= 1014.85) -> 58.112, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1059.55) and (TAT > 549.475) and (AFDP > 3.945) and (AFDP <= 4.723) and (AH > 84.777) and (AP <= 1014.85) -> 62.976, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1059.55) and (TAT > 549.475) and (AFDP > 3.945) and (AFDP <= 4.723) and (AH > 84.777) and (AP > 1014.85) -> 62.882, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1059.55) and (TAT > 549.475) and (AFDP > 3.945) and (AFDP <= 4.723) and (AH > 84.777) and (AP > 1014.85) -> 58.286, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1059.55) and (TAT > 549.475) and (TAT <= 549.78) and (AFDP > 3.945) and (AH > 84.777) -> 73.092, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1059.55) and (TAT > 549.475) and (TAT <= 549.945) and (AFDP > 3.945) and (AH > 84.777) -> 66.733, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1059.55) and (TAT > 549.475) and (AFDP > 3.945) and (AH > 84.777) -> 69.052, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.09) and (AH <= 76.796) and (AP <= 1001.8) -> 76.938, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.09) and (AH <= 76.796) and (AP <= 1001.8) and (AP > 991.14) and (AFDP <= 2.64) -> 63.912, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.09) and (AH <= 76.796) and (AP <= 1001.8) and (AP > 991.14) and (AFDP > 2.64) -> 76.489, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1047.25) and (TAT > 549.475) and (TAT <= 550.09) and (AH <= 76.796) and (AP <= 1001.8) and (AP > 991.14) and (AFDP > 2.64) -> 71.319, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH <= 76.796) and (AP <= 1001.8) -> 66.491, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 549.56) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) -> 70.72, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) -> 56.326, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1052.7) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) -> 67.19, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1052.7) and (TAT > 549.475) and (AH <= 76.796) and (AH > 65.233) and (AP > 1001.8) and (AFDP <= 3.573) -> 60.315, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1062.55) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) -> 52.858, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1062.55) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) -> 70.471, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1062.55) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) and (AFDP > 3.099) -> 51.729, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1062.55) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) and (AFDP > 3.099) -> 58.457, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AP <= 1019.2) and (AFDP > 3.573) -> 70.808, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AFDP > 3.573) -> 64.198, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH <= 76.796) and (AH > 72.55) and (AP > 1001.8) and (AFDP > 3.573) -> 60.683, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1076.65) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AP <= 1014.15) and (AFDP > 3.573) -> 63.785, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1076.65) and (TAT > 549.475) and (AH <= 76.796) and (AH > 75.947) and (AP > 1001.8) and (AP <= 1014.15) and (AFDP > 3.573) -> 43.231, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1076.65) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AFDP > 3.573) and (AFDP <= 3.784) -> 62.143, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1076.65) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AFDP > 3.573) -> 53.51, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.205) and (AH > 76.796) and (AH <= 92.444) and (AFDP <= 4.182) -> 58.802, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.205) and (AH > 76.796) and (AH <= 92.444) and (AFDP <= 4.182) -> 56.833, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AH <= 92.444) and (AFDP <= 4.182) and (AP <= 1006.45) -> 60.666, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AH <= 92.444) and (AFDP <= 4.182) and (AP > 1006.45) -> 54.028, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AH <= 96.081) and (AFDP <= 4.182) -> 58.059, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AFDP <= 4.182) -> 63.083, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AH <= 98.989) and (AFDP <= 4.182) and (AFDP > 3.099) -> 55.17, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AFDP <= 4.182) and (AFDP > 3.099) -> 50.047, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1073.55) and (TAT > 549.475) and (AH > 76.796) and (AFDP <= 4.182) -> 80.257, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1073.55) and (TAT > 549.475) and (AH > 76.796) and (AH <= 90.844) and (AFDP <= 4.182) and (AFDP > 3.127) -> 53.357, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1073.55) and (TAT > 549.475) and (AH > 76.796) and (AFDP <= 4.182) and (AFDP > 3.127) -> 50.741, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1073.55) and (TAT > 549.475) and (TAT <= 550.275) and (AH > 76.796) and (AFDP <= 4.182) -> 61.683, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1073.55) and (TAT > 549.475) and (AH > 76.796) and (AFDP <= 4.182) -> 51.643, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1073.55) and (TAT > 549.475) and (AH > 76.796) and (AFDP <= 4.182) and (AP <= 1012.7) -> 60.726, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1073.55) and (TAT > 549.475) and (AH > 76.796) and (AFDP <= 4.182) and (AP > 1012.7) -> 54.65, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AFDP > 4.182) and (AFDP <= 4.254) -> 72.82, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AFDP > 4.182) and (AP <= 1009.35) -> 61.407, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AH <= 89.605) and (AFDP > 4.182) and (AP > 1009.35) -> 65.506, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AFDP > 4.182) and (AP > 1009.35) -> 62.774, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1074.4) and (TAT > 549.475) and (TAT <= 549.865) and (AH > 76.796) and (AFDP > 4.182) -> 61.632, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1074.4) and (TAT > 549.475) and (AH > 76.796) and (AFDP > 4.182) -> 57.178, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1074.4) and (TAT > 549.475) and (AH > 76.796) and (AFDP > 4.182) -> 53.839, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1074.4) and (TAT > 549.475) and (AH > 76.796) and (AFDP > 4.182) -> 64.31, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT <= 550.155) -> 72.192, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT <= 550.155) and (TAT > 549.405) -> 57.814, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP <= 3.915) and (AFDP > 2.691) and (TAT <= 550.155) -> 58.064, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP <= 3.915) and (AFDP > 2.691) and (TAT <= 550.155) -> 55.238, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1074.7) and (AH <= 83.21) and (AFDP <= 3.915) and (AFDP > 2.691) and (TAT <= 550.155) -> 62.087, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1074.7) and (AH <= 83.21) and (AFDP <= 3.915) and (AFDP > 2.691) and (TAT <= 550.155) -> 53.419, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1080.95) and (AH <= 83.21) and (AFDP <= 3.915) and (AFDP > 2.691) and (TAT <= 550.155) -> 66.654, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1080.95) and (AH <= 83.21) and (AH > 63.286) and (AFDP <= 3.915) and (AFDP > 2.691) and (TAT <= 550.155) -> 61.718, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1080.95) and (AH <= 83.21) and (AH > 63.286) and (AFDP <= 3.915) and (AFDP > 2.691) and (TAT <= 550.155) -> 52.592, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT > 550.155) -> 62.098, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1047.95) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT > 550.155) and (AP <= 1017.0) -> 54.431, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1047.95) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT > 550.155) and (AP <= 1017.0) -> 51.908, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1047.95) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT > 550.155) and (TAT <= 550.38) and (AP > 1017.0) -> 50.041, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1047.95) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT > 550.155) and (AP > 1017.0) -> 46.261, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1047.95) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT > 550.155) -> 61.478, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP > 3.915) and (AFDP <= 3.918) and (AP <= 1015.95) -> 73.76, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP > 3.915) and (AP <= 1015.95) -> 65.729, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP > 3.915) and (AP <= 1015.95) and (AP > 1010.0) -> 59.595, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP > 3.915) and (AP <= 1015.95) and (AP > 1010.0) -> 64.28, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 76.676) and (AFDP > 3.915) and (AP <= 1015.95) -> 77.906, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 77.275) and (AFDP > 3.915) and (AFDP <= 4.046) and (AP <= 1015.95) -> 52.972, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 77.275) and (AFDP > 3.915) and (AFDP <= 4.139) and (AP <= 1015.95) -> 58.017, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 77.275) and (AFDP > 3.915) and (AP <= 1015.95) -> 63.019, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 77.275) and (AFDP > 3.915) and (AP <= 1015.95) and (AP > 1011.8) -> 56.367, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP > 3.915) and (AP > 1015.95) -> 60.786, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 66.317) and (AFDP > 3.915) and (AP > 1015.95) and (AP <= 1022.65) -> 57.562, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1067.8) and (AH <= 83.21) and (AH > 66.317) and (AFDP > 3.915) and (AP > 1015.95) and (AP <= 1022.65) -> 56.49, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 66.317) and (AFDP > 3.915) and (AP > 1015.95) -> 60.318, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 66.317) and (AFDP > 3.915) and (AP > 1015.95) and (AP <= 1018.5) and (TAT <= 550.225) -> 52.256, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 66.317) and (AFDP > 3.915) and (AP > 1015.95) and (TAT <= 550.225) -> 55.085, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 66.317) and (AFDP > 3.915) and (AP > 1015.95) and (TAT > 550.225) -> 60.78, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (TAT <= 547.695) -> 65.179, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (TAT > 547.695) and (AFDP <= 3.034) -> 65.88, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (TAT > 547.695) and (TAT <= 550.07) and (AFDP <= 3.034) and (AFDP > 2.866) -> 59.08, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (TAT > 547.695) and (AFDP <= 3.034) and (AFDP > 2.866) -> 54.475, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (TAT > 547.695) and (AFDP > 3.034) -> 54.64, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1072.45) and (AH > 83.21) and (TAT > 547.695) and (AFDP > 3.034) -> 63.929, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1072.8) and (AH > 83.21) and (TAT > 547.695) and (AFDP > 3.034) and (AFDP <= 3.657) -> 57.0, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1072.8) and (AH > 83.21) and (TAT > 547.695) and (AFDP > 3.034) -> 51.08, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1081.95) and (AH > 83.21) and (TAT > 547.695) and (AFDP > 3.034) -> 60.637, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (AH <= 96.387) and (TAT > 547.695) and (TAT <= 550.05) and (AP <= 1004.05) -> 52.383, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (AH <= 96.387) and (TAT > 547.695) and (AP <= 1004.05) -> 42.964, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (AH <= 96.387) and (TAT > 547.695) and (AP > 1004.05) and (AFDP <= 4.139) -> 53.479, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (AH <= 96.387) and (TAT > 547.695) and (AP > 1004.05) and (AFDP <= 4.139) -> 51.872, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (AH <= 96.387) and (TAT > 547.695) and (AP > 1004.05) and (AFDP > 4.139) -> 54.909, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (AH <= 96.387) and (TAT > 547.695) and (AP > 1004.05) and (AFDP > 4.139) -> 68.982, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (TAT > 547.695) and (AP <= 1012.05) -> 51.566, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1078.2) and (AH > 83.21) and (TAT > 547.695) and (AP <= 1012.05) -> 59.053, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (TAT > 547.695) and (AP <= 1012.05) -> 43.034, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (TAT > 547.695) and (AP <= 1012.05) -> 48.464, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (TAT > 547.695) and (AP > 1012.05) -> 41.781, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AFDP <= 4.163) and (AP <= 1010.3) -> 51.978, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 50.995) and (AFDP <= 4.163) and (AP <= 1010.3) -> 56.071, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AFDP <= 4.163) and (AFDP > 3.457) and (AP <= 1010.3) -> 58.58, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AFDP <= 4.163) and (AP > 1010.3) and (AP <= 1012.05) -> 63.086, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AFDP <= 4.163) and (AP > 1010.3) -> 57.941, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AFDP <= 4.163) and (AP > 1010.3) and (AP <= 1015.95) -> 57.529, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AFDP <= 4.163) and (AP > 1010.3) -> 54.298, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 53.857) and (AFDP <= 4.163) -> 67.21, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 53.857) and (AFDP <= 4.163) and (AFDP > 2.679) and (TAT <= 550.335) -> 55.092, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 53.857) and (AFDP <= 4.163) and (AFDP > 2.679) and (TAT > 550.335) -> 50.776, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 53.857) and (AFDP <= 4.163) and (AFDP > 2.679) and (TAT <= 550.405) -> 52.825, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 53.857) and (AFDP <= 4.163) and (AFDP > 2.679) and (TAT > 550.405) -> 45.265, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AFDP > 4.163) and (AP <= 1015.4) -> 66.565, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 57.284) and (AFDP > 4.163) and (AP <= 1015.4) and (TAT <= 549.69) -> 56.285, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 57.284) and (AFDP > 4.163) and (AP <= 1015.4) and (TAT > 549.69) -> 61.018, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AFDP > 4.163) and (AP <= 1015.4) -> 52.337, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (TIT > 1064.0) and (AH <= 75.36) and (AFDP > 4.163) and (AP <= 1015.4) -> 57.533, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (TIT > 1064.0) and (AH <= 75.36) and (AH > 67.961) and (AFDP > 4.163) and (AP <= 1015.4) -> 54.577, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AFDP > 4.163) and (AP > 1015.4) -> 75.097, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 64.098) and (AFDP > 4.163) and (AP > 1015.4) -> 56.079, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AP <= 1010.4) and (TAT <= 550.185) -> 52.322, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 43.572) and (AP <= 1010.4) and (TAT <= 550.185) -> 49.941, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AP <= 1010.4) and (TAT > 550.185) -> 46.246, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AP > 1010.4) -> 51.263, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 45.094) and (AP > 1010.4) -> 47.425, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1056.7) and (AH <= 75.36) and (AP > 1010.4) -> 59.472, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1056.7) and (AH <= 75.36) and (AH > 35.948) and (AP > 1010.4) -> 52.77, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1062.35) and (AH <= 75.36) and (AP <= 1004.35) and (AFDP <= 4.288) -> 46.092, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1062.35) and (AH <= 75.36) and (AP <= 1004.35) and (AFDP <= 4.288) -> 50.635, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1062.35) and (AH <= 75.36) and (AP <= 1004.35) and (AFDP > 4.288) -> 54.066, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1062.35) and (AH <= 75.36) and (AP > 1004.35) and (AFDP <= 3.596) -> 54.066, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1062.35) and (AH <= 75.36) and (AP > 1004.35) and (AFDP > 3.596) -> 58.329, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1062.35) and (AH <= 75.36) and (AH > 48.782) and (AP > 1004.35) and (TAT <= 550.4) -> 53.362, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1062.35) and (AH <= 75.36) and (AH > 48.782) and (AP > 1004.35) and (TAT > 550.4) -> 43.721, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP <= 4.188) and (AP <= 1006.4) -> 44.856, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP <= 4.188) and (AP > 1006.4) -> 49.454, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1061.1) and (AH <= 75.36) and (AH > 56.814) and (AFDP <= 4.188) -> 51.37, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1061.1) and (AH <= 75.36) and (AH > 56.814) and (AFDP <= 4.188) -> 53.782, if (AT > 16.958) and (AT <= 29.526) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP <= 4.188) and (AFDP > 3.912) and (AP <= 1005.15) -> 46.488, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP <= 4.188) and (AFDP > 3.912) and (AP <= 1005.15) -> 42.994, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP <= 4.188) and (AFDP > 3.912) and (AP > 1005.15) -> 50.002, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP <= 4.188) and (AFDP > 3.912) and (AP > 1005.15) -> 47.542, if (AT > 16.958) and (AT <= 29.654) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP > 4.188) and (AFDP <= 4.246) -> 54.767, if (AT > 16.958) and (AT <= 29.654) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP > 4.188) -> 57.298, if (AT > 16.958) and (AT <= 29.654) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP > 4.188) -> 53.323, if (AT > 16.958) and (AT <= 29.654) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP > 4.188) -> 51.113, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP > 4.188) -> 48.237, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1074.25) and (AH <= 75.36) and (AH > 56.814) and (AFDP > 4.188) -> 52.168, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1074.25) and (AH <= 75.36) and (AH > 56.814) and (AFDP > 4.188) -> 50.438, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 89.685) and (AFDP <= 4.107) -> 41.302, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 89.685) and (AFDP <= 4.107) -> 49.754, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1050.5) and (AH > 75.36) and (AH <= 89.685) and (AFDP <= 4.107) -> 52.554, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1050.5) and (AH > 75.36) and (AH <= 89.685) and (AFDP <= 4.107) -> 56.62, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1050.5) and (AH > 75.36) and (AH <= 89.685) and (AFDP <= 4.107) and (AFDP > 3.838) -> 48.242, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1050.5) and (AH > 75.36) and (AH <= 89.685) and (AFDP <= 4.107) and (AFDP > 3.838) -> 51.68, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 89.685) and (AFDP > 4.107) -> 69.308, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1062.5) and (AH > 75.36) and (AH <= 89.685) and (AFDP > 4.107) and (AFDP <= 4.752) and (AP <= 1009.15) -> 60.018, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1062.5) and (AH > 75.36) and (AH <= 89.685) and (AFDP > 4.107) and (AFDP <= 4.752) and (AP > 1009.15) -> 55.26, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1062.5) and (AH > 75.36) and (AH <= 89.685) and (AFDP > 4.107) -> 66.304, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (AH > 75.36) -> 71.503, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1045.4) and (AH > 75.36) and (AH <= 95.704) and (TAT <= 550.175) -> 50.12, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1045.4) and (AH > 75.36) and (AH <= 95.704) and (TAT > 550.175) -> 47.433, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (AFDP <= 3.444) and (AH > 78.348) -> 92.405, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1045.4) and (AH > 75.36) -> 47.652, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1045.4) and (AH > 75.36) -> 56.504, if (AT > 16.958) and (AT <= 25.757) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP <= 4.316) -> 40.606, if (AT > 16.958) and (AT <= 25.757) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP <= 4.316) -> 50.693, if (AT > 16.958) and (AT <= 25.757) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP <= 4.316) and (AFDP > 3.874) -> 49.276, if (AT > 16.958) and (AT <= 25.757) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP > 4.316) and (AFDP <= 4.372) -> 52.146, if (AT > 16.958) and (AT <= 25.757) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP > 4.316) -> 53.903, if (AT > 16.958) and (AT <= 25.757) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP > 4.316) -> 56.444, if (AT > 16.958) and (AT <= 27.597) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP <= 4.213) -> 49.053, if (AT > 16.958) and (AT <= 27.597) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP <= 4.213) -> 46.948, if (AT > 16.958) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP <= 4.213) -> 43.506, if (AT > 16.958) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP <= 4.213) and (AFDP > 4.041) -> 46.19, if (AT > 16.958) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP > 4.213) -> 52.164, if (AT > 16.958) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP > 4.213) and (AFDP <= 4.251) -> 49.315, if (AT > 16.958) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP > 4.213) -> 50.586, if (AT > 16.958) and (AT <= 25.46) and (TIT <= 1083.05) and (AH > 75.36) and (AFDP <= 4.291) -> 45.639, if (AT > 16.958) and (AT <= 25.46) and (TIT <= 1083.05) and (TIT > 1055.85) and (AH > 75.36) and (AFDP <= 4.291) -> 47.098, if (AT > 16.958) and (TIT <= 1083.05) and (AH > 75.36) and (AFDP <= 4.291) -> 44.39, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1069.2) and (AH > 75.36) and (AFDP <= 4.291) -> 46.149, if (AT > 16.958) and (TIT <= 1083.05) and (AH > 75.36) and (AFDP > 4.291) -> 50.114, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1079.7) and (AH > 75.36) and (AFDP <= 4.098) -> 52.514, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1079.7) and (AH > 75.36) and (AFDP > 4.098) and (TAT <= 550.01) -> 47.856, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1079.7) and (AH > 75.36) and (AFDP > 4.098) and (TAT > 550.01) -> 49.421, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP <= 4.282) -> 52.443, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1096.95) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP <= 1020.75) -> 62.338, if (AT > 16.958) and (AT <= 18.686) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP <= 1020.75) -> 76.556, if (AT > 16.958) and (AT <= 18.686) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP <= 1020.75) -> 68.18, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP <= 1020.75) -> 80.714, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP <= 1020.75) and (AP > 1006.4) -> 76.622, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP <= 1020.75) and (AP > 1008.85) -> 71.564, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AFDP > 4.13) and (AP <= 1020.75) and (AP > 1008.85) -> 62.975, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP <= 1020.75) and (AP > 1008.85) -> 53.695, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AFDP > 3.814) and (AP <= 1020.75) and (AP > 1008.85) -> 73.429, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AFDP > 4.252) and (AP <= 1020.75) and (AP > 1008.85) -> 59.718, if (AT > 16.958) and (AT <= 21.135) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP > 1020.75) and (AH <= 90.738) -> 95.439, if (AT > 16.958) and (AT <= 21.135) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AFDP > 3.94) and (AP > 1020.75) and (AH <= 90.738) -> 74.68, if (AT > 16.958) and (AT <= 21.135) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AFDP > 3.94) and (AP > 1020.75) and (AH <= 90.738) -> 88.23, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP > 1020.75) and (AH <= 90.738) -> 96.684, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP > 1020.75) and (AH > 90.738) -> 94.254, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AP <= 1016.5) -> 53.614, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AP > 1016.5) -> 45.4, if (AT > 16.958) and (AT <= 19.461) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AP <= 996.315) -> 84.383, if (AT > 16.958) and (AT <= 19.461) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AP > 996.315) and (AP <= 1013.65) -> 62.398, if (AT > 16.958) and (AT <= 19.461) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AP > 996.315) -> 60.631, if (AT > 16.958) and (AT <= 19.461) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 537.455) and (AFDP > 4.282) and (AFDP <= 4.81) and (AP > 996.315) -> 66.771, if (AT > 16.958) and (AT <= 27.257) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AH <= 63.662) and (AP <= 1013.35) -> 59.787, if (AT > 16.958) and (AT <= 27.257) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AH <= 63.662) and (AP > 1013.35) -> 62.711, if (AT > 16.958) and (AT <= 27.257) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AH > 63.662) -> 57.641, if (AT > 16.958) and (AT <= 27.257) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AH > 63.662) -> 61.927, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AP <= 1005.5) -> 64.167, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AP > 1005.5) -> 54.174, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 536.85) and (AFDP > 4.282) and (AFDP <= 4.81) and (AH <= 60.274) -> 58.174, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 536.85) and (AFDP > 4.282) and (AFDP <= 4.81) and (AH > 60.274) -> 54.985, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 5.74) -> 74.196, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 528.215) and (AFDP > 4.282) and (AFDP <= 5.74) -> 64.375, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 5.74) and (AH <= 77.274) -> 77.006, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 5.74) and (AH > 77.274) -> 65.97, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 5.74) -> 78.938, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 5.74) -> 62.626, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 5.74) -> 59.836, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 5.74) -> 56.609, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH <= 44.252) and (AP <= 1016.6) -> 73.521, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH <= 44.252) and (AP > 1016.6) -> 83.592, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH > 44.252) -> 67.321, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH > 44.252) -> 62.288, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 536.745) and (AFDP > 4.282) and (AH > 44.252) -> 68.903, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 536.745) and (AFDP > 4.282) and (AH > 44.252) -> 79.254, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.969) and (AH <= 48.479) and (AP <= 1014.55) -> 58.556, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.979) and (AH <= 48.479) and (AP <= 1014.55) -> 79.459, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH <= 48.479) and (AP <= 1014.55) -> 63.412, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH <= 48.479) and (AP > 1014.55) -> 75.331, if (AT > 16.958) and (AT <= 32.035) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.98) and (AH > 48.479) and (AH <= 62.284) -> 60.033, if (AT > 16.958) and (AT <= 32.035) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH > 48.479) and (AH <= 62.284) -> 56.643, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH > 48.479) and (AH <= 62.284) -> 65.868, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH > 48.479) and (AH <= 70.21) -> 52.122, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH > 48.479) -> 56.386, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1091.95) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) -> 66.041, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1091.95) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.72) and (AP <= 1019.55) -> 55.164, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1091.95) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.72) and (AP <= 1019.55) -> 59.476, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1091.95) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.72) and (AP <= 1019.55) and (AP > 1013.45) and (AH <= 55.169) -> 56.466, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1091.95) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.72) and (AP <= 1019.55) and (AP > 1013.45) and (AH > 55.169) -> 50.805, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1091.95) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.72) and (AP <= 1019.55) -> 65.197, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) -> 51.751, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.631) and (AP <= 1019.55) -> 79.695, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.631) and (AP <= 1019.55) and (AP > 1012.5) -> 71.193, if (AT > 16.958) and (AT <= 17.281) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.631) and (AP <= 1019.55) -> 82.783, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.631) and (AP <= 1019.55) -> 63.029, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.631) and (AP <= 1019.55) -> 75.41, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.631) and (AP <= 1019.55) and (AH <= 67.258) -> 63.054, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.631) and (AP <= 1019.55) and (AH > 67.258) -> 58.61, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP > 1019.55) and (AH <= 69.038) -> 79.15, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP > 1019.55) and (AH > 69.038) -> 100.122, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.879) and (AP > 1019.55) and (AP <= 1020.9) -> 55.293, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1099.85) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.879) and (AP > 1019.55) -> 77.861, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.879) and (AP > 1019.55) -> 80.799, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.879) and (AP > 1019.55) -> 79.686, if (AT > 16.958) and (AT <= 20.767) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP <= 998.615) -> 83.954, if (AT > 16.958) and (AT <= 20.767) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP > 998.615) -> 52.018, if (AT > 16.958) and (AT <= 20.767) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP > 998.615) -> 60.997, if (AT > 16.958) and (AT <= 20.767) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) -> 75.072, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AH <= 65.107) -> 57.956, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AH <= 65.107) -> 62.793, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AH <= 65.107) -> 53.213, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AH <= 65.107) -> 59.397, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AH > 65.107) and (AH <= 75.282) and (AP <= 1014.8) -> 56.36, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AH > 65.107) and (AP <= 1014.8) -> 53.982, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AH > 65.107) and (AP > 1014.8) -> 46.723, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AH > 65.107) and (AP > 1014.8) -> 52.762, if (AT > 16.958) and (AT <= 18.015) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP <= 1010.15) -> 56.846, if (AT > 16.958) and (AT <= 18.015) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP <= 1010.15) -> 74.402, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP <= 1010.15) -> 54.958, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP <= 1010.15) -> 56.817, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP <= 1010.15) and (AP > 1006.55) -> 52.28, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP <= 1010.15) and (AP > 1006.55) -> 54.508, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP > 1010.15) and (AP <= 1022.2) -> 52.493, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP > 1010.15) and (AP <= 1022.2) -> 50.416, if (AT > 16.958) and (AT <= 24.773) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP > 1010.15) and (AP <= 1022.2) -> 77.2, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP > 1010.15) and (AP <= 1022.2) -> 50.869, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP > 1010.15) -> 80.144, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.601) and (AH <= 74.915) -> 85.471, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AH <= 74.915) -> 59.306, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TIT <= 1100.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AH <= 74.915) and (AH > 62.114) -> 69.022, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AH <= 74.915) and (AH > 62.114) -> 76.529, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AH > 74.915) and (AH <= 92.883) and (AP <= 1009.1) -> 68.991, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AH > 74.915) and (AH <= 92.883) and (AP <= 1009.1) and (AP > 1005.35) -> 73.679, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AH > 74.915) and (AP <= 1009.1) -> 67.004, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AH > 74.915) and (AP <= 1009.1) -> 59.206, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.601) and (AH > 74.915) and (AP > 1009.1) -> 68.734, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TIT <= 1093.55) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AH > 74.915) and (AP > 1009.1) -> 67.092, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AH > 74.915) and (AP > 1009.1) -> 57.979, if (AT > 16.958) and (AT <= 23.296) and (TIT > 1083.05) and (TIT <= 1099.65) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 5.553) and (AH <= 64.041) -> 71.846, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1099.65) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 5.553) and (AH <= 64.041) -> 63.044, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 5.553) and (AH <= 64.041) -> 56.304, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 5.553) and (AH <= 64.041) -> 59.323, if (AT > 16.958) and (AT <= 22.632) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 5.553) and (AH > 64.041) and (AH <= 74.819) -> 61.375, if (AT > 16.958) and (AT <= 22.632) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 5.553) and (AH > 64.041) -> 56.371, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 5.553) and (AH > 64.041) -> 56.224, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 5.553) and (AH > 64.041) -> 54.5, if (AT > 16.958) and (AT <= 25.345) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 5.675) -> 58.329, if (AT > 16.958) and (AT <= 25.345) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AP <= 1015.35) -> 69.8, if (AT > 16.958) and (AT <= 25.345) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AP > 1015.35) -> 81.932, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AP <= 1009.75) and (AH <= 66.962) -> 61.37, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AP <= 1009.75) and (AH > 66.962) -> 69.563, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 6.128) and (AP > 1009.75) -> 57.754, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AP > 1009.75) -> 68.911, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1087.35) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AH <= 77.474) -> 83.066, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1087.35) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 993.225) and (AH <= 77.474) -> 79.036, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1087.35) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.327) and (AP <= 1019.8) and (AP > 993.225) and (AH <= 77.474) -> 80.571, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1087.35) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AH <= 77.474) and (AH > 73.751) -> 76.357, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AH <= 77.474) -> 84.61, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (TAT <= 549.73) and (AFDP <= 3.481) and (AP <= 1019.8) and (AH > 77.474) -> 72.351, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AH > 77.474) -> 70.383, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.017) and (AP <= 1019.8) and (AH > 77.474) -> 70.93, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1001.5) and (AH > 77.474) -> 74.183, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.285) and (AP <= 1019.8) and (AH > 77.474) -> 80.512, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) -> 81.93, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) -> 69.524, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) -> 73.625, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.221) and (AP <= 1019.8) and (AP > 1003.0) -> 58.033, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.221) and (AP <= 1019.8) and (AP > 1003.0) and (AH <= 86.533) -> 65.88, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.221) and (AP <= 1019.8) and (AP > 1003.0) and (AH > 86.533) -> 63.102, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AH <= 78.033) -> 74.327, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.449) and (AP <= 1019.8) and (AP > 1003.0) and (AH <= 78.033) -> 70.678, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1089.4) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AH <= 78.033) -> 67.776, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AH <= 78.033) -> 71.826, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (TAT <= 549.62) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AH > 78.033) -> 76.265, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (TAT <= 550.055) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AH > 78.033) -> 67.109, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AH > 78.033) -> 69.883, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1085.55) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) -> 79.872, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AH <= 92.302) -> 61.113, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AH <= 92.302) and (AH > 86.093) -> 58.29, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AH > 92.302) -> 71.082, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.223) and (AP <= 1019.8) and (AP > 1003.0) -> 72.219, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.223) and (AP <= 1019.8) and (AP > 1003.0) -> 61.13, if (AT > 16.958) and (AT <= 19.335) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.223) and (AP <= 1019.8) and (AP > 1003.0) -> 69.809, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.223) and (AP <= 1019.8) and (AP > 1003.0) -> 65.002, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1089.25) and (TAT > 548.92) and (AFDP <= 3.481) and (AP > 1019.8) -> 85.469, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1089.25) and (TAT > 548.92) and (AFDP <= 3.481) and (AP > 1019.8) -> 59.816, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1089.25) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.285) and (AP > 1019.8) and (AP <= 1024.15) -> 66.557, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1089.25) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.285) and (AP > 1019.8) -> 73.587, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1098.65) and (TAT > 548.92) and (AFDP <= 3.481) and (AP > 1019.8) -> 99.345, if (AT > 16.958) and (AT <= 18.305) and (TIT > 1083.05) and (TIT <= 1098.65) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.206) and (AP > 1019.8) -> 87.126, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1098.65) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.206) and (AP > 1019.8) and (AP <= 1027.45) -> 90.965, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1098.65) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.206) and (AP > 1019.8) -> 93.565, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1098.65) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.393) and (AP > 1019.8) -> 98.373, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP > 1019.8) -> 119.91, if (AT > 16.958) and (AT <= 24.618) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AP <= 1017.05) -> 61.552, if (AT > 16.958) and (AT <= 24.618) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AP > 1017.05) -> 64.744, if (AT > 16.958) and (AT <= 24.618) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 60.028) -> 61.642, if (AT > 16.958) and (AT <= 24.618) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 60.028) -> 56.768, if (AT > 16.958) and (AT <= 24.618) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) -> 69.735, if (AT > 16.958) and (AT <= 24.618) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) -> 65.418, if (AT > 16.958) and (AT <= 24.618) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 61.674) -> 62.547, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) -> 64.121, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) -> 57.332, if (AT > 16.958) and (AT <= 24.724) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 51.78) -> 46.766, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 51.78) -> 56.218, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) -> 55.449, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AP <= 1008.95) -> 63.426, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AP > 1008.95) -> 60.231, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1094.15) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AP <= 1017.45) -> 64.149, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1094.15) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AP > 1017.45) -> 71.574, if (AT > 16.958) and (AT <= 25.894) and (TIT > 1083.05) and (TIT <= 1094.15) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) -> 70.258, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1094.15) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) -> 67.178, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1094.15) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 56.658) and (AP <= 1017.05) -> 62.234, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1094.15) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 56.658) and (AP <= 1017.05) -> 64.55, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1094.15) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 56.658) and (AP > 1017.05) and (AP <= 1018.35) -> 66.615, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1094.15) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 56.658) and (AP > 1017.05) -> 69.611, if (AT > 16.958) and (AT <= 25.802) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) -> 62.205, if (AT > 16.958) and (AT <= 25.802) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) -> 57.765, if (AT > 16.958) and (AT <= 25.802) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 59.053) -> 55.382, if (AT > 16.958) and (AT <= 25.802) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 59.053) -> 60.784, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (TAT <= 549.48) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AP <= 1010.2) -> 52.189, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (TAT <= 549.48) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AP > 1010.2) -> 60.111, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) -> 70.854, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 39.042) -> 63.497, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TIT <= 1094.65) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.295) and (AH <= 73.677) -> 75.262, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.295) and (AH <= 73.677) -> 83.987, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.295) and (AH <= 73.677) and (AH > 63.827) and (AP <= 999.455) -> 76.515, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.295) and (AH <= 73.677) and (AH > 63.827) and (AP > 999.455) -> 71.472, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.295) and (AH <= 73.677) -> 73.271, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.295) and (AH <= 73.677) -> 74.96, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.295) and (AH <= 73.677) and (AH > 57.117) and (AP <= 1007.45) -> 72.138, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.295) and (AH <= 73.677) and (AH > 57.117) and (AP > 1007.45) -> 67.923, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.306) and (AH <= 73.677) -> 82.153, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) -> 73.665, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 61.837) -> 65.691, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 65.134) and (AP <= 1010.65) -> 72.347, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 65.134) and (AP > 1010.65) -> 86.31, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 65.134) and (AP > 1010.65) -> 82.972, if (AT > 16.958) and (AT <= 31.273) and (TIT > 1083.05) and (TIT <= 1088.0) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) -> 63.097, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1088.0) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) -> 57.235, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.443) and (AH <= 73.677) -> 71.054, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) -> 74.104, if (AT > 16.958) and (AT <= 31.154) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 44.637) -> 69.754, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 44.637) -> 66.263, if (AT > 16.958) and (AT <= 29.718) and (TIT > 1083.05) and (TIT <= 1084.3) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 53.688) -> 54.916, if (AT > 16.958) and (AT <= 29.718) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 53.688) -> 67.077, if (AT > 16.958) and (AT <= 29.718) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 53.688) -> 65.937, if (AT > 16.958) and (AT <= 29.718) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 53.688) -> 63.719, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1085.6) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 53.688) -> 49.96, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 53.688) -> 63.747, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 53.688) and (AP <= 1007.15) -> 55.11, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 53.688) and (AP > 1007.15) -> 61.535, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1095.45) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) and (AH <= 78.938) -> 63.336, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1095.45) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) and (AH <= 78.938) -> 55.316, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) and (AH <= 78.938) -> 80.829, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) and (AH <= 78.938) and (AP <= 1016.55) -> 73.514, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) and (AH <= 78.938) and (AP > 1016.55) -> 66.412, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1098.0) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) and (AH <= 78.938) -> 66.666, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) and (AH <= 78.938) -> 73.28, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1086.75) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) -> 61.825, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1086.75) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) -> 56.586, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) -> 66.515, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) -> 63.686, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) and (AH <= 85.95) -> 61.761, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) and (AH <= 85.95) -> 64.266, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1086.8) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) -> 57.101, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) -> 61.256, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1088.85) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 86.516) -> 69.642, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1088.85) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 86.516) -> 73.467, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 86.516) and (AP <= 1010.85) -> 73.002, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 86.516) and (AP > 1010.85) -> 81.659, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1093.45) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 86.516) -> 69.361, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1093.45) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 86.516) -> 61.161, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 86.516) -> 62.149, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.252) and (AH > 73.677) and (AH <= 92.359) and (AP <= 1013.9) -> 66.291, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.252) and (AH > 73.677) and (AP <= 1013.9) -> 60.63, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.252) and (AH > 73.677) and (AH <= 96.463) and (AP > 1013.9) -> 67.967, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.252) and (AH > 73.677) and (AP > 1013.9) -> 65.306, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1092.1) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AP <= 1007.85) -> 70.066, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1092.1) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AP > 1007.85) -> 66.524, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) -> 77.774, if (AT > 16.958) and (AT <= 26.791) and (TIT > 1083.05) and (TIT <= 1083.9) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.046) and (AH > 73.677) and (AH <= 84.985) -> 54.987, if (AT > 16.958) and (AT <= 26.791) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.046) and (AH > 73.677) and (AH <= 84.985) -> 60.905, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (AFDP <= 3.444) and (AH <= 78.348) -> 103.288, if (AT > 16.958) and (AT <= 26.791) and (TIT > 1083.05) and (TIT <= 1097.5) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.561) and (AH > 73.677) and (AH <= 84.985) -> 62.722, if (AT > 16.958) and (AT <= 26.791) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.561) and (AH > 73.677) and (AH <= 84.985) -> 53.069, if (AT > 16.958) and (AT <= 26.791) and (TIT > 1083.05) and (TAT > 548.92) and (TAT <= 549.375) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 84.985) -> 75.173, if (AT > 16.958) and (AT <= 26.791) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 84.985) -> 60.023, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1087.2) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 84.985) -> 52.218, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1097.1) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 84.985) -> 60.342, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1097.1) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 84.985) -> 57.368, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 84.985) -> 54.394, if (AT > 16.958) and (AT <= 24.727) and (TIT > 1083.05) and (TIT <= 1090.25) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.239) and (AH > 73.677) -> 56.518, if (AT > 16.958) and (AT <= 24.727) and (TIT > 1083.05) and (TIT <= 1090.25) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.239) and (AH > 73.677) -> 58.849, if (AT > 16.958) and (AT <= 24.727) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.239) and (AH > 73.677) -> 58.766, if (AT > 16.958) and (AT <= 24.727) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.239) and (AH > 73.677) -> 60.791, if (AT > 16.958) and (AT <= 24.727) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) -> 73.826, if (AT > 16.958) and (AT <= 24.727) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) -> 60.587, if (AT > 16.958) and (AT <= 26.483) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.237) and (AH > 73.677) and (AP <= 1007.1) -> 56.84, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.237) and (AH > 73.677) and (AP <= 1007.1) -> 53.113, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (TAT <= 550.405) and (AFDP > 3.481) and (AFDP <= 4.237) and (AH > 73.677) and (AP > 1007.1) -> 60.008, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.237) and (AH > 73.677) and (AP > 1007.1) -> 54.176, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1085.1) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) -> 51.798, if (AT > 16.958) and (AT <= 27.496) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) -> 57.272, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) -> 54.655]
In [5]:
from src.rules import delete_same_rules
rules = delete_same_rules(rules)
display(len(rules))
for_cluster = rules.copy()
rules
792
Out[5]:
[if (AT <= 16.958) and (AT > 9.054) and (TIT <= 1042.85) and (TAT <= 541.975) and (AFDP <= 3.444) and (AH > 78.348) -> 82.971, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (AFDP <= 3.444) and (AFDP > 2.374) -> 66.005, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) and (AH <= 93.586) -> 111.418, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) and (AH > 93.586) -> 104.229, if (AT <= 16.958) and (AT > 13.577) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) -> 96.548, if (AT <= 16.958) and (AT > 13.87) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) -> 107.645, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) -> 108.611, if (AT <= 16.958) and (AT > 9.387) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) -> 115.066, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1027.05) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) -> 113.84, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1036.65) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) -> 106.678, if (AT <= 16.958) and (AT > 9.36) and (TIT <= 1042.85) and (TIT > 1036.65) and (TAT <= 541.975) and (TAT > 511.82) and (AFDP <= 3.444) and (AFDP > 2.374) -> 96.804, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (AFDP > 3.444) and (AFDP <= 3.461) -> 94.208, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (AFDP > 3.444) -> 112.425, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1027.75) and (TAT <= 541.975) and (AFDP > 3.444) -> 100.12, if (AT <= 16.958) and (AT > 0.751) and (TIT <= 1042.85) and (TIT > 1027.75) and (TAT <= 541.975) and (AFDP > 3.444) -> 105.077, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 533.27) and (AFDP > 3.444) -> 114.08, if (AT <= 16.958) and (AT > 4.379) and (TIT <= 1042.85) and (TAT <= 541.975) and (AFDP > 3.444) -> 102.241, if (AT <= 16.958) and (AT > 4.379) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 529.155) and (AFDP > 3.444) -> 113.328, if (AT <= 16.958) and (AT > 4.379) and (TIT <= 1042.85) and (TIT > 1029.95) and (TAT <= 541.975) and (AFDP > 3.444) and (AP <= 1016.55) -> 96.223, if (AT <= 16.958) and (AT > 4.379) and (TIT <= 1042.85) and (TIT > 1029.95) and (TAT <= 541.975) and (TAT > 536.965) and (AFDP > 3.444) and (AP <= 1016.55) -> 90.928, if (AT <= 16.958) and (AT > 4.379) and (TIT <= 1042.85) and (TIT > 1029.95) and (TAT <= 541.975) and (AFDP > 3.444) and (AP > 1016.55) and (AP <= 1030.3) -> 102.672, if (AT <= 16.958) and (AT > 4.379) and (TIT <= 1042.85) and (TIT > 1029.95) and (TAT <= 541.975) and (AFDP > 3.444) and (AP > 1016.55) -> 108.44, if (AT <= 16.958) and (AT > 12.146) and (TIT <= 1042.85) and (TAT <= 541.975) and (AFDP > 3.444) -> 86.034, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 2.746) -> 102.777, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 2.746) and (AFDP > 2.643) -> 95.358, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1026.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 2.746) and (AP <= 1011.0) -> 102.455, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1026.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 2.746) and (AP > 1011.0) -> 91.908, if (AT <= 16.958) and (AT > 7.325) and (TIT <= 1042.85) and (TIT > 1026.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 2.746) and (AP > 1011.0) -> 92.095, if (AT <= 16.958) and (AT > 13.614) and (TIT <= 1042.85) and (TIT > 1026.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 2.746) and (AP > 1011.0) and (AP <= 1022.85) -> 90.202, if (AT <= 16.958) and (AT > 13.614) and (TIT <= 1042.85) and (TIT > 1026.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 2.746) and (AP > 1011.0) -> 89.459, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP > 2.746) and (AFDP <= 3.515) -> 82.06, if (AT <= 16.958) and (AT > 9.259) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP > 2.746) and (AFDP <= 3.515) -> 91.093, if (AT <= 16.958) and (AT > 15.032) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP > 2.746) and (AFDP <= 3.515) -> 73.71, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP > 2.746) -> 116.14, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 4.099) -> 104.285, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 4.099) and (AFDP > 2.2) -> 87.108, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 4.099) and (AFDP > 2.35) and (AP <= 1026.8) -> 113.13, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 4.099) and (AFDP > 2.35) and (AP <= 1026.8) and (AH <= 78.907) -> 95.618, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 4.099) and (AFDP > 2.35) and (AP <= 1026.8) and (AH > 78.907) and (AH <= 94.256) -> 102.24, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 4.099) and (AFDP > 2.35) and (AP <= 1026.8) and (AH > 78.907) -> 96.416, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP <= 4.099) and (AFDP > 2.35) and (AP > 1026.8) -> 88.844, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP > 4.099) and (AH <= 93.664) -> 91.496, if (AT <= 16.958) and (TIT <= 1042.85) and (TIT > 1033.75) and (TAT <= 541.975) and (TAT > 537.8) and (AFDP > 4.099) and (AH > 93.664) -> 96.658, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 543.215) -> 92.005, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT > 541.975) -> 114.461, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP <= 2.541) and (AP <= 1021.85) -> 92.075, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP <= 2.541) and (AP > 1021.85) -> 84.282, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP <= 2.541) and (AFDP > 2.518) -> 109.47, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP > 2.541) and (AFDP <= 2.967) -> 85.121, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP > 2.541) -> 92.196, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AH > 98.524) and (AFDP > 2.541) -> 65.265, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TIT > 1039.15) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AP <= 1019.45) -> 101.989, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TIT > 1039.15) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AP > 1019.45) -> 87.635, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP <= 3.255) and (AP <= 1022.7) -> 86.542, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP <= 3.255) and (AP > 1022.7) -> 80.562, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP <= 3.255) and (AFDP > 2.538) -> 81.706, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AH > 84.198) and (AFDP <= 3.255) and (AFDP > 2.538) -> 76.355, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AH > 97.77) and (AFDP <= 3.255) -> 64.057, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AFDP > 3.255) -> 84.285, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH <= 99.979) and (AH > 88.39) and (AFDP > 3.255) -> 91.92, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 546.675) and (AH > 99.979) -> 103.091, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH <= 95.179) and (AH > 90.784) -> 94.487, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH <= 95.179) and (AH > 92.124) -> 70.737, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH <= 95.179) -> 89.66, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH <= 95.179) and (AP <= 1017.75) -> 60.247, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH <= 95.179) and (AP <= 1017.75) and (AP > 1001.4) -> 70.909, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH <= 95.179) and (AH > 66.778) and (AP <= 1017.75) and (AP > 1001.4) -> 76.188, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH <= 95.179) and (AP > 1017.75) and (AP <= 1018.75) -> 58.904, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH <= 95.179) and (AP > 1017.75) -> 70.342, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) and (TAT <= 549.32) and (AH > 95.179) -> 88.232, if (AT <= 16.958) and (AT > 3.435) and (TIT <= 1042.85) and (TAT > 541.975) -> 65.419, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (AP <= 1018.55) -> 109.92, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (AP > 1018.55) -> 95.276, if (AT <= 16.958) and (AT > 4.247) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) -> 102.604, if (AT <= 16.958) and (AT > 4.247) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 539.21) -> 114.419, if (AT <= 16.958) and (AT > 6.436) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (AFDP <= 3.313) -> 81.044, if (AT <= 16.958) and (AT > 6.436) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (AFDP <= 3.313) and (AFDP > 2.343) -> 99.95, if (AT <= 16.958) and (AT > 6.436) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (AFDP > 3.313) and (AP <= 1021.45) -> 86.314, if (AT <= 16.958) and (AT > 6.436) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (AFDP > 3.313) and (AP <= 1021.45) and (AP > 1014.5) -> 90.748, if (AT <= 16.958) and (AT > 6.436) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (AFDP > 3.313) and (AP > 1021.45) -> 92.991, if (AT <= 16.958) and (AT > 6.436) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 541.21) and (AFDP > 3.313) and (AP > 1021.45) -> 100.369, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH <= 85.727) -> 105.322, if (AT <= 16.958) and (AT > 2.669) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH <= 85.727) and (AP <= 1002.595) -> 98.645, if (AT <= 16.958) and (AT > 2.669) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH <= 85.727) and (AP > 1002.595) -> 78.621, if (AT <= 16.958) and (AT > 2.669) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH <= 85.727) -> 85.122, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) and (AH <= 93.866) -> 110.243, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) -> 89.793, if (AT <= 16.958) and (AT > 7.578) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) and (AFDP <= 3.26) and (AP <= 1019.55) -> 96.841, if (AT <= 16.958) and (AT > 7.578) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) and (AFDP <= 3.26) and (AP > 1019.55) -> 80.805, if (AT <= 16.958) and (AT > 7.578) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) and (AFDP > 3.26) and (AP <= 1015.45) -> 79.682, if (AT <= 16.958) and (AT > 7.578) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT <= 547.685) and (TAT > 542.255) and (AH > 85.727) and (AFDP > 3.26) and (AP > 1015.45) -> 91.091, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (TAT <= 549.485) and (AP <= 1005.4) -> 112.6, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP <= 1005.4) and (AH <= 92.372) -> 71.194, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP <= 1005.4) and (AH > 92.372) -> 61.168, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP <= 1005.4) and (AP > 997.945) and (AH > 92.372) -> 65.182, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (TAT <= 549.485) and (AP > 1005.4) and (AFDP <= 3.542) -> 101.071, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP > 1005.4) and (AFDP <= 3.542) -> 90.008, if (AT <= 16.958) and (AT > 5.341) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP > 1005.4) and (AFDP <= 3.542) -> 89.137, if (AT <= 16.958) and (AT > 5.341) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP > 1005.4) and (AFDP <= 3.542) and (AFDP > 2.672) -> 77.929, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP > 1005.4) and (AFDP > 3.542) and (AFDP <= 4.094) -> 111.245, if (AT <= 16.958) and (AT > 4.068) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP > 1005.4) and (AFDP > 3.542) and (AFDP <= 4.094) -> 114.781, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AP > 1005.4) and (AFDP > 3.542) -> 97.076, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (TAT <= 548.365) and (AH <= 90.794) and (AFDP <= 2.552) -> 68.711, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (TAT <= 548.365) and (AH <= 90.794) and (AFDP > 2.552) and (AFDP <= 2.584) -> 93.482, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (TAT <= 548.365) and (AH <= 90.794) and (AFDP > 2.552) -> 78.216, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (TAT <= 548.365) and (AH > 90.794) -> 90.085, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AFDP <= 3.255) -> 74.264, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AFDP <= 3.255) and (AFDP > 2.987) and (AH <= 98.188) -> 58.715, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AFDP <= 3.255) and (AFDP > 2.987) and (AH > 98.188) -> 68.344, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AFDP > 3.255) -> 117.48, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AFDP > 3.255) and (AP <= 998.51) -> 75.632, if (AT <= 16.958) and (AT > 8.251) and (TIT > 1042.85) and (TIT <= 1097.7) and (TAT > 547.685) and (AFDP > 3.255) and (AP > 998.51) -> 80.359, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT <= 548.945) and (AH <= 83.977) -> 88.697, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT <= 548.945) and (AH > 83.977) -> 102.509, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 2.887) and (TAT <= 548.945) -> 74.675, if (AT <= 16.958) and (AT > 6.145) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 2.887) and (TAT <= 548.945) -> 87.045, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT > 548.945) and (AP <= 1016.75) -> 84.18, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT > 548.945) and (AP > 1016.75) -> 74.33, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT > 548.945) -> 83.875, if (AT <= 16.958) and (AT > 4.485) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT > 548.945) -> 80.136, if (AT <= 16.958) and (AT > 7.562) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT <= 548.41) -> 119.28, if (AT <= 16.958) and (AT > 7.562) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT <= 548.41) and (TAT > 541.36) -> 86.924, if (AT <= 16.958) and (AT > 7.562) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (TAT > 548.41) -> 72.446, if (AT <= 16.958) and (AT > 7.562) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 2.98) and (TAT > 548.41) -> 80.113, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (TAT <= 549.445) -> 110.3, if (AT <= 16.958) and (AT > 3.939) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (TAT <= 549.445) -> 77.129, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (TAT > 549.445) and (AH <= 69.472) -> 73.65, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (TAT > 549.445) and (AH > 69.472) -> 68.763, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (TAT > 549.445) -> 68.561, if (AT <= 16.958) and (AT > 7.543) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (TAT > 549.445) -> 64.269, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (AP <= 1027.75) -> 76.429, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (AP <= 1027.75) and (AP > 1021.55) -> 82.034, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (AP > 1027.75) -> 62.715, if (AT <= 16.958) and (AT > 7.41) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (AP <= 1007.75) and (AH <= 94.792) -> 81.061, if (AT <= 16.958) and (AT > 7.41) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (AP <= 1007.75) and (AH > 94.792) -> 76.776, if (AT <= 16.958) and (AT > 7.41) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (AP > 1007.75) and (AH <= 99.826) -> 71.068, if (AT <= 16.958) and (AT > 7.41) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP <= 3.694) and (AFDP > 3.077) and (AP > 1007.75) and (AH > 99.826) -> 79.893, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (TAT <= 540.32) -> 84.417, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (TAT > 540.32) -> 98.195, if (AT <= 16.958) and (AT > 7.161) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP <= 1007.0) -> 76.132, if (AT <= 16.958) and (AT > 7.161) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP > 1007.0) -> 84.732, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AH <= 84.426) -> 85.713, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AH > 84.426) -> 81.819, if (AT <= 16.958) and (AT > 5.332) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP <= 1017.45) -> 81.557, if (AT <= 16.958) and (AT > 5.332) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP > 1017.45) -> 78.807, if (AT <= 16.958) and (AT > 8.233) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AH <= 89.149) -> 85.814, if (AT <= 16.958) and (AT > 8.233) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AH > 89.149) and (AH <= 99.87) -> 66.923, if (AT <= 16.958) and (AT > 8.233) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AH > 89.149) -> 76.093, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP <= 1027.65) and (TAT <= 547.3) -> 65.687, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP <= 1027.65) and (TAT <= 547.3) and (TAT > 541.3) -> 76.31, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP <= 1027.65) and (TAT > 547.3) -> 65.18, if (AT <= 16.958) and (AT > 4.648) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP <= 1027.65) and (TAT > 547.3) and (TAT <= 550.14) -> 82.508, if (AT <= 16.958) and (AT > 4.648) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP <= 1027.65) and (TAT > 547.3) -> 74.77, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AFDP <= 4.045) and (AP > 1027.65) and (TAT <= 544.85) -> 55.664, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AFDP <= 4.045) and (AP > 1027.65) and (TAT > 544.85) -> 62.781, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP > 1027.65) and (AH <= 93.18) -> 69.173, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP > 1027.65) and (AH <= 93.18) and (AH > 92.176) -> 82.137, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1097.7) and (AFDP > 3.694) and (AP > 1027.65) and (AH > 93.18) -> 60.424, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (AH <= 63.569) -> 75.037, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (AH > 63.569) -> 66.698, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (TAT > 527.375) and (AFDP <= 4.093) and (AH <= 65.853) -> 64.886, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (TAT > 527.375) and (AFDP <= 4.093) and (AH > 65.853) -> 59.242, if (AT <= 16.958) and (AT > 5.227) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) -> 65.275, if (AT <= 16.958) and (AT > 5.227) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP <= 4.093) and (AFDP > 4.048) -> 69.264, if (AT <= 16.958) and (AT > 5.227) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (TAT > 528.465) and (AFDP <= 4.093) and (AH <= 92.076) -> 71.636, if (AT <= 16.958) and (AT > 5.227) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (TAT > 528.465) and (AFDP <= 4.093) and (AH > 92.076) -> 68.328, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (TAT > 531.835) and (AFDP <= 4.093) and (AH <= 91.848) -> 62.201, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (TAT > 531.835) and (AFDP <= 4.093) and (AH <= 91.848) and (AH > 86.415) -> 74.309, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1015.9) and (TAT <= 539.04) and (TAT > 531.835) and (AFDP <= 4.093) and (AH <= 91.848) -> 58.358, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (TAT > 531.835) and (AFDP <= 4.093) and (AH > 91.848) -> 73.254, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 999.795) and (TAT <= 539.04) and (TAT > 531.835) and (AFDP <= 4.093) and (AH > 91.848) -> 71.338, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) -> 75.092, if (AT <= 16.958) and (AT > 7.273) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) -> 69.044, if (AT <= 16.958) and (AT > 8.495) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) -> 88.849, if (AT <= 16.958) and (AT > 9.095) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AFDP <= 5.565) -> 72.082, if (AT <= 16.958) and (AT > 9.095) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1002.2) and (TAT <= 539.04) and (AFDP > 4.093) and (AFDP <= 5.565) -> 69.502, if (AT <= 16.958) and (AT > 9.095) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) and (AFDP <= 6.274) -> 67.929, if (AT <= 16.958) and (AT > 9.095) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT <= 539.04) and (AFDP > 4.093) -> 65.656, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1006.25) and (TAT <= 539.04) and (AFDP > 4.093) and (AFDP <= 4.787) and (AH <= 79.065) -> 69.443, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1006.25) and (TAT <= 539.04) and (AFDP > 4.093) and (AFDP <= 4.787) and (AH > 79.065) -> 67.814, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1006.25) and (TAT <= 539.04) and (AFDP > 4.093) and (AFDP <= 4.877) -> 58.074, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1006.25) and (TAT <= 539.04) and (AFDP > 4.093) -> 66.477, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1006.25) and (TAT <= 539.04) and (TAT > 527.515) and (AFDP > 4.093) and (AH <= 57.408) -> 65.222, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1006.25) and (TAT <= 539.04) and (TAT > 527.515) and (AFDP > 4.093) and (AH > 57.408) -> 70.02, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT > 539.04) and (TAT <= 543.17) and (AH <= 88.702) -> 86.675, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT > 539.04) and (TAT <= 543.17) and (AH <= 88.702) and (AH > 71.46) -> 77.91, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1018.2) and (TAT > 539.04) and (TAT <= 543.17) and (AH <= 88.702) -> 92.696, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT > 539.04) and (TAT <= 543.17) and (AH > 88.702) -> 66.237, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1019.45) and (TAT > 539.04) and (TAT <= 543.17) -> 60.259, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT > 539.04) and (AFDP <= 3.772) -> 77.158, if (AT <= 16.958) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT > 539.04) and (AFDP > 3.772) -> 80.228, if (AT <= 16.958) and (AT > 7.535) and (TIT > 1042.85) and (AP <= 1020.95) and (AP > 1019.45) and (TAT > 539.04) and (AFDP > 3.772) -> 87.675, if (AT <= 16.958) and (AT > 7.535) and (TIT > 1042.85) and (AP <= 1020.95) and (TAT > 539.04) and (AFDP > 3.772) -> 88.234, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (AFDP <= 5.103) and (AH <= 58.817) -> 60.663, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (AFDP <= 5.103) and (AH > 58.817) -> 57.375, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (AFDP <= 5.103) and (AFDP > 4.5) -> 50.662, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (AFDP > 5.103) -> 62.174, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 521.505) and (AFDP > 5.103) -> 67.991, if (AT <= 16.958) and (AT > 3.237) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (AFDP <= 4.672) and (AH <= 80.81) -> 61.392, if (AT <= 16.958) and (AT > 3.237) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (AFDP <= 4.672) and (AH > 80.81) -> 66.277, if (AT <= 16.958) and (AT > 3.237) and (TIT > 1042.85) and (AP > 1020.95) and (AP <= 1030.3) and (TAT <= 538.375) and (AFDP <= 4.672) and (AFDP > 4.136) -> 70.891, if (AT <= 16.958) and (AT > 3.237) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (AFDP <= 4.672) and (AFDP > 4.136) -> 47.599, if (AT <= 16.958) and (AT > 3.237) and (TIT > 1042.85) and (AP > 1020.95) and (AP <= 1029.15) and (TAT <= 538.375) and (AFDP > 4.672) and (AFDP <= 5.871) -> 64.597, if (AT <= 16.958) and (AT > 3.237) and (TIT > 1042.85) and (AP > 1020.95) and (AP <= 1029.15) and (TAT <= 538.375) and (AFDP > 4.672) -> 61.799, if (AT <= 16.958) and (AT > 3.237) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (AFDP > 4.672) -> 54.196, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AFDP <= 4.725) -> 61.545, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AFDP > 4.725) -> 70.282, if (AT <= 16.958) and (AT > 5.979) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AFDP <= 4.205) -> 57.376, if (AT <= 16.958) and (AT > 5.979) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AFDP > 4.205) -> 51.801, if (AT <= 16.958) and (TIT > 1042.85) and (TIT <= 1100.05) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AH > 74.559) -> 55.975, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AH > 74.559) -> 64.701, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AH > 74.559) and (AFDP <= 4.399) -> 57.605, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH <= 93.176) and (AH > 74.559) and (AFDP > 4.399) -> 71.685, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT <= 538.375) and (TAT > 529.57) and (AH > 93.176) -> 82.666, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (AP <= 1022.35) and (TAT > 538.375) -> 65.547, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT > 538.375) and (TAT <= 545.445) -> 73.201, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT > 538.375) and (AH <= 77.347) -> 84.827, if (AT <= 16.958) and (TIT > 1042.85) and (AP > 1020.95) and (TAT > 538.375) and (AH > 77.347) -> 78.62, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP <= 3.117) and (AP <= 1015.1) -> 78.992, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP <= 3.117) and (AP > 1015.1) -> 69.768, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (TAT > 548.645) and (AH <= 80.06) and (AFDP <= 3.117) and (AP > 1015.1) -> 66.773, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH <= 80.06) and (AFDP > 3.117) -> 83.179, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (TAT > 545.74) and (AH <= 80.06) and (AFDP > 3.117) and (AP <= 1013.95) -> 82.596, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (TAT > 545.74) and (AH <= 80.06) and (AFDP > 3.117) and (AP > 1013.95) -> 77.006, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP <= 2.698) and (AFDP > 2.234) and (AP <= 998.95) -> 79.642, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP <= 2.698) and (AFDP > 2.234) and (AP > 998.95) -> 88.362, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP <= 2.698) -> 74.724, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AH <= 82.61) and (AFDP <= 2.698) and (AFDP > 2.29) -> 94.234, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP <= 2.698) and (AFDP > 2.29) -> 82.086, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP > 2.698) and (AFDP <= 2.731) -> 105.47, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP > 2.698) and (AP <= 1016.35) -> 78.031, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (AH > 80.06) and (AFDP > 2.698) and (AP > 1016.35) -> 84.103, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (TAT > 548.915) and (AH > 80.06) and (AFDP > 2.698) and (AP <= 1013.95) -> 70.972, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (TAT > 548.915) and (AH > 80.06) and (AFDP > 2.698) and (AP > 1013.95) -> 63.777, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT <= 549.565) and (TAT > 548.915) and (AH > 80.06) and (AFDP > 2.698) -> 89.051, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP <= 2.586) and (AP <= 998.58) -> 77.058, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 549.74) and (AFDP <= 2.586) and (AP > 998.58) -> 70.627, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP <= 2.586) and (AP > 998.58) -> 68.522, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP <= 2.586) and (AFDP > 2.433) -> 72.41, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP > 2.586) and (AH <= 63.627) -> 71.898, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP > 2.586) and (AH > 63.627) and (AP <= 1001.2) -> 56.447, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 549.875) and (AFDP > 2.586) and (AH > 63.627) and (AP > 1001.2) -> 66.475, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP > 2.586) and (AH > 63.627) and (AP > 1001.2) -> 63.206, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 550.115) and (AH <= 95.267) -> 77.353, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 550.115) and (AH > 95.267) -> 79.524, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 550.115) -> 76.97, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 550.115) and (AP <= 1017.9) -> 71.599, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 550.115) and (AP > 1017.9) -> 54.837, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (TAT <= 550.305) and (AFDP <= 3.036) -> 67.755, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP <= 3.036) -> 56.038, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1057.2) and (TAT > 549.565) and (AFDP > 3.036) -> 74.387, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1084.15) and (TAT <= 539.06) and (AP <= 1021.95) -> 100.128, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (AP <= 1021.95) and (AFDP <= 4.461) -> 67.09, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (AP <= 1021.95) and (AFDP <= 4.461) and (AFDP > 4.048) -> 70.88, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (TAT > 536.26) and (AP <= 1021.95) and (AFDP <= 4.461) and (AH <= 84.146) -> 60.944, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (TAT > 536.26) and (AP <= 1021.95) and (AFDP <= 4.461) and (AH > 84.146) -> 71.121, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (AP <= 1021.95) and (AFDP > 4.461) -> 64.143, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (TAT > 533.42) and (AP <= 1021.95) and (AFDP > 4.461) -> 75.182, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (AP > 1021.95) and (AFDP <= 4.577) -> 64.955, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (TAT > 528.865) and (AP > 1021.95) and (AFDP <= 4.577) -> 73.216, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1099.55) and (TAT <= 539.06) and (AP > 1021.95) and (AFDP > 4.577) -> 56.518, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (AP > 1021.95) and (AFDP > 4.577) and (AH <= 82.591) -> 64.39, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (AP > 1021.95) and (AFDP > 4.577) and (AH > 82.591) -> 61.989, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1099.75) and (TAT <= 539.06) and (TAT > 531.97) and (AP > 1021.95) and (AP <= 1028.3) -> 70.921, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1099.75) and (TAT <= 539.06) and (TAT > 531.97) and (AP > 1021.95) -> 58.124, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (TAT > 531.97) and (AP > 1021.95) and (AH <= 54.392) and (AFDP <= 4.324) -> 60.806, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (TAT > 531.97) and (AP > 1021.95) and (AH <= 54.392) and (AFDP > 4.324) -> 54.134, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (TAT > 531.97) and (AP > 1021.95) and (AH > 54.392) and (AFDP <= 4.668) -> 50.277, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT <= 539.06) and (TAT > 531.97) and (AP > 1021.95) and (AH > 54.392) and (AFDP > 4.668) -> 61.433, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1075.75) and (TAT > 539.06) and (TAT <= 548.995) and (AFDP <= 3.846) and (AP <= 1014.95) -> 82.571, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1075.75) and (TAT > 539.06) and (AFDP <= 3.846) and (AP <= 1014.95) -> 66.458, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP <= 3.846) and (AP <= 1014.95) -> 75.779, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.248) and (AP <= 1014.95) -> 71.654, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1078.05) and (TAT > 539.06) and (AFDP <= 3.846) and (AP > 1014.95) -> 65.935, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP <= 3.846) and (AP > 1014.95) -> 69.636, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.376) and (AP > 1014.95) -> 107.4, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1065.85) and (TAT > 539.06) and (TAT <= 549.86) and (AFDP <= 3.846) and (AFDP > 3.378) and (AH <= 89.362) -> 82.337, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1065.85) and (TAT > 539.06) and (TAT <= 549.86) and (AFDP <= 3.846) and (AFDP > 3.378) and (AH > 89.362) -> 77.18, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1065.85) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) -> 67.293, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1079.05) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) and (AP <= 1019.05) -> 61.3, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1079.05) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) and (AP > 1019.05) -> 66.462, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP <= 3.846) and (AFDP > 3.378) -> 67.811, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1065.5) and (TAT > 539.06) and (AFDP > 3.846) and (AH <= 98.455) -> 90.185, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1087.55) and (TAT > 539.06) and (AFDP > 3.846) and (AH <= 98.455) -> 77.166, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1063.65) and (TAT > 539.06) and (AFDP > 3.846) and (AFDP <= 4.619) and (AH <= 98.455) -> 80.891, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP > 3.846) and (AFDP <= 4.619) and (AH <= 98.455) -> 73.273, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP > 3.846) and (AH <= 98.455) -> 75.833, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP > 3.846) and (AH <= 98.455) and (AH > 93.491) -> 70.49, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1080.7) and (TAT > 539.06) and (TAT <= 550.215) and (AFDP > 3.846) and (AH > 98.455) -> 59.655, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1080.7) and (TAT > 539.06) and (AFDP > 3.846) and (AH > 98.455) -> 69.957, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP > 3.846) and (AFDP <= 4.144) and (AH > 98.455) -> 59.259, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TAT > 539.06) and (AFDP > 3.846) and (AH > 98.455) -> 71.007, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT <= 548.77) and (AFDP <= 2.348) -> 72.171, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT <= 548.77) and (AFDP > 2.348) -> 82.48, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT <= 548.77) and (TAT > 544.835) and (AFDP > 2.348) -> 90.655, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT <= 548.77) and (TAT > 546.17) and (AFDP > 2.348) and (AP <= 1002.45) -> 91.466, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT <= 548.77) and (TAT > 546.17) and (AFDP > 2.348) and (AP > 1002.45) -> 78.407, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AH <= 67.078) -> 65.107, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AH > 67.078) and (AP <= 1015.5) -> 62.279, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AH > 67.078) and (AP > 1015.5) and (AFDP <= 2.328) -> 49.672, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AH > 67.078) and (AP > 1015.5) and (AFDP > 2.328) -> 58.822, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AFDP <= 3.375) -> 70.807, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AFDP <= 3.375) and (AFDP > 2.734) -> 64.947, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AFDP > 3.375) and (AH <= 79.562) -> 76.822, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AFDP > 3.375) and (AH > 79.562) -> 70.719, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AFDP <= 3.915) and (AH <= 75.32) -> 68.838, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AFDP <= 3.915) and (AH > 75.32) -> 63.971, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AFDP > 3.915) and (AH <= 84.583) -> 72.783, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (TAT > 548.77) and (AFDP > 3.915) and (AH > 84.583) -> 67.933, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AP <= 1005.95) and (TAT <= 549.595) -> 81.295, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AP <= 1005.95) and (TAT > 549.595) -> 76.91, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AP <= 1005.95) -> 74.764, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AP > 1005.95) and (AH <= 63.427) -> 72.341, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AP > 1005.95) and (AH > 63.427) -> 62.974, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AFDP > 3.077) and (AP > 1005.95) and (AH > 63.427) -> 58.842, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AP > 1005.95) -> 80.538, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AP > 1005.95) and (TAT <= 549.975) -> 65.09, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP <= 3.155) and (AP > 1005.95) and (TAT > 549.975) -> 69.715, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH <= 67.295) and (AP <= 1022.65) -> 64.205, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH <= 67.295) and (AP > 1022.65) -> 58.573, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH <= 67.295) and (AP <= 1017.6) -> 61.333, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH <= 67.295) and (AP > 1017.6) -> 55.891, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH > 67.295) and (TAT <= 548.87) -> 67.231, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH > 67.295) and (TAT > 548.87) -> 54.628, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 3.468) and (AH > 67.295) -> 60.349, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AH <= 89.268) -> 77.764, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AH <= 89.268) and (AH > 71.707) -> 69.045, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AH > 89.268) -> 66.985, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AFDP <= 4.524) -> 61.0, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AH <= 96.355) -> 73.89, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1083.85) and (AFDP > 3.155) and (AH > 96.355) -> 59.223, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1085.05) and (AP <= 1004.95) and (AFDP <= 3.38) and (AH <= 96.614) -> 72.47, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AH <= 96.614) -> 75.45, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AFDP > 3.235) and (AH <= 96.614) -> 78.819, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AFDP > 3.281) and (AH <= 96.614) -> 82.227, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1086.95) and (AP <= 1004.95) and (AFDP <= 3.38) and (AFDP > 3.281) and (AH <= 96.614) and (AH > 81.576) -> 75.824, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AFDP > 3.281) and (AH <= 96.614) and (AH > 81.576) -> 80.017, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP <= 3.38) and (AH > 96.614) -> 101.901, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AFDP <= 4.333) and (AH <= 96.901) and (TAT <= 542.23) -> 74.422, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (TAT <= 542.23) -> 68.524, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1096.5) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (TAT <= 542.23) and (TAT > 538.855) -> 78.491, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (TAT <= 542.23) and (TAT > 538.855) -> 61.209, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1099.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (TAT > 542.23) -> 75.788, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1099.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (AH > 88.701) and (TAT > 542.23) -> 72.209, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH <= 96.901) and (TAT > 542.23) -> 85.794, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP <= 1004.95) and (AFDP > 3.38) and (AH > 96.901) -> 66.18, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) -> 62.805, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP > 2.849) and (TAT <= 540.115) -> 51.31, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP > 2.849) and (TAT > 540.115) -> 68.304, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1086.3) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP > 3.613) and (AH <= 84.412) -> 51.633, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP > 3.613) and (AH <= 84.412) -> 62.016, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP <= 3.899) and (AFDP > 3.613) and (AH > 84.412) -> 67.03, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (AFDP <= 4.19) and (TAT <= 529.765) -> 48.995, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (AFDP <= 4.19) and (TAT > 529.765) and (TAT <= 536.285) -> 74.355, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (AFDP <= 4.19) and (TAT > 529.765) -> 70.146, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (TAT <= 543.135) -> 65.383, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (TAT <= 543.135) and (TAT > 535.885) -> 61.131, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (TAT > 543.135) and (AH <= 76.114) -> 75.058, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AP <= 1025.95) and (AFDP > 3.899) and (TAT > 543.135) and (AH > 76.114) -> 69.72, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1090.5) and (AP > 1004.95) and (AFDP <= 3.565) -> 85.921, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1090.5) and (AP > 1004.95) and (AFDP > 3.565) and (AFDP <= 4.681) -> 77.707, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (TIT <= 1090.5) and (AP > 1004.95) and (AFDP > 3.565) -> 79.0, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AFDP <= 4.295) -> 72.565, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AFDP > 4.295) and (AH <= 69.583) -> 68.564, if (AT <= 16.958) and (AT > 11.04) and (TIT > 1042.85) and (AP > 1004.95) and (AFDP > 4.295) and (AH > 69.583) -> 66.528, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (AFDP <= 2.416) -> 113.22, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (AFDP > 2.416) and (AH <= 83.383) -> 102.605, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (AFDP > 2.416) and (AH <= 83.383) and (AH > 73.562) -> 85.711, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 533.005) and (AFDP > 2.416) and (AH <= 83.383) and (AH > 73.562) -> 76.082, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (AFDP > 2.416) and (AFDP <= 2.817) and (AH > 83.383) -> 108.435, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (AFDP > 2.416) and (AH > 83.383) -> 92.934, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1045.65) and (TAT <= 549.475) -> 71.373, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP <= 3.022) and (AH <= 87.982) -> 73.942, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP <= 3.022) and (AH > 87.982) -> 81.072, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP <= 3.022) -> 90.981, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1046.2) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP <= 3.022) and (AH <= 89.356) -> 64.522, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP <= 3.022) and (AH <= 89.356) -> 71.32, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP <= 3.022) and (AH > 89.356) -> 77.178, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP > 3.022) and (AFDP <= 3.339) and (AH <= 95.869) -> 86.113, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP > 3.022) and (AH <= 95.869) and (AH > 76.188) -> 81.602, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP > 3.022) and (AH <= 95.869) -> 74.455, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT <= 549.475) and (TAT > 546.175) and (AFDP > 3.022) and (AH > 95.869) -> 69.761, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) -> 72.143, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) and (AP <= 1019.45) and (AH <= 88.788) -> 69.173, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) and (AP <= 1019.45) and (AH > 88.788) -> 60.752, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) and (AP <= 1019.45) and (AP > 1012.1) and (AFDP <= 3.111) -> 54.716, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) and (AP <= 1019.45) and (AP > 1012.1) and (AFDP > 3.111) -> 61.773, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) and (AP > 1019.45) -> 77.847, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) -> 55.144, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) and (AFDP <= 3.484) -> 67.057, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1053.35) and (TAT <= 549.475) and (TAT > 543.285) and (AFDP > 3.484) -> 56.063, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AH <= 90.986) -> 56.92, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AH > 90.986) -> 80.413, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1051.15) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AH <= 69.448) -> 67.706, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1051.15) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AH > 69.448) -> 62.433, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1069.75) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AP <= 1012.4) -> 80.677, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1069.75) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AP > 1012.4) and (AH <= 79.073) -> 71.232, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1069.75) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AP > 1012.4) and (AH > 79.073) -> 77.335, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AFDP > 3.072) and (AH <= 80.785) -> 65.551, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AFDP > 3.072) and (AH > 80.785) -> 60.039, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1065.5) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AFDP > 3.072) and (AH <= 62.895) -> 62.621, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1065.5) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AFDP > 3.072) and (AH > 62.895) -> 55.155, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1079.75) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AFDP > 3.072) and (AP <= 1003.6) and (AH <= 84.804) -> 70.186, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1079.75) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AFDP > 3.072) and (AP <= 1003.6) and (AH > 84.804) -> 61.632, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1079.75) and (TAT > 549.475) and (TAT <= 550.275) and (AFDP <= 3.945) and (AFDP > 3.072) and (AP > 1003.6) -> 60.827, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP <= 3.945) -> 66.411, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.375) and (AFDP <= 3.945) and (AFDP > 2.666) and (AH <= 68.16) -> 62.046, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.375) and (AFDP <= 3.945) and (AFDP > 2.666) and (AH > 68.16) -> 51.111, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.375) and (AFDP <= 3.945) and (AFDP > 2.666) -> 43.293, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP <= 3.945) and (AFDP > 2.666) and (AH <= 87.612) -> 55.602, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP <= 3.945) and (AFDP > 2.666) and (AH <= 87.612) and (AH > 83.001) -> 48.251, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP <= 3.945) and (AFDP > 2.666) and (AH > 87.612) -> 60.086, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AFDP <= 4.359) and (AH <= 84.777) -> 77.928, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1057.1) and (TAT > 549.475) and (AFDP > 3.945) and (AFDP <= 4.359) and (AH <= 84.777) -> 71.808, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AH <= 84.777) -> 77.032, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AH <= 84.777) and (AH > 68.062) and (AP <= 1015.75) -> 77.792, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1060.2) and (TAT > 549.475) and (AFDP > 3.945) and (AH <= 84.777) and (AH > 68.062) and (AP > 1015.75) -> 63.595, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AH <= 84.777) and (AH > 68.062) and (AP > 1015.75) -> 63.467, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AH > 84.777) and (AH <= 86.914) -> 76.92, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AH > 84.777) and (AH <= 100.046) and (AP <= 1012.6) -> 68.364, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AH > 84.777) and (AP <= 1012.6) -> 59.966, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AFDP > 3.945) and (AH > 84.777) and (AP > 1012.6) -> 62.949, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1059.55) and (TAT > 549.475) and (AFDP > 3.945) and (AFDP <= 4.723) and (AH > 84.777) and (AP <= 1014.85) -> 60.544, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1059.55) and (TAT > 549.475) and (AFDP > 3.945) and (AFDP <= 4.723) and (AH > 84.777) and (AP > 1014.85) -> 60.584, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1059.55) and (TAT > 549.475) and (TAT <= 549.78) and (AFDP > 3.945) and (AH > 84.777) -> 73.092, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1059.55) and (TAT > 549.475) and (TAT <= 549.945) and (AFDP > 3.945) and (AH > 84.777) -> 66.733, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1059.55) and (TAT > 549.475) and (AFDP > 3.945) and (AH > 84.777) -> 69.052, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.09) and (AH <= 76.796) and (AP <= 1001.8) -> 76.938, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.09) and (AH <= 76.796) and (AP <= 1001.8) and (AP > 991.14) and (AFDP <= 2.64) -> 63.912, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.09) and (AH <= 76.796) and (AP <= 1001.8) and (AP > 991.14) and (AFDP > 2.64) -> 76.489, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1047.25) and (TAT > 549.475) and (TAT <= 550.09) and (AH <= 76.796) and (AP <= 1001.8) and (AP > 991.14) and (AFDP > 2.64) -> 71.319, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH <= 76.796) and (AP <= 1001.8) -> 66.491, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 549.56) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) -> 70.72, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) -> 56.326, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1052.7) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) -> 67.19, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1052.7) and (TAT > 549.475) and (AH <= 76.796) and (AH > 65.233) and (AP > 1001.8) and (AFDP <= 3.573) -> 60.315, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1062.55) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) -> 61.664, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1062.55) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AFDP <= 3.573) and (AFDP > 3.099) -> 55.093, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AP <= 1019.2) and (AFDP > 3.573) -> 70.808, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AFDP > 3.573) -> 64.198, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH <= 76.796) and (AH > 72.55) and (AP > 1001.8) and (AFDP > 3.573) -> 60.683, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1076.65) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AP <= 1014.15) and (AFDP > 3.573) -> 63.785, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1076.65) and (TAT > 549.475) and (AH <= 76.796) and (AH > 75.947) and (AP > 1001.8) and (AP <= 1014.15) and (AFDP > 3.573) -> 43.231, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1076.65) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AFDP > 3.573) and (AFDP <= 3.784) -> 62.143, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1076.65) and (TAT > 549.475) and (AH <= 76.796) and (AP > 1001.8) and (AFDP > 3.573) -> 53.51, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (TAT <= 550.205) and (AH > 76.796) and (AH <= 92.444) and (AFDP <= 4.182) -> 57.818, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AH <= 92.444) and (AFDP <= 4.182) and (AP <= 1006.45) -> 60.666, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AH <= 92.444) and (AFDP <= 4.182) and (AP > 1006.45) -> 54.028, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AH <= 96.081) and (AFDP <= 4.182) -> 58.059, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AFDP <= 4.182) -> 63.083, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AH <= 98.989) and (AFDP <= 4.182) and (AFDP > 3.099) -> 55.17, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AFDP <= 4.182) and (AFDP > 3.099) -> 50.047, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1073.55) and (TAT > 549.475) and (AH > 76.796) and (AH <= 90.844) and (AFDP <= 4.182) and (AFDP > 3.127) -> 53.357, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1073.55) and (TAT > 549.475) and (AH > 76.796) and (AFDP <= 4.182) and (AFDP > 3.127) -> 50.741, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1073.55) and (TAT > 549.475) and (TAT <= 550.275) and (AH > 76.796) and (AFDP <= 4.182) -> 61.683, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1073.55) and (TAT > 549.475) and (AH > 76.796) and (AFDP <= 4.182) -> 65.95, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1073.55) and (TAT > 549.475) and (AH > 76.796) and (AFDP <= 4.182) and (AP <= 1012.7) -> 60.726, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1073.55) and (TAT > 549.475) and (AH > 76.796) and (AFDP <= 4.182) and (AP > 1012.7) -> 54.65, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AFDP > 4.182) and (AFDP <= 4.254) -> 72.82, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AFDP > 4.182) and (AP <= 1009.35) -> 61.407, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AH <= 89.605) and (AFDP > 4.182) and (AP > 1009.35) -> 65.506, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TAT > 549.475) and (AH > 76.796) and (AFDP > 4.182) and (AP > 1009.35) -> 62.774, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1074.4) and (TAT > 549.475) and (TAT <= 549.865) and (AH > 76.796) and (AFDP > 4.182) -> 61.632, if (AT > 16.958) and (AT <= 20.867) and (TIT <= 1083.05) and (TIT > 1074.4) and (TAT > 549.475) and (AH > 76.796) and (AFDP > 4.182) -> 58.442, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT <= 550.155) -> 72.192, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT <= 550.155) and (TAT > 549.405) -> 57.814, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP <= 3.915) and (AFDP > 2.691) and (TAT <= 550.155) -> 56.651, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1074.7) and (AH <= 83.21) and (AFDP <= 3.915) and (AFDP > 2.691) and (TAT <= 550.155) -> 57.753, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1080.95) and (AH <= 83.21) and (AFDP <= 3.915) and (AFDP > 2.691) and (TAT <= 550.155) -> 66.654, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1080.95) and (AH <= 83.21) and (AH > 63.286) and (AFDP <= 3.915) and (AFDP > 2.691) and (TAT <= 550.155) -> 57.155, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT > 550.155) -> 62.098, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1047.95) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT > 550.155) and (AP <= 1017.0) -> 53.17, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1047.95) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT > 550.155) and (TAT <= 550.38) and (AP > 1017.0) -> 50.041, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1047.95) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT > 550.155) and (AP > 1017.0) -> 46.261, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1047.95) and (AH <= 83.21) and (AFDP <= 3.915) and (TAT > 550.155) -> 61.478, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP > 3.915) and (AFDP <= 3.918) and (AP <= 1015.95) -> 73.76, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP > 3.915) and (AP <= 1015.95) -> 65.729, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP > 3.915) and (AP <= 1015.95) and (AP > 1010.0) -> 61.938, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 76.676) and (AFDP > 3.915) and (AP <= 1015.95) -> 77.906, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 77.275) and (AFDP > 3.915) and (AFDP <= 4.046) and (AP <= 1015.95) -> 52.972, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 77.275) and (AFDP > 3.915) and (AFDP <= 4.139) and (AP <= 1015.95) -> 58.017, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 77.275) and (AFDP > 3.915) and (AP <= 1015.95) -> 63.019, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 77.275) and (AFDP > 3.915) and (AP <= 1015.95) and (AP > 1011.8) -> 56.367, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AFDP > 3.915) and (AP > 1015.95) -> 60.786, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 66.317) and (AFDP > 3.915) and (AP > 1015.95) and (AP <= 1022.65) -> 57.562, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1067.8) and (AH <= 83.21) and (AH > 66.317) and (AFDP > 3.915) and (AP > 1015.95) and (AP <= 1022.65) -> 56.49, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 66.317) and (AFDP > 3.915) and (AP > 1015.95) -> 60.318, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 66.317) and (AFDP > 3.915) and (AP > 1015.95) and (AP <= 1018.5) and (TAT <= 550.225) -> 52.256, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 66.317) and (AFDP > 3.915) and (AP > 1015.95) and (TAT <= 550.225) -> 55.085, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH <= 83.21) and (AH > 66.317) and (AFDP > 3.915) and (AP > 1015.95) and (TAT > 550.225) -> 60.78, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (TAT <= 547.695) -> 65.179, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (TAT > 547.695) and (AFDP <= 3.034) -> 65.88, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (TAT > 547.695) and (TAT <= 550.07) and (AFDP <= 3.034) and (AFDP > 2.866) -> 59.08, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (TAT > 547.695) and (AFDP <= 3.034) and (AFDP > 2.866) -> 54.475, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (TAT > 547.695) and (AFDP > 3.034) -> 54.64, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1072.45) and (AH > 83.21) and (TAT > 547.695) and (AFDP > 3.034) -> 63.929, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1072.8) and (AH > 83.21) and (TAT > 547.695) and (AFDP > 3.034) and (AFDP <= 3.657) -> 57.0, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1072.8) and (AH > 83.21) and (TAT > 547.695) and (AFDP > 3.034) -> 51.08, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1081.95) and (AH > 83.21) and (TAT > 547.695) and (AFDP > 3.034) -> 60.637, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (AH <= 96.387) and (TAT > 547.695) and (TAT <= 550.05) and (AP <= 1004.05) -> 52.383, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (AH <= 96.387) and (TAT > 547.695) and (AP <= 1004.05) -> 42.964, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (AH <= 96.387) and (TAT > 547.695) and (AP > 1004.05) and (AFDP <= 4.139) -> 52.676, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (AH <= 96.387) and (TAT > 547.695) and (AP > 1004.05) and (AFDP > 4.139) -> 61.946, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (TIT > 1078.2) and (AH > 83.21) and (TAT > 547.695) and (AP <= 1012.05) -> 59.053, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (TAT > 547.695) and (AP <= 1012.05) -> 47.688, if (AT > 16.958) and (AT <= 22.88) and (TIT <= 1083.05) and (AH > 83.21) and (TAT > 547.695) and (AP > 1012.05) -> 41.781, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AFDP <= 4.163) and (AP <= 1010.3) -> 51.978, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 50.995) and (AFDP <= 4.163) and (AP <= 1010.3) -> 56.071, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AFDP <= 4.163) and (AFDP > 3.457) and (AP <= 1010.3) -> 58.58, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AFDP <= 4.163) and (AP > 1010.3) and (AP <= 1012.05) -> 63.086, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AFDP <= 4.163) and (AP > 1010.3) and (AP <= 1015.95) -> 57.529, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AFDP <= 4.163) and (AP > 1010.3) -> 56.12, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 53.857) and (AFDP <= 4.163) -> 67.21, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 53.857) and (AFDP <= 4.163) and (AFDP > 2.679) and (TAT <= 550.335) -> 55.092, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 53.857) and (AFDP <= 4.163) and (AFDP > 2.679) and (TAT > 550.335) -> 50.776, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 53.857) and (AFDP <= 4.163) and (AFDP > 2.679) and (TAT <= 550.405) -> 52.825, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 53.857) and (AFDP <= 4.163) and (AFDP > 2.679) and (TAT > 550.405) -> 45.265, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 57.284) and (AFDP > 4.163) and (AP <= 1015.4) and (TAT <= 549.69) -> 56.285, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 57.284) and (AFDP > 4.163) and (AP <= 1015.4) and (TAT > 549.69) -> 61.018, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AFDP > 4.163) and (AP <= 1015.4) -> 59.451, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (TIT > 1064.0) and (AH <= 75.36) and (AFDP > 4.163) and (AP <= 1015.4) -> 57.533, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (TIT > 1064.0) and (AH <= 75.36) and (AH > 67.961) and (AFDP > 4.163) and (AP <= 1015.4) -> 54.577, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AFDP > 4.163) and (AP > 1015.4) -> 75.097, if (AT > 16.958) and (AT <= 27.141) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 64.098) and (AFDP > 4.163) and (AP > 1015.4) -> 56.079, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AP <= 1010.4) and (TAT <= 550.185) -> 52.322, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 43.572) and (AP <= 1010.4) and (TAT <= 550.185) -> 49.941, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AP <= 1010.4) and (TAT > 550.185) -> 46.246, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AP > 1010.4) -> 51.263, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 45.094) and (AP > 1010.4) -> 47.425, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1056.7) and (AH <= 75.36) and (AP > 1010.4) -> 59.472, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1056.7) and (AH <= 75.36) and (AH > 35.948) and (AP > 1010.4) -> 52.77, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1062.35) and (AH <= 75.36) and (AP <= 1004.35) and (AFDP <= 4.288) -> 48.363, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1062.35) and (AH <= 75.36) and (AP <= 1004.35) and (AFDP > 4.288) -> 54.066, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1062.35) and (AH <= 75.36) and (AP > 1004.35) and (AFDP <= 3.596) -> 54.066, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1062.35) and (AH <= 75.36) and (AP > 1004.35) and (AFDP > 3.596) -> 58.329, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1062.35) and (AH <= 75.36) and (AH > 48.782) and (AP > 1004.35) and (TAT <= 550.4) -> 53.362, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1062.35) and (AH <= 75.36) and (AH > 48.782) and (AP > 1004.35) and (TAT > 550.4) -> 43.721, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP <= 4.188) and (AP <= 1006.4) -> 44.856, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP <= 4.188) and (AP > 1006.4) -> 49.454, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1061.1) and (AH <= 75.36) and (AH > 56.814) and (AFDP <= 4.188) -> 52.576, if (AT > 16.958) and (AT <= 29.526) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP <= 4.188) and (AFDP > 3.912) and (AP <= 1005.15) -> 46.488, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP <= 4.188) and (AFDP > 3.912) and (AP <= 1005.15) -> 42.994, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP <= 4.188) and (AFDP > 3.912) and (AP > 1005.15) -> 48.772, if (AT > 16.958) and (AT <= 29.654) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP > 4.188) and (AFDP <= 4.246) -> 54.767, if (AT > 16.958) and (AT <= 29.654) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP > 4.188) -> 53.911, if (AT > 16.958) and (TIT <= 1083.05) and (AH <= 75.36) and (AH > 56.814) and (AFDP > 4.188) -> 48.237, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1074.25) and (AH <= 75.36) and (AH > 56.814) and (AFDP > 4.188) -> 51.303, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 89.685) and (AFDP <= 4.107) -> 45.528, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1050.5) and (AH > 75.36) and (AH <= 89.685) and (AFDP <= 4.107) -> 54.587, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1050.5) and (AH > 75.36) and (AH <= 89.685) and (AFDP <= 4.107) and (AFDP > 3.838) -> 49.961, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 89.685) and (AFDP > 4.107) -> 69.308, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1062.5) and (AH > 75.36) and (AH <= 89.685) and (AFDP > 4.107) and (AFDP <= 4.752) and (AP <= 1009.15) -> 60.018, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1062.5) and (AH > 75.36) and (AH <= 89.685) and (AFDP > 4.107) and (AFDP <= 4.752) and (AP > 1009.15) -> 55.26, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1062.5) and (AH > 75.36) and (AH <= 89.685) and (AFDP > 4.107) -> 66.304, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (AH > 75.36) -> 71.503, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1045.4) and (AH > 75.36) and (AH <= 95.704) and (TAT <= 550.175) -> 50.12, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1045.4) and (AH > 75.36) and (AH <= 95.704) and (TAT > 550.175) -> 47.433, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (AFDP <= 3.444) and (AH > 78.348) -> 92.405, if (AT > 16.958) and (AT <= 24.056) and (TIT <= 1083.05) and (TIT > 1045.4) and (AH > 75.36) -> 48.218, if (AT > 16.958) and (AT <= 25.757) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP <= 4.316) -> 45.649, if (AT > 16.958) and (AT <= 25.757) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP <= 4.316) and (AFDP > 3.874) -> 49.276, if (AT > 16.958) and (AT <= 25.757) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP > 4.316) and (AFDP <= 4.372) -> 52.146, if (AT > 16.958) and (AT <= 25.757) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP > 4.316) -> 55.174, if (AT > 16.958) and (AT <= 27.597) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP <= 4.213) -> 48.001, if (AT > 16.958) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP <= 4.213) -> 43.506, if (AT > 16.958) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP <= 4.213) and (AFDP > 4.041) -> 46.19, if (AT > 16.958) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP > 4.213) and (AFDP <= 4.251) -> 49.315, if (AT > 16.958) and (TIT <= 1083.05) and (AH > 75.36) and (AH <= 90.84) and (AFDP > 4.213) -> 51.375, if (AT > 16.958) and (AT <= 25.46) and (TIT <= 1083.05) and (AH > 75.36) and (AFDP <= 4.291) -> 45.639, if (AT > 16.958) and (AT <= 25.46) and (TIT <= 1083.05) and (TIT > 1055.85) and (AH > 75.36) and (AFDP <= 4.291) -> 47.098, if (AT > 16.958) and (TIT <= 1083.05) and (AH > 75.36) and (AFDP <= 4.291) -> 44.39, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1069.2) and (AH > 75.36) and (AFDP <= 4.291) -> 46.149, if (AT > 16.958) and (TIT <= 1083.05) and (AH > 75.36) and (AFDP > 4.291) -> 50.114, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1079.7) and (AH > 75.36) and (AFDP <= 4.098) -> 52.514, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1079.7) and (AH > 75.36) and (AFDP > 4.098) and (TAT <= 550.01) -> 47.856, if (AT > 16.958) and (TIT <= 1083.05) and (TIT > 1079.7) and (AH > 75.36) and (AFDP > 4.098) and (TAT > 550.01) -> 49.421, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP <= 4.282) -> 52.443, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1096.95) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP <= 1020.75) -> 62.338, if (AT > 16.958) and (AT <= 18.686) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP <= 1020.75) -> 72.368, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP <= 1020.75) -> 80.714, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP <= 1020.75) and (AP > 1006.4) -> 76.622, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AFDP > 4.13) and (AP <= 1020.75) and (AP > 1008.85) -> 62.975, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP <= 1020.75) and (AP > 1008.85) -> 62.629, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AFDP > 3.814) and (AP <= 1020.75) and (AP > 1008.85) -> 73.429, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AFDP > 4.252) and (AP <= 1020.75) and (AP > 1008.85) -> 59.718, if (AT > 16.958) and (AT <= 21.135) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP > 1020.75) and (AH <= 90.738) -> 95.439, if (AT > 16.958) and (AT <= 21.135) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AFDP > 3.94) and (AP > 1020.75) and (AH <= 90.738) -> 81.455, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP > 1020.75) and (AH <= 90.738) -> 96.684, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 530.58) and (AFDP <= 4.282) and (AP > 1020.75) and (AH > 90.738) -> 94.254, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AP <= 1016.5) -> 53.614, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AP > 1016.5) -> 45.4, if (AT > 16.958) and (AT <= 19.461) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AP <= 996.315) -> 84.383, if (AT > 16.958) and (AT <= 19.461) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AP > 996.315) and (AP <= 1013.65) -> 62.398, if (AT > 16.958) and (AT <= 19.461) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AP > 996.315) -> 60.631, if (AT > 16.958) and (AT <= 19.461) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 537.455) and (AFDP > 4.282) and (AFDP <= 4.81) and (AP > 996.315) -> 66.771, if (AT > 16.958) and (AT <= 27.257) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AH <= 63.662) and (AP <= 1013.35) -> 59.787, if (AT > 16.958) and (AT <= 27.257) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AH <= 63.662) and (AP > 1013.35) -> 62.711, if (AT > 16.958) and (AT <= 27.257) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AH > 63.662) -> 59.784, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AP <= 1005.5) -> 64.167, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.81) and (AP > 1005.5) -> 54.174, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 536.85) and (AFDP > 4.282) and (AFDP <= 4.81) and (AH <= 60.274) -> 58.174, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 536.85) and (AFDP > 4.282) and (AFDP <= 4.81) and (AH > 60.274) -> 54.985, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 528.215) and (AFDP > 4.282) and (AFDP <= 5.74) -> 64.375, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 5.74) and (AH <= 77.274) -> 77.006, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 5.74) and (AH > 77.274) -> 65.97, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 5.74) -> 66.441, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH <= 44.252) and (AP <= 1016.6) -> 73.521, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH <= 44.252) and (AP > 1016.6) -> 83.592, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH > 44.252) -> 64.804, if (AT > 16.958) and (AT <= 27.95) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 536.745) and (AFDP > 4.282) and (AH > 44.252) -> 74.078, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.969) and (AH <= 48.479) and (AP <= 1014.55) -> 58.556, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.979) and (AH <= 48.479) and (AP <= 1014.55) -> 79.459, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH <= 48.479) and (AP <= 1014.55) -> 63.412, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH <= 48.479) and (AP > 1014.55) -> 75.331, if (AT > 16.958) and (AT <= 32.035) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AFDP <= 4.98) and (AH > 48.479) and (AH <= 62.284) -> 60.033, if (AT > 16.958) and (AT <= 32.035) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH > 48.479) and (AH <= 62.284) -> 56.643, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH > 48.479) and (AH <= 62.284) -> 65.868, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH > 48.479) and (AH <= 70.21) -> 52.122, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (AFDP > 4.282) and (AH > 48.479) -> 56.386, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1091.95) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) -> 66.041, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1091.95) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.72) and (AP <= 1019.55) and (AP > 1013.45) and (AH <= 55.169) -> 56.466, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1091.95) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.72) and (AP <= 1019.55) and (AP > 1013.45) and (AH > 55.169) -> 50.805, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1091.95) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.72) and (AP <= 1019.55) -> 59.946, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP <= 1019.55) -> 51.751, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.631) and (AP <= 1019.55) and (AP > 1012.5) -> 71.193, if (AT > 16.958) and (AT <= 17.281) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.631) and (AP <= 1019.55) -> 82.783, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.631) and (AP <= 1019.55) -> 72.711, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.631) and (AP <= 1019.55) and (AH <= 67.258) -> 63.054, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.631) and (AP <= 1019.55) and (AH > 67.258) -> 58.61, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP > 1019.55) and (AH <= 69.038) -> 79.15, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AP > 1019.55) and (AH > 69.038) -> 100.122, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.879) and (AP > 1019.55) and (AP <= 1020.9) -> 55.293, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1099.85) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.879) and (AP > 1019.55) -> 77.861, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP <= 4.122) and (AFDP > 3.879) and (AP > 1019.55) -> 80.243, if (AT > 16.958) and (AT <= 20.767) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP <= 998.615) -> 83.954, if (AT > 16.958) and (AT <= 20.767) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP > 998.615) -> 56.508, if (AT > 16.958) and (AT <= 20.767) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) -> 75.072, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AH <= 65.107) -> 58.34, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AH > 65.107) and (AH <= 75.282) and (AP <= 1014.8) -> 56.36, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AH > 65.107) and (AP <= 1014.8) -> 53.982, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1099.75) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AH > 65.107) and (AP > 1014.8) -> 49.742, if (AT > 16.958) and (AT <= 18.015) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP <= 1010.15) -> 65.624, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP <= 1010.15) -> 55.887, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP <= 1010.15) and (AP > 1006.55) -> 53.394, if (AT > 16.958) and (AT <= 24.773) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP > 1010.15) and (AP <= 1022.2) -> 77.2, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP > 1010.15) and (AP <= 1022.2) -> 51.259, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.439) and (AP > 1010.15) -> 80.144, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.601) and (AH <= 74.915) -> 85.471, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AH <= 74.915) -> 59.306, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TIT <= 1100.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AH <= 74.915) and (AH > 62.114) -> 69.022, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AH <= 74.915) and (AH > 62.114) -> 76.529, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AH > 74.915) and (AH <= 92.883) and (AP <= 1009.1) -> 68.991, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AH > 74.915) and (AH <= 92.883) and (AP <= 1009.1) and (AP > 1005.35) -> 73.679, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AH > 74.915) and (AP <= 1009.1) -> 63.105, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 4.601) and (AH > 74.915) and (AP > 1009.1) -> 68.734, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TIT <= 1093.55) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AH > 74.915) and (AP > 1009.1) -> 67.092, if (AT > 16.958) and (AT <= 19.016) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AH > 74.915) and (AP > 1009.1) -> 57.979, if (AT > 16.958) and (AT <= 23.296) and (TIT > 1083.05) and (TIT <= 1099.65) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 5.553) and (AH <= 64.041) -> 71.846, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1099.65) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 5.553) and (AH <= 64.041) -> 63.044, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 5.553) and (AH <= 64.041) -> 57.813, if (AT > 16.958) and (AT <= 22.632) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 5.553) and (AH > 64.041) and (AH <= 74.819) -> 61.375, if (AT > 16.958) and (AT <= 22.632) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 5.553) and (AH > 64.041) -> 56.371, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 5.553) and (AH > 64.041) -> 55.362, if (AT > 16.958) and (AT <= 25.345) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 5.675) -> 58.329, if (AT > 16.958) and (AT <= 25.345) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AP <= 1015.35) -> 69.8, if (AT > 16.958) and (AT <= 25.345) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AP > 1015.35) -> 81.932, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AP <= 1009.75) and (AH <= 66.962) -> 61.37, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AP <= 1009.75) and (AH > 66.962) -> 69.563, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AFDP <= 6.128) and (AP > 1009.75) -> 57.754, if (AT > 16.958) and (TIT > 1083.05) and (TAT <= 548.92) and (TAT > 538.45) and (AFDP > 4.122) and (AP > 1009.75) -> 68.911, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1087.35) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AH <= 77.474) -> 83.066, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1087.35) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 993.225) and (AH <= 77.474) -> 79.036, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1087.35) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.327) and (AP <= 1019.8) and (AP > 993.225) and (AH <= 77.474) -> 80.571, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1087.35) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AH <= 77.474) and (AH > 73.751) -> 76.357, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AH <= 77.474) -> 84.61, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (TAT <= 549.73) and (AFDP <= 3.481) and (AP <= 1019.8) and (AH > 77.474) -> 72.351, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AH > 77.474) -> 70.383, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.017) and (AP <= 1019.8) and (AH > 77.474) -> 70.93, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1001.5) and (AH > 77.474) -> 74.183, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.285) and (AP <= 1019.8) and (AH > 77.474) -> 80.512, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) -> 75.026, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.221) and (AP <= 1019.8) and (AP > 1003.0) -> 58.033, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.221) and (AP <= 1019.8) and (AP > 1003.0) and (AH <= 86.533) -> 65.88, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.221) and (AP <= 1019.8) and (AP > 1003.0) and (AH > 86.533) -> 63.102, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.449) and (AP <= 1019.8) and (AP > 1003.0) and (AH <= 78.033) -> 70.678, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1089.4) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AH <= 78.033) -> 67.776, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AH <= 78.033) -> 73.077, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (TAT <= 549.62) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AH > 78.033) -> 76.265, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (TAT <= 550.055) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AH > 78.033) -> 67.109, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AH > 78.033) -> 69.883, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1085.55) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) -> 79.872, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AH <= 92.302) -> 61.113, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AH <= 92.302) and (AH > 86.093) -> 58.29, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP <= 1019.8) and (AP > 1003.0) and (AH > 92.302) -> 71.082, if (AT > 16.958) and (AT <= 19.335) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.223) and (AP <= 1019.8) and (AP > 1003.0) -> 69.809, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.223) and (AP <= 1019.8) and (AP > 1003.0) -> 66.117, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1089.25) and (TAT > 548.92) and (AFDP <= 3.481) and (AP > 1019.8) -> 72.643, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1089.25) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.285) and (AP > 1019.8) and (AP <= 1024.15) -> 66.557, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1089.25) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.285) and (AP > 1019.8) -> 73.587, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1098.65) and (TAT > 548.92) and (AFDP <= 3.481) and (AP > 1019.8) -> 99.345, if (AT > 16.958) and (AT <= 18.305) and (TIT > 1083.05) and (TIT <= 1098.65) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.206) and (AP > 1019.8) -> 87.126, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1098.65) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.206) and (AP > 1019.8) and (AP <= 1027.45) -> 90.965, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1098.65) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.206) and (AP > 1019.8) -> 93.565, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1098.65) and (TAT > 548.92) and (AFDP <= 3.481) and (AFDP > 3.393) and (AP > 1019.8) -> 98.373, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP <= 3.481) and (AP > 1019.8) -> 119.91, if (AT > 16.958) and (AT <= 24.618) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AP <= 1017.05) -> 61.552, if (AT > 16.958) and (AT <= 24.618) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AP > 1017.05) -> 64.744, if (AT > 16.958) and (AT <= 24.618) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 60.028) -> 59.205, if (AT > 16.958) and (AT <= 24.618) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) -> 67.577, if (AT > 16.958) and (AT <= 24.618) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 61.674) -> 62.547, if (AT > 16.958) and (AT <= 24.724) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 51.78) -> 46.766, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 51.78) -> 56.218, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) -> 58.967, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AP <= 1008.95) -> 63.426, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1086.85) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AP > 1008.95) -> 60.231, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1094.15) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AP <= 1017.45) -> 64.149, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1094.15) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AP > 1017.45) -> 71.574, if (AT > 16.958) and (AT <= 25.894) and (TIT > 1083.05) and (TIT <= 1094.15) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) -> 70.258, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1094.15) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) -> 67.178, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1094.15) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 56.658) and (AP <= 1017.05) -> 63.392, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1094.15) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 56.658) and (AP > 1017.05) and (AP <= 1018.35) -> 66.615, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1094.15) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 56.658) and (AP > 1017.05) -> 69.611, if (AT > 16.958) and (AT <= 25.802) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) -> 59.985, if (AT > 16.958) and (AT <= 25.802) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 59.053) -> 58.083, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (TAT <= 549.48) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AP <= 1010.2) -> 52.189, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (TAT <= 549.48) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AP > 1010.2) -> 60.111, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) -> 70.854, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.145) and (AH <= 73.677) and (AH > 39.042) -> 63.497, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TIT <= 1094.65) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.295) and (AH <= 73.677) -> 75.262, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.295) and (AH <= 73.677) and (AH > 63.827) and (AP <= 999.455) -> 76.515, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.295) and (AH <= 73.677) and (AH > 63.827) and (AP > 999.455) -> 71.472, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.295) and (AH <= 73.677) -> 77.406, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.295) and (AH <= 73.677) and (AH > 57.117) and (AP <= 1007.45) -> 72.138, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.295) and (AH <= 73.677) and (AH > 57.117) and (AP > 1007.45) -> 67.923, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.306) and (AH <= 73.677) -> 82.153, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) -> 73.665, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 61.837) -> 65.691, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 65.134) and (AP <= 1010.65) -> 72.347, if (AT > 16.958) and (AT <= 24.177) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 65.134) and (AP > 1010.65) -> 84.641, if (AT > 16.958) and (AT <= 31.273) and (TIT > 1083.05) and (TIT <= 1088.0) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) -> 63.097, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1088.0) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) -> 57.235, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.443) and (AH <= 73.677) -> 71.054, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) -> 74.104, if (AT > 16.958) and (AT <= 31.154) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 44.637) -> 69.754, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 44.637) -> 66.263, if (AT > 16.958) and (AT <= 29.718) and (TIT > 1083.05) and (TIT <= 1084.3) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 53.688) -> 54.916, if (AT > 16.958) and (AT <= 29.718) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 53.688) -> 65.578, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1085.6) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 53.688) -> 49.96, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 53.688) -> 63.747, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 53.688) and (AP <= 1007.15) -> 55.11, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH <= 73.677) and (AH > 53.688) and (AP > 1007.15) -> 61.535, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1095.45) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) and (AH <= 78.938) -> 59.326, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) and (AH <= 78.938) and (AP <= 1016.55) -> 73.514, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) and (AH <= 78.938) and (AP > 1016.55) -> 66.412, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1098.0) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) and (AH <= 78.938) -> 66.666, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) and (AH <= 78.938) -> 77.054, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1086.75) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) -> 59.205, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) and (AH <= 85.95) -> 63.013, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1086.8) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) -> 57.101, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.77) and (AH > 73.677) -> 63.819, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1088.85) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 86.516) -> 71.554, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 86.516) and (AP <= 1010.85) -> 73.002, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 86.516) and (AP > 1010.85) -> 81.659, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1093.45) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 86.516) -> 65.261, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 86.516) -> 62.149, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.252) and (AH > 73.677) and (AH <= 92.359) and (AP <= 1013.9) -> 66.291, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.252) and (AH > 73.677) and (AP <= 1013.9) -> 60.63, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.252) and (AH > 73.677) and (AH <= 96.463) and (AP > 1013.9) -> 67.967, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.252) and (AH > 73.677) and (AP > 1013.9) -> 65.306, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1092.1) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AP <= 1007.85) -> 70.066, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TIT <= 1092.1) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AP > 1007.85) -> 66.524, if (AT > 16.958) and (AT <= 23.127) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) -> 77.774, if (AT > 16.958) and (AT <= 26.791) and (TIT > 1083.05) and (TIT <= 1083.9) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.046) and (AH > 73.677) and (AH <= 84.985) -> 54.987, if (AT > 16.958) and (AT <= 26.791) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.046) and (AH > 73.677) and (AH <= 84.985) -> 44.335, if (AT <= 16.958) and (TIT <= 1042.85) and (TAT <= 541.975) and (AFDP <= 3.444) and (AH <= 78.348) -> 103.288, if (AT > 16.958) and (AT <= 26.791) and (TIT > 1083.05) and (TIT <= 1097.5) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.561) and (AH > 73.677) and (AH <= 84.985) -> 62.722, if (AT > 16.958) and (AT <= 26.791) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.561) and (AH > 73.677) and (AH <= 84.985) -> 53.069, if (AT > 16.958) and (AT <= 26.791) and (TIT > 1083.05) and (TAT > 548.92) and (TAT <= 549.375) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 84.985) -> 75.173, if (AT > 16.958) and (AT <= 26.791) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 84.985) -> 60.023, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1087.2) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 84.985) -> 52.218, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1097.1) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 84.985) -> 58.855, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) and (AH <= 84.985) -> 54.394, if (AT > 16.958) and (AT <= 24.727) and (TIT > 1083.05) and (TIT <= 1090.25) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.239) and (AH > 73.677) -> 57.683, if (AT > 16.958) and (AT <= 24.727) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 5.239) and (AH > 73.677) -> 59.779, if (AT > 16.958) and (AT <= 24.727) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) -> 67.206, if (AT > 16.958) and (AT <= 26.483) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.237) and (AH > 73.677) and (AP <= 1007.1) -> 56.84, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.237) and (AH > 73.677) and (AP <= 1007.1) -> 53.113, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (TAT <= 550.405) and (AFDP > 3.481) and (AFDP <= 4.237) and (AH > 73.677) and (AP > 1007.1) -> 60.008, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AFDP <= 4.237) and (AH > 73.677) and (AP > 1007.1) -> 54.176, if (AT > 16.958) and (TIT > 1083.05) and (TIT <= 1085.1) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) -> 51.798, if (AT > 16.958) and (AT <= 27.496) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) -> 57.272, if (AT > 16.958) and (TIT > 1083.05) and (TAT > 548.92) and (AFDP > 3.481) and (AH > 73.677) -> 54.655]
In [6]:
from sklearn.model_selection import train_test_split
random_state = 9
y = data["NOX"]
X = data.drop(["NOX"], axis=1).copy()
X_train, X_test, y_train, y_test = train_test_split(
X, y, test_size=0.2, random_state=random_state
)
display(X_train, y_train, X_test, y_test)
AT | AP | AH | AFDP | TIT | TAT | |
---|---|---|---|---|---|---|
4480 | 26.6350 | 1009.7 | 83.256 | 4.4137 | 1100.0 | 540.65 |
24883 | 20.2280 | 1016.2 | 73.583 | 4.6238 | 1099.8 | 538.53 |
21557 | 15.6330 | 1018.5 | 81.089 | 4.0899 | 1100.0 | 534.04 |
1705 | 16.6540 | 1020.2 | 64.757 | 4.5755 | 1086.6 | 549.76 |
21388 | 21.0020 | 1004.3 | 75.645 | 4.1101 | 1100.0 | 534.21 |
... | ... | ... | ... | ... | ... | ... |
25725 | 17.5190 | 1015.9 | 85.663 | 3.6809 | 1072.2 | 549.82 |
5014 | 21.9780 | 1014.4 | 75.280 | 3.1246 | 1058.0 | 549.86 |
22584 | 4.7103 | 1003.0 | 92.874 | 3.2741 | 1067.2 | 550.15 |
501 | 6.7758 | 1008.3 | 93.029 | 5.1192 | 1099.9 | 524.78 |
20828 | 17.6730 | 1020.7 | 88.840 | 3.0370 | 1079.9 | 550.02 |
29386 rows × 6 columns
4480 52.970 24883 58.801 21557 78.066 1705 73.955 21388 79.989 ... 25725 53.424 5014 58.462 22584 65.275 501 65.469 20828 77.008 Name: NOX, Length: 29386, dtype: float64
AT | AP | AH | AFDP | TIT | TAT | |
---|---|---|---|---|---|---|
18246 | 23.4530 | 1006.2 | 84.837 | 3.7535 | 1088.7 | 550.39 |
20343 | 28.7090 | 1011.2 | 59.574 | 6.0321 | 1100.0 | 542.01 |
2924 | 21.8330 | 1017.0 | 81.262 | 3.9663 | 1092.9 | 544.91 |
117 | 7.8167 | 1022.2 | 88.135 | 4.6605 | 1100.0 | 526.21 |
5713 | 19.9120 | 1013.1 | 86.846 | 3.6710 | 1080.2 | 550.25 |
... | ... | ... | ... | ... | ... | ... |
21917 | 9.5791 | 1017.5 | 75.935 | 2.9617 | 1081.1 | 549.66 |
13099 | 22.6150 | 1012.1 | 78.314 | 4.2739 | 1089.8 | 550.37 |
26704 | 28.4020 | 1004.4 | 79.478 | 4.0643 | 1073.0 | 550.19 |
4182 | 31.7400 | 1012.2 | 41.623 | 4.5323 | 1100.2 | 539.10 |
2982 | 23.7130 | 1013.5 | 69.233 | 3.7112 | 1091.6 | 549.98 |
7347 rows × 6 columns
18246 58.948 20343 62.909 2924 61.083 117 66.369 5713 56.675 ... 21917 71.316 13099 63.308 26704 49.210 4182 59.452 2982 66.807 Name: NOX, Length: 7347, dtype: float64
In [7]:
from src.rules import simplify_rules
rules = simplify_rules(X_train, rules)
rules
Out[7]:
[if (AT = 13.006) and (TIT = 1001.3) and (TAT = 511.04) and (AFDP = 2.099) and (AH = 100.2) -> 82.971, if (AT = -6.235) and (TIT = 1001.3) and (TAT = 511.04) and (AFDP = 2.909) -> 66.005, if (AT = -6.235) and (TIT = 1001.3) and (TAT = 526.897) and (AFDP = 2.909) and (AH = 24.085) -> 111.418, if (AT = -6.235) and (TIT = 1001.3) and (TAT = 526.897) and (AFDP = 2.909) and (AH = 100.2) -> 104.229, if (AT = 15.268) and (TIT = 1001.3) and (TAT = 526.897) and (AFDP = 2.909) -> 96.548, if (AT = 15.414) and (TIT = 1001.3) and (TAT = 526.897) and (AFDP = 2.909) -> 107.645, if (AT = -6.235) and (TIT = 1001.3) and (TAT = 526.897) and (AFDP = 2.909) -> 108.611, if (AT = 13.173) and (TIT = 1001.3) and (TAT = 526.897) and (AFDP = 2.909) -> 115.066, if (AT = -6.235) and (TIT = 1034.95) and (TAT = 526.897) and (AFDP = 2.909) -> 113.84, if (AT = -6.235) and (TIT = 1039.75) and (TAT = 526.897) and (AFDP = 2.909) -> 106.678, if (AT = 13.159) and (TIT = 1039.75) and (TAT = 526.897) and (AFDP = 2.909) -> 96.804, if (AT = -6.235) and (TIT = 1001.3) and (TAT = 511.04) and (AFDP = 3.452) -> 94.208, if (AT = -6.235) and (TIT = 1001.3) and (TAT = 511.04) and (AFDP = 7.611) -> 112.425, if (AT = -6.235) and (TIT = 1035.3) and (TAT = 511.04) and (AFDP = 7.611) -> 100.12, if (AT = 8.855) and (TIT = 1035.3) and (TAT = 511.04) and (AFDP = 7.611) -> 105.077, if (AT = -6.235) and (TIT = 1001.3) and (TAT = 537.622) and (AFDP = 7.611) -> 114.08, if (AT = 10.669) and (TIT = 1001.3) and (TAT = 511.04) and (AFDP = 7.611) -> 102.241, if (AT = 10.669) and (TIT = 1001.3) and (TAT = 535.565) and (AFDP = 7.611) -> 113.328, if (AT = 10.669) and (TIT = 1036.4) and (TAT = 511.04) and (AFDP = 7.611) and (AP = 985.85) -> 96.223, if (AT = 10.669) and (TIT = 1036.4) and (TAT = 539.47) and (AFDP = 7.611) and (AP = 985.85) -> 90.928, if (AT = 10.669) and (TIT = 1036.4) and (TAT = 511.04) and (AFDP = 7.611) and (AP = 1023.425) -> 102.672, if (AT = 10.669) and (TIT = 1036.4) and (TAT = 511.04) and (AFDP = 7.611) and (AP = 1036.6) -> 108.44, if (AT = 14.552) and (TIT = 1001.3) and (TAT = 511.04) and (AFDP = 7.611) -> 86.034, if (AT = -6.235) and (TIT = 1001.3) and (TAT = 539.887) and (AFDP = 2.099) -> 102.777, if (AT = -6.235) and (TIT = 1001.3) and (TAT = 539.887) and (AFDP = 2.695) -> 95.358, if (AT = -6.235) and (TIT = 1034.8) and (TAT = 539.887) and (AFDP = 2.099) and (AP = 985.85) -> 102.455, if (AT = -6.235) and (TIT = 1034.8) and (TAT = 539.887) and (AFDP = 2.099) and (AP = 1036.6) -> 91.908, if (AT = 12.142) and (TIT = 1034.8) and (TAT = 539.887) and (AFDP = 2.099) and (AP = 1036.6) -> 92.095, if (AT = 15.286) and (TIT = 1034.8) and (TAT = 539.887) and (AFDP = 2.099) and (AP = 1016.925) -> 90.202, if (AT = 15.286) and (TIT = 1034.8) and (TAT = 539.887) and (AFDP = 2.099) and (AP = 1036.6) -> 89.459, if (AT = -6.235) and (TIT = 1001.3) and (TAT = 539.887) and (AFDP = 3.131) -> 82.06, if (AT = 13.109) and (TIT = 1001.3) and (TAT = 539.887) and (AFDP = 3.131) -> 91.093, if (AT = 15.995) and (TIT = 1001.3) and (TAT = 539.887) and (AFDP = 3.131) -> 73.71, if (AT = -6.235) and (TIT = 1001.3) and (TAT = 539.887) and (AFDP = 7.611) -> 116.14, if (AT = -6.235) and (TIT = 1038.3) and (TAT = 539.887) and (AFDP = 2.099) -> 104.285, if (AT = -6.235) and (TIT = 1038.3) and (TAT = 539.887) and (AFDP = 3.15) -> 87.108, if (AT = -6.235) and (TIT = 1038.3) and (TAT = 539.887) and (AFDP = 3.224) and (AP = 985.85) -> 113.13, if (AT = -6.235) and (TIT = 1038.3) and (TAT = 539.887) and (AFDP = 3.224) and (AP = 985.85) and (AH = 24.085) -> 95.618, if (AT = -6.235) and (TIT = 1038.3) and (TAT = 539.887) and (AFDP = 3.224) and (AP = 985.85) and (AH = 86.581) -> 102.24, if (AT = -6.235) and (TIT = 1038.3) and (TAT = 539.887) and (AFDP = 3.224) and (AP = 985.85) and (AH = 100.2) -> 96.416, if (AT = -6.235) and (TIT = 1038.3) and (TAT = 539.887) and (AFDP = 3.224) and (AP = 1036.6) -> 88.844, if (AT = -6.235) and (TIT = 1038.3) and (TAT = 539.887) and (AFDP = 7.611) and (AH = 24.085) -> 91.496, if (AT = -6.235) and (TIT = 1038.3) and (TAT = 539.887) and (AFDP = 7.611) and (AH = 100.2) -> 96.658, if (AT = -6.235) and (TIT = 1001.3) and (TAT = 542.595) -> 92.005, if (AT = -6.235) and (TIT = 1001.3) and (TAT = 550.6) -> 114.461, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 544.325) and (AH = 24.085) and (AFDP = 2.099) and (AP = 985.85) -> 92.075, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 544.325) and (AH = 24.085) and (AFDP = 2.099) and (AP = 1036.6) -> 84.282, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 544.325) and (AH = 24.085) and (AFDP = 2.53) -> 109.47, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 544.325) and (AH = 24.085) and (AFDP = 2.754) -> 85.121, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 544.325) and (AH = 24.085) and (AFDP = 7.611) -> 92.196, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 544.325) and (AH = 99.251) and (AFDP = 7.611) -> 65.265, if (AT = 10.197) and (TIT = 1041.0) and (TAT = 544.325) and (AH = 24.085) and (AP = 985.85) -> 101.989, if (AT = 10.197) and (TIT = 1041.0) and (TAT = 544.325) and (AH = 24.085) and (AP = 1036.6) -> 87.635, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 544.325) and (AH = 24.085) and (AFDP = 2.099) and (AP = 985.85) -> 86.542, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 544.325) and (AH = 24.085) and (AFDP = 2.099) and (AP = 1036.6) -> 80.562, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 544.325) and (AH = 24.085) and (AFDP = 2.896) -> 81.706, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 544.325) and (AH = 92.088) and (AFDP = 2.896) -> 76.355, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 544.325) and (AH = 98.874) and (AFDP = 2.099) -> 64.057, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 544.325) and (AH = 24.085) and (AFDP = 7.611) -> 84.285, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 544.325) and (AH = 94.184) and (AFDP = 7.611) -> 91.92, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 544.325) and (AH = 100.2) -> 103.091, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 545.648) and (AH = 92.981) -> 94.487, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 545.648) and (AH = 93.651) -> 70.737, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 545.648) and (AH = 24.085) -> 89.66, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 545.648) and (AH = 24.085) and (AP = 985.85) -> 60.247, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 545.648) and (AH = 24.085) and (AP = 1009.575) -> 70.909, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 545.648) and (AH = 80.979) and (AP = 1009.575) -> 76.188, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 545.648) and (AH = 24.085) and (AP = 1018.25) -> 58.904, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 545.648) and (AH = 24.085) and (AP = 1036.6) -> 70.342, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 545.648) and (AH = 100.2) -> 88.232, if (AT = 10.197) and (TIT = 1001.3) and (TAT = 550.6) -> 65.419, if (AT = -6.235) and (TIT = 1070.275) and (TAT = 511.04) and (AP = 985.85) -> 109.92, if (AT = -6.235) and (TIT = 1070.275) and (TAT = 511.04) and (AP = 1036.6) -> 95.276, if (AT = 10.603) and (TIT = 1070.275) and (TAT = 511.04) -> 102.604, if (AT = 10.603) and (TIT = 1070.275) and (TAT = 543.448) -> 114.419, if (AT = 11.697) and (TIT = 1070.275) and (TAT = 511.04) and (AFDP = 2.099) -> 81.044, if (AT = 11.697) and (TIT = 1070.275) and (TAT = 511.04) and (AFDP = 2.828) -> 99.95, if (AT = 11.697) and (TIT = 1070.275) and (TAT = 511.04) and (AFDP = 7.611) and (AP = 985.85) -> 86.314, if (AT = 11.697) and (TIT = 1070.275) and (TAT = 511.04) and (AFDP = 7.611) and (AP = 1017.975) -> 90.748, if (AT = 11.697) and (TIT = 1070.275) and (TAT = 511.04) and (AFDP = 7.611) and (AP = 1036.6) -> 92.991, if (AT = 11.697) and (TIT = 1070.275) and (TAT = 544.447) and (AFDP = 7.611) and (AP = 1036.6) -> 100.369, if (AT = -6.235) and (TIT = 1070.275) and (TAT = 544.97) and (AH = 24.085) -> 105.322, if (AT = 9.814) and (TIT = 1070.275) and (TAT = 544.97) and (AH = 24.085) and (AP = 985.85) -> 98.645, if (AT = 9.814) and (TIT = 1070.275) and (TAT = 544.97) and (AH = 24.085) and (AP = 1036.6) -> 78.621, if (AT = 9.814) and (TIT = 1070.275) and (TAT = 544.97) and (AH = 24.085) -> 85.122, if (AT = -6.235) and (TIT = 1070.275) and (TAT = 544.97) and (AH = 89.796) -> 110.243, if (AT = -6.235) and (TIT = 1070.275) and (TAT = 544.97) and (AH = 100.2) -> 89.793, if (AT = 12.268) and (TIT = 1070.275) and (TAT = 544.97) and (AH = 100.2) and (AFDP = 2.099) and (AP = 985.85) -> 96.841, if (AT = 12.268) and (TIT = 1070.275) and (TAT = 544.97) and (AH = 100.2) and (AFDP = 2.099) and (AP = 1036.6) -> 80.805, if (AT = 12.268) and (TIT = 1070.275) and (TAT = 544.97) and (AH = 100.2) and (AFDP = 7.611) and (AP = 985.85) -> 79.682, if (AT = 12.268) and (TIT = 1070.275) and (TAT = 544.97) and (AH = 100.2) and (AFDP = 7.611) and (AP = 1036.6) -> 91.091, if (AT = -6.235) and (TIT = 1070.275) and (TAT = 548.585) and (AP = 985.85) -> 112.6, if (AT = -6.235) and (TIT = 1070.275) and (TAT = 550.6) and (AP = 985.85) and (AH = 24.085) -> 71.194, if (AT = -6.235) and (TIT = 1070.275) and (TAT = 550.6) and (AP = 985.85) and (AH = 100.2) -> 61.168, if (AT = -6.235) and (TIT = 1070.275) and (TAT = 550.6) and (AP = 1001.673) and (AH = 100.2) -> 65.182, if (AT = -6.235) and (TIT = 1070.275) and (TAT = 548.585) and (AP = 1036.6) and (AFDP = 2.099) -> 101.071, if (AT = -6.235) and (TIT = 1070.275) and (TAT = 550.6) and (AP = 1036.6) and (AFDP = 2.099) -> 90.008, if (AT = 11.15) and (TIT = 1070.275) and (TAT = 550.6) and (AP = 1036.6) and (AFDP = 2.099) -> 89.137, if (AT = 11.15) and (TIT = 1070.275) and (TAT = 550.6) and (AP = 1036.6) and (AFDP = 3.107) -> 77.929, if (AT = -6.235) and (TIT = 1070.275) and (TAT = 550.6) and (AP = 1036.6) and (AFDP = 3.818) -> 111.245, if (AT = 10.513) and (TIT = 1070.275) and (TAT = 550.6) and (AP = 1036.6) and (AFDP = 3.818) -> 114.781, if (AT = -6.235) and (TIT = 1070.275) and (TAT = 550.6) and (AP = 1036.6) and (AFDP = 7.611) -> 97.076, if (AT = 12.605) and (TIT = 1070.275) and (TAT = 548.025) and (AH = 24.085) and (AFDP = 2.099) -> 68.711, if (AT = 12.605) and (TIT = 1070.275) and (TAT = 548.025) and (AH = 24.085) and (AFDP = 2.568) -> 93.482, if (AT = 12.605) and (TIT = 1070.275) and (TAT = 548.025) and (AH = 24.085) and (AFDP = 7.611) -> 78.216, if (AT = 12.605) and (TIT = 1070.275) and (TAT = 548.025) and (AH = 100.2) -> 90.085, if (AT = 12.605) and (TIT = 1070.275) and (TAT = 550.6) and (AFDP = 2.099) -> 74.264, if (AT = 12.605) and (TIT = 1070.275) and (TAT = 550.6) and (AFDP = 3.121) and (AH = 24.085) -> 58.715, if (AT = 12.605) and (TIT = 1070.275) and (TAT = 550.6) and (AFDP = 3.121) and (AH = 100.2) -> 68.344, if (AT = 12.605) and (TIT = 1070.275) and (TAT = 550.6) and (AFDP = 7.611) -> 117.48, if (AT = 12.605) and (TIT = 1070.275) and (TAT = 550.6) and (AFDP = 7.611) and (AP = 985.85) -> 75.632, if (AT = 12.605) and (TIT = 1070.275) and (TAT = 550.6) and (AFDP = 7.611) and (AP = 1036.6) -> 80.359, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 2.099) and (TAT = 511.04) and (AH = 24.085) -> 88.697, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 2.099) and (TAT = 511.04) and (AH = 100.2) -> 102.509, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 3.29) and (TAT = 511.04) -> 74.675, if (AT = 11.552) and (TIT = 1070.275) and (AFDP = 3.29) and (TAT = 511.04) -> 87.045, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 2.099) and (TAT = 550.6) and (AP = 985.85) -> 84.18, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 2.099) and (TAT = 550.6) and (AP = 1036.6) -> 74.33, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 2.099) and (TAT = 550.6) -> 83.875, if (AT = 10.722) and (TIT = 1070.275) and (AFDP = 2.099) and (TAT = 550.6) -> 80.136, if (AT = 12.26) and (TIT = 1070.275) and (AFDP = 2.099) and (TAT = 511.04) -> 119.28, if (AT = 12.26) and (TIT = 1070.275) and (AFDP = 2.099) and (TAT = 544.885) -> 86.924, if (AT = 12.26) and (TIT = 1070.275) and (AFDP = 2.099) and (TAT = 550.6) -> 72.446, if (AT = 12.26) and (TIT = 1070.275) and (AFDP = 3.337) and (TAT = 550.6) -> 80.113, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 3.386) and (TAT = 511.04) -> 110.3, if (AT = 10.449) and (TIT = 1070.275) and (AFDP = 3.386) and (TAT = 511.04) -> 77.129, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 3.386) and (TAT = 550.6) and (AH = 24.085) -> 73.65, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 3.386) and (TAT = 550.6) and (AH = 100.2) -> 68.763, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 3.386) and (TAT = 550.6) -> 68.561, if (AT = 12.251) and (TIT = 1070.275) and (AFDP = 3.386) and (TAT = 550.6) -> 64.269, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 3.386) and (AP = 985.85) -> 76.429, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 3.386) and (AP = 1024.65) -> 82.034, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 3.386) and (AP = 1036.6) -> 62.715, if (AT = 12.184) and (TIT = 1070.275) and (AFDP = 3.386) and (AP = 985.85) and (AH = 24.085) -> 81.061, if (AT = 12.184) and (TIT = 1070.275) and (AFDP = 3.386) and (AP = 985.85) and (AH = 100.2) -> 76.776, if (AT = 12.184) and (TIT = 1070.275) and (AFDP = 3.386) and (AP = 1036.6) and (AH = 24.085) -> 71.068, if (AT = 12.184) and (TIT = 1070.275) and (AFDP = 3.386) and (AP = 1036.6) and (AH = 100.2) -> 79.893, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 7.611) and (TAT = 511.04) -> 84.417, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 7.611) and (TAT = 550.6) -> 98.195, if (AT = 12.06) and (TIT = 1070.275) and (AFDP = 7.611) and (AP = 985.85) -> 76.132, if (AT = 12.06) and (TIT = 1070.275) and (AFDP = 7.611) and (AP = 1036.6) -> 84.732, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 7.611) and (AH = 24.085) -> 85.713, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 7.611) and (AH = 100.2) -> 81.819, if (AT = 11.145) and (TIT = 1070.275) and (AFDP = 7.611) and (AP = 985.85) -> 81.557, if (AT = 11.145) and (TIT = 1070.275) and (AFDP = 7.611) and (AP = 1036.6) -> 78.807, if (AT = 12.595) and (TIT = 1070.275) and (AFDP = 7.611) and (AH = 24.085) -> 85.814, if (AT = 12.595) and (TIT = 1070.275) and (AFDP = 7.611) and (AH = 94.509) -> 66.923, if (AT = 12.595) and (TIT = 1070.275) and (AFDP = 7.611) and (AH = 100.2) -> 76.093, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 7.611) and (AP = 985.85) and (TAT = 511.04) -> 65.687, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 7.611) and (AP = 985.85) and (TAT = 544.3) -> 76.31, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 7.611) and (AP = 985.85) and (TAT = 550.6) -> 65.18, if (AT = 10.803) and (TIT = 1070.275) and (AFDP = 7.611) and (AP = 985.85) and (TAT = 548.72) -> 82.508, if (AT = 10.803) and (TIT = 1070.275) and (AFDP = 7.611) and (AP = 985.85) and (TAT = 550.6) -> 74.77, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 3.869) and (AP = 1036.6) and (TAT = 511.04) -> 55.664, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 3.869) and (AP = 1036.6) and (TAT = 550.6) -> 62.781, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 7.611) and (AP = 1036.6) and (AH = 24.085) -> 69.173, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 7.611) and (AP = 1036.6) and (AH = 92.678) -> 82.137, if (AT = -6.235) and (TIT = 1070.275) and (AFDP = 7.611) and (AP = 1036.6) and (AH = 100.2) -> 60.424, if (AT = -6.235) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 511.04) and (AFDP = 2.099) and (AH = 24.085) -> 75.037, if (AT = -6.235) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 511.04) and (AFDP = 2.099) and (AH = 100.2) -> 66.698, if (AT = -6.235) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 533.208) and (AFDP = 2.099) and (AH = 24.085) -> 64.886, if (AT = -6.235) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 533.208) and (AFDP = 2.099) and (AH = 100.2) -> 59.242, if (AT = 11.093) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 511.04) and (AFDP = 2.099) -> 65.275, if (AT = 11.093) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 511.04) and (AFDP = 4.071) -> 69.264, if (AT = 11.093) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 533.753) and (AFDP = 2.099) and (AH = 24.085) -> 71.636, if (AT = 11.093) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 533.753) and (AFDP = 2.099) and (AH = 100.2) -> 68.328, if (AT = -6.235) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 535.438) and (AFDP = 2.099) and (AH = 24.085) -> 62.201, if (AT = -6.235) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 535.438) and (AFDP = 2.099) and (AH = 89.132) -> 74.309, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1018.425) and (TAT = 535.438) and (AFDP = 2.099) and (AH = 24.085) -> 58.358, if (AT = -6.235) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 535.438) and (AFDP = 2.099) and (AH = 100.2) -> 73.254, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1010.373) and (TAT = 535.438) and (AFDP = 2.099) and (AH = 100.2) -> 71.338, if (AT = -6.235) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 511.04) and (AFDP = 7.611) -> 75.092, if (AT = 12.116) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 511.04) and (AFDP = 7.611) -> 69.044, if (AT = 12.727) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 511.04) and (AFDP = 7.611) -> 88.849, if (AT = 13.027) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 511.04) and (AFDP = 4.829) -> 72.082, if (AT = 13.027) and (TIT = 1100.9) and (AP = 1011.575) and (TAT = 511.04) and (AFDP = 4.829) -> 69.502, if (AT = 13.027) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 511.04) and (AFDP = 5.183) -> 67.929, if (AT = 13.027) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 511.04) and (AFDP = 7.611) -> 65.656, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1013.6) and (TAT = 511.04) and (AFDP = 4.44) and (AH = 24.085) -> 69.443, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1013.6) and (TAT = 511.04) and (AFDP = 4.44) and (AH = 100.2) -> 67.814, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1013.6) and (TAT = 511.04) and (AFDP = 4.485) -> 58.074, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1013.6) and (TAT = 511.04) and (AFDP = 7.611) -> 66.477, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1013.6) and (TAT = 533.278) and (AFDP = 7.611) and (AH = 24.085) -> 65.222, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1013.6) and (TAT = 533.278) and (AFDP = 7.611) and (AH = 100.2) -> 70.02, if (AT = -6.235) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 541.105) and (AH = 24.085) -> 86.675, if (AT = -6.235) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 541.105) and (AH = 80.081) -> 77.91, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1019.575) and (TAT = 541.105) and (AH = 24.085) -> 92.696, if (AT = -6.235) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 541.105) and (AH = 100.2) -> 66.237, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1020.2) and (TAT = 541.105) -> 60.259, if (AT = -6.235) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 550.6) and (AFDP = 2.099) -> 77.158, if (AT = -6.235) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 550.6) and (AFDP = 7.611) -> 80.228, if (AT = 12.247) and (TIT = 1100.9) and (AP = 1020.2) and (TAT = 550.6) and (AFDP = 7.611) -> 87.675, if (AT = 12.247) and (TIT = 1100.9) and (AP = 985.85) and (TAT = 550.6) and (AFDP = 7.611) -> 88.234, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 511.04) and (AFDP = 2.099) and (AH = 24.085) -> 60.663, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 511.04) and (AFDP = 2.099) and (AH = 100.2) -> 57.375, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 511.04) and (AFDP = 4.802) -> 50.662, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 511.04) and (AFDP = 7.611) -> 62.174, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 529.94) and (AFDP = 7.611) -> 67.991, if (AT = 10.098) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 511.04) and (AFDP = 2.099) and (AH = 24.085) -> 61.392, if (AT = 10.098) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 511.04) and (AFDP = 2.099) and (AH = 100.2) -> 66.277, if (AT = 10.098) and (TIT = 1100.9) and (AP = 1025.625) and (TAT = 511.04) and (AFDP = 4.404) -> 70.891, if (AT = 10.098) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 511.04) and (AFDP = 4.404) -> 47.599, if (AT = 10.098) and (TIT = 1100.9) and (AP = 1025.05) and (TAT = 511.04) and (AFDP = 5.271) -> 64.597, if (AT = 10.098) and (TIT = 1100.9) and (AP = 1025.05) and (TAT = 511.04) and (AFDP = 7.611) -> 61.799, if (AT = 10.098) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 511.04) and (AFDP = 7.611) -> 54.196, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 533.973) and (AH = 24.085) and (AFDP = 2.099) -> 61.545, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 533.973) and (AH = 24.085) and (AFDP = 7.611) -> 70.282, if (AT = 11.469) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 533.973) and (AH = 24.085) and (AFDP = 2.099) -> 57.376, if (AT = 11.469) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 533.973) and (AH = 24.085) and (AFDP = 7.611) -> 51.801, if (AT = -6.235) and (TIT = 1071.45) and (AP = 1036.6) and (TAT = 533.973) and (AH = 83.868) -> 55.975, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 533.973) and (AH = 83.868) -> 64.701, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 533.973) and (AH = 83.868) and (AFDP = 2.099) -> 57.605, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 533.973) and (AH = 83.868) and (AFDP = 7.611) -> 71.685, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 533.973) and (AH = 100.2) -> 82.666, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1021.65) and (TAT = 550.6) -> 65.547, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 541.91) -> 73.201, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 550.6) and (AH = 24.085) -> 84.827, if (AT = -6.235) and (TIT = 1100.9) and (AP = 1036.6) and (TAT = 550.6) and (AH = 100.2) -> 78.62, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 511.04) and (AH = 24.085) and (AFDP = 2.099) and (AP = 985.85) -> 78.992, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 511.04) and (AH = 24.085) and (AFDP = 2.099) and (AP = 1036.6) -> 69.768, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 549.105) and (AH = 24.085) and (AFDP = 2.099) and (AP = 1036.6) -> 66.773, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 511.04) and (AH = 24.085) and (AFDP = 7.611) -> 83.179, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 547.653) and (AH = 24.085) and (AFDP = 7.611) and (AP = 985.85) -> 82.596, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 547.653) and (AH = 24.085) and (AFDP = 7.611) and (AP = 1036.6) -> 77.006, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 511.04) and (AH = 100.2) and (AFDP = 2.466) and (AP = 985.85) -> 79.642, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 511.04) and (AH = 100.2) and (AFDP = 2.466) and (AP = 1036.6) -> 88.362, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 511.04) and (AH = 100.2) and (AFDP = 2.099) -> 74.724, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 511.04) and (AH = 81.335) and (AFDP = 2.494) -> 94.234, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 511.04) and (AH = 100.2) and (AFDP = 2.494) -> 82.086, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 511.04) and (AH = 100.2) and (AFDP = 2.715) -> 105.47, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 511.04) and (AH = 100.2) and (AFDP = 7.611) and (AP = 985.85) -> 78.031, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 511.04) and (AH = 100.2) and (AFDP = 7.611) and (AP = 1036.6) -> 84.103, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 549.24) and (AH = 100.2) and (AFDP = 7.611) and (AP = 985.85) -> 70.972, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 549.24) and (AH = 100.2) and (AFDP = 7.611) and (AP = 1036.6) -> 63.777, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 549.24) and (AH = 100.2) and (AFDP = 7.611) -> 89.051, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 985.85) -> 77.058, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 549.652) and (AFDP = 2.099) and (AP = 1036.6) -> 70.627, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 1036.6) -> 68.522, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 550.6) and (AFDP = 2.509) -> 72.41, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 24.085) -> 71.898, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 100.2) and (AP = 985.85) -> 56.447, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 549.72) and (AFDP = 7.611) and (AH = 100.2) and (AP = 1036.6) -> 66.475, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 100.2) and (AP = 1036.6) -> 63.206, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 549.84) and (AH = 24.085) -> 77.353, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 549.84) and (AH = 100.2) -> 79.524, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 549.84) -> 76.97, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 549.84) and (AP = 985.85) -> 71.599, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 549.84) and (AP = 1036.6) -> 54.837, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 549.935) and (AFDP = 2.099) -> 67.755, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 550.6) and (AFDP = 2.099) -> 56.038, if (AT = 13.999) and (TIT = 1050.025) and (TAT = 550.6) and (AFDP = 7.611) -> 74.387, if (AT = 13.999) and (TIT = 1063.5) and (TAT = 511.04) and (AP = 985.85) -> 100.128, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 511.04) and (AP = 985.85) and (AFDP = 2.099) -> 67.09, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 511.04) and (AP = 985.85) and (AFDP = 4.255) -> 70.88, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 537.66) and (AP = 985.85) and (AFDP = 2.099) and (AH = 24.085) -> 60.944, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 537.66) and (AP = 985.85) and (AFDP = 2.099) and (AH = 100.2) -> 71.121, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 511.04) and (AP = 985.85) and (AFDP = 7.611) -> 64.143, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 536.24) and (AP = 985.85) and (AFDP = 7.611) -> 75.182, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 511.04) and (AP = 1036.6) and (AFDP = 2.099) -> 64.955, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 533.963) and (AP = 1036.6) and (AFDP = 2.099) -> 73.216, if (AT = 13.999) and (TIT = 1071.2) and (TAT = 511.04) and (AP = 1036.6) and (AFDP = 7.611) -> 56.518, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 511.04) and (AP = 1036.6) and (AFDP = 7.611) and (AH = 24.085) -> 64.39, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 511.04) and (AP = 1036.6) and (AFDP = 7.611) and (AH = 100.2) -> 61.989, if (AT = 13.999) and (TIT = 1071.3) and (TAT = 535.515) and (AP = 1025.125) -> 70.921, if (AT = 13.999) and (TIT = 1071.3) and (TAT = 535.515) and (AP = 1036.6) -> 58.124, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 535.515) and (AP = 1036.6) and (AH = 24.085) and (AFDP = 2.099) -> 60.806, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 535.515) and (AP = 1036.6) and (AH = 24.085) and (AFDP = 7.611) -> 54.134, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 535.515) and (AP = 1036.6) and (AH = 100.2) and (AFDP = 2.099) -> 50.277, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 535.515) and (AP = 1036.6) and (AH = 100.2) and (AFDP = 7.611) -> 61.433, if (AT = 13.999) and (TIT = 1059.3) and (TAT = 544.028) and (AFDP = 2.099) and (AP = 985.85) -> 82.571, if (AT = 13.999) and (TIT = 1059.3) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 985.85) -> 66.458, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 985.85) -> 75.779, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.547) and (AP = 985.85) -> 71.654, if (AT = 13.999) and (TIT = 1060.45) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 1036.6) -> 65.935, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 1036.6) -> 69.636, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.611) and (AP = 1036.6) -> 107.4, if (AT = 13.999) and (TIT = 1054.35) and (TAT = 544.46) and (AFDP = 3.612) and (AH = 24.085) -> 82.337, if (AT = 13.999) and (TIT = 1054.35) and (TAT = 544.46) and (AFDP = 3.612) and (AH = 100.2) -> 77.18, if (AT = 13.999) and (TIT = 1054.35) and (TAT = 550.6) and (AFDP = 3.612) -> 67.293, if (AT = 13.999) and (TIT = 1060.95) and (TAT = 550.6) and (AFDP = 3.612) and (AP = 985.85) -> 61.3, if (AT = 13.999) and (TIT = 1060.95) and (TAT = 550.6) and (AFDP = 3.612) and (AP = 1036.6) -> 66.462, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.612) -> 67.811, if (AT = 13.999) and (TIT = 1054.175) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 24.085) -> 90.185, if (AT = 13.999) and (TIT = 1065.2) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 24.085) -> 77.166, if (AT = 13.999) and (TIT = 1053.25) and (TAT = 550.6) and (AFDP = 4.233) and (AH = 24.085) -> 80.891, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.233) and (AH = 24.085) -> 73.273, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 24.085) -> 75.833, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 95.973) -> 70.49, if (AT = 13.999) and (TIT = 1061.775) and (TAT = 544.638) and (AFDP = 7.611) and (AH = 100.2) -> 59.655, if (AT = 13.999) and (TIT = 1061.775) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 100.2) -> 69.957, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.995) and (AH = 100.2) -> 59.259, if (AT = 13.999) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 100.2) -> 71.007, if (AT = 13.999) and (TIT = 1063.35) and (TAT = 511.04) and (AFDP = 2.099) -> 72.171, if (AT = 13.999) and (TIT = 1063.35) and (TAT = 511.04) and (AFDP = 7.611) -> 82.48, if (AT = 13.999) and (TIT = 1063.35) and (TAT = 546.803) and (AFDP = 7.611) -> 90.655, if (AT = 13.999) and (TIT = 1063.35) and (TAT = 547.47) and (AFDP = 7.611) and (AP = 985.85) -> 91.466, if (AT = 13.999) and (TIT = 1063.35) and (TAT = 547.47) and (AFDP = 7.611) and (AP = 1036.6) -> 78.407, if (AT = 13.999) and (TIT = 1063.35) and (TAT = 550.6) and (AH = 24.085) -> 65.107, if (AT = 13.999) and (TIT = 1063.35) and (TAT = 550.6) and (AH = 100.2) and (AP = 985.85) -> 62.279, if (AT = 13.999) and (TIT = 1063.35) and (TAT = 550.6) and (AH = 100.2) and (AP = 1036.6) and (AFDP = 2.099) -> 49.672, if (AT = 13.999) and (TIT = 1063.35) and (TAT = 550.6) and (AH = 100.2) and (AP = 1036.6) and (AFDP = 7.611) -> 58.822, if (AT = 13.999) and (TIT = 1063.35) and (TAT = 550.6) and (AFDP = 2.099) -> 70.807, if (AT = 13.999) and (TIT = 1063.35) and (TAT = 550.6) and (AFDP = 3.054) -> 64.947, if (AT = 13.999) and (TIT = 1063.35) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 24.085) -> 76.822, if (AT = 13.999) and (TIT = 1063.35) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 100.2) -> 70.719, if (AT = 13.999) and (TIT = 1063.35) and (TAT = 550.6) and (AFDP = 2.099) and (AH = 24.085) -> 68.838, if (AT = 13.999) and (TIT = 1063.35) and (TAT = 550.6) and (AFDP = 2.099) and (AH = 100.2) -> 63.971, if (AT = 13.999) and (TIT = 1063.35) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 24.085) -> 72.783, if (AT = 13.999) and (TIT = 1063.35) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 100.2) -> 67.933, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 2.099) and (AP = 985.85) and (TAT = 511.04) -> 81.295, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 2.099) and (AP = 985.85) and (TAT = 550.6) -> 76.91, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 2.099) and (AP = 985.85) -> 74.764, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 2.099) and (AP = 1036.6) and (AH = 24.085) -> 72.341, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 2.099) and (AP = 1036.6) and (AH = 100.2) -> 62.974, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 3.116) and (AP = 1036.6) and (AH = 100.2) -> 58.842, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 2.099) and (AP = 1036.6) -> 80.538, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 2.099) and (AP = 1036.6) and (TAT = 511.04) -> 65.09, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 2.099) and (AP = 1036.6) and (TAT = 550.6) -> 69.715, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 3.312) and (AH = 24.085) and (AP = 985.85) -> 64.205, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 3.312) and (AH = 24.085) and (AP = 1036.6) -> 58.573, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 3.312) and (AH = 24.085) and (AP = 985.85) -> 61.333, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 3.312) and (AH = 24.085) and (AP = 1036.6) -> 55.891, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 3.312) and (AH = 100.2) and (TAT = 511.04) -> 67.231, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 3.312) and (AH = 100.2) and (TAT = 550.6) -> 54.628, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 3.312) and (AH = 100.2) -> 60.349, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 7.611) and (AH = 24.085) -> 77.764, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 7.611) and (AH = 80.487) -> 69.045, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 7.611) and (AH = 100.2) -> 66.985, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 3.84) -> 61.0, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 7.611) and (AH = 24.085) -> 73.89, if (AT = 13.999) and (TIT = 1063.35) and (AFDP = 7.611) and (AH = 100.2) -> 59.223, if (AT = 13.999) and (TIT = 1063.95) and (AP = 985.85) and (AFDP = 2.099) and (AH = 24.085) -> 72.47, if (AT = 13.999) and (TIT = 1100.9) and (AP = 985.85) and (AFDP = 2.099) and (AH = 24.085) -> 75.45, if (AT = 13.999) and (TIT = 1100.9) and (AP = 985.85) and (AFDP = 3.307) and (AH = 24.085) -> 78.819, if (AT = 13.999) and (TIT = 1100.9) and (AP = 985.85) and (AFDP = 3.331) and (AH = 24.085) -> 82.227, if (AT = 13.999) and (TIT = 1064.9) and (AP = 985.85) and (AFDP = 3.331) and (AH = 89.095) -> 75.824, if (AT = 13.999) and (TIT = 1100.9) and (AP = 985.85) and (AFDP = 3.331) and (AH = 89.095) -> 80.017, if (AT = 13.999) and (TIT = 1100.9) and (AP = 985.85) and (AFDP = 2.099) and (AH = 100.2) -> 101.901, if (AT = 13.999) and (TIT = 1100.9) and (AP = 985.85) and (AFDP = 3.856) and (AH = 24.085) and (TAT = 511.04) -> 74.422, if (AT = 13.999) and (TIT = 1100.9) and (AP = 985.85) and (AFDP = 7.611) and (AH = 24.085) and (TAT = 511.04) -> 68.524, if (AT = 13.999) and (TIT = 1069.675) and (AP = 985.85) and (AFDP = 7.611) and (AH = 24.085) and (TAT = 540.542) -> 78.491, if (AT = 13.999) and (TIT = 1100.9) and (AP = 985.85) and (AFDP = 7.611) and (AH = 24.085) and (TAT = 540.542) -> 61.209, if (AT = 13.999) and (TIT = 1071.35) and (AP = 985.85) and (AFDP = 7.611) and (AH = 24.085) and (TAT = 550.6) -> 75.788, if (AT = 13.999) and (TIT = 1071.35) and (AP = 985.85) and (AFDP = 7.611) and (AH = 92.801) and (TAT = 550.6) -> 72.209, if (AT = 13.999) and (TIT = 1100.9) and (AP = 985.85) and (AFDP = 7.611) and (AH = 24.085) and (TAT = 550.6) -> 85.794, if (AT = 13.999) and (TIT = 1100.9) and (AP = 985.85) and (AFDP = 7.611) and (AH = 100.2) -> 66.18, if (AT = 13.999) and (TIT = 1100.9) and (AP = 1015.45) and (AFDP = 2.099) -> 62.805, if (AT = 13.999) and (TIT = 1100.9) and (AP = 1015.45) and (AFDP = 3.374) and (TAT = 511.04) -> 51.31, if (AT = 13.999) and (TIT = 1100.9) and (AP = 1015.45) and (AFDP = 3.374) and (TAT = 550.6) -> 68.304, if (AT = 13.999) and (TIT = 1064.575) and (AP = 1015.45) and (AFDP = 3.756) and (AH = 24.085) -> 51.633, if (AT = 13.999) and (TIT = 1100.9) and (AP = 1015.45) and (AFDP = 3.756) and (AH = 24.085) -> 62.016, if (AT = 13.999) and (TIT = 1100.9) and (AP = 1015.45) and (AFDP = 3.756) and (AH = 100.2) -> 67.03, if (AT = 13.999) and (TIT = 1100.9) and (AP = 1015.45) and (AFDP = 4.045) and (TAT = 511.04) -> 48.995, if (AT = 13.999) and (TIT = 1100.9) and (AP = 1015.45) and (AFDP = 4.045) and (TAT = 533.025) -> 74.355, if (AT = 13.999) and (TIT = 1100.9) and (AP = 1015.45) and (AFDP = 4.045) and (TAT = 550.6) -> 70.146, if (AT = 13.999) and (TIT = 1100.9) and (AP = 1015.45) and (AFDP = 7.611) and (TAT = 511.04) -> 65.383, if (AT = 13.999) and (TIT = 1100.9) and (AP = 1015.45) and (AFDP = 7.611) and (TAT = 539.51) -> 61.131, if (AT = 13.999) and (TIT = 1100.9) and (AP = 1015.45) and (AFDP = 7.611) and (TAT = 550.6) and (AH = 24.085) -> 75.058, if (AT = 13.999) and (TIT = 1100.9) and (AP = 1015.45) and (AFDP = 7.611) and (TAT = 550.6) and (AH = 100.2) -> 69.72, if (AT = 13.999) and (TIT = 1066.675) and (AP = 1036.6) and (AFDP = 2.099) -> 85.921, if (AT = 13.999) and (TIT = 1066.675) and (AP = 1036.6) and (AFDP = 4.123) -> 77.707, if (AT = 13.999) and (TIT = 1066.675) and (AP = 1036.6) and (AFDP = 7.611) -> 79.0, if (AT = 13.999) and (TIT = 1100.9) and (AP = 1036.6) and (AFDP = 2.099) -> 72.565, if (AT = 13.999) and (TIT = 1100.9) and (AP = 1036.6) and (AFDP = 7.611) and (AH = 24.085) -> 68.564, if (AT = 13.999) and (TIT = 1100.9) and (AP = 1036.6) and (AFDP = 7.611) and (AH = 100.2) -> 66.528, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 511.04) and (AFDP = 2.099) -> 113.22, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 511.04) and (AFDP = 7.611) and (AH = 24.085) -> 102.605, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 511.04) and (AFDP = 7.611) and (AH = 78.472) -> 85.711, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 541.24) and (AFDP = 7.611) and (AH = 78.472) -> 76.082, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 511.04) and (AFDP = 2.616) and (AH = 100.2) -> 108.435, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 511.04) and (AFDP = 7.611) and (AH = 100.2) -> 92.934, if (AT = 18.913) and (TIT = 1064.35) and (TAT = 511.04) -> 71.373, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 547.825) and (AFDP = 2.099) and (AH = 24.085) -> 73.942, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 547.825) and (AFDP = 2.099) and (AH = 100.2) -> 81.072, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 547.825) and (AFDP = 2.099) -> 90.981, if (AT = 18.913) and (TIT = 1064.625) and (TAT = 547.825) and (AFDP = 2.099) and (AH = 24.085) -> 64.522, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 547.825) and (AFDP = 2.099) and (AH = 24.085) -> 71.32, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 547.825) and (AFDP = 2.099) and (AH = 100.2) -> 77.178, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 547.825) and (AFDP = 3.181) and (AH = 24.085) -> 86.113, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 547.825) and (AFDP = 7.611) and (AH = 86.029) -> 81.602, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 547.825) and (AFDP = 7.611) and (AH = 24.085) -> 74.455, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 547.825) and (AFDP = 7.611) and (AH = 100.2) -> 69.761, if (AT = 18.913) and (TIT = 1068.2) and (TAT = 511.04) -> 72.143, if (AT = 18.913) and (TIT = 1068.2) and (TAT = 546.38) and (AP = 985.85) and (AH = 24.085) -> 69.173, if (AT = 18.913) and (TIT = 1068.2) and (TAT = 546.38) and (AP = 985.85) and (AH = 100.2) -> 60.752, if (AT = 18.913) and (TIT = 1068.2) and (TAT = 546.38) and (AP = 1015.775) and (AFDP = 2.099) -> 54.716, if (AT = 18.913) and (TIT = 1068.2) and (TAT = 546.38) and (AP = 1015.775) and (AFDP = 7.611) -> 61.773, if (AT = 18.913) and (TIT = 1068.2) and (TAT = 546.38) and (AP = 1036.6) -> 77.847, if (AT = 18.913) and (TIT = 1068.2) and (TAT = 546.38) -> 55.144, if (AT = 18.913) and (TIT = 1068.2) and (TAT = 546.38) and (AFDP = 2.099) -> 67.057, if (AT = 18.913) and (TIT = 1068.2) and (TAT = 546.38) and (AFDP = 7.611) -> 56.063, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 549.875) and (AFDP = 2.099) and (AH = 24.085) -> 56.92, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 549.875) and (AFDP = 2.099) and (AH = 100.2) -> 80.413, if (AT = 18.913) and (TIT = 1067.1) and (TAT = 549.875) and (AFDP = 2.099) and (AH = 24.085) -> 67.706, if (AT = 18.913) and (TIT = 1067.1) and (TAT = 549.875) and (AFDP = 2.099) and (AH = 100.2) -> 62.433, if (AT = 18.913) and (TIT = 1076.4) and (TAT = 549.875) and (AFDP = 2.099) and (AP = 985.85) -> 80.677, if (AT = 18.913) and (TIT = 1076.4) and (TAT = 549.875) and (AFDP = 2.099) and (AP = 1036.6) and (AH = 24.085) -> 71.232, if (AT = 18.913) and (TIT = 1076.4) and (TAT = 549.875) and (AFDP = 2.099) and (AP = 1036.6) and (AH = 100.2) -> 77.335, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 549.875) and (AFDP = 3.508) and (AH = 24.085) -> 65.551, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 549.875) and (AFDP = 3.508) and (AH = 100.2) -> 60.039, if (AT = 18.913) and (TIT = 1074.275) and (TAT = 549.875) and (AFDP = 3.508) and (AH = 24.085) -> 62.621, if (AT = 18.913) and (TIT = 1074.275) and (TAT = 549.875) and (AFDP = 3.508) and (AH = 100.2) -> 55.155, if (AT = 18.913) and (TIT = 1081.4) and (TAT = 549.875) and (AFDP = 3.508) and (AP = 985.85) and (AH = 24.085) -> 70.186, if (AT = 18.913) and (TIT = 1081.4) and (TAT = 549.875) and (AFDP = 3.508) and (AP = 985.85) and (AH = 100.2) -> 61.632, if (AT = 18.913) and (TIT = 1081.4) and (TAT = 549.875) and (AFDP = 3.508) and (AP = 1036.6) -> 60.827, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AFDP = 2.099) -> 66.411, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 549.925) and (AFDP = 3.306) and (AH = 24.085) -> 62.046, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 549.925) and (AFDP = 3.306) and (AH = 100.2) -> 51.111, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 549.925) and (AFDP = 3.306) -> 43.293, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AFDP = 3.306) and (AH = 24.085) -> 55.602, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AFDP = 3.306) and (AH = 85.307) -> 48.251, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AFDP = 3.306) and (AH = 100.2) -> 60.086, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AFDP = 4.152) and (AH = 24.085) -> 77.928, if (AT = 18.913) and (TIT = 1070.075) and (TAT = 550.6) and (AFDP = 4.152) and (AH = 24.085) -> 71.808, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 24.085) -> 77.032, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 76.42) and (AP = 985.85) -> 77.792, if (AT = 18.913) and (TIT = 1071.625) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 76.42) and (AP = 1036.6) -> 63.595, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 76.42) and (AP = 1036.6) -> 63.467, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 85.845) -> 76.92, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 92.411) and (AP = 985.85) -> 68.364, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 100.2) and (AP = 985.85) -> 59.966, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 100.2) and (AP = 1036.6) -> 62.949, if (AT = 18.913) and (TIT = 1071.3) and (TAT = 550.6) and (AFDP = 4.334) and (AH = 100.2) and (AP = 985.85) -> 60.544, if (AT = 18.913) and (TIT = 1071.3) and (TAT = 550.6) and (AFDP = 4.334) and (AH = 100.2) and (AP = 1036.6) -> 60.584, if (AT = 18.913) and (TIT = 1071.3) and (TAT = 549.627) and (AFDP = 7.611) and (AH = 100.2) -> 73.092, if (AT = 18.913) and (TIT = 1071.3) and (TAT = 549.71) and (AFDP = 7.611) and (AH = 100.2) -> 66.733, if (AT = 18.913) and (TIT = 1071.3) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 100.2) -> 69.052, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 549.782) and (AH = 24.085) and (AP = 985.85) -> 76.938, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 549.782) and (AH = 24.085) and (AP = 996.47) and (AFDP = 2.099) -> 63.912, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 549.782) and (AH = 24.085) and (AP = 996.47) and (AFDP = 7.611) -> 76.489, if (AT = 18.913) and (TIT = 1065.15) and (TAT = 549.782) and (AH = 24.085) and (AP = 996.47) and (AFDP = 7.611) -> 71.319, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AH = 24.085) and (AP = 985.85) -> 66.491, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 549.517) and (AH = 24.085) and (AP = 1036.6) and (AFDP = 2.099) -> 70.72, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AH = 24.085) and (AP = 1036.6) and (AFDP = 2.099) -> 56.326, if (AT = 18.913) and (TIT = 1067.875) and (TAT = 550.6) and (AH = 24.085) and (AP = 1036.6) and (AFDP = 2.099) -> 67.19, if (AT = 18.913) and (TIT = 1067.875) and (TAT = 550.6) and (AH = 71.014) and (AP = 1036.6) and (AFDP = 2.099) -> 60.315, if (AT = 18.913) and (TIT = 1072.8) and (TAT = 550.6) and (AH = 24.085) and (AP = 1036.6) and (AFDP = 2.099) -> 61.664, if (AT = 18.913) and (TIT = 1072.8) and (TAT = 550.6) and (AH = 24.085) and (AP = 1036.6) and (AFDP = 3.336) -> 55.093, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AH = 24.085) and (AP = 1010.5) and (AFDP = 7.611) -> 70.808, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AH = 24.085) and (AP = 1036.6) and (AFDP = 7.611) -> 64.198, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AH = 74.673) and (AP = 1036.6) and (AFDP = 7.611) -> 60.683, if (AT = 18.913) and (TIT = 1079.85) and (TAT = 550.6) and (AH = 24.085) and (AP = 1007.975) and (AFDP = 7.611) -> 63.785, if (AT = 18.913) and (TIT = 1079.85) and (TAT = 550.6) and (AH = 76.372) and (AP = 1007.975) and (AFDP = 7.611) -> 43.231, if (AT = 18.913) and (TIT = 1079.85) and (TAT = 550.6) and (AH = 24.085) and (AP = 1036.6) and (AFDP = 3.679) -> 62.143, if (AT = 18.913) and (TIT = 1079.85) and (TAT = 550.6) and (AH = 24.085) and (AP = 1036.6) and (AFDP = 7.611) -> 53.51, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 549.84) and (AH = 84.62) and (AFDP = 2.099) -> 57.818, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AH = 84.62) and (AFDP = 2.099) and (AP = 985.85) -> 60.666, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AH = 84.62) and (AFDP = 2.099) and (AP = 1036.6) -> 54.028, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AH = 86.438) and (AFDP = 2.099) -> 58.059, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AH = 100.2) and (AFDP = 2.099) -> 63.083, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AH = 87.892) and (AFDP = 3.64) -> 55.17, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AH = 100.2) and (AFDP = 3.64) -> 50.047, if (AT = 18.913) and (TIT = 1078.3) and (TAT = 550.6) and (AH = 83.82) and (AFDP = 3.654) -> 53.357, if (AT = 18.913) and (TIT = 1078.3) and (TAT = 550.6) and (AH = 100.2) and (AFDP = 3.654) -> 50.741, if (AT = 18.913) and (TIT = 1078.3) and (TAT = 549.875) and (AH = 100.2) and (AFDP = 2.099) -> 61.683, if (AT = 18.913) and (TIT = 1078.3) and (TAT = 550.6) and (AH = 100.2) and (AFDP = 2.099) -> 65.95, if (AT = 18.913) and (TIT = 1078.3) and (TAT = 550.6) and (AH = 100.2) and (AFDP = 2.099) and (AP = 985.85) -> 60.726, if (AT = 18.913) and (TIT = 1078.3) and (TAT = 550.6) and (AH = 100.2) and (AFDP = 2.099) and (AP = 1036.6) -> 54.65, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AH = 100.2) and (AFDP = 4.218) -> 72.82, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AH = 100.2) and (AFDP = 7.611) and (AP = 985.85) -> 61.407, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AH = 83.201) and (AFDP = 7.611) and (AP = 1036.6) -> 65.506, if (AT = 18.913) and (TIT = 1001.3) and (TAT = 550.6) and (AH = 100.2) and (AFDP = 7.611) and (AP = 1036.6) -> 62.774, if (AT = 18.913) and (TIT = 1078.725) and (TAT = 549.67) and (AH = 100.2) and (AFDP = 7.611) -> 61.632, if (AT = 18.913) and (TIT = 1078.725) and (TAT = 550.6) and (AH = 100.2) and (AFDP = 7.611) -> 58.442, if (AT = 19.919) and (TIT = 1001.3) and (AH = 24.085) and (AFDP = 2.099) and (TAT = 511.04) -> 72.192, if (AT = 19.919) and (TIT = 1001.3) and (AH = 24.085) and (AFDP = 2.099) and (TAT = 549.78) -> 57.814, if (AT = 19.919) and (TIT = 1001.3) and (AH = 24.085) and (AFDP = 3.303) and (TAT = 511.04) -> 56.651, if (AT = 19.919) and (TIT = 1078.875) and (AH = 24.085) and (AFDP = 3.303) and (TAT = 511.04) -> 57.753, if (AT = 19.919) and (TIT = 1082.0) and (AH = 24.085) and (AFDP = 3.303) and (TAT = 511.04) -> 66.654, if (AT = 19.919) and (TIT = 1082.0) and (AH = 73.248) and (AFDP = 3.303) and (TAT = 511.04) -> 57.155, if (AT = 19.919) and (TIT = 1001.3) and (AH = 24.085) and (AFDP = 2.099) and (TAT = 550.6) -> 62.098, if (AT = 19.919) and (TIT = 1065.5) and (AH = 24.085) and (AFDP = 2.099) and (TAT = 550.6) and (AP = 985.85) -> 53.17, if (AT = 19.919) and (TIT = 1065.5) and (AH = 24.085) and (AFDP = 2.099) and (TAT = 550.268) and (AP = 1036.6) -> 50.041, if (AT = 19.919) and (TIT = 1065.5) and (AH = 24.085) and (AFDP = 2.099) and (TAT = 550.6) and (AP = 1036.6) -> 46.261, if (AT = 19.919) and (TIT = 1065.5) and (AH = 24.085) and (AFDP = 2.099) and (TAT = 550.6) -> 61.478, if (AT = 19.919) and (TIT = 1001.3) and (AH = 24.085) and (AFDP = 3.917) and (AP = 985.85) -> 73.76, if (AT = 19.919) and (TIT = 1001.3) and (AH = 24.085) and (AFDP = 7.611) and (AP = 985.85) -> 65.729, if (AT = 19.919) and (TIT = 1001.3) and (AH = 24.085) and (AFDP = 7.611) and (AP = 1012.975) -> 61.938, if (AT = 19.919) and (TIT = 1001.3) and (AH = 79.943) and (AFDP = 7.611) and (AP = 985.85) -> 77.906, if (AT = 19.919) and (TIT = 1001.3) and (AH = 80.243) and (AFDP = 3.981) and (AP = 985.85) -> 52.972, if (AT = 19.919) and (TIT = 1001.3) and (AH = 80.243) and (AFDP = 4.027) and (AP = 985.85) -> 58.017, if (AT = 19.919) and (TIT = 1001.3) and (AH = 80.243) and (AFDP = 7.611) and (AP = 985.85) -> 63.019, if (AT = 19.919) and (TIT = 1001.3) and (AH = 80.243) and (AFDP = 7.611) and (AP = 1013.875) -> 56.367, if (AT = 19.919) and (TIT = 1001.3) and (AH = 24.085) and (AFDP = 7.611) and (AP = 1036.6) -> 60.786, if (AT = 19.919) and (TIT = 1001.3) and (AH = 74.764) and (AFDP = 7.611) and (AP = 1019.3) -> 57.562, if (AT = 19.919) and (TIT = 1075.425) and (AH = 74.764) and (AFDP = 7.611) and (AP = 1019.3) -> 56.49, if (AT = 19.919) and (TIT = 1001.3) and (AH = 74.764) and (AFDP = 7.611) and (AP = 1036.6) -> 60.318, if (AT = 19.919) and (TIT = 1001.3) and (AH = 74.764) and (AFDP = 7.611) and (AP = 1017.225) and (TAT = 511.04) -> 52.256, if (AT = 19.919) and (TIT = 1001.3) and (AH = 74.764) and (AFDP = 7.611) and (AP = 1036.6) and (TAT = 511.04) -> 55.085, if (AT = 19.919) and (TIT = 1001.3) and (AH = 74.764) and (AFDP = 7.611) and (AP = 1036.6) and (TAT = 550.6) -> 60.78, if (AT = 19.919) and (TIT = 1001.3) and (AH = 100.2) and (TAT = 511.04) -> 65.179, if (AT = 19.919) and (TIT = 1001.3) and (AH = 100.2) and (TAT = 550.6) and (AFDP = 2.099) -> 65.88, if (AT = 19.919) and (TIT = 1001.3) and (AH = 100.2) and (TAT = 548.883) and (AFDP = 2.95) -> 59.08, if (AT = 19.919) and (TIT = 1001.3) and (AH = 100.2) and (TAT = 550.6) and (AFDP = 2.95) -> 54.475, if (AT = 19.919) and (TIT = 1001.3) and (AH = 100.2) and (TAT = 550.6) and (AFDP = 7.611) -> 54.64, if (AT = 19.919) and (TIT = 1077.75) and (AH = 100.2) and (TAT = 550.6) and (AFDP = 7.611) -> 63.929, if (AT = 19.919) and (TIT = 1077.925) and (AH = 100.2) and (TAT = 550.6) and (AFDP = 3.345) -> 57.0, if (AT = 19.919) and (TIT = 1077.925) and (AH = 100.2) and (TAT = 550.6) and (AFDP = 7.611) -> 51.08, if (AT = 19.919) and (TIT = 1082.5) and (AH = 100.2) and (TAT = 550.6) and (AFDP = 7.611) -> 60.637, if (AT = 19.919) and (TIT = 1001.3) and (AH = 89.799) and (TAT = 548.872) and (AP = 985.85) -> 52.383, if (AT = 19.919) and (TIT = 1001.3) and (AH = 89.799) and (TAT = 550.6) and (AP = 985.85) -> 42.964, if (AT = 19.919) and (TIT = 1001.3) and (AH = 89.799) and (TAT = 550.6) and (AP = 1036.6) and (AFDP = 2.099) -> 52.676, if (AT = 19.919) and (TIT = 1001.3) and (AH = 89.799) and (TAT = 550.6) and (AP = 1036.6) and (AFDP = 7.611) -> 61.946, if (AT = 19.919) and (TIT = 1080.625) and (AH = 100.2) and (TAT = 550.6) and (AP = 985.85) -> 59.053, if (AT = 19.919) and (TIT = 1001.3) and (AH = 100.2) and (TAT = 550.6) and (AP = 985.85) -> 47.688, if (AT = 19.919) and (TIT = 1001.3) and (AH = 100.2) and (TAT = 550.6) and (AP = 1036.6) -> 41.781, if (AT = 22.05) and (TIT = 1001.3) and (AH = 24.085) and (AFDP = 2.099) and (AP = 985.85) -> 51.978, if (AT = 22.05) and (TIT = 1001.3) and (AH = 63.178) and (AFDP = 2.099) and (AP = 985.85) -> 56.071, if (AT = 22.05) and (TIT = 1001.3) and (AH = 24.085) and (AFDP = 3.81) and (AP = 985.85) -> 58.58, if (AT = 22.05) and (TIT = 1001.3) and (AH = 24.085) and (AFDP = 2.099) and (AP = 1011.175) -> 63.086, if (AT = 22.05) and (TIT = 1001.3) and (AH = 24.085) and (AFDP = 2.099) and (AP = 1013.125) -> 57.529, if (AT = 22.05) and (TIT = 1001.3) and (AH = 24.085) and (AFDP = 2.099) and (AP = 1036.6) -> 56.12, if (AT = 22.05) and (TIT = 1001.3) and (AH = 64.609) and (AFDP = 2.099) -> 67.21, if (AT = 22.05) and (TIT = 1001.3) and (AH = 64.609) and (AFDP = 3.421) and (TAT = 511.04) -> 55.092, if (AT = 22.05) and (TIT = 1001.3) and (AH = 64.609) and (AFDP = 3.421) and (TAT = 550.6) -> 50.776, if (AT = 22.05) and (TIT = 1001.3) and (AH = 64.609) and (AFDP = 3.421) and (TAT = 511.04) -> 52.825, if (AT = 22.05) and (TIT = 1001.3) and (AH = 64.609) and (AFDP = 3.421) and (TAT = 550.6) -> 45.265, if (AT = 22.05) and (TIT = 1001.3) and (AH = 66.322) and (AFDP = 7.611) and (AP = 985.85) and (TAT = 511.04) -> 56.285, if (AT = 22.05) and (TIT = 1001.3) and (AH = 66.322) and (AFDP = 7.611) and (AP = 985.85) and (TAT = 550.6) -> 61.018, if (AT = 22.05) and (TIT = 1001.3) and (AH = 24.085) and (AFDP = 7.611) and (AP = 985.85) -> 59.451, if (AT = 22.05) and (TIT = 1073.525) and (AH = 24.085) and (AFDP = 7.611) and (AP = 985.85) -> 57.533, if (AT = 22.05) and (TIT = 1073.525) and (AH = 71.661) and (AFDP = 7.611) and (AP = 985.85) -> 54.577, if (AT = 22.05) and (TIT = 1001.3) and (AH = 24.085) and (AFDP = 7.611) and (AP = 1036.6) -> 75.097, if (AT = 22.05) and (TIT = 1001.3) and (AH = 69.729) and (AFDP = 7.611) and (AP = 1036.6) -> 56.079, if (AT = 37.103) and (TIT = 1001.3) and (AH = 24.085) and (AP = 985.85) and (TAT = 511.04) -> 52.322, if (AT = 37.103) and (TIT = 1001.3) and (AH = 59.466) and (AP = 985.85) and (TAT = 511.04) -> 49.941, if (AT = 37.103) and (TIT = 1001.3) and (AH = 24.085) and (AP = 985.85) and (TAT = 550.6) -> 46.246, if (AT = 37.103) and (TIT = 1001.3) and (AH = 24.085) and (AP = 1036.6) -> 51.263, if (AT = 37.103) and (TIT = 1001.3) and (AH = 60.227) and (AP = 1036.6) -> 47.425, if (AT = 37.103) and (TIT = 1069.875) and (AH = 24.085) and (AP = 1036.6) -> 59.472, if (AT = 37.103) and (TIT = 1069.875) and (AH = 55.654) and (AP = 1036.6) -> 52.77, if (AT = 37.103) and (TIT = 1072.7) and (AH = 24.085) and (AP = 985.85) and (AFDP = 2.099) -> 48.363, if (AT = 37.103) and (TIT = 1072.7) and (AH = 24.085) and (AP = 985.85) and (AFDP = 7.611) -> 54.066, if (AT = 37.103) and (TIT = 1072.7) and (AH = 24.085) and (AP = 1036.6) and (AFDP = 2.099) -> 54.066, if (AT = 37.103) and (TIT = 1072.7) and (AH = 24.085) and (AP = 1036.6) and (AFDP = 7.611) -> 58.329, if (AT = 37.103) and (TIT = 1072.7) and (AH = 62.071) and (AP = 1036.6) and (TAT = 511.04) -> 53.362, if (AT = 37.103) and (TIT = 1072.7) and (AH = 62.071) and (AP = 1036.6) and (TAT = 550.6) -> 43.721, if (AT = 37.103) and (TIT = 1001.3) and (AH = 66.087) and (AFDP = 2.099) and (AP = 985.85) -> 44.856, if (AT = 37.103) and (TIT = 1001.3) and (AH = 66.087) and (AFDP = 2.099) and (AP = 1036.6) -> 49.454, if (AT = 37.103) and (TIT = 1072.075) and (AH = 66.087) and (AFDP = 2.099) -> 52.576, if (AT = 23.242) and (TIT = 1001.3) and (AH = 66.087) and (AFDP = 4.05) and (AP = 985.85) -> 46.488, if (AT = 37.103) and (TIT = 1001.3) and (AH = 66.087) and (AFDP = 4.05) and (AP = 985.85) -> 42.994, if (AT = 37.103) and (TIT = 1001.3) and (AH = 66.087) and (AFDP = 4.05) and (AP = 1036.6) -> 48.772, if (AT = 23.306) and (TIT = 1001.3) and (AH = 66.087) and (AFDP = 4.217) -> 54.767, if (AT = 23.306) and (TIT = 1001.3) and (AH = 66.087) and (AFDP = 7.611) -> 53.911, if (AT = 37.103) and (TIT = 1001.3) and (AH = 66.087) and (AFDP = 7.611) -> 48.237, if (AT = 37.103) and (TIT = 1078.65) and (AH = 66.087) and (AFDP = 7.611) -> 51.303, if (AT = 20.507) and (TIT = 1001.3) and (AH = 82.522) and (AFDP = 2.099) -> 45.528, if (AT = 20.507) and (TIT = 1066.775) and (AH = 82.522) and (AFDP = 2.099) -> 54.587, if (AT = 20.507) and (TIT = 1066.775) and (AH = 82.522) and (AFDP = 3.972) -> 49.961, if (AT = 20.507) and (TIT = 1001.3) and (AH = 82.522) and (AFDP = 7.611) -> 69.308, if (AT = 20.507) and (TIT = 1072.775) and (AH = 82.522) and (AFDP = 4.429) and (AP = 985.85) -> 60.018, if (AT = 20.507) and (TIT = 1072.775) and (AH = 82.522) and (AFDP = 4.429) and (AP = 1036.6) -> 55.26, if (AT = 20.507) and (TIT = 1072.775) and (AH = 82.522) and (AFDP = 7.611) -> 66.304, if (AT = 20.507) and (TIT = 1001.3) and (AH = 100.2) -> 71.503, if (AT = 20.507) and (TIT = 1064.225) and (AH = 85.532) and (TAT = 511.04) -> 50.12, if (AT = 20.507) and (TIT = 1064.225) and (AH = 85.532) and (TAT = 550.6) -> 47.433, if (AT = -6.235) and (TIT = 1001.3) and (TAT = 511.04) and (AFDP = 2.099) and (AH = 100.2) -> 92.405, if (AT = 20.507) and (TIT = 1064.225) and (AH = 100.2) -> 48.218, if (AT = 21.358) and (TIT = 1001.3) and (AH = 83.1) and (AFDP = 2.099) -> 45.649, if (AT = 21.358) and (TIT = 1001.3) and (AH = 83.1) and (AFDP = 4.095) -> 49.276, if (AT = 21.358) and (TIT = 1001.3) and (AH = 83.1) and (AFDP = 4.344) -> 52.146, if (AT = 21.358) and (TIT = 1001.3) and (AH = 83.1) and (AFDP = 7.611) -> 55.174, if (AT = 22.278) and (TIT = 1001.3) and (AH = 83.1) and (AFDP = 2.099) -> 48.001, if (AT = 37.103) and (TIT = 1001.3) and (AH = 83.1) and (AFDP = 2.099) -> 43.506, if (AT = 37.103) and (TIT = 1001.3) and (AH = 83.1) and (AFDP = 4.127) -> 46.19, if (AT = 37.103) and (TIT = 1001.3) and (AH = 83.1) and (AFDP = 4.232) -> 49.315, if (AT = 37.103) and (TIT = 1001.3) and (AH = 83.1) and (AFDP = 7.611) -> 51.375, if (AT = 21.209) and (TIT = 1001.3) and (AH = 100.2) and (AFDP = 2.099) -> 45.639, if (AT = 21.209) and (TIT = 1069.45) and (AH = 100.2) and (AFDP = 2.099) -> 47.098, if (AT = 37.103) and (TIT = 1001.3) and (AH = 100.2) and (AFDP = 2.099) -> 44.39, if (AT = 37.103) and (TIT = 1076.125) and (AH = 100.2) and (AFDP = 2.099) -> 46.149, if (AT = 37.103) and (TIT = 1001.3) and (AH = 100.2) and (AFDP = 7.611) -> 50.114, if (AT = 37.103) and (TIT = 1081.375) and (AH = 100.2) and (AFDP = 2.099) -> 52.514, if (AT = 37.103) and (TIT = 1081.375) and (AH = 100.2) and (AFDP = 7.611) and (TAT = 511.04) -> 47.856, if (AT = 37.103) and (TIT = 1081.375) and (AH = 100.2) and (AFDP = 7.611) and (TAT = 550.6) -> 49.421, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 2.099) -> 52.443, if (AT = 37.103) and (TIT = 1090.0) and (TAT = 539.75) and (AFDP = 2.099) and (AP = 985.85) -> 62.338, if (AT = 17.822) and (TIT = 1100.9) and (TAT = 539.75) and (AFDP = 2.099) and (AP = 985.85) -> 72.368, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 539.75) and (AFDP = 2.099) and (AP = 985.85) -> 80.714, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 539.75) and (AFDP = 2.099) and (AP = 1013.575) -> 76.622, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 539.75) and (AFDP = 4.206) and (AP = 1014.8) -> 62.975, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 539.75) and (AFDP = 2.099) and (AP = 1014.8) -> 62.629, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 539.75) and (AFDP = 4.048) and (AP = 1014.8) -> 73.429, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 539.75) and (AFDP = 4.267) and (AP = 1014.8) -> 59.718, if (AT = 19.047) and (TIT = 1100.9) and (TAT = 539.75) and (AFDP = 2.099) and (AP = 1036.6) and (AH = 24.085) -> 95.439, if (AT = 19.047) and (TIT = 1100.9) and (TAT = 539.75) and (AFDP = 4.111) and (AP = 1036.6) and (AH = 24.085) -> 81.455, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 539.75) and (AFDP = 2.099) and (AP = 1036.6) and (AH = 24.085) -> 96.684, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 539.75) and (AFDP = 2.099) and (AP = 1036.6) and (AH = 100.2) -> 94.254, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 4.546) and (AP = 985.85) -> 53.614, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 4.546) and (AP = 1036.6) -> 45.4, if (AT = 18.21) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 4.546) and (AP = 985.85) -> 84.383, if (AT = 18.21) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 4.546) and (AP = 1004.982) -> 62.398, if (AT = 18.21) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 4.546) and (AP = 1036.6) -> 60.631, if (AT = 18.21) and (TIT = 1100.9) and (TAT = 543.187) and (AFDP = 4.546) and (AP = 1036.6) -> 66.771, if (AT = 22.108) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 4.546) and (AH = 24.085) and (AP = 985.85) -> 59.787, if (AT = 22.108) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 4.546) and (AH = 24.085) and (AP = 1036.6) -> 62.711, if (AT = 22.108) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 4.546) and (AH = 100.2) -> 59.784, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 4.546) and (AP = 985.85) -> 64.167, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 4.546) and (AP = 1036.6) -> 54.174, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 542.885) and (AFDP = 4.546) and (AH = 24.085) -> 58.174, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 542.885) and (AFDP = 4.546) and (AH = 100.2) -> 54.985, if (AT = 22.454) and (TIT = 1100.9) and (TAT = 538.567) and (AFDP = 5.011) -> 64.375, if (AT = 22.454) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 5.011) and (AH = 24.085) -> 77.006, if (AT = 22.454) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 5.011) and (AH = 100.2) -> 65.97, if (AT = 22.454) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 5.011) -> 66.441, if (AT = 22.454) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 7.611) and (AH = 24.085) and (AP = 985.85) -> 73.521, if (AT = 22.454) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 7.611) and (AH = 24.085) and (AP = 1036.6) -> 83.592, if (AT = 22.454) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 7.611) and (AH = 100.2) -> 64.804, if (AT = 22.454) and (TIT = 1100.9) and (TAT = 542.832) and (AFDP = 7.611) and (AH = 100.2) -> 74.078, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 4.625) and (AH = 24.085) and (AP = 985.85) -> 58.556, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 4.631) and (AH = 24.085) and (AP = 985.85) -> 79.459, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 7.611) and (AH = 24.085) and (AP = 985.85) -> 63.412, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 7.611) and (AH = 24.085) and (AP = 1036.6) -> 75.331, if (AT = 24.497) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 4.631) and (AH = 55.382) -> 60.033, if (AT = 24.497) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 7.611) and (AH = 55.382) -> 56.643, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 7.611) and (AH = 55.382) -> 65.868, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 7.611) and (AH = 59.345) -> 52.122, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 511.04) and (AFDP = 7.611) and (AH = 100.2) -> 56.386, if (AT = 37.103) and (TIT = 1087.5) and (TAT = 543.685) and (AFDP = 2.099) and (AP = 985.85) -> 66.041, if (AT = 37.103) and (TIT = 1087.5) and (TAT = 543.685) and (AFDP = 3.921) and (AP = 1016.5) and (AH = 24.085) -> 56.466, if (AT = 37.103) and (TIT = 1087.5) and (TAT = 543.685) and (AFDP = 3.921) and (AP = 1016.5) and (AH = 100.2) -> 50.805, if (AT = 37.103) and (TIT = 1087.5) and (TAT = 543.685) and (AFDP = 3.921) and (AP = 985.85) -> 59.946, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 2.099) and (AP = 985.85) -> 51.751, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 3.876) and (AP = 1016.025) -> 71.193, if (AT = 17.12) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 3.876) and (AP = 985.85) -> 82.783, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 3.876) and (AP = 985.85) -> 72.711, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 3.876) and (AP = 985.85) and (AH = 24.085) -> 63.054, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 3.876) and (AP = 985.85) and (AH = 100.2) -> 58.61, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 2.099) and (AP = 1036.6) and (AH = 24.085) -> 79.15, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 2.099) and (AP = 1036.6) and (AH = 100.2) -> 100.122, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 4.001) and (AP = 1020.225) -> 55.293, if (AT = 37.103) and (TIT = 1091.45) and (TAT = 543.685) and (AFDP = 4.001) and (AP = 1036.6) -> 77.861, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 4.001) and (AP = 1036.6) -> 80.243, if (AT = 18.863) and (TIT = 1091.4) and (TAT = 543.685) and (AFDP = 4.28) and (AP = 985.85) -> 83.954, if (AT = 18.863) and (TIT = 1091.4) and (TAT = 543.685) and (AFDP = 4.28) and (AP = 1036.6) -> 56.508, if (AT = 18.863) and (TIT = 1091.4) and (TAT = 543.685) and (AFDP = 4.28) -> 75.072, if (AT = 37.103) and (TIT = 1091.4) and (TAT = 543.685) and (AFDP = 4.28) and (AH = 24.085) -> 58.34, if (AT = 37.103) and (TIT = 1091.4) and (TAT = 543.685) and (AFDP = 4.28) and (AH = 70.195) and (AP = 985.85) -> 56.36, if (AT = 37.103) and (TIT = 1091.4) and (TAT = 543.685) and (AFDP = 4.28) and (AH = 100.2) and (AP = 985.85) -> 53.982, if (AT = 37.103) and (TIT = 1091.4) and (TAT = 543.685) and (AFDP = 4.28) and (AH = 100.2) and (AP = 1036.6) -> 49.742, if (AT = 17.487) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 4.28) and (AP = 985.85) -> 65.624, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 4.28) and (AP = 985.85) -> 55.887, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 4.28) and (AP = 1008.35) -> 53.394, if (AT = 20.866) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 4.28) and (AP = 1016.175) -> 77.2, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 4.28) and (AP = 1016.175) -> 51.259, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 4.28) and (AP = 1036.6) -> 80.144, if (AT = 17.987) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 4.362) and (AH = 24.085) -> 85.471, if (AT = 17.987) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 7.611) and (AH = 24.085) -> 59.306, if (AT = 17.987) and (TIT = 1091.55) and (TAT = 543.685) and (AFDP = 7.611) and (AH = 68.515) -> 69.022, if (AT = 17.987) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 7.611) and (AH = 68.515) -> 76.529, if (AT = 17.987) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 7.611) and (AH = 83.899) and (AP = 985.85) -> 68.991, if (AT = 17.987) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 7.611) and (AH = 83.899) and (AP = 1007.225) -> 73.679, if (AT = 17.987) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 7.611) and (AH = 100.2) and (AP = 985.85) -> 63.105, if (AT = 17.987) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 4.361) and (AH = 100.2) and (AP = 1036.6) -> 68.734, if (AT = 17.987) and (TIT = 1088.3) and (TAT = 543.685) and (AFDP = 7.611) and (AH = 100.2) and (AP = 1036.6) -> 67.092, if (AT = 17.987) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 7.611) and (AH = 100.2) and (AP = 1036.6) -> 57.979, if (AT = 20.127) and (TIT = 1091.35) and (TAT = 543.685) and (AFDP = 4.838) and (AH = 24.085) -> 71.846, if (AT = 37.103) and (TIT = 1091.35) and (TAT = 543.685) and (AFDP = 4.838) and (AH = 24.085) -> 63.044, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 4.838) and (AH = 24.085) -> 57.813, if (AT = 19.795) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 4.838) and (AH = 69.43) -> 61.375, if (AT = 19.795) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 4.838) and (AH = 100.2) -> 56.371, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 4.838) and (AH = 100.2) -> 55.362, if (AT = 21.152) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 4.899) -> 58.329, if (AT = 21.152) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 7.611) and (AP = 985.85) -> 69.8, if (AT = 21.152) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 7.611) and (AP = 1036.6) -> 81.932, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 7.611) and (AP = 985.85) and (AH = 24.085) -> 61.37, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 7.611) and (AP = 985.85) and (AH = 100.2) -> 69.563, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 5.125) and (AP = 1036.6) -> 57.754, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 543.685) and (AFDP = 7.611) and (AP = 1036.6) -> 68.911, if (AT = 37.103) and (TIT = 1085.2) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 985.85) and (AH = 24.085) -> 83.066, if (AT = 37.103) and (TIT = 1085.2) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 1006.512) and (AH = 24.085) -> 79.036, if (AT = 37.103) and (TIT = 1085.2) and (TAT = 550.6) and (AFDP = 3.404) and (AP = 1006.512) and (AH = 24.085) -> 80.571, if (AT = 37.103) and (TIT = 1085.2) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 985.85) and (AH = 75.613) -> 76.357, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 985.85) and (AH = 24.085) -> 84.61, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 549.325) and (AFDP = 2.099) and (AP = 985.85) and (AH = 100.2) -> 72.351, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 985.85) and (AH = 100.2) -> 70.383, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.249) and (AP = 985.85) and (AH = 100.2) -> 70.93, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 1010.65) and (AH = 100.2) -> 74.183, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.383) and (AP = 985.85) and (AH = 100.2) -> 80.512, if (AT = 37.103) and (TIT = 1084.95) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 1011.4) -> 75.026, if (AT = 37.103) and (TIT = 1084.95) and (TAT = 550.6) and (AFDP = 3.351) and (AP = 1011.4) -> 58.033, if (AT = 37.103) and (TIT = 1084.95) and (TAT = 550.6) and (AFDP = 3.351) and (AP = 1011.4) and (AH = 24.085) -> 65.88, if (AT = 37.103) and (TIT = 1084.95) and (TAT = 550.6) and (AFDP = 3.351) and (AP = 1011.4) and (AH = 100.2) -> 63.102, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.465) and (AP = 1011.4) and (AH = 24.085) -> 70.678, if (AT = 37.103) and (TIT = 1086.225) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 1011.4) and (AH = 24.085) -> 67.776, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 1011.4) and (AH = 24.085) -> 73.077, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 549.27) and (AFDP = 2.099) and (AP = 1011.4) and (AH = 100.2) -> 76.265, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 549.487) and (AFDP = 2.099) and (AP = 1011.4) and (AH = 100.2) -> 67.109, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 1011.4) and (AH = 100.2) -> 69.883, if (AT = 37.103) and (TIT = 1084.3) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 1011.4) -> 79.872, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 1011.4) and (AH = 24.085) -> 61.113, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 1011.4) and (AH = 89.198) -> 58.29, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 1011.4) and (AH = 100.2) -> 71.082, if (AT = 18.147) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.352) and (AP = 1011.4) -> 69.809, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.352) and (AP = 1011.4) -> 66.117, if (AT = 37.103) and (TIT = 1086.15) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 1036.6) -> 72.643, if (AT = 37.103) and (TIT = 1086.15) and (TAT = 550.6) and (AFDP = 3.383) and (AP = 1021.975) -> 66.557, if (AT = 37.103) and (TIT = 1086.15) and (TAT = 550.6) and (AFDP = 3.383) and (AP = 1036.6) -> 73.587, if (AT = 37.103) and (TIT = 1090.85) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 1036.6) -> 99.345, if (AT = 17.632) and (TIT = 1090.85) and (TAT = 550.6) and (AFDP = 3.344) and (AP = 1036.6) -> 87.126, if (AT = 37.103) and (TIT = 1090.85) and (TAT = 550.6) and (AFDP = 3.344) and (AP = 1023.625) -> 90.965, if (AT = 37.103) and (TIT = 1090.85) and (TAT = 550.6) and (AFDP = 3.344) and (AP = 1036.6) -> 93.565, if (AT = 37.103) and (TIT = 1090.85) and (TAT = 550.6) and (AFDP = 3.437) and (AP = 1036.6) -> 98.373, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 2.099) and (AP = 1036.6) -> 119.91, if (AT = 20.788) and (TIT = 1084.95) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 24.085) and (AP = 985.85) -> 61.552, if (AT = 20.788) and (TIT = 1084.95) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 24.085) and (AP = 1036.6) -> 64.744, if (AT = 20.788) and (TIT = 1084.95) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 66.852) -> 59.205, if (AT = 20.788) and (TIT = 1084.95) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 24.085) -> 67.577, if (AT = 20.788) and (TIT = 1084.95) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 67.675) -> 62.547, if (AT = 20.841) and (TIT = 1084.95) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 62.729) -> 46.766, if (AT = 37.103) and (TIT = 1084.95) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 62.729) -> 56.218, if (AT = 37.103) and (TIT = 1084.95) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 24.085) -> 58.967, if (AT = 37.103) and (TIT = 1084.95) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 24.085) and (AP = 985.85) -> 63.426, if (AT = 37.103) and (TIT = 1084.95) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 24.085) and (AP = 1036.6) -> 60.231, if (AT = 37.103) and (TIT = 1088.6) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 24.085) and (AP = 985.85) -> 64.149, if (AT = 37.103) and (TIT = 1088.6) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 24.085) and (AP = 1036.6) -> 71.574, if (AT = 21.426) and (TIT = 1088.6) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 24.085) -> 70.258, if (AT = 37.103) and (TIT = 1088.6) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 24.085) -> 67.178, if (AT = 37.103) and (TIT = 1088.6) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 65.167) and (AP = 985.85) -> 63.392, if (AT = 37.103) and (TIT = 1088.6) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 65.167) and (AP = 1017.7) -> 66.615, if (AT = 37.103) and (TIT = 1088.6) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 65.167) and (AP = 1036.6) -> 69.611, if (AT = 21.38) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 24.085) -> 59.985, if (AT = 21.38) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 66.365) -> 58.083, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 549.2) and (AFDP = 3.813) and (AH = 24.085) and (AP = 985.85) -> 52.189, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 549.2) and (AFDP = 3.813) and (AH = 24.085) and (AP = 1036.6) -> 60.111, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 24.085) -> 70.854, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.813) and (AH = 56.359) -> 63.497, if (AT = 20.568) and (TIT = 1088.85) and (TAT = 550.6) and (AFDP = 4.388) and (AH = 24.085) -> 75.262, if (AT = 20.568) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.388) and (AH = 68.752) and (AP = 985.85) -> 76.515, if (AT = 20.568) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.388) and (AH = 68.752) and (AP = 1036.6) -> 71.472, if (AT = 20.568) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.388) and (AH = 24.085) -> 77.406, if (AT = 20.568) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.388) and (AH = 65.397) and (AP = 985.85) -> 72.138, if (AT = 20.568) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.388) and (AH = 65.397) and (AP = 1036.6) -> 67.923, if (AT = 20.568) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.394) and (AH = 24.085) -> 82.153, if (AT = 20.568) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 24.085) -> 73.665, if (AT = 20.568) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 67.757) -> 65.691, if (AT = 20.568) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 69.405) and (AP = 985.85) -> 72.347, if (AT = 20.568) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 69.405) and (AP = 1036.6) -> 84.641, if (AT = 24.116) and (TIT = 1085.525) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 24.085) -> 63.097, if (AT = 37.103) and (TIT = 1085.525) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 24.085) -> 57.235, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.962) and (AH = 24.085) -> 71.054, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 24.085) -> 74.104, if (AT = 24.056) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 59.157) -> 69.754, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 59.157) -> 66.263, if (AT = 23.338) and (TIT = 1083.675) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 63.682) -> 54.916, if (AT = 23.338) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 63.682) -> 65.578, if (AT = 37.103) and (TIT = 1084.325) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 63.682) -> 49.96, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 63.682) -> 63.747, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 63.682) and (AP = 985.85) -> 55.11, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 63.682) and (AP = 1036.6) -> 61.535, if (AT = 20.043) and (TIT = 1089.25) and (TAT = 550.6) and (AFDP = 4.126) and (AH = 76.307) -> 59.326, if (AT = 20.043) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.126) and (AH = 76.307) and (AP = 985.85) -> 73.514, if (AT = 20.043) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.126) and (AH = 76.307) and (AP = 1036.6) -> 66.412, if (AT = 20.043) and (TIT = 1090.525) and (TAT = 550.6) and (AFDP = 4.126) and (AH = 76.307) -> 66.666, if (AT = 20.043) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.126) and (AH = 76.307) -> 77.054, if (AT = 20.043) and (TIT = 1084.9) and (TAT = 550.6) and (AFDP = 4.126) and (AH = 100.2) -> 59.205, if (AT = 20.043) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.126) and (AH = 79.813) -> 63.013, if (AT = 20.043) and (TIT = 1084.925) and (TAT = 550.6) and (AFDP = 4.126) and (AH = 100.2) -> 57.101, if (AT = 20.043) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.126) and (AH = 100.2) -> 63.819, if (AT = 20.043) and (TIT = 1085.95) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 80.096) -> 71.554, if (AT = 20.043) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 80.096) and (AP = 985.85) -> 73.002, if (AT = 20.043) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 80.096) and (AP = 1036.6) -> 81.659, if (AT = 20.043) and (TIT = 1088.25) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 80.096) -> 65.261, if (AT = 20.043) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 80.096) -> 62.149, if (AT = 20.043) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.367) and (AH = 83.018) and (AP = 985.85) -> 66.291, if (AT = 20.043) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.367) and (AH = 100.2) and (AP = 985.85) -> 60.63, if (AT = 20.043) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.367) and (AH = 85.07) and (AP = 1036.6) -> 67.967, if (AT = 20.043) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.367) and (AH = 100.2) and (AP = 1036.6) -> 65.306, if (AT = 20.043) and (TIT = 1087.575) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 100.2) and (AP = 985.85) -> 70.066, if (AT = 20.043) and (TIT = 1087.575) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 100.2) and (AP = 1036.6) -> 66.524, if (AT = 20.043) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 100.2) -> 77.774, if (AT = 21.875) and (TIT = 1083.475) and (TAT = 550.6) and (AFDP = 3.764) and (AH = 79.331) -> 54.987, if (AT = 21.875) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.764) and (AH = 79.331) -> 44.335, if (AT = -6.235) and (TIT = 1001.3) and (TAT = 511.04) and (AFDP = 2.099) and (AH = 24.085) -> 103.288, if (AT = 21.875) and (TIT = 1090.275) and (TAT = 550.6) and (AFDP = 4.021) and (AH = 79.331) -> 62.722, if (AT = 21.875) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.021) and (AH = 79.331) -> 53.069, if (AT = 21.875) and (TIT = 1100.9) and (TAT = 549.147) and (AFDP = 7.611) and (AH = 79.331) -> 75.173, if (AT = 21.875) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 79.331) -> 60.023, if (AT = 37.103) and (TIT = 1085.125) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 79.331) -> 52.218, if (AT = 37.103) and (TIT = 1090.075) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 79.331) -> 58.855, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 79.331) -> 54.394, if (AT = 20.843) and (TIT = 1086.65) and (TAT = 550.6) and (AFDP = 4.36) and (AH = 100.2) -> 57.683, if (AT = 20.843) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 4.36) and (AH = 100.2) -> 59.779, if (AT = 20.843) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 100.2) -> 67.206, if (AT = 21.721) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.859) and (AH = 100.2) and (AP = 985.85) -> 56.84, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.859) and (AH = 100.2) and (AP = 985.85) -> 53.113, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 549.662) and (AFDP = 3.859) and (AH = 100.2) and (AP = 1036.6) -> 60.008, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 3.859) and (AH = 100.2) and (AP = 1036.6) -> 54.176, if (AT = 37.103) and (TIT = 1084.075) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 100.2) -> 51.798, if (AT = 22.227) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 100.2) -> 57.272, if (AT = 37.103) and (TIT = 1100.9) and (TAT = 550.6) and (AFDP = 7.611) and (AH = 100.2) -> 54.655]
In [8]:
data.describe().transpose()
Out[8]:
count | mean | std | min | 25% | 50% | 75% | max | |
---|---|---|---|---|---|---|---|---|
AT | 36733.0 | 17.712726 | 7.447451 | -6.2348 | 11.7810 | 17.8010 | 23.6650 | 37.1030 |
AP | 36733.0 | 1013.070165 | 6.463346 | 985.8500 | 1008.8000 | 1012.6000 | 1017.0000 | 1036.6000 |
AH | 36733.0 | 77.867015 | 14.461355 | 24.0850 | 68.1880 | 80.4700 | 89.3760 | 100.2000 |
AFDP | 36733.0 | 3.925518 | 0.773936 | 2.0874 | 3.3556 | 3.9377 | 4.3769 | 7.6106 |
TIT | 36733.0 | 1081.428084 | 17.536373 | 1000.8000 | 1071.8000 | 1085.9000 | 1097.0000 | 1100.9000 |
TAT | 36733.0 | 546.158517 | 6.842360 | 511.0400 | 544.7200 | 549.8800 | 550.0400 | 550.6100 |
NOX | 36733.0 | 65.293067 | 11.678357 | 25.9050 | 57.1620 | 63.8490 | 71.5480 | 119.9100 |
In [25]:
import numpy as np
from skfuzzy import control as ctrl
AT = ctrl.Antecedent(np.arange(-6.2348, 37.103, 0.0001), "AT")
AP = ctrl.Antecedent(np.arange(985.85, 1036.6, 0.01), "AP")
AH = ctrl.Antecedent(np.arange(24.085, 100.2, 0.001), "AH")
AFDP = ctrl.Antecedent(np.arange(2.0874, 7.6106, 0.0001), "AFDP")
TIT = ctrl.Antecedent(np.arange(1000.8, 1100.9, 0.1), "TIT")
TAT = ctrl.Antecedent(np.arange(511.04, 550.61, 0.01), "TAT")
NOX = ctrl.Consequent(np.arange(25.905, 119.91, 0.001), "NOX")
AT.automf(3, variable_type="quant")
AP.automf(5, variable_type="quant")
AH.automf(3, variable_type="quant")
AFDP.automf(5, variable_type="quant")
TIT.automf(5, variable_type="quant")
TAT.automf(5, variable_type="quant")
NOX.automf(3, variable_type="quant")
In [26]:
from src.rules import get_fuzzy_rules
fuzzy_variables = {
"AT": AT,
"AP": AP,
"AH": AH,
"AFDP": AFDP,
"TIT": TIT,
"TAT": TAT,
"consequent": NOX,
}
fuzzy_rules = get_fuzzy_rules(rules, fuzzy_variables)
fuzzy_cntrl = ctrl.ControlSystem(fuzzy_rules)
sim = ctrl.ControlSystemSimulation(fuzzy_cntrl, lenient=False)
display(len(fuzzy_rules))
fuzzy_rules
581
Out[26]:
[IF (((AT[low] AND TIT[lower]) AND TAT[average]) AND AFDP[low]) AND AH[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[lower]) AND TAT[average]) AND AFDP[low]) AND AH[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[lower]) AND TAT[average]) AND AFDP[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[lower]) AND TAT[average]) AND AFDP[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[low]) AND TAT[average]) AND AFDP[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[average]) AND TAT[average]) AND AFDP[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[average]) AND TAT[average]) AND AFDP[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[lower]) AND TAT[lower]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[lower]) AND TAT[lower]) AND AFDP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[low]) AND TAT[lower]) AND AFDP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[low]) AND TAT[lower]) AND AFDP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[lower]) AND TAT[average]) AND AFDP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[low]) AND TAT[lower]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[low]) AND TAT[high]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[low]) AND TAT[lower]) AND AFDP[higher]) AND AP[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[low]) AND TAT[lower]) AND AFDP[higher]) AND AP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[lower]) AND TAT[high]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[low]) AND TAT[high]) AND AFDP[lower]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[low]) AND TAT[high]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[lower]) AND TAT[high]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[lower]) AND TAT[high]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[lower]) AND TAT[high]) AND AFDP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[low]) AND AP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[low]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[low]) AND AP[lower]) AND AH[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[higher]) AND AH[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (AT[low] AND TIT[lower]) AND TAT[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (AT[low] AND TIT[lower]) AND TAT[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[high]) AND AH[low]) AND AP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[high]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[high]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[high]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[high]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[average]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (AT[average] AND TIT[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[high]) AND TAT[lower]) AND AP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[high]) AND TAT[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (AT[average] AND TIT[high]) AND TAT[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND TAT[lower]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND TAT[lower]) AND AFDP[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[lower]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[lower]) AND AFDP[higher]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[lower]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[high]) AND AFDP[higher]) AND AP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[high]) AND TAT[high]) AND AH[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[high]) AND AH[low]) AND AP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[high]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND TAT[high]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[high]) AND TAT[high]) AND AH[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[high]) AND AH[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[high]) AND AH[high]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[high]) AND AH[high]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[high]) AND AH[high]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[low]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND AFDP[lower]) AND TAT[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND AFDP[lower]) AND TAT[lower]) AND AH[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[high]) AND AFDP[low]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND AFDP[lower]) AND TAT[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND AFDP[lower]) AND TAT[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[high]) AND AFDP[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND AFDP[lower]) AND TAT[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND AFDP[lower]) AND TAT[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND AFDP[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND AFDP[low]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND AFDP[low]) AND TAT[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND AFDP[low]) AND TAT[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[high]) AND AFDP[low]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND AFDP[low]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[high]) AND AFDP[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[high]) AND AFDP[low]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[high]) AND AFDP[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AFDP[low]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AFDP[low]) AND AP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AFDP[low]) AND AP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AFDP[low]) AND AP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[high]) AND AFDP[higher]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[high]) AND AFDP[higher]) AND TAT[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[high]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[high]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND AFDP[higher]) AND AP[lower]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND AFDP[higher]) AND AP[lower]) AND TAT[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND AFDP[higher]) AND AP[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AFDP[higher]) AND AP[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND AFDP[low]) AND AP[higher]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND AFDP[low]) AND AP[higher]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND AFDP[higher]) AND AP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND AFDP[higher]) AND AP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[average]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[average]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[average]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[higher]) AND AP[high]) AND TAT[average]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[average]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[average]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[average]) AND TAT[lower]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[lower]) AND AFDP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[lower]) AND AFDP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[lower]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[average]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[average]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[high]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[high]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[higher]) AND AP[high]) AND TAT[high]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[high]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[higher]) AND AP[high]) AND TAT[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[high]) AND TAT[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[average] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[high]) AND TAT[lower]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[high]) AND TAT[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[low]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[low]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[low]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[low]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[high]) AND AP[higher]) AND TAT[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[high]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[high]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[higher]) AND AP[high]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[low]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[low]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[low]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[low]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[low]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[low]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[high]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[high]) AND AFDP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[high]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[high]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (AT[average] AND TIT[average]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[average]) AND TAT[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[average]) AND TAT[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND TAT[lower]) AND AP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[lower]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[lower]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AP[lower]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AP[lower]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AP[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[average]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[lower]) AND AP[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[higher]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[higher]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND TAT[average]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND TAT[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[average]) AND AP[higher]) AND AH[low]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[average]) AND AP[higher]) AND AH[low]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[average]) AND AP[higher]) AND AH[high]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[average]) AND AP[higher]) AND AH[high]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[high]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[high]) AND AFDP[low]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[high]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[average]) AND TAT[lower]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[average]) AND TAT[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AP[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[lower]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND AFDP[low]) AND AP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[higher]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[higher]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND AFDP[low]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND AFDP[low]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND AFDP[low]) AND AH[high]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[average]) AND AFDP[low]) AND AH[high]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[average]) AND AFDP[low]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[average]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (AT[average] AND TIT[average]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[average]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[average]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AP[lower]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AP[lower]) AND AFDP[low]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[low]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[lower]) AND AH[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[low]) AND AH[low]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[higher]) AND AH[low]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND AP[lower]) AND AFDP[higher]) AND AH[low]) AND TAT[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[higher]) AND AH[low]) AND TAT[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND AP[lower]) AND AFDP[higher]) AND AH[low]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND AP[lower]) AND AFDP[higher]) AND AH[high]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[higher]) AND AH[low]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AP[average]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[low]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[low]) AND TAT[lower] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[low]) AND TAT[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[low]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[higher]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[higher]) AND TAT[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[higher]) AND TAT[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[higher]) AND TAT[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND AP[higher]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND AP[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[higher]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[higher]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND AP[higher]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[higher]) AND AH[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[lower]) AND AH[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (AT[average] AND TIT[high]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[average]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[average]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (AT[average] AND TIT[high]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[low] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[low]) AND AH[high] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[average]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[average]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[low]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[low]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AP[low]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[average]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[average]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[average]) AND AP[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AP[average]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[average]) AND AP[average]) AND AFDP[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AP[higher]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AP[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[lower]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[low]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AH[low]) AND AFDP[low]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AH[average]) AND AFDP[low]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND AH[low]) AND AFDP[lower]) AND TAT[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND AH[low]) AND AFDP[lower]) AND TAT[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AH[low]) AND AFDP[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[higher]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AH[average]) AND AFDP[higher]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[average]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[higher]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[higher]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AH[high]) AND TAT[higher]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AH[high]) AND TAT[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AH[high]) AND TAT[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AP[lower] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AP[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[lower]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[low]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[low]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[lower]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AH[low]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AH[average]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[lower]) AND AH[low]) AND AP[lower]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[lower]) AND AH[average]) AND AP[lower]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[lower]) AND AH[low]) AND AP[lower]) AND TAT[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[high] AND TIT[lower]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[high] AND TIT[lower]) AND AH[average]) AND AP[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[high] AND TIT[high]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[high] AND TIT[high]) AND AH[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND AH[low]) AND AP[lower]) AND AFDP[lower] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND AH[low]) AND AP[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND AH[low]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND AH[low]) AND AP[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND AH[average]) AND AP[higher]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND AH[average]) AND AP[higher]) AND TAT[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[lower]) AND AH[average]) AND AFDP[lower]) AND AP[lower] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[lower]) AND AH[average]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[high] AND TIT[high]) AND AH[average]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[lower]) AND AH[average]) AND AFDP[low]) AND AP[lower] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[lower]) AND AH[average]) AND AFDP[low]) AND AP[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[high] AND TIT[lower]) AND AH[average]) AND AFDP[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[high] AND TIT[high]) AND AH[average]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND AH[high]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND AH[high]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AH[high]) AND AFDP[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND AH[high]) AND AFDP[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND AH[high]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (AT[average] AND TIT[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND AH[high]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[high]) AND AH[high]) AND TAT[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[lower]) AND TAT[lower]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (AT[average] AND TIT[high]) AND AH[high] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[lower]) AND AH[high]) AND AFDP[low] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[lower]) AND AH[high]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[lower]) AND AH[high]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[high] AND TIT[lower]) AND AH[high]) AND AFDP[low] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[high] AND TIT[lower]) AND AH[high]) AND AFDP[average] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[lower]) AND AH[high]) AND AFDP[lower] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[high] AND TIT[lower]) AND AH[high]) AND AFDP[lower] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[high] AND TIT[lower]) AND AH[high]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[high] AND TIT[high]) AND AH[high]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND AH[high]) AND AFDP[higher]) AND TAT[lower] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND AH[high]) AND AFDP[higher]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AP[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND TAT[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[high]) AND TAT[high]) AND AFDP[low]) AND AP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[high]) AND TAT[high]) AND AFDP[low]) AND AP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND TAT[high]) AND AFDP[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[higher]) AND AH[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[high]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[high]) AND AFDP[higher]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[low] AND TIT[lower]) AND TAT[lower]) AND AFDP[lower]) AND AH[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax, IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax]
In [27]:
sim.input["AT"] = 4.5878
sim.input["AP"] = 1018.7
sim.input["AH"] = 83.675
sim.input["AFDP"] = 3.5758
sim.input["TIT"] = 1086.2
sim.input["TAT"] = 549.83
sim.compute()
sim.print_state()
display(sim.output["NOX"])
NOX.view(sim=sim)
============= Antecedents ============= Antecedent: AT = 4.5878 - low : 0.5005457142384011 - average : 0.49945428576159895 - high : 0.0 Antecedent: TIT = 1086.2 - lower : 0.0 - low : 0.0 - average : 0.0 - high : 0.5874125874133622 - higher : 0.4125874125866378 Antecedent: TAT = 549.83 - lower : 0.0 - low : 0.0 - average : 0.0 - high : 0.07785642062332086 - higher : 0.9221435793766791 Antecedent: AFDP = 3.5758 - lower : 0.0 - low : 0.9220546432279997 - average : 0.07794535677200005 - high : 0.0 - higher : 0.0 Antecedent: AH = 83.675 - low : 0.0 - average : 0.43421139066078546 - high : 0.5657886093392148 Antecedent: AP = 1018.7 - lower : 0.0 - low : 0.0 - average : 0.4103271580583356 - high : 0.5896728419416645 - higher : 0.0 ======= Rules ======= RULE #0: IF (((AT[low] AND TIT[lower]) AND TAT[average]) AND AFDP[low]) AND AH[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[lower] : 0.0 - TAT[average] : 0.0 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 (((AT[low] AND TIT[lower]) AND TAT[average]) AND AFDP[low]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #1: IF (((AT[low] AND TIT[lower]) AND TAT[average]) AND AFDP[low]) AND AH[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[lower] : 0.0 - TAT[average] : 0.0 - AFDP[low] : 0.9220546432279997 - AH[high] : 0.5657886093392148 (((AT[low] AND TIT[lower]) AND TAT[average]) AND AFDP[low]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #2: IF ((AT[low] AND TIT[lower]) AND TAT[average]) AND AFDP[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[lower] : 0.0 - TAT[average] : 0.0 - AFDP[low] : 0.9220546432279997 ((AT[low] AND TIT[lower]) AND TAT[average]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #3: IF ((AT[average] AND TIT[lower]) AND TAT[average]) AND AFDP[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[average] : 0.0 - AFDP[low] : 0.9220546432279997 ((AT[average] AND TIT[lower]) AND TAT[average]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #4: IF ((AT[low] AND TIT[low]) AND TAT[average]) AND AFDP[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[low] : 0.0 - TAT[average] : 0.0 - AFDP[low] : 0.9220546432279997 ((AT[low] AND TIT[low]) AND TAT[average]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #5: IF ((AT[low] AND TIT[average]) AND TAT[average]) AND AFDP[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[average] : 0.0 - TAT[average] : 0.0 - AFDP[low] : 0.9220546432279997 ((AT[low] AND TIT[average]) AND TAT[average]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #6: IF ((AT[average] AND TIT[average]) AND TAT[average]) AND AFDP[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[average] : 0.0 - AFDP[low] : 0.9220546432279997 ((AT[average] AND TIT[average]) AND TAT[average]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #7: IF ((AT[low] AND TIT[lower]) AND TAT[lower]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[lower] : 0.0 - TAT[lower] : 0.0 - AFDP[low] : 0.9220546432279997 ((AT[low] AND TIT[lower]) AND TAT[lower]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #8: IF ((AT[low] AND TIT[lower]) AND TAT[lower]) AND AFDP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[lower] : 0.0 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 ((AT[low] AND TIT[lower]) AND TAT[lower]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #9: IF ((AT[low] AND TIT[low]) AND TAT[lower]) AND AFDP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[low] : 0.0 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 ((AT[low] AND TIT[low]) AND TAT[lower]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #10: IF ((AT[average] AND TIT[low]) AND TAT[lower]) AND AFDP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[low] : 0.0 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 ((AT[average] AND TIT[low]) AND TAT[lower]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #11: IF ((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 ((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #12: IF ((AT[average] AND TIT[lower]) AND TAT[average]) AND AFDP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[average] : 0.0 - AFDP[higher] : 0.0 ((AT[average] AND TIT[lower]) AND TAT[average]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #13: IF (((AT[average] AND TIT[low]) AND TAT[lower]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[low] : 0.0 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[low]) AND TAT[lower]) AND AFDP[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #14: IF (((AT[average] AND TIT[low]) AND TAT[high]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[low] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[low]) AND TAT[high]) AND AFDP[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #15: IF (((AT[average] AND TIT[low]) AND TAT[lower]) AND AFDP[higher]) AND AP[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[low] : 0.0 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 - AP[high] : 0.5896728419416645 (((AT[average] AND TIT[low]) AND TAT[lower]) AND AFDP[higher]) AND AP[high] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #16: IF (((AT[average] AND TIT[low]) AND TAT[lower]) AND AFDP[higher]) AND AP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[low] : 0.0 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 - AP[higher] : 0.0 (((AT[average] AND TIT[low]) AND TAT[lower]) AND AFDP[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #17: IF ((AT[low] AND TIT[lower]) AND TAT[high]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[lower] : 0.0 ((AT[low] AND TIT[lower]) AND TAT[high]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #18: IF (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[low] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[lower] : 0.0 - AP[lower] : 0.0 (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #19: IF (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[low] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[lower] : 0.0 - AP[higher] : 0.0 (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[lower]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #20: IF (((AT[average] AND TIT[low]) AND TAT[high]) AND AFDP[lower]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[low] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[lower] : 0.0 - AP[average] : 0.4103271580583356 (((AT[average] AND TIT[low]) AND TAT[high]) AND AFDP[lower]) AND AP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #21: IF (((AT[average] AND TIT[low]) AND TAT[high]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[low] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[lower] : 0.0 - AP[higher] : 0.0 (((AT[average] AND TIT[low]) AND TAT[high]) AND AFDP[lower]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #22: IF ((AT[low] AND TIT[lower]) AND TAT[high]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 ((AT[low] AND TIT[lower]) AND TAT[high]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #23: IF ((AT[average] AND TIT[lower]) AND TAT[high]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 ((AT[average] AND TIT[lower]) AND TAT[high]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #24: IF ((AT[low] AND TIT[lower]) AND TAT[high]) AND AFDP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 ((AT[low] AND TIT[lower]) AND TAT[high]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #25: IF ((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[low] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[lower] : 0.0 ((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #26: IF ((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[low] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 ((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #27: IF (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[low]) AND AP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[low] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #28: IF ((((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[low]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[low] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 - AH[low] : 0.0 ((((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[low]) AND AP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #29: IF ((((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[low]) AND AP[lower]) AND AH[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[low] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 - AH[high] : 0.5657886093392148 ((((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[low]) AND AP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #30: IF (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[low] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 - AP[higher] : 0.0 (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #31: IF (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[low] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AH[low] : 0.0 (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #32: IF (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[higher]) AND AH[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[low] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[low] AND TIT[low]) AND TAT[high]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #33: IF (AT[low] AND TIT[lower]) AND TAT[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 (AT[low] AND TIT[lower]) AND TAT[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #34: IF (AT[low] AND TIT[lower]) AND TAT[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 (AT[low] AND TIT[lower]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #35: IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 - AFDP[lower] : 0.0 (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #36: IF (((AT[average] AND TIT[average]) AND TAT[high]) AND AH[low]) AND AP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[average]) AND TAT[high]) AND AH[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #37: IF (((AT[average] AND TIT[average]) AND TAT[high]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 - AP[higher] : 0.0 (((AT[average] AND TIT[average]) AND TAT[high]) AND AH[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #38: IF ((((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 - AFDP[lower] : 0.0 - AP[lower] : 0.0 ((((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #39: IF ((((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 - AFDP[lower] : 0.0 - AP[higher] : 0.0 ((((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AFDP[lower]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #40: IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 - AFDP[low] : 0.9220546432279997 (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #41: IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[high]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[high] : 0.5657886093392148 - AFDP[low] : 0.9220546432279997 (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[high]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #42: IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[high]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[high]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #43: IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 - AFDP[higher] : 0.0 (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #44: IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[high]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[high]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #45: IF ((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 ((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #46: IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #47: IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 - AP[average] : 0.4103271580583356 (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #48: IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[average]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[average] : 0.43421139066078546 - AP[average] : 0.4103271580583356 (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[average]) AND AP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #49: IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 - AP[high] : 0.5896728419416645 (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AP[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #50: IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 - AP[higher] : 0.0 (((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #51: IF ((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[high] : 0.5657886093392148 ((AT[average] AND TIT[lower]) AND TAT[high]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #52: IF (AT[average] AND TIT[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 (AT[average] AND TIT[lower]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #53: IF ((AT[low] AND TIT[high]) AND TAT[lower]) AND AP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - TAT[lower] : 0.0 - AP[lower] : 0.0 ((AT[low] AND TIT[high]) AND TAT[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #54: IF ((AT[low] AND TIT[high]) AND TAT[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - TAT[lower] : 0.0 - AP[higher] : 0.0 ((AT[low] AND TIT[high]) AND TAT[lower]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #55: IF (AT[average] AND TIT[high]) AND TAT[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[high] : 0.07785642062332086 (AT[average] AND TIT[high]) AND TAT[high] = 0.07785642062332086 Activation (THEN-clause): NOX[high] : 0.07785642062332086 RULE #56: IF ((AT[average] AND TIT[high]) AND TAT[lower]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[lower] : 0.0 - AFDP[lower] : 0.0 ((AT[average] AND TIT[high]) AND TAT[lower]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #57: IF ((AT[average] AND TIT[high]) AND TAT[lower]) AND AFDP[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[lower] : 0.0 - AFDP[low] : 0.9220546432279997 ((AT[average] AND TIT[high]) AND TAT[lower]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #58: IF (((AT[average] AND TIT[high]) AND TAT[lower]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[high]) AND TAT[lower]) AND AFDP[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #59: IF (((AT[average] AND TIT[high]) AND TAT[lower]) AND AFDP[higher]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 - AP[high] : 0.5896728419416645 (((AT[average] AND TIT[high]) AND TAT[lower]) AND AFDP[higher]) AND AP[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #60: IF (((AT[average] AND TIT[high]) AND TAT[lower]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 - AP[higher] : 0.0 (((AT[average] AND TIT[high]) AND TAT[lower]) AND AFDP[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #61: IF (((AT[average] AND TIT[high]) AND TAT[high]) AND AFDP[higher]) AND AP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AP[higher] : 0.0 (((AT[average] AND TIT[high]) AND TAT[high]) AND AFDP[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #62: IF ((AT[low] AND TIT[high]) AND TAT[high]) AND AH[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 ((AT[low] AND TIT[high]) AND TAT[high]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #63: IF (((AT[average] AND TIT[high]) AND TAT[high]) AND AH[low]) AND AP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[high]) AND TAT[high]) AND AH[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #64: IF (((AT[average] AND TIT[high]) AND TAT[high]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 - AP[higher] : 0.0 (((AT[average] AND TIT[high]) AND TAT[high]) AND AH[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #65: IF ((AT[average] AND TIT[high]) AND TAT[high]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 ((AT[average] AND TIT[high]) AND TAT[high]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #66: IF ((AT[low] AND TIT[high]) AND TAT[high]) AND AH[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - TAT[high] : 0.07785642062332086 - AH[high] : 0.5657886093392148 ((AT[low] AND TIT[high]) AND TAT[high]) AND AH[high] = 0.07785642062332086 Activation (THEN-clause): NOX[high] : 0.07785642062332086 RULE #67: IF ((((AT[average] AND TIT[high]) AND TAT[high]) AND AH[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[high] : 0.07785642062332086 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 - AP[lower] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[high]) AND AH[high]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #68: IF ((((AT[average] AND TIT[high]) AND TAT[high]) AND AH[high]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[high] : 0.07785642062332086 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 - AP[higher] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[high]) AND AH[high]) AND AFDP[lower]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #69: IF ((((AT[average] AND TIT[high]) AND TAT[high]) AND AH[high]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[high] : 0.07785642062332086 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 - AP[lower] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[high]) AND AH[high]) AND AFDP[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #70: IF ((((AT[average] AND TIT[high]) AND TAT[high]) AND AH[high]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[high] : 0.07785642062332086 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 - AP[higher] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[high]) AND AH[high]) AND AFDP[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #71: IF ((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AP[lower] : 0.0 ((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #72: IF (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AP[lower] : 0.0 - AH[low] : 0.0 (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #73: IF (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AP[lower] : 0.0 - AH[high] : 0.5657886093392148 (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #74: IF (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[low]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AP[low] : 0.0 - AH[high] : 0.5657886093392148 (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[low]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #75: IF (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AP[higher] : 0.0 - AFDP[lower] : 0.0 (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #76: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AP[higher] : 0.0 - AFDP[lower] : 0.0 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #77: IF (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AP[higher] : 0.0 - AFDP[low] : 0.9220546432279997 (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #78: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AP[higher] : 0.0 - AFDP[low] : 0.9220546432279997 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #79: IF (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AP[higher] : 0.0 - AFDP[higher] : 0.0 (((AT[low] AND TIT[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #80: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 - AFDP[lower] : 0.0 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #81: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 - AFDP[higher] : 0.0 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #82: IF ((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 ((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high] = 0.49945428576159895 Activation (THEN-clause): NOX[average] : 0.49945428576159895 RULE #83: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #84: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AP[higher] : 0.0 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #85: IF (((AT[low] AND TIT[high]) AND AFDP[lower]) AND TAT[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[lower] : 0.0 - TAT[lower] : 0.0 - AH[low] : 0.0 (((AT[low] AND TIT[high]) AND AFDP[lower]) AND TAT[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #86: IF (((AT[low] AND TIT[high]) AND AFDP[lower]) AND TAT[lower]) AND AH[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[lower] : 0.0 - TAT[lower] : 0.0 - AH[high] : 0.5657886093392148 (((AT[low] AND TIT[high]) AND AFDP[lower]) AND TAT[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #87: IF ((AT[low] AND TIT[high]) AND AFDP[low]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[low] : 0.9220546432279997 - TAT[lower] : 0.0 ((AT[low] AND TIT[high]) AND AFDP[low]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #88: IF (((AT[low] AND TIT[high]) AND AFDP[lower]) AND TAT[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AP[lower] : 0.0 (((AT[low] AND TIT[high]) AND AFDP[lower]) AND TAT[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #89: IF (((AT[low] AND TIT[high]) AND AFDP[lower]) AND TAT[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AP[higher] : 0.0 (((AT[low] AND TIT[high]) AND AFDP[lower]) AND TAT[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #90: IF ((AT[low] AND TIT[high]) AND AFDP[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[lower] : 0.0 - TAT[higher] : 0.9221435793766791 ((AT[low] AND TIT[high]) AND AFDP[lower]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #91: IF ((AT[average] AND TIT[high]) AND AFDP[lower]) AND TAT[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AFDP[lower] : 0.0 - TAT[lower] : 0.0 ((AT[average] AND TIT[high]) AND AFDP[lower]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #92: IF ((AT[average] AND TIT[high]) AND AFDP[lower]) AND TAT[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AFDP[lower] : 0.0 - TAT[high] : 0.07785642062332086 ((AT[average] AND TIT[high]) AND AFDP[lower]) AND TAT[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #93: IF ((AT[average] AND TIT[high]) AND AFDP[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AFDP[lower] : 0.0 - TAT[higher] : 0.9221435793766791 ((AT[average] AND TIT[high]) AND AFDP[lower]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #94: IF ((AT[average] AND TIT[high]) AND AFDP[low]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AFDP[low] : 0.9220546432279997 - TAT[lower] : 0.0 ((AT[average] AND TIT[high]) AND AFDP[low]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #95: IF (((AT[low] AND TIT[high]) AND AFDP[low]) AND TAT[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[low] : 0.9220546432279997 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 (((AT[low] AND TIT[high]) AND AFDP[low]) AND TAT[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #96: IF (((AT[low] AND TIT[high]) AND AFDP[low]) AND TAT[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[low] : 0.9220546432279997 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 (((AT[low] AND TIT[high]) AND AFDP[low]) AND TAT[higher]) AND AH[high] = 0.5005457142384011 Activation (THEN-clause): NOX[average] : 0.5005457142384011 RULE #97: IF ((AT[low] AND TIT[high]) AND AFDP[low]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[low] : 0.9220546432279997 - TAT[higher] : 0.9221435793766791 ((AT[low] AND TIT[high]) AND AFDP[low]) AND TAT[higher] = 0.5005457142384011 Activation (THEN-clause): NOX[average] : 0.5005457142384011 RULE #98: IF ((AT[average] AND TIT[high]) AND AFDP[low]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AFDP[low] : 0.9220546432279997 - TAT[higher] : 0.9221435793766791 ((AT[average] AND TIT[high]) AND AFDP[low]) AND TAT[higher] = 0.49945428576159895 Activation (THEN-clause): NOX[average] : 0.49945428576159895 RULE #99: IF ((AT[low] AND TIT[high]) AND AFDP[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 ((AT[low] AND TIT[high]) AND AFDP[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #100: IF ((AT[low] AND TIT[high]) AND AFDP[low]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[low] : 0.9220546432279997 - AP[high] : 0.5896728419416645 ((AT[low] AND TIT[high]) AND AFDP[low]) AND AP[high] = 0.5005457142384011 Activation (THEN-clause): NOX[average] : 0.5005457142384011 RULE #101: IF ((AT[low] AND TIT[high]) AND AFDP[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[low] : 0.9220546432279997 - AP[higher] : 0.0 ((AT[low] AND TIT[high]) AND AFDP[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #102: IF (((AT[average] AND TIT[high]) AND AFDP[low]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 - AH[low] : 0.0 (((AT[average] AND TIT[high]) AND AFDP[low]) AND AP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #103: IF (((AT[average] AND TIT[high]) AND AFDP[low]) AND AP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[high]) AND AFDP[low]) AND AP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #104: IF (((AT[average] AND TIT[high]) AND AFDP[low]) AND AP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AFDP[low] : 0.9220546432279997 - AP[higher] : 0.0 - AH[low] : 0.0 (((AT[average] AND TIT[high]) AND AFDP[low]) AND AP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #105: IF (((AT[average] AND TIT[high]) AND AFDP[low]) AND AP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AFDP[low] : 0.9220546432279997 - AP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[high]) AND AFDP[low]) AND AP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #106: IF ((AT[low] AND TIT[high]) AND AFDP[higher]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[higher] : 0.0 - TAT[lower] : 0.0 ((AT[low] AND TIT[high]) AND AFDP[higher]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #107: IF ((AT[low] AND TIT[high]) AND AFDP[higher]) AND TAT[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[higher] : 0.0 - TAT[higher] : 0.9221435793766791 ((AT[low] AND TIT[high]) AND AFDP[higher]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #108: IF ((AT[low] AND TIT[high]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[higher] : 0.0 - AH[low] : 0.0 ((AT[low] AND TIT[high]) AND AFDP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #109: IF ((AT[low] AND TIT[high]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 ((AT[low] AND TIT[high]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #110: IF ((AT[average] AND TIT[high]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AFDP[higher] : 0.0 - AP[lower] : 0.0 ((AT[average] AND TIT[high]) AND AFDP[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #111: IF ((AT[average] AND TIT[high]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AFDP[higher] : 0.0 - AP[higher] : 0.0 ((AT[average] AND TIT[high]) AND AFDP[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #112: IF ((AT[average] AND TIT[high]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AFDP[higher] : 0.0 - AH[low] : 0.0 ((AT[average] AND TIT[high]) AND AFDP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #113: IF ((AT[average] AND TIT[high]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 ((AT[average] AND TIT[high]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #114: IF (((AT[low] AND TIT[high]) AND AFDP[higher]) AND AP[lower]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[higher] : 0.0 - AP[lower] : 0.0 - TAT[lower] : 0.0 (((AT[low] AND TIT[high]) AND AFDP[higher]) AND AP[lower]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #115: IF (((AT[low] AND TIT[high]) AND AFDP[higher]) AND AP[lower]) AND TAT[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[higher] : 0.0 - AP[lower] : 0.0 - TAT[high] : 0.07785642062332086 (((AT[low] AND TIT[high]) AND AFDP[higher]) AND AP[lower]) AND TAT[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #116: IF (((AT[low] AND TIT[high]) AND AFDP[higher]) AND AP[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[higher] : 0.0 - AP[lower] : 0.0 - TAT[higher] : 0.9221435793766791 (((AT[low] AND TIT[high]) AND AFDP[higher]) AND AP[lower]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #117: IF (((AT[average] AND TIT[high]) AND AFDP[higher]) AND AP[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AFDP[higher] : 0.0 - AP[lower] : 0.0 - TAT[higher] : 0.9221435793766791 (((AT[average] AND TIT[high]) AND AFDP[higher]) AND AP[lower]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #118: IF (((AT[low] AND TIT[high]) AND AFDP[low]) AND AP[higher]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[low] : 0.9220546432279997 - AP[higher] : 0.0 - TAT[lower] : 0.0 (((AT[low] AND TIT[high]) AND AFDP[low]) AND AP[higher]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #119: IF (((AT[low] AND TIT[high]) AND AFDP[low]) AND AP[higher]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[low] : 0.9220546432279997 - AP[higher] : 0.0 - TAT[higher] : 0.9221435793766791 (((AT[low] AND TIT[high]) AND AFDP[low]) AND AP[higher]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #120: IF (((AT[low] AND TIT[high]) AND AFDP[higher]) AND AP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[higher] : 0.0 - AP[higher] : 0.0 - AH[low] : 0.0 (((AT[low] AND TIT[high]) AND AFDP[higher]) AND AP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #121: IF (((AT[low] AND TIT[high]) AND AFDP[higher]) AND AP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AFDP[higher] : 0.0 - AP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[low] AND TIT[high]) AND AFDP[higher]) AND AP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #122: IF ((((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - TAT[lower] : 0.0 - AFDP[lower] : 0.0 - AH[low] : 0.0 ((((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #123: IF ((((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - TAT[lower] : 0.0 - AFDP[lower] : 0.0 - AH[high] : 0.5657886093392148 ((((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #124: IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - TAT[lower] : 0.0 - AFDP[lower] : 0.0 (((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #125: IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - TAT[lower] : 0.0 - AFDP[low] : 0.9220546432279997 (((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #126: IF ((((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[average]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - TAT[average] : 0.0 - AFDP[lower] : 0.0 - AH[low] : 0.0 ((((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[average]) AND AFDP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #127: IF ((((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[average]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - TAT[average] : 0.0 - AFDP[lower] : 0.0 - AH[high] : 0.5657886093392148 ((((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[average]) AND AFDP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #128: IF ((((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[average]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - TAT[average] : 0.0 - AFDP[lower] : 0.0 - AH[low] : 0.0 ((((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[average]) AND AFDP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #129: IF ((((AT[low] AND TIT[higher]) AND AP[high]) AND TAT[average]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[high] : 0.5896728419416645 - TAT[average] : 0.0 - AFDP[lower] : 0.0 - AH[low] : 0.0 ((((AT[low] AND TIT[higher]) AND AP[high]) AND TAT[average]) AND AFDP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #130: IF ((((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[average]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - TAT[average] : 0.0 - AFDP[lower] : 0.0 - AH[high] : 0.5657886093392148 ((((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[average]) AND AFDP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #131: IF ((((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[average]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - TAT[average] : 0.0 - AFDP[lower] : 0.0 - AH[high] : 0.5657886093392148 ((((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[average]) AND AFDP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #132: IF (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #133: IF (((AT[average] AND TIT[higher]) AND AP[average]) AND TAT[lower]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 (((AT[average] AND TIT[higher]) AND AP[average]) AND TAT[lower]) AND AFDP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #134: IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 (((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #135: IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 (((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[lower]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #136: IF ((((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[lower]) AND AFDP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 - AH[low] : 0.0 ((((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[lower]) AND AFDP[average]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #137: IF ((((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[lower]) AND AFDP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 - AH[high] : 0.5657886093392148 ((((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[lower]) AND AFDP[average]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #138: IF (((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[lower]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 (((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[lower]) AND AFDP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #139: IF (((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 (((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[lower]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #140: IF ((((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[average]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - TAT[average] : 0.0 - AFDP[higher] : 0.0 - AH[low] : 0.0 ((((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[average]) AND AFDP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #141: IF ((((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[average]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - TAT[average] : 0.0 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 ((((AT[low] AND TIT[higher]) AND AP[average]) AND TAT[average]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #142: IF (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[high]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[high]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #143: IF (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[high]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[average] : 0.43421139066078546 (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[high]) AND AH[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #144: IF (((AT[low] AND TIT[higher]) AND AP[high]) AND TAT[high]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[high] : 0.5896728419416645 - TAT[high] : 0.07785642062332086 - AH[low] : 0.0 (((AT[low] AND TIT[higher]) AND AP[high]) AND TAT[high]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #145: IF (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[high]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AH[high] : 0.5657886093392148 (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[high]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #146: IF ((AT[low] AND TIT[higher]) AND AP[high]) AND TAT[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[high] : 0.5896728419416645 - TAT[high] : 0.07785642062332086 ((AT[low] AND TIT[higher]) AND AP[high]) AND TAT[high] = 0.07785642062332086 Activation (THEN-clause): NOX[average] : 0.07785642062332086 RULE #147: IF (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[higher]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #148: IF (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 (((AT[low] AND TIT[higher]) AND AP[lower]) AND TAT[higher]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #149: IF (((AT[average] AND TIT[higher]) AND AP[high]) AND TAT[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[high] : 0.5896728419416645 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 (((AT[average] AND TIT[higher]) AND AP[high]) AND TAT[higher]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #150: IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 (((AT[average] AND TIT[higher]) AND AP[lower]) AND TAT[higher]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #151: IF ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[lower] : 0.0 - AFDP[lower] : 0.0 - AH[low] : 0.0 ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #152: IF ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[lower] : 0.0 - AFDP[lower] : 0.0 - AH[high] : 0.5657886093392148 ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #153: IF (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #154: IF (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #155: IF (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[average] : 0.0 - AFDP[higher] : 0.0 (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #156: IF ((((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[lower] : 0.0 - AFDP[lower] : 0.0 - AH[low] : 0.0 ((((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #157: IF ((((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[lower] : 0.0 - AFDP[lower] : 0.0 - AH[high] : 0.5657886093392148 ((((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #158: IF (((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[average] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 (((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[average] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #159: IF (((AT[average] AND TIT[higher]) AND AP[high]) AND TAT[lower]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[high] : 0.5896728419416645 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 (((AT[average] AND TIT[higher]) AND AP[high]) AND TAT[lower]) AND AFDP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #160: IF (((AT[average] AND TIT[higher]) AND AP[high]) AND TAT[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[high] : 0.5896728419416645 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 (((AT[average] AND TIT[higher]) AND AP[high]) AND TAT[lower]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #161: IF (((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 (((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[lower]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #162: IF ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[low]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[average] : 0.0 - AH[low] : 0.0 - AFDP[lower] : 0.0 ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[low]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #163: IF ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[low]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[average] : 0.0 - AH[low] : 0.0 - AFDP[higher] : 0.0 ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[low]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #164: IF ((((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[low]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[average] : 0.0 - AH[low] : 0.0 - AFDP[lower] : 0.0 ((((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[low]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #165: IF ((((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[low]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[average] : 0.0 - AH[low] : 0.0 - AFDP[higher] : 0.0 ((((AT[average] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[low]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #166: IF (((AT[low] AND TIT[high]) AND AP[higher]) AND TAT[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[high] : 0.5874125874133622 - AP[higher] : 0.0 - TAT[average] : 0.0 - AH[high] : 0.5657886093392148 (((AT[low] AND TIT[high]) AND AP[higher]) AND TAT[average]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #167: IF ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[high]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[average] : 0.0 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[high]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #168: IF ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[high]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[average] : 0.0 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 ((((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[high]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #169: IF (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[average] : 0.0 - AH[high] : 0.5657886093392148 (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[average]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #170: IF ((AT[low] AND TIT[higher]) AND AP[high]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[high] : 0.5896728419416645 - TAT[higher] : 0.9221435793766791 ((AT[low] AND TIT[higher]) AND AP[high]) AND TAT[higher] = 0.4125874125866378 Activation (THEN-clause): NOX[average] : 0.4125874125866378 RULE #171: IF ((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[high] : 0.07785642062332086 ((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #172: IF (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #173: IF (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 (((AT[low] AND TIT[higher]) AND AP[higher]) AND TAT[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #174: IF ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[low]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[lower] : 0.0 - AH[low] : 0.0 - AFDP[lower] : 0.0 - AP[lower] : 0.0 ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[low]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #175: IF ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[low]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[lower] : 0.0 - AH[low] : 0.0 - AFDP[lower] : 0.0 - AP[higher] : 0.0 ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[low]) AND AFDP[lower]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #176: IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[low]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 - AFDP[lower] : 0.0 - AP[higher] : 0.0 ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[low]) AND AFDP[lower]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #177: IF (((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[low]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[lower] : 0.0 - AH[low] : 0.0 - AFDP[higher] : 0.0 (((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[low]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #178: IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[low]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 - AFDP[higher] : 0.0 - AP[lower] : 0.0 ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[low]) AND AFDP[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #179: IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[low]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 - AFDP[higher] : 0.0 - AP[higher] : 0.0 ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[low]) AND AFDP[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #180: IF ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[lower] : 0.0 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 - AP[lower] : 0.0 ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[high]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #181: IF ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[high]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[lower] : 0.0 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 - AP[higher] : 0.0 ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[high]) AND AFDP[lower]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #182: IF (((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[high]) AND AFDP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[lower] : 0.0 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 (((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[high]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #183: IF ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[high]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[lower] : 0.0 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 - AP[lower] : 0.0 ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[high]) AND AFDP[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #184: IF ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[high]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[lower] : 0.0 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 - AP[higher] : 0.0 ((((AT[average] AND TIT[average]) AND TAT[lower]) AND AH[high]) AND AFDP[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #185: IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 - AP[lower] : 0.0 ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AFDP[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #186: IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 - AP[higher] : 0.0 ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AFDP[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #187: IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 (((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #188: IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 - AP[lower] : 0.0 ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #189: IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 - AP[higher] : 0.0 ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #190: IF ((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 ((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #191: IF (AT[average] AND TIT[average]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 (AT[average] AND TIT[average]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #192: IF ((AT[average] AND TIT[average]) AND TAT[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AP[lower] : 0.0 ((AT[average] AND TIT[average]) AND TAT[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #193: IF ((AT[average] AND TIT[average]) AND TAT[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AP[higher] : 0.0 ((AT[average] AND TIT[average]) AND TAT[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #194: IF ((AT[average] AND TIT[high]) AND TAT[lower]) AND AP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[lower] : 0.0 - AP[lower] : 0.0 ((AT[average] AND TIT[high]) AND TAT[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #195: IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[lower]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AP[lower] : 0.0 - AFDP[lower] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[lower]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #196: IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[lower]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AP[lower] : 0.0 - AFDP[average] : 0.07794535677200005 (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[lower]) AND AFDP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #197: IF ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AP[lower]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AP[lower] : 0.0 - AFDP[lower] : 0.0 - AH[low] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AP[lower]) AND AFDP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #198: IF ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AP[lower]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AP[lower] : 0.0 - AFDP[lower] : 0.0 - AH[high] : 0.5657886093392148 ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AP[lower]) AND AFDP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #199: IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AP[lower] : 0.0 - AFDP[higher] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[lower]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #200: IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AP[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AP[lower] : 0.0 - AFDP[higher] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[high]) AND AP[lower]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #201: IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AP[higher] : 0.0 - AFDP[lower] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[higher]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #202: IF (((AT[average] AND TIT[higher]) AND TAT[average]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[average] : 0.0 - AP[higher] : 0.0 - AFDP[lower] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[average]) AND AP[higher]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #203: IF (((AT[average] AND TIT[high]) AND TAT[lower]) AND AP[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[lower] : 0.0 - AP[higher] : 0.0 - AFDP[higher] : 0.0 (((AT[average] AND TIT[high]) AND TAT[lower]) AND AP[higher]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #204: IF ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[higher]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AP[higher] : 0.0 - AFDP[higher] : 0.0 - AH[low] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[higher]) AND AFDP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #205: IF ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[higher]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AP[higher] : 0.0 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AP[higher]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #206: IF ((AT[average] AND TIT[high]) AND TAT[average]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[average] : 0.0 - AP[high] : 0.5896728419416645 ((AT[average] AND TIT[high]) AND TAT[average]) AND AP[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #207: IF ((AT[average] AND TIT[high]) AND TAT[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[average] : 0.0 - AP[higher] : 0.0 ((AT[average] AND TIT[high]) AND TAT[average]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #208: IF ((((AT[average] AND TIT[higher]) AND TAT[average]) AND AP[higher]) AND AH[low]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[average] : 0.0 - AP[higher] : 0.0 - AH[low] : 0.0 - AFDP[lower] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[average]) AND AP[higher]) AND AH[low]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #209: IF ((((AT[average] AND TIT[higher]) AND TAT[average]) AND AP[higher]) AND AH[low]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[average] : 0.0 - AP[higher] : 0.0 - AH[low] : 0.0 - AFDP[higher] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[average]) AND AP[higher]) AND AH[low]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #210: IF ((((AT[average] AND TIT[higher]) AND TAT[average]) AND AP[higher]) AND AH[high]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[average] : 0.0 - AP[higher] : 0.0 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[average]) AND AP[higher]) AND AH[high]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #211: IF ((((AT[average] AND TIT[higher]) AND TAT[average]) AND AP[higher]) AND AH[high]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[average] : 0.0 - AP[higher] : 0.0 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[average]) AND AP[higher]) AND AH[high]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #212: IF (((AT[average] AND TIT[average]) AND TAT[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[lower] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[average]) AND TAT[high]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #213: IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #214: IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #215: IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #216: IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AP[higher] : 0.0 (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #217: IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AP[higher] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #218: IF (((AT[average] AND TIT[average]) AND TAT[high]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 (((AT[average] AND TIT[average]) AND TAT[high]) AND AFDP[low]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #219: IF (((AT[average] AND TIT[average]) AND TAT[high]) AND AFDP[low]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[average]) AND TAT[high]) AND AFDP[low]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #220: IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #221: IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[higher] : 0.0 (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #222: IF ((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 ((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low] = 0.4125874125866378 Activation (THEN-clause): NOX[average] : 0.4125874125866378 RULE #223: IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[average] : 0.07794535677200005 - AH[low] : 0.0 (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[average]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #224: IF (((AT[average] AND TIT[average]) AND TAT[high]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[average]) AND TAT[high]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #225: IF ((AT[average] AND TIT[average]) AND TAT[lower]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[lower] : 0.0 - AFDP[lower] : 0.0 ((AT[average] AND TIT[average]) AND TAT[lower]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #226: IF ((AT[average] AND TIT[average]) AND TAT[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 ((AT[average] AND TIT[average]) AND TAT[lower]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #227: IF ((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 ((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #228: IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #229: IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AP[higher] : 0.0 (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #230: IF ((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 ((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #231: IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AP[lower] : 0.0 (((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #232: IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AP[higher] : 0.0 - AFDP[lower] : 0.0 ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AP[higher]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #233: IF ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AP[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AP[higher] : 0.0 - AFDP[higher] : 0.0 ((((AT[average] AND TIT[average]) AND TAT[higher]) AND AH[high]) AND AP[higher]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #234: IF ((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 ((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #235: IF ((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 ((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #236: IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AH[low] : 0.0 (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #237: IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #238: IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[low] : 0.0 (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #239: IF (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[average]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #240: IF (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[lower]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[lower] : 0.0 - AP[lower] : 0.0 - TAT[lower] : 0.0 (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[lower]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #241: IF (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[lower] : 0.0 - AP[lower] : 0.0 - TAT[higher] : 0.9221435793766791 (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[lower]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #242: IF ((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[lower] : 0.0 - AP[lower] : 0.0 ((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #243: IF (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[lower] : 0.0 - AP[higher] : 0.0 - AH[low] : 0.0 (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #244: IF (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[lower] : 0.0 - AP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #245: IF (((AT[average] AND TIT[average]) AND AFDP[low]) AND AP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[low] : 0.9220546432279997 - AP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[average]) AND AFDP[low]) AND AP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #246: IF ((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[lower] : 0.0 - AP[higher] : 0.0 ((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #247: IF (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[higher]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[lower] : 0.0 - AP[higher] : 0.0 - TAT[lower] : 0.0 (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[higher]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #248: IF (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[higher]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[lower] : 0.0 - AP[higher] : 0.0 - TAT[higher] : 0.9221435793766791 (((AT[average] AND TIT[average]) AND AFDP[lower]) AND AP[higher]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #249: IF (((AT[average] AND TIT[average]) AND AFDP[low]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[average]) AND AFDP[low]) AND AH[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #250: IF (((AT[average] AND TIT[average]) AND AFDP[low]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 - AP[higher] : 0.0 (((AT[average] AND TIT[average]) AND AFDP[low]) AND AH[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #251: IF (((AT[average] AND TIT[average]) AND AFDP[low]) AND AH[high]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[low] : 0.9220546432279997 - AH[high] : 0.5657886093392148 - TAT[lower] : 0.0 (((AT[average] AND TIT[average]) AND AFDP[low]) AND AH[high]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #252: IF (((AT[average] AND TIT[average]) AND AFDP[low]) AND AH[high]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[low] : 0.9220546432279997 - AH[high] : 0.5657886093392148 - TAT[higher] : 0.9221435793766791 (((AT[average] AND TIT[average]) AND AFDP[low]) AND AH[high]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #253: IF ((AT[average] AND TIT[average]) AND AFDP[low]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[low] : 0.9220546432279997 - AH[high] : 0.5657886093392148 ((AT[average] AND TIT[average]) AND AFDP[low]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #254: IF ((AT[average] AND TIT[average]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[higher] : 0.0 - AH[average] : 0.43421139066078546 ((AT[average] AND TIT[average]) AND AFDP[higher]) AND AH[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #255: IF (AT[average] AND TIT[average]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[low] : 0.9220546432279997 (AT[average] AND TIT[average]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #256: IF ((AT[average] AND TIT[average]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[higher] : 0.0 - AH[low] : 0.0 ((AT[average] AND TIT[average]) AND AFDP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #257: IF ((AT[average] AND TIT[average]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[average] : 0.0 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 ((AT[average] AND TIT[average]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #258: IF (((AT[average] AND TIT[high]) AND AP[lower]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AP[lower] : 0.0 - AFDP[lower] : 0.0 - AH[low] : 0.0 (((AT[average] AND TIT[high]) AND AP[lower]) AND AFDP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #259: IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - AFDP[lower] : 0.0 - AH[low] : 0.0 (((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #260: IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 (((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[low]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #261: IF (((AT[average] AND TIT[high]) AND AP[lower]) AND AFDP[low]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AP[lower] : 0.0 - AFDP[low] : 0.9220546432279997 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[high]) AND AP[lower]) AND AFDP[low]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #262: IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[low]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - AFDP[low] : 0.9220546432279997 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[low]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #263: IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[lower]) AND AH[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - AFDP[lower] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #264: IF ((((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[low]) AND AH[low]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 - TAT[lower] : 0.0 ((((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[low]) AND AH[low]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #265: IF ((((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[higher]) AND AH[low]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - AFDP[higher] : 0.0 - AH[low] : 0.0 - TAT[lower] : 0.0 ((((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[higher]) AND AH[low]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #266: IF ((((AT[average] AND TIT[high]) AND AP[lower]) AND AFDP[higher]) AND AH[low]) AND TAT[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AP[lower] : 0.0 - AFDP[higher] : 0.0 - AH[low] : 0.0 - TAT[high] : 0.07785642062332086 ((((AT[average] AND TIT[high]) AND AP[lower]) AND AFDP[higher]) AND AH[low]) AND TAT[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #267: IF ((((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[higher]) AND AH[low]) AND TAT[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - AFDP[higher] : 0.0 - AH[low] : 0.0 - TAT[high] : 0.07785642062332086 ((((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[higher]) AND AH[low]) AND TAT[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #268: IF ((((AT[average] AND TIT[high]) AND AP[lower]) AND AFDP[higher]) AND AH[low]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AP[lower] : 0.0 - AFDP[higher] : 0.0 - AH[low] : 0.0 - TAT[higher] : 0.9221435793766791 ((((AT[average] AND TIT[high]) AND AP[lower]) AND AFDP[higher]) AND AH[low]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #269: IF ((((AT[average] AND TIT[high]) AND AP[lower]) AND AFDP[higher]) AND AH[high]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AP[lower] : 0.0 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 - TAT[higher] : 0.9221435793766791 ((((AT[average] AND TIT[high]) AND AP[lower]) AND AFDP[higher]) AND AH[high]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #270: IF ((((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[higher]) AND AH[low]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - AFDP[higher] : 0.0 - AH[low] : 0.0 - TAT[higher] : 0.9221435793766791 ((((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[higher]) AND AH[low]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #271: IF (((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[lower] : 0.0 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[higher]) AND AP[lower]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #272: IF ((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - AFDP[lower] : 0.0 ((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #273: IF (((AT[average] AND TIT[high]) AND AP[average]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AP[average] : 0.4103271580583356 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 (((AT[average] AND TIT[high]) AND AP[average]) AND AFDP[low]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #274: IF (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[low]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #275: IF (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[low]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - AFDP[low] : 0.9220546432279997 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[low]) AND AH[high] = 0.4103271580583356 Activation (THEN-clause): NOX[average] : 0.4103271580583356 RULE #276: IF (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[low]) AND TAT[lower] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - AFDP[low] : 0.9220546432279997 - TAT[lower] : 0.0 (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[low]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #277: IF (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[low]) AND TAT[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - AFDP[low] : 0.9220546432279997 - TAT[average] : 0.0 (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[low]) AND TAT[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #278: IF (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[low]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - AFDP[low] : 0.9220546432279997 - TAT[higher] : 0.9221435793766791 (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[low]) AND TAT[higher] = 0.4103271580583356 Activation (THEN-clause): NOX[average] : 0.4103271580583356 RULE #279: IF (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[higher]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - AFDP[higher] : 0.0 - TAT[lower] : 0.0 (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[higher]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #280: IF (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[higher]) AND TAT[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - AFDP[higher] : 0.0 - TAT[high] : 0.07785642062332086 (((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[higher]) AND TAT[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #281: IF ((((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[higher]) AND TAT[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - AFDP[higher] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 ((((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[higher]) AND TAT[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #282: IF ((((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[higher]) AND TAT[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[average] : 0.4103271580583356 - AFDP[higher] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 ((((AT[average] AND TIT[higher]) AND AP[average]) AND AFDP[higher]) AND TAT[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #283: IF ((AT[average] AND TIT[high]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AP[higher] : 0.0 - AFDP[lower] : 0.0 ((AT[average] AND TIT[high]) AND AP[higher]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #284: IF ((AT[average] AND TIT[high]) AND AP[higher]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AP[higher] : 0.0 - AFDP[low] : 0.9220546432279997 ((AT[average] AND TIT[high]) AND AP[higher]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #285: IF ((AT[average] AND TIT[high]) AND AP[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AP[higher] : 0.0 - AFDP[higher] : 0.0 ((AT[average] AND TIT[high]) AND AP[higher]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #286: IF ((AT[average] AND TIT[higher]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - AFDP[lower] : 0.0 ((AT[average] AND TIT[higher]) AND AP[higher]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #287: IF (((AT[average] AND TIT[higher]) AND AP[higher]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - AFDP[higher] : 0.0 - AH[low] : 0.0 (((AT[average] AND TIT[higher]) AND AP[higher]) AND AFDP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #288: IF (((AT[average] AND TIT[higher]) AND AP[higher]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - AP[higher] : 0.0 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[higher]) AND AP[higher]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #289: IF ((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[lower] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[lower] : 0.0 - AFDP[lower] : 0.0 ((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #290: IF (((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[higher]) AND AH[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 - AH[low] : 0.0 (((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #291: IF (((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 - AH[average] : 0.43421139066078546 (((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[higher]) AND AH[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #292: IF (((AT[average] AND TIT[lower]) AND TAT[high]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AH[average] : 0.43421139066078546 (((AT[average] AND TIT[lower]) AND TAT[high]) AND AFDP[higher]) AND AH[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #293: IF (((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[lower]) AND AH[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[lower] : 0.0 - AFDP[lower] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #294: IF (((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[lower]) AND TAT[lower]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #295: IF (AT[average] AND TIT[high]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[lower] : 0.0 (AT[average] AND TIT[high]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #296: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AP[lower] : 0.0 - AH[low] : 0.0 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #297: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AP[lower] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #298: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[average]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AP[average] : 0.4103271580583356 - AFDP[lower] : 0.0 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[average]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #299: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[average]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AP[average] : 0.4103271580583356 - AFDP[higher] : 0.0 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[average]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #300: IF ((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AP[higher] : 0.0 ((AT[average] AND TIT[high]) AND TAT[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #301: IF (AT[average] AND TIT[high]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 (AT[average] AND TIT[high]) AND TAT[higher] = 0.49945428576159895 Activation (THEN-clause): NOX[average] : 0.49945428576159895 RULE #302: IF ((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 ((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #303: IF ((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 ((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #304: IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AH[low] : 0.0 (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #305: IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #306: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AH[low] : 0.0 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #307: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #308: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #309: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AP[higher] : 0.0 - AH[low] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #310: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AP[higher] : 0.0 - AH[high] : 0.5657886093392148 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #311: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 - AH[low] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #312: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 - AH[high] : 0.5657886093392148 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #313: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[higher] : 0.0 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #314: IF ((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 ((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #315: IF ((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[low] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 ((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #316: IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[low]) AND AH[high] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[low]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #317: IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[low]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #318: IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[low] : 0.0 (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #319: IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[average] : 0.43421139066078546 - AP[lower] : 0.0 ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #320: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[average] : 0.43421139066078546 - AP[higher] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #321: IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[average] : 0.43421139066078546 - AP[higher] : 0.0 ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #322: IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #323: IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 - AP[lower] : 0.0 ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #324: IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 - AP[higher] : 0.0 ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #325: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[average]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[average] : 0.07794535677200005 - AH[high] : 0.5657886093392148 - AP[lower] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[average]) AND AH[high]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #326: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[average]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[average] : 0.07794535677200005 - AH[high] : 0.5657886093392148 - AP[higher] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[average]) AND AH[high]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #327: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #328: IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[low]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 - AP[low] : 0.0 - AFDP[lower] : 0.0 ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[low]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #329: IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[low]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 - AP[low] : 0.0 - AFDP[higher] : 0.0 ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[low]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #330: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AP[low]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 - AP[low] : 0.0 - AFDP[higher] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AP[low]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #331: IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #332: IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 - AP[higher] : 0.0 - AFDP[lower] : 0.0 ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[higher]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #333: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[average]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AH[average] : 0.43421139066078546 - AP[higher] : 0.0 - AFDP[lower] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[average]) AND AP[higher]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #334: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 - AP[higher] : 0.0 - AFDP[lower] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AP[higher]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #335: IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[average]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 - AP[average] : 0.4103271580583356 - AFDP[higher] : 0.0 ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[average]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #336: IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 - AP[higher] : 0.0 - AFDP[higher] : 0.0 ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[low]) AND AP[higher]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #337: IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[average]) AND AP[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[average] : 0.43421139066078546 - AP[higher] : 0.0 - AFDP[higher] : 0.0 ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[average]) AND AP[higher]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #338: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AP[average]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 - AP[average] : 0.4103271580583356 - AFDP[higher] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AP[average]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #339: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[average]) AND AP[average]) AND AFDP[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AH[average] : 0.43421139066078546 - AP[average] : 0.4103271580583356 - AFDP[higher] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[average]) AND AP[average]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #340: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AP[higher]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 - AP[higher] : 0.0 - AFDP[low] : 0.9220546432279997 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AP[higher]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #341: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AP[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AH[low] : 0.0 - AP[higher] : 0.0 - AFDP[higher] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[low]) AND AP[higher]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #342: IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 - AP[lower] : 0.0 ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #343: IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 - AP[higher] : 0.0 ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[lower]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #344: IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #345: IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AFDP[low] : 0.9220546432279997 (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #346: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AFDP[low] : 0.9220546432279997 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high]) AND AFDP[low] = 0.49945428576159895 Activation (THEN-clause): NOX[average] : 0.49945428576159895 RULE #347: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #348: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 - AP[lower] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #349: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 - AP[higher] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high]) AND AFDP[lower]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #350: IF (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AFDP[average] : 0.07794535677200005 (((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #351: IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 - AP[lower] : 0.0 ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #352: IF ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 - AP[higher] : 0.0 ((((AT[average] AND TIT[lower]) AND TAT[higher]) AND AH[high]) AND AFDP[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #353: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AH[high]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #354: IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[lower]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[low] : 0.0 - AFDP[lower] : 0.0 - TAT[lower] : 0.0 (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[lower]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #355: IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[low]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[low] : 0.0 - AFDP[low] : 0.9220546432279997 - TAT[lower] : 0.0 (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[low]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #356: IF (((AT[average] AND TIT[high]) AND AH[low]) AND AFDP[low]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[low] : 0.0 - AFDP[low] : 0.9220546432279997 - TAT[lower] : 0.0 (((AT[average] AND TIT[high]) AND AH[low]) AND AFDP[low]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #357: IF (((AT[average] AND TIT[high]) AND AH[average]) AND AFDP[low]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[average] : 0.43421139066078546 - AFDP[low] : 0.9220546432279997 - TAT[lower] : 0.0 (((AT[average] AND TIT[high]) AND AH[average]) AND AFDP[low]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #358: IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[low] : 0.0 - AFDP[lower] : 0.0 - TAT[higher] : 0.9221435793766791 (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[lower]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #359: IF ((((AT[average] AND TIT[high]) AND AH[low]) AND AFDP[lower]) AND TAT[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[low] : 0.0 - AFDP[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AP[lower] : 0.0 ((((AT[average] AND TIT[high]) AND AH[low]) AND AFDP[lower]) AND TAT[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #360: IF ((((AT[average] AND TIT[high]) AND AH[low]) AND AFDP[lower]) AND TAT[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[low] : 0.0 - AFDP[lower] : 0.0 - TAT[higher] : 0.9221435793766791 - AP[higher] : 0.0 ((((AT[average] AND TIT[high]) AND AH[low]) AND AFDP[lower]) AND TAT[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #361: IF (((AT[average] AND TIT[high]) AND AH[low]) AND AFDP[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[low] : 0.0 - AFDP[lower] : 0.0 - TAT[higher] : 0.9221435793766791 (((AT[average] AND TIT[high]) AND AH[low]) AND AFDP[lower]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #362: IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[higher]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[low] : 0.0 - AFDP[higher] : 0.0 - AP[average] : 0.4103271580583356 (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[higher]) AND AP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #363: IF (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #364: IF (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[higher] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #365: IF (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[higher] : 0.0 - AP[average] : 0.4103271580583356 (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #366: IF (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[higher] : 0.0 - AP[high] : 0.5896728419416645 (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #367: IF (((AT[average] AND TIT[high]) AND AH[average]) AND AFDP[higher]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[average] : 0.43421139066078546 - AFDP[higher] : 0.0 - AP[high] : 0.5896728419416645 (((AT[average] AND TIT[high]) AND AH[average]) AND AFDP[higher]) AND AP[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #368: IF ((((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[average]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[higher] : 0.0 - AP[average] : 0.4103271580583356 - TAT[lower] : 0.0 ((((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[average]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #369: IF ((((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[higher]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[higher] : 0.0 - AP[higher] : 0.0 - TAT[lower] : 0.0 ((((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[higher]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #370: IF ((((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[higher]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[higher] : 0.0 - AP[higher] : 0.0 - TAT[higher] : 0.9221435793766791 ((((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[higher]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #371: IF ((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 - TAT[lower] : 0.0 ((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #372: IF (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #373: IF (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #374: IF (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #375: IF (((AT[average] AND TIT[high]) AND AH[high]) AND TAT[higher]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[high] : 0.5657886093392148 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 (((AT[average] AND TIT[high]) AND AH[high]) AND TAT[higher]) AND AFDP[low] = 0.49945428576159895 Activation (THEN-clause): NOX[average] : 0.49945428576159895 RULE #376: IF (((AT[average] AND TIT[high]) AND AH[high]) AND TAT[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[high] : 0.5657886093392148 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 (((AT[average] AND TIT[high]) AND AH[high]) AND TAT[higher]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #377: IF (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 - TAT[higher] : 0.9221435793766791 - AP[lower] : 0.0 (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #378: IF ((((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 - TAT[higher] : 0.9221435793766791 - AP[higher] : 0.0 - AFDP[lower] : 0.0 ((((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #379: IF ((((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 - TAT[higher] : 0.9221435793766791 - AP[higher] : 0.0 - AFDP[higher] : 0.0 ((((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AP[higher]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #380: IF (((AT[average] AND TIT[high]) AND AH[high]) AND TAT[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[high] : 0.5657886093392148 - TAT[higher] : 0.9221435793766791 - AP[lower] : 0.0 (((AT[average] AND TIT[high]) AND AH[high]) AND TAT[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #381: IF (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AP[lower] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 - TAT[higher] : 0.9221435793766791 - AP[lower] : 0.0 (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #382: IF (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AP[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 - TAT[higher] : 0.9221435793766791 - AP[higher] : 0.0 (((AT[average] AND TIT[lower]) AND AH[high]) AND TAT[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #383: IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[low] : 0.0 - AFDP[lower] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #384: IF (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[lower] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #385: IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[low] : 0.0 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #386: IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[lower]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[low] : 0.0 - AFDP[lower] : 0.0 - AP[average] : 0.4103271580583356 (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[lower]) AND AP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #387: IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[low] : 0.0 - AFDP[lower] : 0.0 - AP[higher] : 0.0 (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[lower]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #388: IF ((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[lower] : 0.0 ((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #389: IF (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[low]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[low] : 0.9220546432279997 - TAT[higher] : 0.9221435793766791 (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[low]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #390: IF (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[low]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[low] : 0.9220546432279997 - TAT[lower] : 0.0 (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[low]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #391: IF ((((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[lower]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[higher] : 0.0 - AP[lower] : 0.0 - TAT[lower] : 0.0 ((((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[lower]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #392: IF ((((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[lower]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[higher] : 0.0 - AP[lower] : 0.0 - TAT[higher] : 0.9221435793766791 ((((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[lower]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #393: IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[low] : 0.0 - AFDP[higher] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #394: IF (((AT[average] AND TIT[high]) AND AH[low]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[low] : 0.0 - AFDP[higher] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[high]) AND AH[low]) AND AFDP[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #395: IF (((AT[average] AND TIT[high]) AND AH[average]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[average] : 0.43421139066078546 - AFDP[higher] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[high]) AND AH[average]) AND AFDP[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #396: IF (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[low] : 0.0 - AFDP[higher] : 0.0 - AP[higher] : 0.0 (((AT[average] AND TIT[lower]) AND AH[low]) AND AFDP[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #397: IF (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[higher] : 0.0 - AP[higher] : 0.0 (((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #398: IF (((AT[high] AND TIT[lower]) AND AH[low]) AND AP[lower]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[lower] : 0.0 - AH[low] : 0.0 - AP[lower] : 0.0 - TAT[lower] : 0.0 (((AT[high] AND TIT[lower]) AND AH[low]) AND AP[lower]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #399: IF (((AT[high] AND TIT[lower]) AND AH[average]) AND AP[lower]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AP[lower] : 0.0 - TAT[lower] : 0.0 (((AT[high] AND TIT[lower]) AND AH[average]) AND AP[lower]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #400: IF (((AT[high] AND TIT[lower]) AND AH[low]) AND AP[lower]) AND TAT[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[lower] : 0.0 - AH[low] : 0.0 - AP[lower] : 0.0 - TAT[higher] : 0.9221435793766791 (((AT[high] AND TIT[lower]) AND AH[low]) AND AP[lower]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #401: IF ((AT[high] AND TIT[lower]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[lower] : 0.0 - AH[low] : 0.0 - AP[higher] : 0.0 ((AT[high] AND TIT[lower]) AND AH[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #402: IF ((AT[high] AND TIT[lower]) AND AH[average]) AND AP[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AP[higher] : 0.0 ((AT[high] AND TIT[lower]) AND AH[average]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #403: IF ((AT[high] AND TIT[high]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - AH[low] : 0.0 - AP[higher] : 0.0 ((AT[high] AND TIT[high]) AND AH[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #404: IF ((AT[high] AND TIT[high]) AND AH[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - AH[average] : 0.43421139066078546 - AP[higher] : 0.0 ((AT[high] AND TIT[high]) AND AH[average]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #405: IF (((AT[high] AND TIT[high]) AND AH[low]) AND AP[lower]) AND AFDP[lower] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - AH[low] : 0.0 - AP[lower] : 0.0 - AFDP[lower] : 0.0 (((AT[high] AND TIT[high]) AND AH[low]) AND AP[lower]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #406: IF (((AT[high] AND TIT[high]) AND AH[low]) AND AP[lower]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - AH[low] : 0.0 - AP[lower] : 0.0 - AFDP[higher] : 0.0 (((AT[high] AND TIT[high]) AND AH[low]) AND AP[lower]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #407: IF (((AT[high] AND TIT[high]) AND AH[low]) AND AP[higher]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - AH[low] : 0.0 - AP[higher] : 0.0 - AFDP[lower] : 0.0 (((AT[high] AND TIT[high]) AND AH[low]) AND AP[higher]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #408: IF (((AT[high] AND TIT[high]) AND AH[low]) AND AP[higher]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - AH[low] : 0.0 - AP[higher] : 0.0 - AFDP[higher] : 0.0 (((AT[high] AND TIT[high]) AND AH[low]) AND AP[higher]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #409: IF (((AT[high] AND TIT[high]) AND AH[average]) AND AP[higher]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - AH[average] : 0.43421139066078546 - AP[higher] : 0.0 - TAT[lower] : 0.0 (((AT[high] AND TIT[high]) AND AH[average]) AND AP[higher]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #410: IF (((AT[high] AND TIT[high]) AND AH[average]) AND AP[higher]) AND TAT[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - AH[average] : 0.43421139066078546 - AP[higher] : 0.0 - TAT[higher] : 0.9221435793766791 (((AT[high] AND TIT[high]) AND AH[average]) AND AP[higher]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #411: IF (((AT[high] AND TIT[lower]) AND AH[average]) AND AFDP[lower]) AND AP[lower] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[lower] : 0.0 - AP[lower] : 0.0 (((AT[high] AND TIT[lower]) AND AH[average]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #412: IF (((AT[high] AND TIT[lower]) AND AH[average]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[lower] : 0.0 - AP[higher] : 0.0 (((AT[high] AND TIT[lower]) AND AH[average]) AND AFDP[lower]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #413: IF ((AT[high] AND TIT[high]) AND AH[average]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - AH[average] : 0.43421139066078546 - AFDP[lower] : 0.0 ((AT[high] AND TIT[high]) AND AH[average]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #414: IF (((AT[high] AND TIT[lower]) AND AH[average]) AND AFDP[low]) AND AP[lower] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 (((AT[high] AND TIT[lower]) AND AH[average]) AND AFDP[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #415: IF (((AT[high] AND TIT[lower]) AND AH[average]) AND AFDP[low]) AND AP[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[low] : 0.9220546432279997 - AP[higher] : 0.0 (((AT[high] AND TIT[lower]) AND AH[average]) AND AFDP[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #416: IF ((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[average] : 0.07794535677200005 ((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #417: IF ((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[higher] : 0.0 ((AT[average] AND TIT[lower]) AND AH[average]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #418: IF ((AT[high] AND TIT[lower]) AND AH[average]) AND AFDP[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[lower] : 0.0 - AH[average] : 0.43421139066078546 - AFDP[higher] : 0.0 ((AT[high] AND TIT[lower]) AND AH[average]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #419: IF ((AT[high] AND TIT[high]) AND AH[average]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - AH[average] : 0.43421139066078546 - AFDP[higher] : 0.0 ((AT[high] AND TIT[high]) AND AH[average]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #420: IF ((AT[average] AND TIT[high]) AND AH[high]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 ((AT[average] AND TIT[high]) AND AH[high]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #421: IF ((AT[average] AND TIT[high]) AND AH[high]) AND AFDP[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[high] : 0.5657886093392148 - AFDP[low] : 0.9220546432279997 ((AT[average] AND TIT[high]) AND AH[high]) AND AFDP[low] = 0.49945428576159895 Activation (THEN-clause): NOX[average] : 0.49945428576159895 RULE #422: IF (((AT[average] AND TIT[high]) AND AH[high]) AND AFDP[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[high] : 0.5657886093392148 - AFDP[average] : 0.07794535677200005 - AP[lower] : 0.0 (((AT[average] AND TIT[high]) AND AH[high]) AND AFDP[average]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #423: IF (((AT[average] AND TIT[high]) AND AH[high]) AND AFDP[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[high] : 0.5657886093392148 - AFDP[average] : 0.07794535677200005 - AP[higher] : 0.0 (((AT[average] AND TIT[high]) AND AH[high]) AND AFDP[average]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #424: IF ((AT[average] AND TIT[high]) AND AH[high]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 ((AT[average] AND TIT[high]) AND AH[high]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #425: IF (AT[average] AND TIT[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 (AT[average] AND TIT[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #426: IF ((AT[average] AND TIT[high]) AND AH[high]) AND TAT[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[high] : 0.5657886093392148 - TAT[lower] : 0.0 ((AT[average] AND TIT[high]) AND AH[high]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #427: IF ((AT[average] AND TIT[high]) AND AH[high]) AND TAT[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[high] : 0.5657886093392148 - TAT[higher] : 0.9221435793766791 ((AT[average] AND TIT[high]) AND AH[high]) AND TAT[higher] = 0.49945428576159895 Activation (THEN-clause): NOX[low] : 0.49945428576159895 RULE #428: IF (((AT[low] AND TIT[lower]) AND TAT[lower]) AND AFDP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[lower] : 0.0 - TAT[lower] : 0.0 - AFDP[lower] : 0.0 - AH[high] : 0.5657886093392148 (((AT[low] AND TIT[lower]) AND TAT[lower]) AND AFDP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #429: IF (AT[average] AND TIT[high]) AND AH[high] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - AH[high] : 0.5657886093392148 (AT[average] AND TIT[high]) AND AH[high] = 0.49945428576159895 Activation (THEN-clause): NOX[low] : 0.49945428576159895 RULE #430: IF ((AT[average] AND TIT[lower]) AND AH[high]) AND AFDP[low] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 - AFDP[low] : 0.9220546432279997 ((AT[average] AND TIT[lower]) AND AH[high]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #431: IF ((AT[average] AND TIT[lower]) AND AH[high]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 - AFDP[average] : 0.07794535677200005 ((AT[average] AND TIT[lower]) AND AH[high]) AND AFDP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #432: IF ((AT[average] AND TIT[lower]) AND AH[high]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 ((AT[average] AND TIT[lower]) AND AH[high]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #433: IF ((AT[high] AND TIT[lower]) AND AH[high]) AND AFDP[low] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 - AFDP[low] : 0.9220546432279997 ((AT[high] AND TIT[lower]) AND AH[high]) AND AFDP[low] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #434: IF ((AT[high] AND TIT[lower]) AND AH[high]) AND AFDP[average] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 - AFDP[average] : 0.07794535677200005 ((AT[high] AND TIT[lower]) AND AH[high]) AND AFDP[average] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #435: IF ((AT[average] AND TIT[lower]) AND AH[high]) AND AFDP[lower] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 ((AT[average] AND TIT[lower]) AND AH[high]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #436: IF ((AT[high] AND TIT[lower]) AND AH[high]) AND AFDP[lower] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 ((AT[high] AND TIT[lower]) AND AH[high]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #437: IF ((AT[high] AND TIT[lower]) AND AH[high]) AND AFDP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[lower] : 0.0 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 ((AT[high] AND TIT[lower]) AND AH[high]) AND AFDP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #438: IF ((AT[high] AND TIT[high]) AND AH[high]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - AH[high] : 0.5657886093392148 - AFDP[lower] : 0.0 ((AT[high] AND TIT[high]) AND AH[high]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #439: IF (((AT[high] AND TIT[high]) AND AH[high]) AND AFDP[higher]) AND TAT[lower] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 - TAT[lower] : 0.0 (((AT[high] AND TIT[high]) AND AH[high]) AND AFDP[higher]) AND TAT[lower] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #440: IF (((AT[high] AND TIT[high]) AND AH[high]) AND AFDP[higher]) AND TAT[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - AH[high] : 0.5657886093392148 - AFDP[higher] : 0.0 - TAT[higher] : 0.9221435793766791 (((AT[high] AND TIT[high]) AND AH[high]) AND AFDP[higher]) AND TAT[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #441: IF ((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[lower] : 0.0 ((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #442: IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[lower] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #443: IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[lower] : 0.0 - AP[average] : 0.4103271580583356 (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #444: IF ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[lower] : 0.0 - AP[higher] : 0.0 - AH[low] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #445: IF ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 - AP[higher] : 0.0 - AH[low] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #446: IF (((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AP[higher] THEN NOX[low] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 - AP[higher] : 0.0 (((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[low] : 0.0 RULE #447: IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 - AP[lower] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #448: IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 - AP[average] : 0.4103271580583356 (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #449: IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 - AP[higher] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #450: IF ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 - AH[low] : 0.0 - AP[lower] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #451: IF ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 - AH[low] : 0.0 - AP[higher] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #452: IF (((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 - AP[lower] : 0.0 (((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #453: IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 - AH[low] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #454: IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #455: IF ((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 ((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #456: IF ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 - AH[low] : 0.0 - AP[lower] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #457: IF ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 - AH[low] : 0.0 - AP[higher] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #458: IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #459: IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #460: IF ((((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 - AH[low] : 0.0 - AP[lower] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #461: IF ((((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 - AH[low] : 0.0 - AP[lower] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #462: IF ((((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 - AH[low] : 0.0 - AP[higher] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #463: IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[average] : 0.07794535677200005 - AH[average] : 0.43421139066078546 (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[average]) AND AH[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #464: IF (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 - AH[average] : 0.43421139066078546 (((AT[average] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #465: IF (((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 - AH[average] : 0.43421139066078546 (((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #466: IF (((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[lower] : 0.0 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[high] AND TIT[higher]) AND TAT[lower]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #467: IF (((AT[high] AND TIT[high]) AND TAT[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[high] : 0.07785642062332086 - AFDP[lower] : 0.0 - AP[lower] : 0.0 (((AT[high] AND TIT[high]) AND TAT[high]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #468: IF ((((AT[high] AND TIT[high]) AND TAT[high]) AND AFDP[low]) AND AP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 - AP[average] : 0.4103271580583356 - AH[low] : 0.0 ((((AT[high] AND TIT[high]) AND TAT[high]) AND AFDP[low]) AND AP[average]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #469: IF ((((AT[high] AND TIT[high]) AND TAT[high]) AND AFDP[low]) AND AP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 - AP[average] : 0.4103271580583356 - AH[high] : 0.5657886093392148 ((((AT[high] AND TIT[high]) AND TAT[high]) AND AFDP[low]) AND AP[average]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #470: IF (((AT[high] AND TIT[high]) AND TAT[high]) AND AFDP[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 (((AT[high] AND TIT[high]) AND TAT[high]) AND AFDP[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #471: IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[lower] : 0.0 - AP[lower] : 0.0 (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #472: IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 - AP[average] : 0.4103271580583356 (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #473: IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #474: IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #475: IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 - AH[low] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #476: IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 - AH[high] : 0.5657886093392148 ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #477: IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[lower] : 0.0 - AP[higher] : 0.0 - AH[low] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #478: IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[higher]) AND AH[high] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[lower] : 0.0 - AP[higher] : 0.0 - AH[high] : 0.5657886093392148 ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[lower]) AND AP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #479: IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 - AP[high] : 0.5896728419416645 (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #480: IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[low] : 0.9220546432279997 - AP[higher] : 0.0 (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #481: IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[average] : 0.07794535677200005 - AP[higher] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #482: IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[average] : 0.07794535677200005 - AH[average] : 0.43421139066078546 - AP[lower] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[average]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #483: IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[average] : 0.07794535677200005 - AH[high] : 0.5657886093392148 - AP[lower] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[high]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #484: IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[average] : 0.07794535677200005 - AH[high] : 0.5657886093392148 - AP[higher] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[high]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #485: IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[average] : 0.07794535677200005 - AP[lower] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #486: IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[average] : 0.07794535677200005 - AP[lower] : 0.0 (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #487: IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[average] : 0.07794535677200005 - AP[average] : 0.4103271580583356 (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[average] = 0.07785642062332086 Activation (THEN-clause): NOX[average] : 0.07785642062332086 RULE #488: IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[average] : 0.07794535677200005 - AP[average] : 0.4103271580583356 (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #489: IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AH[low] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #490: IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AH[average] : 0.43421139066078546 (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #491: IF ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[high]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 - AP[average] : 0.4103271580583356 ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[high]) AND AP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #492: IF ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 - AP[lower] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[high]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #493: IF ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[average] : 0.07794535677200005 - AH[high] : 0.5657886093392148 - AP[higher] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[high]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #494: IF ((((AT[average] AND TIT[high]) AND TAT[high]) AND AFDP[higher]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 - AP[higher] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[high]) AND AFDP[higher]) AND AH[high]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #495: IF ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 - AP[higher] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AH[high]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #496: IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[average] : 0.07794535677200005 - AH[low] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #497: IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[average] : 0.07794535677200005 - AH[low] : 0.0 (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #498: IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[average] : 0.07794535677200005 - AH[average] : 0.43421139066078546 (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[average] = 0.07785642062332086 Activation (THEN-clause): NOX[average] : 0.07785642062332086 RULE #499: IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[average] : 0.07794535677200005 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[high] = 0.07785642062332086 Activation (THEN-clause): NOX[average] : 0.07785642062332086 RULE #500: IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[average] : 0.07794535677200005 - AH[high] : 0.5657886093392148 (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #501: IF ((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[average] : 0.07794535677200005 ((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[average] = 0.07785642062332086 Activation (THEN-clause): NOX[average] : 0.07785642062332086 RULE #502: IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AP[lower] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #503: IF (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AP[higher] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #504: IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AP[lower] : 0.0 - AH[low] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #505: IF ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AP[lower] : 0.0 - AH[high] : 0.5657886093392148 ((((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #506: IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[average] : 0.07794535677200005 - AP[higher] : 0.0 (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[average]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #507: IF (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[high] : 0.07785642062332086 - AFDP[higher] : 0.0 - AP[higher] : 0.0 (((AT[high] AND TIT[higher]) AND TAT[high]) AND AFDP[higher]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #508: IF ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AP[lower] : 0.0 - AH[low] : 0.0 ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #509: IF ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AP[lower] : 0.0 - AH[average] : 0.43421139066078546 ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower]) AND AH[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #510: IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AP[lower] : 0.0 - AH[low] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #511: IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AP[lower] : 0.0 - AH[high] : 0.5657886093392148 ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #512: IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[lower]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[lower] : 0.0 - AH[high] : 0.5657886093392148 ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[lower]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #513: IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[average] : 0.4103271580583356 (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #514: IF ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[average] : 0.4103271580583356 - AH[low] : 0.0 ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[average]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #515: IF ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[average] : 0.4103271580583356 - AH[high] : 0.5657886093392148 ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[average]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #516: IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[average] : 0.4103271580583356 - AH[low] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[average]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #517: IF ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AP[average] : 0.4103271580583356 - AH[low] : 0.0 ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[average]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #518: IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AP[average] : 0.4103271580583356 (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #519: IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AP[average] : 0.4103271580583356 - AH[low] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[average]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #520: IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AP[average] : 0.4103271580583356 - AH[high] : 0.5657886093392148 ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[average]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #521: IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[average] : 0.4103271580583356 (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[average] = 0.4103271580583356 Activation (THEN-clause): NOX[average] : 0.4103271580583356 RULE #522: IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[average] : 0.4103271580583356 (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #523: IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AP[higher] : 0.0 (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #524: IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[high] : 0.5896728419416645 (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #525: IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[higher] : 0.0 (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #526: IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[higher] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #527: IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[high] : 0.5896728419416645 (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #528: IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AP[higher] : 0.0 (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #529: IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[lower] : 0.0 - AP[higher] : 0.0 (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[lower]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #530: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 - AP[lower] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #531: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 - AP[higher] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #532: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #533: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[average] : 0.43421139066078546 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[average] = 0.43421139066078546 Activation (THEN-clause): NOX[average] : 0.43421139066078546 RULE #534: IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[average] : 0.43421139066078546 (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #535: IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #536: IF ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 - AP[lower] : 0.0 ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #537: IF ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 - AP[higher] : 0.0 ((((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #538: IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[average] : 0.43421139066078546 - AP[lower] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #539: IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average]) AND AP[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[average] : 0.43421139066078546 - AP[high] : 0.5896728419416645 ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average]) AND AP[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #540: IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[average] : 0.43421139066078546 - AP[higher] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #541: IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #542: IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 - AP[lower] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #543: IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 - AP[higher] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[low]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #544: IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[average] : 0.43421139066078546 (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #545: IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[average] : 0.07794535677200005 - AH[average] : 0.43421139066078546 - AP[lower] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[average]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #546: IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[average] : 0.07794535677200005 - AH[average] : 0.43421139066078546 - AP[higher] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[average]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #547: IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[average] : 0.07794535677200005 - AH[low] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #548: IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[low] : 0.0 (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #549: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[low] : 0.0 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #550: IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[low] : 0.0 (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #551: IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[low] : 0.0 (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #552: IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[low] : 0.0 (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #553: IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[average] : 0.43421139066078546 - AP[lower] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #554: IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[average] : 0.43421139066078546 - AP[higher] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #555: IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[average] : 0.43421139066078546 - AP[lower] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #556: IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[average] : 0.43421139066078546 - AP[higher] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #557: IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[average] : 0.43421139066078546 (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average] = 0.4125874125866378 Activation (THEN-clause): NOX[average] : 0.4125874125866378 RULE #558: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[high] = 0.49945428576159895 Activation (THEN-clause): NOX[average] : 0.49945428576159895 RULE #559: IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[high] = 0.4125874125866378 Activation (THEN-clause): NOX[average] : 0.4125874125866378 RULE #560: IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[average] : 0.43421139066078546 - AP[lower] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #561: IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[average] : 0.43421139066078546 - AP[higher] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #562: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[average] : 0.43421139066078546 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #563: IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[average] : 0.07794535677200005 - AH[high] : 0.5657886093392148 - AP[lower] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[high]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #564: IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[average] : 0.07794535677200005 - AH[high] : 0.5657886093392148 - AP[higher] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[high]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #565: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 - AP[lower] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #566: IF ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 - AP[higher] : 0.0 ((((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[high]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #567: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[average] : 0.43421139066078546 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[low]) AND AH[average] = 0.43421139066078546 Activation (THEN-clause): NOX[average] : 0.43421139066078546 RULE #568: IF (((AT[low] AND TIT[lower]) AND TAT[lower]) AND AFDP[lower]) AND AH[low] THEN NOX[high] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[low] : 0.5005457142384011 - TIT[lower] : 0.0 - TAT[lower] : 0.0 - AFDP[lower] : 0.0 - AH[low] : 0.0 (((AT[low] AND TIT[lower]) AND TAT[lower]) AND AFDP[lower]) AND AH[low] = 0.0 Activation (THEN-clause): NOX[high] : 0.0 RULE #569: IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[average] : 0.43421139066078546 (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[average] = 0.4125874125866378 Activation (THEN-clause): NOX[average] : 0.4125874125866378 RULE #570: IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[average] : 0.43421139066078546 (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #571: IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[average] : 0.43421139066078546 (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #572: IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[average] : 0.43421139066078546 (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[average] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #573: IF (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[average] : 0.07794535677200005 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[high]) AND TAT[higher]) AND AFDP[average]) AND AH[high] = 0.07794535677200005 Activation (THEN-clause): NOX[average] : 0.07794535677200005 RULE #574: IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[average] : 0.07794535677200005 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[average]) AND AH[high] = 0.07794535677200005 Activation (THEN-clause): NOX[average] : 0.07794535677200005 RULE #575: IF ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[high] : 0.5657886093392148 - AP[lower] : 0.0 ((((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[high]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #576: IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[high]) AND AP[lower] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[high] : 0.5657886093392148 - AP[lower] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[high]) AND AP[lower] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #577: IF ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[high]) AND AP[higher] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[low] : 0.9220546432279997 - AH[high] : 0.5657886093392148 - AP[higher] : 0.0 ((((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[low]) AND AH[high]) AND AP[higher] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #578: IF (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[high] : 0.5874125874133622 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[high] AND TIT[high]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #579: IF (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[average] : 0.49945428576159895 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[average] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 RULE #580: IF (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] THEN NOX[average] AND aggregation function : fmin OR aggregation function : fmax Aggregation (IF-clause): - AT[high] : 0.0 - TIT[higher] : 0.4125874125866378 - TAT[higher] : 0.9221435793766791 - AFDP[higher] : 0.0 - AH[high] : 0.5657886093392148 (((AT[high] AND TIT[higher]) AND TAT[higher]) AND AFDP[higher]) AND AH[high] = 0.0 Activation (THEN-clause): NOX[average] : 0.0 ============================== Intermediaries and Conquests ============================== Consequent: NOX = 67.50150036894121 low: Accumulate using accumulation_max : 0.49945428576159895 average: Accumulate using accumulation_max : 0.5005457142384011 high: Accumulate using accumulation_max : 0.07785642062332086
np.float64(67.50150036894121)
/Users/user/Projects/python/fuzzy-rules-generator/.venv/lib/python3.12/site-packages/skfuzzy/control/fuzzyvariable.py:125: UserWarning: FigureCanvasAgg is non-interactive, and thus cannot be shown fig.show()
In [31]:
from sklearn import metrics
import math
def fuzzy_pred(row):
sim.input["AT"] = row["AT"]
sim.input["AP"] = row["AP"]
sim.input["AH"] = row["AH"]
sim.input["AFDP"] = row["AFDP"]
sim.input["TIT"] = row["TIT"]
sim.input["TAT"] = row["TAT"]
sim.compute()
return sim.output["NOX"]
def rmse(row):
return math.sqrt(metrics.mean_squared_error([row["Real"]], [row["Inferred"]]))
items_count = 100
result_train = X_train.copy()
result_train["Real"] = y_train
result_train = result_train[: items_count]
result_train["Inferred"] = result_train.apply(fuzzy_pred, axis=1)
result_train["RMSE"] = result_train.apply(rmse, axis=1)
result_train = result_train.round({"RMSE": 3})
result_train
Out[31]:
AT | AP | AH | AFDP | TIT | TAT | Real | Inferred | RMSE | |
---|---|---|---|---|---|---|---|---|---|
4480 | 26.6350 | 1009.7 | 83.256 | 4.4137 | 1100.0 | 540.65 | 52.970 | 72.907000 | 19.937 |
24883 | 20.2280 | 1016.2 | 73.583 | 4.6238 | 1099.8 | 538.53 | 58.801 | 72.907000 | 14.106 |
21557 | 15.6330 | 1018.5 | 81.089 | 4.0899 | 1100.0 | 534.04 | 78.066 | 72.907000 | 5.159 |
1705 | 16.6540 | 1020.2 | 64.757 | 4.5755 | 1086.6 | 549.76 | 73.955 | 72.975539 | 0.979 |
21388 | 21.0020 | 1004.3 | 75.645 | 4.1101 | 1100.0 | 534.21 | 79.989 | 72.907000 | 7.082 |
... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
22513 | 13.2500 | 1009.6 | 91.734 | 3.2845 | 1067.8 | 549.97 | 59.381 | 66.049299 | 6.668 |
27582 | 28.2880 | 1013.5 | 67.437 | 5.1923 | 1099.5 | 547.23 | 55.701 | 72.907000 | 17.206 |
21208 | 14.4130 | 1015.1 | 94.577 | 3.2086 | 1087.0 | 549.73 | 62.053 | 66.996029 | 4.943 |
89 | 7.9395 | 1020.3 | 87.203 | 3.5841 | 1084.6 | 550.03 | 82.344 | 66.182386 | 16.162 |
22754 | 9.4785 | 1010.5 | 95.484 | 3.8104 | 1090.4 | 549.99 | 85.412 | 69.108803 | 16.303 |
100 rows × 9 columns
In [32]:
result_test = X_test.copy()
result_test["Real"] = y_test
result_test = result_test[:items_count]
result_test["Inferred"] = result_test.apply(fuzzy_pred, axis=1)
result_test["RMSE"] = result_test.apply(rmse, axis=1)
result_test = result_test.round({"RMSE": 3})
result_test
--------------------------------------------------------------------------- EmptyMembershipError Traceback (most recent call last) File ~/Projects/python/fuzzy-rules-generator/.venv/lib/python3.12/site-packages/skfuzzy/control/controlsystem.py:605, in CrispValueCalculator.defuzz(self) 604 try: --> 605 return defuzz(ups_universe, output_mf, 606 self.var.defuzzify_method) 607 except DefuzzEmptyMembershipError: File ~/Projects/python/fuzzy-rules-generator/.venv/lib/python3.12/site-packages/skfuzzy/defuzzify/defuzz.py:258, in defuzz(x, mfx, mode) 257 if mfx.sum() == 0: # Approximation of total area --> 258 raise EmptyMembershipError() 260 if 'centroid' in mode: EmptyMembershipError: The membership function area is empty. During handling of the above exception, another exception occurred: EmptyMembershipError Traceback (most recent call last) Cell In[32], line 5 2 result_test["Real"] = y_test 3 result_test = result_test[:items_count] ----> 5 result_test["Inferred"] = result_test.apply(fuzzy_pred, axis=1) 6 result_test["RMSE"] = result_test.apply(rmse, axis=1) 7 result_test = result_test.round({"RMSE": 3}) File ~/Projects/python/fuzzy-rules-generator/.venv/lib/python3.12/site-packages/pandas/core/frame.py:10374, in DataFrame.apply(self, func, axis, raw, result_type, args, by_row, engine, engine_kwargs, **kwargs) 10360 from pandas.core.apply import frame_apply 10362 op = frame_apply( 10363 self, 10364 func=func, (...) 10372 kwargs=kwargs, 10373 ) > 10374 return op.apply().__finalize__(self, method="apply") File ~/Projects/python/fuzzy-rules-generator/.venv/lib/python3.12/site-packages/pandas/core/apply.py:916, in FrameApply.apply(self) 913 elif self.raw: 914 return self.apply_raw(engine=self.engine, engine_kwargs=self.engine_kwargs) --> 916 return self.apply_standard() File ~/Projects/python/fuzzy-rules-generator/.venv/lib/python3.12/site-packages/pandas/core/apply.py:1063, in FrameApply.apply_standard(self) 1061 def apply_standard(self): 1062 if self.engine == "python": -> 1063 results, res_index = self.apply_series_generator() 1064 else: 1065 results, res_index = self.apply_series_numba() File ~/Projects/python/fuzzy-rules-generator/.venv/lib/python3.12/site-packages/pandas/core/apply.py:1081, in FrameApply.apply_series_generator(self) 1078 with option_context("mode.chained_assignment", None): 1079 for i, v in enumerate(series_gen): 1080 # ignore SettingWithCopy here in case the user mutates -> 1081 results[i] = self.func(v, *self.args, **self.kwargs) 1082 if isinstance(results[i], ABCSeries): 1083 # If we have a view on v, we need to make a copy because 1084 # series_generator will swap out the underlying data 1085 results[i] = results[i].copy(deep=False) Cell In[31], line 12, in fuzzy_pred(row) 10 sim.input["TIT"] = row["TIT"] 11 sim.input["TAT"] = row["TAT"] ---> 12 sim.compute() 13 return sim.output["NOX"] File ~/Projects/python/fuzzy-rules-generator/.venv/lib/python3.12/site-packages/skfuzzy/control/controlsystem.py:378, in ControlSystemSimulation.compute(self) 375 self.compute_rule(rule) 377 # Collect the results and present them as a dict --> 378 self.output = self.defuzz_consequents() 380 # Make note of this run so we can easily find it again 381 if self.cache is not False: File ~/Projects/python/fuzzy-rules-generator/.venv/lib/python3.12/site-packages/skfuzzy/control/controlsystem.py:403, in ControlSystemSimulation.defuzz_consequents(self) 401 continue 402 else: --> 403 raise error 404 results[consequent.label] = consequent.output[self] 405 return results File ~/Projects/python/fuzzy-rules-generator/.venv/lib/python3.12/site-packages/skfuzzy/control/controlsystem.py:398, in ControlSystemSimulation.defuzz_consequents(self) 395 for consequent in self.ctrl.consequents: 396 try: 397 consequent.output[self] = \ --> 398 CrispValueCalculator(consequent, self).defuzz() 399 except (NoTermMembershipsError, EmptyMembershipError) as error: 400 if self.lenient: File ~/Projects/python/fuzzy-rules-generator/.venv/lib/python3.12/site-packages/skfuzzy/control/controlsystem.py:608, in CrispValueCalculator.defuzz(self) 605 return defuzz(ups_universe, output_mf, 606 self.var.defuzzify_method) 607 except DefuzzEmptyMembershipError: --> 608 raise EmptyMembershipError(self.var) 609 else: 610 # Calculate using array-aware version, one cut at a time. 611 output = np.zeros(self.sim._array_shape, dtype=np.float64) EmptyMembershipError: Cannot defuzzify the fuzzy variable 'NOX'. The membership area is empty. Probably the rule system is too sparse. Check to make sure the given input values will activate at least one connected term in each antecedent via the current set of rules.
In [ ]:
rmetrics = {}
rmetrics["RMSE_train"] = math.sqrt(
metrics.mean_squared_error(result_train["Real"], result_train["Inferred"])
)
rmetrics["RMSE_test"] = math.sqrt(
metrics.mean_squared_error(result_test["Real"], result_test["Inferred"])
)
rmetrics["RMAE_train"] = math.sqrt(
metrics.mean_absolute_error(result_train["Real"], result_train["Inferred"])
)
rmetrics["RMAE_test"] = math.sqrt(
metrics.mean_absolute_error(result_test["Real"], result_test["Inferred"])
)
rmetrics["R2_train"] = metrics.r2_score(result_train["Real"], result_train["Inferred"])
rmetrics["R2_test"] = metrics.r2_score(result_test["Real"], result_test["Inferred"])
rmetrics
Out[ ]:
{'RMSE_train': 11.126163951488943, 'RMSE_test': 9.604962485088372, 'RMAE_train': 3.0227566696711943, 'RMAE_test': 3.0263889638388863, 'R2_train': -0.1389554749003863, 'R2_test': -0.974837404147793}