8.23/3.63 YES 9.86/4.11 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 9.86/4.11 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 9.86/4.11 9.86/4.11 9.86/4.11 H-Termination with start terms of the given HASKELL could be proven: 9.86/4.11 9.86/4.11 (0) HASKELL 9.86/4.11 (1) BR [EQUIVALENT, 0 ms] 9.86/4.11 (2) HASKELL 9.86/4.11 (3) COR [EQUIVALENT, 0 ms] 9.86/4.11 (4) HASKELL 9.86/4.11 (5) Narrow [EQUIVALENT, 1 ms] 9.86/4.11 (6) YES 9.86/4.11 9.86/4.11 9.86/4.11 ---------------------------------------- 9.86/4.11 9.86/4.11 (0) 9.86/4.11 Obligation: 9.86/4.11 mainModule Main 9.86/4.11 module Main where { 9.86/4.11 import qualified Prelude; 9.86/4.11 } 9.86/4.11 9.86/4.11 ---------------------------------------- 9.86/4.11 9.86/4.11 (1) BR (EQUIVALENT) 9.86/4.11 Replaced joker patterns by fresh variables and removed binding patterns. 9.86/4.11 ---------------------------------------- 9.86/4.11 9.86/4.11 (2) 9.86/4.11 Obligation: 9.86/4.11 mainModule Main 9.86/4.11 module Main where { 9.86/4.11 import qualified Prelude; 9.86/4.11 } 9.86/4.11 9.86/4.11 ---------------------------------------- 9.86/4.11 9.86/4.11 (3) COR (EQUIVALENT) 9.86/4.11 Cond Reductions: 9.86/4.11 The following Function with conditions 9.86/4.11 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 9.86/4.11 " 9.86/4.11 is transformed to 9.86/4.11 "compare x y = compare3 x y; 9.86/4.11 " 9.86/4.11 "compare2 x y True = EQ; 9.86/4.11 compare2 x y False = compare1 x y (x <= y); 9.86/4.11 " 9.86/4.11 "compare1 x y True = LT; 9.86/4.11 compare1 x y False = compare0 x y otherwise; 9.86/4.11 " 9.86/4.11 "compare0 x y True = GT; 9.86/4.11 " 9.86/4.11 "compare3 x y = compare2 x y (x == y); 9.86/4.11 " 9.86/4.11 The following Function with conditions 9.86/4.11 "undefined |Falseundefined; 9.86/4.11 " 9.86/4.11 is transformed to 9.86/4.11 "undefined = undefined1; 9.86/4.11 " 9.86/4.11 "undefined0 True = undefined; 9.86/4.11 " 9.86/4.11 "undefined1 = undefined0 False; 9.86/4.11 " 9.86/4.11 9.86/4.11 ---------------------------------------- 9.86/4.11 9.86/4.11 (4) 9.86/4.11 Obligation: 9.86/4.11 mainModule Main 9.86/4.11 module Main where { 9.86/4.11 import qualified Prelude; 9.86/4.11 } 9.86/4.11 9.86/4.11 ---------------------------------------- 9.86/4.11 9.86/4.11 (5) Narrow (EQUIVALENT) 9.86/4.11 Haskell To QDPs 9.86/4.11 9.86/4.11 digraph dp_graph { 9.86/4.11 node [outthreshold=100, inthreshold=100];1[label="inRange",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 9.86/4.11 3[label="inRange vx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 9.86/4.11 4[label="inRange vx3 vx4",fontsize=16,color="burlywood",shape="triangle"];149[label="vx3/(vx30,vx31)",fontsize=10,color="white",style="solid",shape="box"];4 -> 149[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 149 -> 5[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 5[label="inRange (vx30,vx31) vx4",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 9.86/4.11 6[label="vx31 >= vx4 && vx4 >= vx30",fontsize=16,color="black",shape="box"];6 -> 7[label="",style="solid", color="black", weight=3]; 9.86/4.11 7[label="compare vx31 vx4 /= LT && vx4 >= vx30",fontsize=16,color="black",shape="box"];7 -> 8[label="",style="solid", color="black", weight=3]; 9.86/4.11 8[label="not (compare vx31 vx4 == LT) && vx4 >= vx30",fontsize=16,color="black",shape="box"];8 -> 9[label="",style="solid", color="black", weight=3]; 9.86/4.11 9[label="not (compare3 vx31 vx4 == LT) && vx4 >= vx30",fontsize=16,color="black",shape="box"];9 -> 10[label="",style="solid", color="black", weight=3]; 9.86/4.11 10[label="not (compare2 vx31 vx4 (vx31 == vx4) == LT) && vx4 >= vx30",fontsize=16,color="burlywood",shape="box"];150[label="vx31/LT",fontsize=10,color="white",style="solid",shape="box"];10 -> 150[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 150 -> 11[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 151[label="vx31/EQ",fontsize=10,color="white",style="solid",shape="box"];10 -> 151[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 151 -> 12[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 152[label="vx31/GT",fontsize=10,color="white",style="solid",shape="box"];10 -> 152[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 152 -> 13[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 11[label="not (compare2 LT vx4 (LT == vx4) == LT) && vx4 >= vx30",fontsize=16,color="burlywood",shape="box"];153[label="vx4/LT",fontsize=10,color="white",style="solid",shape="box"];11 -> 153[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 153 -> 14[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 154[label="vx4/EQ",fontsize=10,color="white",style="solid",shape="box"];11 -> 154[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 154 -> 15[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 155[label="vx4/GT",fontsize=10,color="white",style="solid",shape="box"];11 -> 155[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 155 -> 16[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 12[label="not (compare2 EQ vx4 (EQ == vx4) == LT) && vx4 >= vx30",fontsize=16,color="burlywood",shape="box"];156[label="vx4/LT",fontsize=10,color="white",style="solid",shape="box"];12 -> 156[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 156 -> 17[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 157[label="vx4/EQ",fontsize=10,color="white",style="solid",shape="box"];12 -> 157[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 157 -> 18[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 158[label="vx4/GT",fontsize=10,color="white",style="solid",shape="box"];12 -> 158[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 158 -> 19[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 13[label="not (compare2 GT vx4 (GT == vx4) == LT) && vx4 >= vx30",fontsize=16,color="burlywood",shape="box"];159[label="vx4/LT",fontsize=10,color="white",style="solid",shape="box"];13 -> 159[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 159 -> 20[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 160[label="vx4/EQ",fontsize=10,color="white",style="solid",shape="box"];13 -> 160[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 160 -> 21[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 161[label="vx4/GT",fontsize=10,color="white",style="solid",shape="box"];13 -> 161[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 161 -> 22[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 14[label="not (compare2 LT LT (LT == LT) == LT) && LT >= vx30",fontsize=16,color="black",shape="box"];14 -> 23[label="",style="solid", color="black", weight=3]; 9.86/4.11 15[label="not (compare2 LT EQ (LT == EQ) == LT) && EQ >= vx30",fontsize=16,color="black",shape="box"];15 -> 24[label="",style="solid", color="black", weight=3]; 9.86/4.11 16[label="not (compare2 LT GT (LT == GT) == LT) && GT >= vx30",fontsize=16,color="black",shape="box"];16 -> 25[label="",style="solid", color="black", weight=3]; 9.86/4.11 17[label="not (compare2 EQ LT (EQ == LT) == LT) && LT >= vx30",fontsize=16,color="black",shape="box"];17 -> 26[label="",style="solid", color="black", weight=3]; 9.86/4.11 18[label="not (compare2 EQ EQ (EQ == EQ) == LT) && EQ >= vx30",fontsize=16,color="black",shape="box"];18 -> 27[label="",style="solid", color="black", weight=3]; 9.86/4.11 19[label="not (compare2 EQ GT (EQ == GT) == LT) && GT >= vx30",fontsize=16,color="black",shape="box"];19 -> 28[label="",style="solid", color="black", weight=3]; 9.86/4.11 20[label="not (compare2 GT LT (GT == LT) == LT) && LT >= vx30",fontsize=16,color="black",shape="box"];20 -> 29[label="",style="solid", color="black", weight=3]; 9.86/4.11 21[label="not (compare2 GT EQ (GT == EQ) == LT) && EQ >= vx30",fontsize=16,color="black",shape="box"];21 -> 30[label="",style="solid", color="black", weight=3]; 9.86/4.11 22[label="not (compare2 GT GT (GT == GT) == LT) && GT >= vx30",fontsize=16,color="black",shape="box"];22 -> 31[label="",style="solid", color="black", weight=3]; 9.86/4.11 23[label="not (compare2 LT LT True == LT) && LT >= vx30",fontsize=16,color="black",shape="box"];23 -> 32[label="",style="solid", color="black", weight=3]; 9.86/4.11 24[label="not (compare2 LT EQ False == LT) && EQ >= vx30",fontsize=16,color="black",shape="box"];24 -> 33[label="",style="solid", color="black", weight=3]; 9.86/4.11 25[label="not (compare2 LT GT False == LT) && GT >= vx30",fontsize=16,color="black",shape="box"];25 -> 34[label="",style="solid", color="black", weight=3]; 9.86/4.11 26[label="not (compare2 EQ LT False == LT) && LT >= vx30",fontsize=16,color="black",shape="box"];26 -> 35[label="",style="solid", color="black", weight=3]; 9.86/4.11 27[label="not (compare2 EQ EQ True == LT) && EQ >= vx30",fontsize=16,color="black",shape="box"];27 -> 36[label="",style="solid", color="black", weight=3]; 9.86/4.11 28[label="not (compare2 EQ GT False == LT) && GT >= vx30",fontsize=16,color="black",shape="box"];28 -> 37[label="",style="solid", color="black", weight=3]; 9.86/4.11 29[label="not (compare2 GT LT False == LT) && LT >= vx30",fontsize=16,color="black",shape="box"];29 -> 38[label="",style="solid", color="black", weight=3]; 9.86/4.11 30[label="not (compare2 GT EQ False == LT) && EQ >= vx30",fontsize=16,color="black",shape="box"];30 -> 39[label="",style="solid", color="black", weight=3]; 9.86/4.11 31[label="not (compare2 GT GT True == LT) && GT >= vx30",fontsize=16,color="black",shape="box"];31 -> 40[label="",style="solid", color="black", weight=3]; 9.86/4.11 32[label="not (EQ == LT) && LT >= vx30",fontsize=16,color="black",shape="box"];32 -> 41[label="",style="solid", color="black", weight=3]; 9.86/4.11 33[label="not (compare1 LT EQ (LT <= EQ) == LT) && EQ >= vx30",fontsize=16,color="black",shape="box"];33 -> 42[label="",style="solid", color="black", weight=3]; 9.86/4.11 34[label="not (compare1 LT GT (LT <= GT) == LT) && GT >= vx30",fontsize=16,color="black",shape="box"];34 -> 43[label="",style="solid", color="black", weight=3]; 9.86/4.11 35[label="not (compare1 EQ LT (EQ <= LT) == LT) && LT >= vx30",fontsize=16,color="black",shape="box"];35 -> 44[label="",style="solid", color="black", weight=3]; 9.86/4.11 36[label="not (EQ == LT) && EQ >= vx30",fontsize=16,color="black",shape="box"];36 -> 45[label="",style="solid", color="black", weight=3]; 9.86/4.11 37[label="not (compare1 EQ GT (EQ <= GT) == LT) && GT >= vx30",fontsize=16,color="black",shape="box"];37 -> 46[label="",style="solid", color="black", weight=3]; 9.86/4.11 38[label="not (compare1 GT LT (GT <= LT) == LT) && LT >= vx30",fontsize=16,color="black",shape="box"];38 -> 47[label="",style="solid", color="black", weight=3]; 9.86/4.11 39[label="not (compare1 GT EQ (GT <= EQ) == LT) && EQ >= vx30",fontsize=16,color="black",shape="box"];39 -> 48[label="",style="solid", color="black", weight=3]; 9.86/4.11 40[label="not (EQ == LT) && GT >= vx30",fontsize=16,color="black",shape="box"];40 -> 49[label="",style="solid", color="black", weight=3]; 9.86/4.11 41[label="not False && LT >= vx30",fontsize=16,color="black",shape="box"];41 -> 50[label="",style="solid", color="black", weight=3]; 9.86/4.11 42[label="not (compare1 LT EQ True == LT) && EQ >= vx30",fontsize=16,color="black",shape="box"];42 -> 51[label="",style="solid", color="black", weight=3]; 9.86/4.11 43[label="not (compare1 LT GT True == LT) && GT >= vx30",fontsize=16,color="black",shape="box"];43 -> 52[label="",style="solid", color="black", weight=3]; 9.86/4.11 44[label="not (compare1 EQ LT False == LT) && LT >= vx30",fontsize=16,color="black",shape="box"];44 -> 53[label="",style="solid", color="black", weight=3]; 9.86/4.11 45[label="not False && EQ >= vx30",fontsize=16,color="black",shape="box"];45 -> 54[label="",style="solid", color="black", weight=3]; 9.86/4.11 46[label="not (compare1 EQ GT True == LT) && GT >= vx30",fontsize=16,color="black",shape="box"];46 -> 55[label="",style="solid", color="black", weight=3]; 9.86/4.11 47[label="not (compare1 GT LT False == LT) && LT >= vx30",fontsize=16,color="black",shape="box"];47 -> 56[label="",style="solid", color="black", weight=3]; 9.86/4.11 48[label="not (compare1 GT EQ False == LT) && EQ >= vx30",fontsize=16,color="black",shape="box"];48 -> 57[label="",style="solid", color="black", weight=3]; 9.86/4.11 49[label="not False && GT >= vx30",fontsize=16,color="black",shape="box"];49 -> 58[label="",style="solid", color="black", weight=3]; 9.86/4.11 50[label="True && LT >= vx30",fontsize=16,color="black",shape="box"];50 -> 59[label="",style="solid", color="black", weight=3]; 9.86/4.11 51[label="not (LT == LT) && EQ >= vx30",fontsize=16,color="black",shape="box"];51 -> 60[label="",style="solid", color="black", weight=3]; 9.86/4.11 52[label="not (LT == LT) && GT >= vx30",fontsize=16,color="black",shape="triangle"];52 -> 61[label="",style="solid", color="black", weight=3]; 9.86/4.11 53[label="not (compare0 EQ LT otherwise == LT) && LT >= vx30",fontsize=16,color="black",shape="box"];53 -> 62[label="",style="solid", color="black", weight=3]; 9.86/4.11 54[label="True && EQ >= vx30",fontsize=16,color="black",shape="box"];54 -> 63[label="",style="solid", color="black", weight=3]; 9.86/4.11 55 -> 52[label="",style="dashed", color="red", weight=0]; 9.86/4.11 55[label="not (LT == LT) && GT >= vx30",fontsize=16,color="magenta"];56[label="not (compare0 GT LT otherwise == LT) && LT >= vx30",fontsize=16,color="black",shape="box"];56 -> 64[label="",style="solid", color="black", weight=3]; 9.86/4.11 57[label="not (compare0 GT EQ otherwise == LT) && EQ >= vx30",fontsize=16,color="black",shape="box"];57 -> 65[label="",style="solid", color="black", weight=3]; 9.86/4.11 58[label="True && GT >= vx30",fontsize=16,color="black",shape="box"];58 -> 66[label="",style="solid", color="black", weight=3]; 9.86/4.11 59[label="LT >= vx30",fontsize=16,color="black",shape="triangle"];59 -> 67[label="",style="solid", color="black", weight=3]; 9.86/4.11 60[label="not True && EQ >= vx30",fontsize=16,color="black",shape="box"];60 -> 68[label="",style="solid", color="black", weight=3]; 9.86/4.11 61[label="not True && GT >= vx30",fontsize=16,color="black",shape="box"];61 -> 69[label="",style="solid", color="black", weight=3]; 9.86/4.11 62 -> 70[label="",style="dashed", color="red", weight=0]; 9.86/4.11 62[label="not (compare0 EQ LT True == LT) && LT >= vx30",fontsize=16,color="magenta"];62 -> 71[label="",style="dashed", color="magenta", weight=3]; 9.86/4.11 63[label="EQ >= vx30",fontsize=16,color="black",shape="triangle"];63 -> 72[label="",style="solid", color="black", weight=3]; 9.86/4.11 64 -> 73[label="",style="dashed", color="red", weight=0]; 9.86/4.11 64[label="not (compare0 GT LT True == LT) && LT >= vx30",fontsize=16,color="magenta"];64 -> 74[label="",style="dashed", color="magenta", weight=3]; 9.86/4.11 65 -> 75[label="",style="dashed", color="red", weight=0]; 9.86/4.11 65[label="not (compare0 GT EQ True == LT) && EQ >= vx30",fontsize=16,color="magenta"];65 -> 76[label="",style="dashed", color="magenta", weight=3]; 9.86/4.11 66[label="GT >= vx30",fontsize=16,color="black",shape="triangle"];66 -> 77[label="",style="solid", color="black", weight=3]; 9.86/4.11 67[label="compare LT vx30 /= LT",fontsize=16,color="black",shape="box"];67 -> 78[label="",style="solid", color="black", weight=3]; 9.86/4.11 68 -> 79[label="",style="dashed", color="red", weight=0]; 9.86/4.11 68[label="False && EQ >= vx30",fontsize=16,color="magenta"];68 -> 80[label="",style="dashed", color="magenta", weight=3]; 9.86/4.11 69 -> 79[label="",style="dashed", color="red", weight=0]; 9.86/4.11 69[label="False && GT >= vx30",fontsize=16,color="magenta"];69 -> 81[label="",style="dashed", color="magenta", weight=3]; 9.86/4.11 71 -> 59[label="",style="dashed", color="red", weight=0]; 9.86/4.11 71[label="LT >= vx30",fontsize=16,color="magenta"];70[label="not (compare0 EQ LT True == LT) && vx5",fontsize=16,color="black",shape="triangle"];70 -> 82[label="",style="solid", color="black", weight=3]; 9.86/4.11 72[label="compare EQ vx30 /= LT",fontsize=16,color="black",shape="box"];72 -> 83[label="",style="solid", color="black", weight=3]; 9.86/4.11 74 -> 59[label="",style="dashed", color="red", weight=0]; 9.86/4.11 74[label="LT >= vx30",fontsize=16,color="magenta"];73[label="not (compare0 GT LT True == LT) && vx6",fontsize=16,color="black",shape="triangle"];73 -> 84[label="",style="solid", color="black", weight=3]; 9.86/4.11 76 -> 63[label="",style="dashed", color="red", weight=0]; 9.86/4.11 76[label="EQ >= vx30",fontsize=16,color="magenta"];75[label="not (compare0 GT EQ True == LT) && vx7",fontsize=16,color="black",shape="triangle"];75 -> 85[label="",style="solid", color="black", weight=3]; 9.86/4.11 77[label="compare GT vx30 /= LT",fontsize=16,color="black",shape="box"];77 -> 86[label="",style="solid", color="black", weight=3]; 9.86/4.11 78[label="not (compare LT vx30 == LT)",fontsize=16,color="black",shape="box"];78 -> 87[label="",style="solid", color="black", weight=3]; 9.86/4.11 80 -> 63[label="",style="dashed", color="red", weight=0]; 9.86/4.11 80[label="EQ >= vx30",fontsize=16,color="magenta"];79[label="False && vx8",fontsize=16,color="black",shape="triangle"];79 -> 88[label="",style="solid", color="black", weight=3]; 9.86/4.11 81 -> 66[label="",style="dashed", color="red", weight=0]; 9.86/4.11 81[label="GT >= vx30",fontsize=16,color="magenta"];82[label="not (GT == LT) && vx5",fontsize=16,color="black",shape="triangle"];82 -> 89[label="",style="solid", color="black", weight=3]; 9.86/4.11 83[label="not (compare EQ vx30 == LT)",fontsize=16,color="black",shape="box"];83 -> 90[label="",style="solid", color="black", weight=3]; 9.86/4.11 84 -> 82[label="",style="dashed", color="red", weight=0]; 9.86/4.11 84[label="not (GT == LT) && vx6",fontsize=16,color="magenta"];84 -> 91[label="",style="dashed", color="magenta", weight=3]; 9.86/4.11 85 -> 82[label="",style="dashed", color="red", weight=0]; 9.86/4.11 85[label="not (GT == LT) && vx7",fontsize=16,color="magenta"];85 -> 92[label="",style="dashed", color="magenta", weight=3]; 9.86/4.11 86[label="not (compare GT vx30 == LT)",fontsize=16,color="black",shape="box"];86 -> 93[label="",style="solid", color="black", weight=3]; 9.86/4.11 87[label="not (compare3 LT vx30 == LT)",fontsize=16,color="black",shape="box"];87 -> 94[label="",style="solid", color="black", weight=3]; 9.86/4.11 88[label="False",fontsize=16,color="green",shape="box"];89[label="not False && vx5",fontsize=16,color="black",shape="box"];89 -> 95[label="",style="solid", color="black", weight=3]; 9.86/4.11 90[label="not (compare3 EQ vx30 == LT)",fontsize=16,color="black",shape="box"];90 -> 96[label="",style="solid", color="black", weight=3]; 9.86/4.11 91[label="vx6",fontsize=16,color="green",shape="box"];92[label="vx7",fontsize=16,color="green",shape="box"];93[label="not (compare3 GT vx30 == LT)",fontsize=16,color="black",shape="box"];93 -> 97[label="",style="solid", color="black", weight=3]; 9.86/4.11 94[label="not (compare2 LT vx30 (LT == vx30) == LT)",fontsize=16,color="burlywood",shape="box"];162[label="vx30/LT",fontsize=10,color="white",style="solid",shape="box"];94 -> 162[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 162 -> 98[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 163[label="vx30/EQ",fontsize=10,color="white",style="solid",shape="box"];94 -> 163[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 163 -> 99[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 164[label="vx30/GT",fontsize=10,color="white",style="solid",shape="box"];94 -> 164[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 164 -> 100[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 95[label="True && vx5",fontsize=16,color="black",shape="box"];95 -> 101[label="",style="solid", color="black", weight=3]; 9.86/4.11 96[label="not (compare2 EQ vx30 (EQ == vx30) == LT)",fontsize=16,color="burlywood",shape="box"];165[label="vx30/LT",fontsize=10,color="white",style="solid",shape="box"];96 -> 165[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 165 -> 102[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 166[label="vx30/EQ",fontsize=10,color="white",style="solid",shape="box"];96 -> 166[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 166 -> 103[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 167[label="vx30/GT",fontsize=10,color="white",style="solid",shape="box"];96 -> 167[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 167 -> 104[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 97[label="not (compare2 GT vx30 (GT == vx30) == LT)",fontsize=16,color="burlywood",shape="box"];168[label="vx30/LT",fontsize=10,color="white",style="solid",shape="box"];97 -> 168[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 168 -> 105[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 169[label="vx30/EQ",fontsize=10,color="white",style="solid",shape="box"];97 -> 169[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 169 -> 106[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 170[label="vx30/GT",fontsize=10,color="white",style="solid",shape="box"];97 -> 170[label="",style="solid", color="burlywood", weight=9]; 9.86/4.11 170 -> 107[label="",style="solid", color="burlywood", weight=3]; 9.86/4.11 98[label="not (compare2 LT LT (LT == LT) == LT)",fontsize=16,color="black",shape="box"];98 -> 108[label="",style="solid", color="black", weight=3]; 9.86/4.11 99[label="not (compare2 LT EQ (LT == EQ) == LT)",fontsize=16,color="black",shape="box"];99 -> 109[label="",style="solid", color="black", weight=3]; 9.86/4.11 100[label="not (compare2 LT GT (LT == GT) == LT)",fontsize=16,color="black",shape="box"];100 -> 110[label="",style="solid", color="black", weight=3]; 9.86/4.11 101[label="vx5",fontsize=16,color="green",shape="box"];102[label="not (compare2 EQ LT (EQ == LT) == LT)",fontsize=16,color="black",shape="box"];102 -> 111[label="",style="solid", color="black", weight=3]; 9.86/4.11 103[label="not (compare2 EQ EQ (EQ == EQ) == LT)",fontsize=16,color="black",shape="box"];103 -> 112[label="",style="solid", color="black", weight=3]; 9.86/4.11 104[label="not (compare2 EQ GT (EQ == GT) == LT)",fontsize=16,color="black",shape="box"];104 -> 113[label="",style="solid", color="black", weight=3]; 9.86/4.11 105[label="not (compare2 GT LT (GT == LT) == LT)",fontsize=16,color="black",shape="box"];105 -> 114[label="",style="solid", color="black", weight=3]; 9.86/4.11 106[label="not (compare2 GT EQ (GT == EQ) == LT)",fontsize=16,color="black",shape="box"];106 -> 115[label="",style="solid", color="black", weight=3]; 9.86/4.11 107[label="not (compare2 GT GT (GT == GT) == LT)",fontsize=16,color="black",shape="box"];107 -> 116[label="",style="solid", color="black", weight=3]; 9.86/4.11 108[label="not (compare2 LT LT True == LT)",fontsize=16,color="black",shape="box"];108 -> 117[label="",style="solid", color="black", weight=3]; 9.86/4.11 109[label="not (compare2 LT EQ False == LT)",fontsize=16,color="black",shape="box"];109 -> 118[label="",style="solid", color="black", weight=3]; 9.86/4.11 110[label="not (compare2 LT GT False == LT)",fontsize=16,color="black",shape="box"];110 -> 119[label="",style="solid", color="black", weight=3]; 9.86/4.11 111[label="not (compare2 EQ LT False == LT)",fontsize=16,color="black",shape="box"];111 -> 120[label="",style="solid", color="black", weight=3]; 9.86/4.11 112[label="not (compare2 EQ EQ True == LT)",fontsize=16,color="black",shape="box"];112 -> 121[label="",style="solid", color="black", weight=3]; 9.86/4.11 113[label="not (compare2 EQ GT False == LT)",fontsize=16,color="black",shape="box"];113 -> 122[label="",style="solid", color="black", weight=3]; 9.86/4.11 114[label="not (compare2 GT LT False == LT)",fontsize=16,color="black",shape="box"];114 -> 123[label="",style="solid", color="black", weight=3]; 9.86/4.11 115[label="not (compare2 GT EQ False == LT)",fontsize=16,color="black",shape="box"];115 -> 124[label="",style="solid", color="black", weight=3]; 9.86/4.11 116[label="not (compare2 GT GT True == LT)",fontsize=16,color="black",shape="box"];116 -> 125[label="",style="solid", color="black", weight=3]; 9.86/4.11 117[label="not (EQ == LT)",fontsize=16,color="black",shape="triangle"];117 -> 126[label="",style="solid", color="black", weight=3]; 9.86/4.11 118[label="not (compare1 LT EQ (LT <= EQ) == LT)",fontsize=16,color="black",shape="box"];118 -> 127[label="",style="solid", color="black", weight=3]; 9.86/4.11 119[label="not (compare1 LT GT (LT <= GT) == LT)",fontsize=16,color="black",shape="box"];119 -> 128[label="",style="solid", color="black", weight=3]; 9.86/4.11 120[label="not (compare1 EQ LT (EQ <= LT) == LT)",fontsize=16,color="black",shape="box"];120 -> 129[label="",style="solid", color="black", weight=3]; 9.86/4.11 121 -> 117[label="",style="dashed", color="red", weight=0]; 9.86/4.11 121[label="not (EQ == LT)",fontsize=16,color="magenta"];122[label="not (compare1 EQ GT (EQ <= GT) == LT)",fontsize=16,color="black",shape="box"];122 -> 130[label="",style="solid", color="black", weight=3]; 9.86/4.11 123[label="not (compare1 GT LT (GT <= LT) == LT)",fontsize=16,color="black",shape="box"];123 -> 131[label="",style="solid", color="black", weight=3]; 9.86/4.11 124[label="not (compare1 GT EQ (GT <= EQ) == LT)",fontsize=16,color="black",shape="box"];124 -> 132[label="",style="solid", color="black", weight=3]; 9.86/4.11 125 -> 117[label="",style="dashed", color="red", weight=0]; 9.86/4.11 125[label="not (EQ == LT)",fontsize=16,color="magenta"];126[label="not False",fontsize=16,color="black",shape="triangle"];126 -> 133[label="",style="solid", color="black", weight=3]; 9.86/4.11 127[label="not (compare1 LT EQ True == LT)",fontsize=16,color="black",shape="box"];127 -> 134[label="",style="solid", color="black", weight=3]; 9.86/4.11 128[label="not (compare1 LT GT True == LT)",fontsize=16,color="black",shape="box"];128 -> 135[label="",style="solid", color="black", weight=3]; 9.86/4.11 129[label="not (compare1 EQ LT False == LT)",fontsize=16,color="black",shape="box"];129 -> 136[label="",style="solid", color="black", weight=3]; 9.86/4.11 130[label="not (compare1 EQ GT True == LT)",fontsize=16,color="black",shape="box"];130 -> 137[label="",style="solid", color="black", weight=3]; 9.86/4.11 131[label="not (compare1 GT LT False == LT)",fontsize=16,color="black",shape="box"];131 -> 138[label="",style="solid", color="black", weight=3]; 9.86/4.11 132[label="not (compare1 GT EQ False == LT)",fontsize=16,color="black",shape="box"];132 -> 139[label="",style="solid", color="black", weight=3]; 9.86/4.11 133[label="True",fontsize=16,color="green",shape="box"];134[label="not (LT == LT)",fontsize=16,color="black",shape="triangle"];134 -> 140[label="",style="solid", color="black", weight=3]; 9.86/4.11 135 -> 134[label="",style="dashed", color="red", weight=0]; 9.86/4.11 135[label="not (LT == LT)",fontsize=16,color="magenta"];136[label="not (compare0 EQ LT otherwise == LT)",fontsize=16,color="black",shape="box"];136 -> 141[label="",style="solid", color="black", weight=3]; 9.86/4.11 137 -> 134[label="",style="dashed", color="red", weight=0]; 9.86/4.11 137[label="not (LT == LT)",fontsize=16,color="magenta"];138[label="not (compare0 GT LT otherwise == LT)",fontsize=16,color="black",shape="box"];138 -> 142[label="",style="solid", color="black", weight=3]; 9.86/4.11 139[label="not (compare0 GT EQ otherwise == LT)",fontsize=16,color="black",shape="box"];139 -> 143[label="",style="solid", color="black", weight=3]; 9.86/4.11 140[label="not True",fontsize=16,color="black",shape="box"];140 -> 144[label="",style="solid", color="black", weight=3]; 9.86/4.11 141[label="not (compare0 EQ LT True == LT)",fontsize=16,color="black",shape="box"];141 -> 145[label="",style="solid", color="black", weight=3]; 9.86/4.11 142[label="not (compare0 GT LT True == LT)",fontsize=16,color="black",shape="box"];142 -> 146[label="",style="solid", color="black", weight=3]; 9.86/4.11 143[label="not (compare0 GT EQ True == LT)",fontsize=16,color="black",shape="box"];143 -> 147[label="",style="solid", color="black", weight=3]; 9.86/4.11 144[label="False",fontsize=16,color="green",shape="box"];145[label="not (GT == LT)",fontsize=16,color="black",shape="triangle"];145 -> 148[label="",style="solid", color="black", weight=3]; 9.86/4.11 146 -> 145[label="",style="dashed", color="red", weight=0]; 9.86/4.11 146[label="not (GT == LT)",fontsize=16,color="magenta"];147 -> 145[label="",style="dashed", color="red", weight=0]; 9.86/4.11 147[label="not (GT == LT)",fontsize=16,color="magenta"];148 -> 126[label="",style="dashed", color="red", weight=0]; 9.86/4.11 148[label="not False",fontsize=16,color="magenta"];} 9.86/4.11 9.86/4.11 ---------------------------------------- 9.86/4.11 9.86/4.11 (6) 9.86/4.11 YES 10.03/4.14 EOF