8.32/3.68 YES 10.25/4.22 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 10.25/4.22 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 10.25/4.22 10.25/4.22 10.25/4.22 H-Termination with start terms of the given HASKELL could be proven: 10.25/4.22 10.25/4.22 (0) HASKELL 10.25/4.22 (1) BR [EQUIVALENT, 0 ms] 10.25/4.22 (2) HASKELL 10.25/4.22 (3) COR [EQUIVALENT, 0 ms] 10.25/4.22 (4) HASKELL 10.25/4.22 (5) Narrow [SOUND, 0 ms] 10.25/4.22 (6) AND 10.25/4.22 (7) QDP 10.25/4.22 (8) QDPSizeChangeProof [EQUIVALENT, 0 ms] 10.25/4.22 (9) YES 10.25/4.22 (10) QDP 10.25/4.22 (11) QDPSizeChangeProof [EQUIVALENT, 0 ms] 10.25/4.22 (12) YES 10.25/4.22 10.25/4.22 10.25/4.22 ---------------------------------------- 10.25/4.22 10.25/4.22 (0) 10.25/4.22 Obligation: 10.25/4.22 mainModule Main 10.25/4.22 module Main where { 10.25/4.22 import qualified Prelude; 10.25/4.22 data Main.Char = Char MyInt ; 10.25/4.22 10.25/4.22 data MyBool = MyTrue | MyFalse ; 10.25/4.22 10.25/4.22 data MyInt = Pos Main.Nat | Neg Main.Nat ; 10.25/4.22 10.25/4.22 data Main.Nat = Succ Main.Nat | Zero ; 10.25/4.22 10.25/4.22 data Ordering = LT | EQ | GT ; 10.25/4.22 10.25/4.22 data Tup2 b a = Tup2 b a ; 10.25/4.22 10.25/4.22 asAs :: MyBool -> MyBool -> MyBool; 10.25/4.22 asAs MyFalse x = MyFalse; 10.25/4.22 asAs MyTrue x = x; 10.25/4.22 10.25/4.22 compareMyInt :: MyInt -> MyInt -> Ordering; 10.25/4.22 compareMyInt = primCmpInt; 10.25/4.22 10.25/4.22 esEsOrdering :: Ordering -> Ordering -> MyBool; 10.25/4.22 esEsOrdering LT LT = MyTrue; 10.25/4.22 esEsOrdering LT EQ = MyFalse; 10.25/4.22 esEsOrdering LT GT = MyFalse; 10.25/4.22 esEsOrdering EQ LT = MyFalse; 10.25/4.22 esEsOrdering EQ EQ = MyTrue; 10.25/4.22 esEsOrdering EQ GT = MyFalse; 10.25/4.22 esEsOrdering GT LT = MyFalse; 10.25/4.22 esEsOrdering GT EQ = MyFalse; 10.25/4.22 esEsOrdering GT GT = MyTrue; 10.25/4.22 10.25/4.22 fromEnumChar :: Main.Char -> MyInt; 10.25/4.22 fromEnumChar = primCharToInt; 10.25/4.22 10.25/4.22 fsEsOrdering :: Ordering -> Ordering -> MyBool; 10.25/4.22 fsEsOrdering x y = not (esEsOrdering x y); 10.25/4.22 10.25/4.22 inRangeChar :: Tup2 Main.Char Main.Char -> Main.Char -> MyBool; 10.25/4.22 inRangeChar (Tup2 c c') ci = asAs (ltEsMyInt (fromEnumChar c) (inRangeI ci)) (ltEsMyInt (inRangeI ci) (fromEnumChar c')); 10.25/4.22 10.25/4.22 inRangeI vv = fromEnumChar vv; 10.25/4.22 10.25/4.22 ltEsMyInt :: MyInt -> MyInt -> MyBool; 10.25/4.22 ltEsMyInt x y = fsEsOrdering (compareMyInt x y) GT; 10.25/4.22 10.25/4.22 not :: MyBool -> MyBool; 10.25/4.22 not MyTrue = MyFalse; 10.25/4.22 not MyFalse = MyTrue; 10.25/4.22 10.25/4.22 primCharToInt :: Main.Char -> MyInt; 10.25/4.22 primCharToInt (Main.Char x) = x; 10.25/4.22 10.25/4.22 primCmpInt :: MyInt -> MyInt -> Ordering; 10.25/4.22 primCmpInt (Main.Pos Main.Zero) (Main.Pos Main.Zero) = EQ; 10.25/4.22 primCmpInt (Main.Pos Main.Zero) (Main.Neg Main.Zero) = EQ; 10.25/4.22 primCmpInt (Main.Neg Main.Zero) (Main.Pos Main.Zero) = EQ; 10.25/4.22 primCmpInt (Main.Neg Main.Zero) (Main.Neg Main.Zero) = EQ; 10.25/4.22 primCmpInt (Main.Pos x) (Main.Pos y) = primCmpNat x y; 10.25/4.22 primCmpInt (Main.Pos x) (Main.Neg y) = GT; 10.25/4.22 primCmpInt (Main.Neg x) (Main.Pos y) = LT; 10.25/4.22 primCmpInt (Main.Neg x) (Main.Neg y) = primCmpNat y x; 10.25/4.22 10.25/4.22 primCmpNat :: Main.Nat -> Main.Nat -> Ordering; 10.25/4.22 primCmpNat Main.Zero Main.Zero = EQ; 10.25/4.22 primCmpNat Main.Zero (Main.Succ y) = LT; 10.25/4.22 primCmpNat (Main.Succ x) Main.Zero = GT; 10.25/4.22 primCmpNat (Main.Succ x) (Main.Succ y) = primCmpNat x y; 10.25/4.22 10.25/4.22 } 10.25/4.22 10.25/4.22 ---------------------------------------- 10.25/4.22 10.25/4.22 (1) BR (EQUIVALENT) 10.25/4.22 Replaced joker patterns by fresh variables and removed binding patterns. 10.25/4.22 ---------------------------------------- 10.25/4.22 10.25/4.22 (2) 10.25/4.22 Obligation: 10.25/4.22 mainModule Main 10.25/4.22 module Main where { 10.25/4.22 import qualified Prelude; 10.25/4.22 data Main.Char = Char MyInt ; 10.25/4.22 10.25/4.22 data MyBool = MyTrue | MyFalse ; 10.25/4.22 10.25/4.22 data MyInt = Pos Main.Nat | Neg Main.Nat ; 10.25/4.22 10.25/4.22 data Main.Nat = Succ Main.Nat | Zero ; 10.25/4.22 10.25/4.22 data Ordering = LT | EQ | GT ; 10.25/4.22 10.25/4.22 data Tup2 b a = Tup2 b a ; 10.25/4.22 10.25/4.22 asAs :: MyBool -> MyBool -> MyBool; 10.25/4.22 asAs MyFalse x = MyFalse; 10.25/4.22 asAs MyTrue x = x; 10.25/4.22 10.25/4.22 compareMyInt :: MyInt -> MyInt -> Ordering; 10.25/4.22 compareMyInt = primCmpInt; 10.25/4.22 10.25/4.22 esEsOrdering :: Ordering -> Ordering -> MyBool; 10.25/4.22 esEsOrdering LT LT = MyTrue; 10.25/4.22 esEsOrdering LT EQ = MyFalse; 10.25/4.22 esEsOrdering LT GT = MyFalse; 10.25/4.22 esEsOrdering EQ LT = MyFalse; 10.25/4.22 esEsOrdering EQ EQ = MyTrue; 10.25/4.22 esEsOrdering EQ GT = MyFalse; 10.25/4.22 esEsOrdering GT LT = MyFalse; 10.25/4.22 esEsOrdering GT EQ = MyFalse; 10.25/4.22 esEsOrdering GT GT = MyTrue; 10.25/4.22 10.25/4.22 fromEnumChar :: Main.Char -> MyInt; 10.25/4.22 fromEnumChar = primCharToInt; 10.25/4.22 10.25/4.22 fsEsOrdering :: Ordering -> Ordering -> MyBool; 10.25/4.22 fsEsOrdering x y = not (esEsOrdering x y); 10.25/4.22 10.25/4.22 inRangeChar :: Tup2 Main.Char Main.Char -> Main.Char -> MyBool; 10.25/4.22 inRangeChar (Tup2 c c') ci = asAs (ltEsMyInt (fromEnumChar c) (inRangeI ci)) (ltEsMyInt (inRangeI ci) (fromEnumChar c')); 10.25/4.22 10.25/4.22 inRangeI vv = fromEnumChar vv; 10.25/4.22 10.25/4.22 ltEsMyInt :: MyInt -> MyInt -> MyBool; 10.25/4.22 ltEsMyInt x y = fsEsOrdering (compareMyInt x y) GT; 10.25/4.22 10.25/4.22 not :: MyBool -> MyBool; 10.25/4.22 not MyTrue = MyFalse; 10.25/4.22 not MyFalse = MyTrue; 10.25/4.22 10.25/4.22 primCharToInt :: Main.Char -> MyInt; 10.25/4.22 primCharToInt (Main.Char x) = x; 10.25/4.22 10.25/4.22 primCmpInt :: MyInt -> MyInt -> Ordering; 10.25/4.22 primCmpInt (Main.Pos Main.Zero) (Main.Pos Main.Zero) = EQ; 10.25/4.22 primCmpInt (Main.Pos Main.Zero) (Main.Neg Main.Zero) = EQ; 10.25/4.22 primCmpInt (Main.Neg Main.Zero) (Main.Pos Main.Zero) = EQ; 10.25/4.22 primCmpInt (Main.Neg Main.Zero) (Main.Neg Main.Zero) = EQ; 10.25/4.22 primCmpInt (Main.Pos x) (Main.Pos y) = primCmpNat x y; 10.25/4.22 primCmpInt (Main.Pos x) (Main.Neg y) = GT; 10.25/4.22 primCmpInt (Main.Neg x) (Main.Pos y) = LT; 10.25/4.22 primCmpInt (Main.Neg x) (Main.Neg y) = primCmpNat y x; 10.25/4.22 10.25/4.22 primCmpNat :: Main.Nat -> Main.Nat -> Ordering; 10.25/4.22 primCmpNat Main.Zero Main.Zero = EQ; 10.25/4.22 primCmpNat Main.Zero (Main.Succ y) = LT; 10.25/4.22 primCmpNat (Main.Succ x) Main.Zero = GT; 10.25/4.22 primCmpNat (Main.Succ x) (Main.Succ y) = primCmpNat x y; 10.25/4.22 10.25/4.22 } 10.25/4.22 10.25/4.22 ---------------------------------------- 10.25/4.22 10.25/4.22 (3) COR (EQUIVALENT) 10.25/4.22 Cond Reductions: 10.25/4.22 The following Function with conditions 10.25/4.22 "undefined |Falseundefined; 10.25/4.22 " 10.25/4.22 is transformed to 10.25/4.22 "undefined = undefined1; 10.25/4.22 " 10.25/4.22 "undefined0 True = undefined; 10.25/4.22 " 10.25/4.22 "undefined1 = undefined0 False; 10.25/4.22 " 10.25/4.22 10.25/4.22 ---------------------------------------- 10.25/4.22 10.25/4.22 (4) 10.25/4.22 Obligation: 10.25/4.22 mainModule Main 10.25/4.22 module Main where { 10.25/4.22 import qualified Prelude; 10.25/4.22 data Main.Char = Char MyInt ; 10.25/4.22 10.25/4.22 data MyBool = MyTrue | MyFalse ; 10.25/4.22 10.25/4.22 data MyInt = Pos Main.Nat | Neg Main.Nat ; 10.25/4.22 10.25/4.22 data Main.Nat = Succ Main.Nat | Zero ; 10.25/4.22 10.25/4.22 data Ordering = LT | EQ | GT ; 10.25/4.22 10.25/4.22 data Tup2 a b = Tup2 a b ; 10.25/4.22 10.25/4.22 asAs :: MyBool -> MyBool -> MyBool; 10.25/4.22 asAs MyFalse x = MyFalse; 10.25/4.22 asAs MyTrue x = x; 10.25/4.22 10.25/4.22 compareMyInt :: MyInt -> MyInt -> Ordering; 10.25/4.22 compareMyInt = primCmpInt; 10.25/4.22 10.25/4.22 esEsOrdering :: Ordering -> Ordering -> MyBool; 10.25/4.22 esEsOrdering LT LT = MyTrue; 10.25/4.22 esEsOrdering LT EQ = MyFalse; 10.25/4.22 esEsOrdering LT GT = MyFalse; 10.25/4.22 esEsOrdering EQ LT = MyFalse; 10.25/4.22 esEsOrdering EQ EQ = MyTrue; 10.25/4.22 esEsOrdering EQ GT = MyFalse; 10.25/4.22 esEsOrdering GT LT = MyFalse; 10.25/4.22 esEsOrdering GT EQ = MyFalse; 10.25/4.22 esEsOrdering GT GT = MyTrue; 10.25/4.22 10.25/4.22 fromEnumChar :: Main.Char -> MyInt; 10.25/4.22 fromEnumChar = primCharToInt; 10.25/4.22 10.25/4.22 fsEsOrdering :: Ordering -> Ordering -> MyBool; 10.25/4.22 fsEsOrdering x y = not (esEsOrdering x y); 10.25/4.22 10.25/4.22 inRangeChar :: Tup2 Main.Char Main.Char -> Main.Char -> MyBool; 10.25/4.22 inRangeChar (Tup2 c c') ci = asAs (ltEsMyInt (fromEnumChar c) (inRangeI ci)) (ltEsMyInt (inRangeI ci) (fromEnumChar c')); 10.25/4.22 10.25/4.22 inRangeI vv = fromEnumChar vv; 10.25/4.22 10.25/4.22 ltEsMyInt :: MyInt -> MyInt -> MyBool; 10.25/4.22 ltEsMyInt x y = fsEsOrdering (compareMyInt x y) GT; 10.25/4.22 10.25/4.22 not :: MyBool -> MyBool; 10.25/4.22 not MyTrue = MyFalse; 10.25/4.22 not MyFalse = MyTrue; 10.25/4.22 10.25/4.22 primCharToInt :: Main.Char -> MyInt; 10.25/4.22 primCharToInt (Main.Char x) = x; 10.25/4.22 10.25/4.22 primCmpInt :: MyInt -> MyInt -> Ordering; 10.25/4.22 primCmpInt (Main.Pos Main.Zero) (Main.Pos Main.Zero) = EQ; 10.25/4.22 primCmpInt (Main.Pos Main.Zero) (Main.Neg Main.Zero) = EQ; 10.25/4.22 primCmpInt (Main.Neg Main.Zero) (Main.Pos Main.Zero) = EQ; 10.25/4.22 primCmpInt (Main.Neg Main.Zero) (Main.Neg Main.Zero) = EQ; 10.25/4.22 primCmpInt (Main.Pos x) (Main.Pos y) = primCmpNat x y; 10.25/4.22 primCmpInt (Main.Pos x) (Main.Neg y) = GT; 10.25/4.22 primCmpInt (Main.Neg x) (Main.Pos y) = LT; 10.25/4.22 primCmpInt (Main.Neg x) (Main.Neg y) = primCmpNat y x; 10.25/4.22 10.25/4.22 primCmpNat :: Main.Nat -> Main.Nat -> Ordering; 10.25/4.22 primCmpNat Main.Zero Main.Zero = EQ; 10.25/4.22 primCmpNat Main.Zero (Main.Succ y) = LT; 10.25/4.22 primCmpNat (Main.Succ x) Main.Zero = GT; 10.25/4.22 primCmpNat (Main.Succ x) (Main.Succ y) = primCmpNat x y; 10.25/4.22 10.25/4.22 } 10.25/4.22 10.25/4.22 ---------------------------------------- 10.25/4.22 10.25/4.22 (5) Narrow (SOUND) 10.25/4.22 Haskell To QDPs 10.25/4.22 10.25/4.22 digraph dp_graph { 10.25/4.22 node [outthreshold=100, inthreshold=100];1[label="inRangeChar",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 10.25/4.22 3[label="inRangeChar vy3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 10.25/4.22 4[label="inRangeChar vy3 vy4",fontsize=16,color="burlywood",shape="triangle"];247[label="vy3/Tup2 vy30 vy31",fontsize=10,color="white",style="solid",shape="box"];4 -> 247[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 247 -> 5[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 5[label="inRangeChar (Tup2 vy30 vy31) vy4",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 10.25/4.22 6[label="asAs (ltEsMyInt (fromEnumChar vy30) (inRangeI vy4)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];6 -> 7[label="",style="solid", color="black", weight=3]; 10.25/4.22 7[label="asAs (fsEsOrdering (compareMyInt (fromEnumChar vy30) (inRangeI vy4)) GT) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];7 -> 8[label="",style="solid", color="black", weight=3]; 10.25/4.22 8[label="asAs (not (esEsOrdering (compareMyInt (fromEnumChar vy30) (inRangeI vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];8 -> 9[label="",style="solid", color="black", weight=3]; 10.25/4.22 9[label="asAs (not (esEsOrdering (primCmpInt (fromEnumChar vy30) (inRangeI vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];9 -> 10[label="",style="solid", color="black", weight=3]; 10.25/4.22 10[label="asAs (not (esEsOrdering (primCmpInt (primCharToInt vy30) (inRangeI vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="burlywood",shape="box"];248[label="vy30/Char vy300",fontsize=10,color="white",style="solid",shape="box"];10 -> 248[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 248 -> 11[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 11[label="asAs (not (esEsOrdering (primCmpInt (primCharToInt (Char vy300)) (inRangeI vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];11 -> 12[label="",style="solid", color="black", weight=3]; 10.25/4.22 12[label="asAs (not (esEsOrdering (primCmpInt vy300 (inRangeI vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="burlywood",shape="box"];249[label="vy300/Pos vy3000",fontsize=10,color="white",style="solid",shape="box"];12 -> 249[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 249 -> 13[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 250[label="vy300/Neg vy3000",fontsize=10,color="white",style="solid",shape="box"];12 -> 250[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 250 -> 14[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 13[label="asAs (not (esEsOrdering (primCmpInt (Pos vy3000) (inRangeI vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="burlywood",shape="box"];251[label="vy3000/Succ vy30000",fontsize=10,color="white",style="solid",shape="box"];13 -> 251[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 251 -> 15[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 252[label="vy3000/Zero",fontsize=10,color="white",style="solid",shape="box"];13 -> 252[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 252 -> 16[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 14[label="asAs (not (esEsOrdering (primCmpInt (Neg vy3000) (inRangeI vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="burlywood",shape="box"];253[label="vy3000/Succ vy30000",fontsize=10,color="white",style="solid",shape="box"];14 -> 253[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 253 -> 17[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 254[label="vy3000/Zero",fontsize=10,color="white",style="solid",shape="box"];14 -> 254[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 254 -> 18[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 15[label="asAs (not (esEsOrdering (primCmpInt (Pos (Succ vy30000)) (inRangeI vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];15 -> 19[label="",style="solid", color="black", weight=3]; 10.25/4.22 16[label="asAs (not (esEsOrdering (primCmpInt (Pos Zero) (inRangeI vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];16 -> 20[label="",style="solid", color="black", weight=3]; 10.25/4.22 17[label="asAs (not (esEsOrdering (primCmpInt (Neg (Succ vy30000)) (inRangeI vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];17 -> 21[label="",style="solid", color="black", weight=3]; 10.25/4.22 18[label="asAs (not (esEsOrdering (primCmpInt (Neg Zero) (inRangeI vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];18 -> 22[label="",style="solid", color="black", weight=3]; 10.25/4.22 19[label="asAs (not (esEsOrdering (primCmpInt (Pos (Succ vy30000)) (fromEnumChar vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];19 -> 23[label="",style="solid", color="black", weight=3]; 10.25/4.22 20[label="asAs (not (esEsOrdering (primCmpInt (Pos Zero) (fromEnumChar vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];20 -> 24[label="",style="solid", color="black", weight=3]; 10.25/4.22 21[label="asAs (not (esEsOrdering (primCmpInt (Neg (Succ vy30000)) (fromEnumChar vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];21 -> 25[label="",style="solid", color="black", weight=3]; 10.25/4.22 22[label="asAs (not (esEsOrdering (primCmpInt (Neg Zero) (fromEnumChar vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];22 -> 26[label="",style="solid", color="black", weight=3]; 10.25/4.22 23[label="asAs (not (esEsOrdering (primCmpInt (Pos (Succ vy30000)) (primCharToInt vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="burlywood",shape="box"];255[label="vy4/Char vy40",fontsize=10,color="white",style="solid",shape="box"];23 -> 255[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 255 -> 27[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 24[label="asAs (not (esEsOrdering (primCmpInt (Pos Zero) (primCharToInt vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="burlywood",shape="box"];256[label="vy4/Char vy40",fontsize=10,color="white",style="solid",shape="box"];24 -> 256[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 256 -> 28[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 25[label="asAs (not (esEsOrdering (primCmpInt (Neg (Succ vy30000)) (primCharToInt vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="burlywood",shape="box"];257[label="vy4/Char vy40",fontsize=10,color="white",style="solid",shape="box"];25 -> 257[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 257 -> 29[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 26[label="asAs (not (esEsOrdering (primCmpInt (Neg Zero) (primCharToInt vy4)) GT)) (ltEsMyInt (inRangeI vy4) (fromEnumChar vy31))",fontsize=16,color="burlywood",shape="box"];258[label="vy4/Char vy40",fontsize=10,color="white",style="solid",shape="box"];26 -> 258[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 258 -> 30[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 27[label="asAs (not (esEsOrdering (primCmpInt (Pos (Succ vy30000)) (primCharToInt (Char vy40))) GT)) (ltEsMyInt (inRangeI (Char vy40)) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];27 -> 31[label="",style="solid", color="black", weight=3]; 10.25/4.22 28[label="asAs (not (esEsOrdering (primCmpInt (Pos Zero) (primCharToInt (Char vy40))) GT)) (ltEsMyInt (inRangeI (Char vy40)) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];28 -> 32[label="",style="solid", color="black", weight=3]; 10.25/4.22 29[label="asAs (not (esEsOrdering (primCmpInt (Neg (Succ vy30000)) (primCharToInt (Char vy40))) GT)) (ltEsMyInt (inRangeI (Char vy40)) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];29 -> 33[label="",style="solid", color="black", weight=3]; 10.25/4.22 30[label="asAs (not (esEsOrdering (primCmpInt (Neg Zero) (primCharToInt (Char vy40))) GT)) (ltEsMyInt (inRangeI (Char vy40)) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];30 -> 34[label="",style="solid", color="black", weight=3]; 10.25/4.22 31[label="asAs (not (esEsOrdering (primCmpInt (Pos (Succ vy30000)) vy40) GT)) (ltEsMyInt (inRangeI (Char vy40)) (fromEnumChar vy31))",fontsize=16,color="burlywood",shape="box"];259[label="vy40/Pos vy400",fontsize=10,color="white",style="solid",shape="box"];31 -> 259[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 259 -> 35[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 260[label="vy40/Neg vy400",fontsize=10,color="white",style="solid",shape="box"];31 -> 260[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 260 -> 36[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 32[label="asAs (not (esEsOrdering (primCmpInt (Pos Zero) vy40) GT)) (ltEsMyInt (inRangeI (Char vy40)) (fromEnumChar vy31))",fontsize=16,color="burlywood",shape="box"];261[label="vy40/Pos vy400",fontsize=10,color="white",style="solid",shape="box"];32 -> 261[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 261 -> 37[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 262[label="vy40/Neg vy400",fontsize=10,color="white",style="solid",shape="box"];32 -> 262[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 262 -> 38[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 33[label="asAs (not (esEsOrdering (primCmpInt (Neg (Succ vy30000)) vy40) GT)) (ltEsMyInt (inRangeI (Char vy40)) (fromEnumChar vy31))",fontsize=16,color="burlywood",shape="box"];263[label="vy40/Pos vy400",fontsize=10,color="white",style="solid",shape="box"];33 -> 263[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 263 -> 39[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 264[label="vy40/Neg vy400",fontsize=10,color="white",style="solid",shape="box"];33 -> 264[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 264 -> 40[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 34[label="asAs (not (esEsOrdering (primCmpInt (Neg Zero) vy40) GT)) (ltEsMyInt (inRangeI (Char vy40)) (fromEnumChar vy31))",fontsize=16,color="burlywood",shape="box"];265[label="vy40/Pos vy400",fontsize=10,color="white",style="solid",shape="box"];34 -> 265[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 265 -> 41[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 266[label="vy40/Neg vy400",fontsize=10,color="white",style="solid",shape="box"];34 -> 266[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 266 -> 42[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 35[label="asAs (not (esEsOrdering (primCmpInt (Pos (Succ vy30000)) (Pos vy400)) GT)) (ltEsMyInt (inRangeI (Char (Pos vy400))) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];35 -> 43[label="",style="solid", color="black", weight=3]; 10.25/4.22 36[label="asAs (not (esEsOrdering (primCmpInt (Pos (Succ vy30000)) (Neg vy400)) GT)) (ltEsMyInt (inRangeI (Char (Neg vy400))) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];36 -> 44[label="",style="solid", color="black", weight=3]; 10.25/4.22 37[label="asAs (not (esEsOrdering (primCmpInt (Pos Zero) (Pos vy400)) GT)) (ltEsMyInt (inRangeI (Char (Pos vy400))) (fromEnumChar vy31))",fontsize=16,color="burlywood",shape="box"];267[label="vy400/Succ vy4000",fontsize=10,color="white",style="solid",shape="box"];37 -> 267[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 267 -> 45[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 268[label="vy400/Zero",fontsize=10,color="white",style="solid",shape="box"];37 -> 268[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 268 -> 46[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 38[label="asAs (not (esEsOrdering (primCmpInt (Pos Zero) (Neg vy400)) GT)) (ltEsMyInt (inRangeI (Char (Neg vy400))) (fromEnumChar vy31))",fontsize=16,color="burlywood",shape="box"];269[label="vy400/Succ vy4000",fontsize=10,color="white",style="solid",shape="box"];38 -> 269[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 269 -> 47[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 270[label="vy400/Zero",fontsize=10,color="white",style="solid",shape="box"];38 -> 270[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 270 -> 48[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 39[label="asAs (not (esEsOrdering (primCmpInt (Neg (Succ vy30000)) (Pos vy400)) GT)) (ltEsMyInt (inRangeI (Char (Pos vy400))) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];39 -> 49[label="",style="solid", color="black", weight=3]; 10.25/4.22 40[label="asAs (not (esEsOrdering (primCmpInt (Neg (Succ vy30000)) (Neg vy400)) GT)) (ltEsMyInt (inRangeI (Char (Neg vy400))) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];40 -> 50[label="",style="solid", color="black", weight=3]; 10.25/4.22 41[label="asAs (not (esEsOrdering (primCmpInt (Neg Zero) (Pos vy400)) GT)) (ltEsMyInt (inRangeI (Char (Pos vy400))) (fromEnumChar vy31))",fontsize=16,color="burlywood",shape="box"];271[label="vy400/Succ vy4000",fontsize=10,color="white",style="solid",shape="box"];41 -> 271[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 271 -> 51[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 272[label="vy400/Zero",fontsize=10,color="white",style="solid",shape="box"];41 -> 272[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 272 -> 52[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 42[label="asAs (not (esEsOrdering (primCmpInt (Neg Zero) (Neg vy400)) GT)) (ltEsMyInt (inRangeI (Char (Neg vy400))) (fromEnumChar vy31))",fontsize=16,color="burlywood",shape="box"];273[label="vy400/Succ vy4000",fontsize=10,color="white",style="solid",shape="box"];42 -> 273[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 273 -> 53[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 274[label="vy400/Zero",fontsize=10,color="white",style="solid",shape="box"];42 -> 274[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 274 -> 54[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 43 -> 119[label="",style="dashed", color="red", weight=0]; 10.25/4.22 43[label="asAs (not (esEsOrdering (primCmpNat (Succ vy30000) vy400) GT)) (ltEsMyInt (inRangeI (Char (Pos vy400))) (fromEnumChar vy31))",fontsize=16,color="magenta"];43 -> 120[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 43 -> 121[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 43 -> 122[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 44[label="asAs (not (esEsOrdering GT GT)) (ltEsMyInt (inRangeI (Char (Neg vy400))) (fromEnumChar vy31))",fontsize=16,color="black",shape="triangle"];44 -> 57[label="",style="solid", color="black", weight=3]; 10.25/4.22 45[label="asAs (not (esEsOrdering (primCmpInt (Pos Zero) (Pos (Succ vy4000))) GT)) (ltEsMyInt (inRangeI (Char (Pos (Succ vy4000)))) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];45 -> 58[label="",style="solid", color="black", weight=3]; 10.25/4.22 46[label="asAs (not (esEsOrdering (primCmpInt (Pos Zero) (Pos Zero)) GT)) (ltEsMyInt (inRangeI (Char (Pos Zero))) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];46 -> 59[label="",style="solid", color="black", weight=3]; 10.25/4.22 47[label="asAs (not (esEsOrdering (primCmpInt (Pos Zero) (Neg (Succ vy4000))) GT)) (ltEsMyInt (inRangeI (Char (Neg (Succ vy4000)))) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];47 -> 60[label="",style="solid", color="black", weight=3]; 10.25/4.22 48[label="asAs (not (esEsOrdering (primCmpInt (Pos Zero) (Neg Zero)) GT)) (ltEsMyInt (inRangeI (Char (Neg Zero))) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];48 -> 61[label="",style="solid", color="black", weight=3]; 10.25/4.22 49[label="asAs (not (esEsOrdering LT GT)) (ltEsMyInt (inRangeI (Char (Pos vy400))) (fromEnumChar vy31))",fontsize=16,color="black",shape="triangle"];49 -> 62[label="",style="solid", color="black", weight=3]; 10.25/4.22 50 -> 119[label="",style="dashed", color="red", weight=0]; 10.25/4.22 50[label="asAs (not (esEsOrdering (primCmpNat vy400 (Succ vy30000)) GT)) (ltEsMyInt (inRangeI (Char (Neg vy400))) (fromEnumChar vy31))",fontsize=16,color="magenta"];50 -> 123[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 50 -> 124[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 50 -> 125[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 51[label="asAs (not (esEsOrdering (primCmpInt (Neg Zero) (Pos (Succ vy4000))) GT)) (ltEsMyInt (inRangeI (Char (Pos (Succ vy4000)))) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];51 -> 65[label="",style="solid", color="black", weight=3]; 10.25/4.22 52[label="asAs (not (esEsOrdering (primCmpInt (Neg Zero) (Pos Zero)) GT)) (ltEsMyInt (inRangeI (Char (Pos Zero))) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];52 -> 66[label="",style="solid", color="black", weight=3]; 10.25/4.22 53[label="asAs (not (esEsOrdering (primCmpInt (Neg Zero) (Neg (Succ vy4000))) GT)) (ltEsMyInt (inRangeI (Char (Neg (Succ vy4000)))) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];53 -> 67[label="",style="solid", color="black", weight=3]; 10.25/4.22 54[label="asAs (not (esEsOrdering (primCmpInt (Neg Zero) (Neg Zero)) GT)) (ltEsMyInt (inRangeI (Char (Neg Zero))) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];54 -> 68[label="",style="solid", color="black", weight=3]; 10.25/4.22 120[label="vy400",fontsize=16,color="green",shape="box"];121[label="Succ vy30000",fontsize=16,color="green",shape="box"];122 -> 88[label="",style="dashed", color="red", weight=0]; 10.25/4.22 122[label="ltEsMyInt (inRangeI (Char (Pos vy400))) (fromEnumChar vy31)",fontsize=16,color="magenta"];119[label="asAs (not (esEsOrdering (primCmpNat vy300000 vy40000) GT)) vy6",fontsize=16,color="burlywood",shape="triangle"];275[label="vy300000/Succ vy3000000",fontsize=10,color="white",style="solid",shape="box"];119 -> 275[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 275 -> 142[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 276[label="vy300000/Zero",fontsize=10,color="white",style="solid",shape="box"];119 -> 276[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 276 -> 143[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 57[label="asAs (not MyTrue) (ltEsMyInt (inRangeI (Char (Neg vy400))) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];57 -> 71[label="",style="solid", color="black", weight=3]; 10.25/4.22 58 -> 119[label="",style="dashed", color="red", weight=0]; 10.25/4.22 58[label="asAs (not (esEsOrdering (primCmpNat Zero (Succ vy4000)) GT)) (ltEsMyInt (inRangeI (Char (Pos (Succ vy4000)))) (fromEnumChar vy31))",fontsize=16,color="magenta"];58 -> 126[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 58 -> 127[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 58 -> 128[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 59[label="asAs (not (esEsOrdering EQ GT)) (ltEsMyInt (inRangeI (Char (Pos Zero))) (fromEnumChar vy31))",fontsize=16,color="black",shape="triangle"];59 -> 73[label="",style="solid", color="black", weight=3]; 10.25/4.22 60 -> 44[label="",style="dashed", color="red", weight=0]; 10.25/4.22 60[label="asAs (not (esEsOrdering GT GT)) (ltEsMyInt (inRangeI (Char (Neg (Succ vy4000)))) (fromEnumChar vy31))",fontsize=16,color="magenta"];60 -> 74[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 61[label="asAs (not (esEsOrdering EQ GT)) (ltEsMyInt (inRangeI (Char (Neg Zero))) (fromEnumChar vy31))",fontsize=16,color="black",shape="triangle"];61 -> 75[label="",style="solid", color="black", weight=3]; 10.25/4.22 62[label="asAs (not MyFalse) (ltEsMyInt (inRangeI (Char (Pos vy400))) (fromEnumChar vy31))",fontsize=16,color="black",shape="triangle"];62 -> 76[label="",style="solid", color="black", weight=3]; 10.25/4.22 123[label="Succ vy30000",fontsize=16,color="green",shape="box"];124[label="vy400",fontsize=16,color="green",shape="box"];125 -> 109[label="",style="dashed", color="red", weight=0]; 10.25/4.22 125[label="ltEsMyInt (inRangeI (Char (Neg vy400))) (fromEnumChar vy31)",fontsize=16,color="magenta"];65 -> 49[label="",style="dashed", color="red", weight=0]; 10.25/4.22 65[label="asAs (not (esEsOrdering LT GT)) (ltEsMyInt (inRangeI (Char (Pos (Succ vy4000)))) (fromEnumChar vy31))",fontsize=16,color="magenta"];65 -> 79[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 66 -> 59[label="",style="dashed", color="red", weight=0]; 10.25/4.22 66[label="asAs (not (esEsOrdering EQ GT)) (ltEsMyInt (inRangeI (Char (Pos Zero))) (fromEnumChar vy31))",fontsize=16,color="magenta"];67 -> 119[label="",style="dashed", color="red", weight=0]; 10.25/4.22 67[label="asAs (not (esEsOrdering (primCmpNat (Succ vy4000) Zero) GT)) (ltEsMyInt (inRangeI (Char (Neg (Succ vy4000)))) (fromEnumChar vy31))",fontsize=16,color="magenta"];67 -> 129[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 67 -> 130[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 67 -> 131[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 68 -> 61[label="",style="dashed", color="red", weight=0]; 10.25/4.22 68[label="asAs (not (esEsOrdering EQ GT)) (ltEsMyInt (inRangeI (Char (Neg Zero))) (fromEnumChar vy31))",fontsize=16,color="magenta"];88[label="ltEsMyInt (inRangeI (Char (Pos vy400))) (fromEnumChar vy31)",fontsize=16,color="black",shape="triangle"];88 -> 99[label="",style="solid", color="black", weight=3]; 10.25/4.22 142[label="asAs (not (esEsOrdering (primCmpNat (Succ vy3000000) vy40000) GT)) vy6",fontsize=16,color="burlywood",shape="box"];277[label="vy40000/Succ vy400000",fontsize=10,color="white",style="solid",shape="box"];142 -> 277[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 277 -> 148[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 278[label="vy40000/Zero",fontsize=10,color="white",style="solid",shape="box"];142 -> 278[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 278 -> 149[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 143[label="asAs (not (esEsOrdering (primCmpNat Zero vy40000) GT)) vy6",fontsize=16,color="burlywood",shape="box"];279[label="vy40000/Succ vy400000",fontsize=10,color="white",style="solid",shape="box"];143 -> 279[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 279 -> 150[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 280[label="vy40000/Zero",fontsize=10,color="white",style="solid",shape="box"];143 -> 280[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 280 -> 151[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 71 -> 108[label="",style="dashed", color="red", weight=0]; 10.25/4.22 71[label="asAs MyFalse (ltEsMyInt (inRangeI (Char (Neg vy400))) (fromEnumChar vy31))",fontsize=16,color="magenta"];71 -> 109[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 126[label="Succ vy4000",fontsize=16,color="green",shape="box"];127[label="Zero",fontsize=16,color="green",shape="box"];128 -> 88[label="",style="dashed", color="red", weight=0]; 10.25/4.22 128[label="ltEsMyInt (inRangeI (Char (Pos (Succ vy4000)))) (fromEnumChar vy31)",fontsize=16,color="magenta"];128 -> 144[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 73 -> 62[label="",style="dashed", color="red", weight=0]; 10.25/4.22 73[label="asAs (not MyFalse) (ltEsMyInt (inRangeI (Char (Pos Zero))) (fromEnumChar vy31))",fontsize=16,color="magenta"];73 -> 86[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 74[label="Succ vy4000",fontsize=16,color="green",shape="box"];75[label="asAs (not MyFalse) (ltEsMyInt (inRangeI (Char (Neg Zero))) (fromEnumChar vy31))",fontsize=16,color="black",shape="triangle"];75 -> 87[label="",style="solid", color="black", weight=3]; 10.25/4.22 76[label="asAs MyTrue (ltEsMyInt (inRangeI (Char (Pos vy400))) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];76 -> 88[label="",style="solid", color="black", weight=3]; 10.25/4.22 109[label="ltEsMyInt (inRangeI (Char (Neg vy400))) (fromEnumChar vy31)",fontsize=16,color="black",shape="triangle"];109 -> 111[label="",style="solid", color="black", weight=3]; 10.25/4.22 79[label="Succ vy4000",fontsize=16,color="green",shape="box"];129[label="Zero",fontsize=16,color="green",shape="box"];130[label="Succ vy4000",fontsize=16,color="green",shape="box"];131 -> 109[label="",style="dashed", color="red", weight=0]; 10.25/4.22 131[label="ltEsMyInt (inRangeI (Char (Neg (Succ vy4000)))) (fromEnumChar vy31)",fontsize=16,color="magenta"];131 -> 145[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 99[label="fsEsOrdering (compareMyInt (inRangeI (Char (Pos vy400))) (fromEnumChar vy31)) GT",fontsize=16,color="black",shape="box"];99 -> 114[label="",style="solid", color="black", weight=3]; 10.25/4.22 148[label="asAs (not (esEsOrdering (primCmpNat (Succ vy3000000) (Succ vy400000)) GT)) vy6",fontsize=16,color="black",shape="box"];148 -> 154[label="",style="solid", color="black", weight=3]; 10.25/4.22 149[label="asAs (not (esEsOrdering (primCmpNat (Succ vy3000000) Zero) GT)) vy6",fontsize=16,color="black",shape="box"];149 -> 155[label="",style="solid", color="black", weight=3]; 10.25/4.22 150[label="asAs (not (esEsOrdering (primCmpNat Zero (Succ vy400000)) GT)) vy6",fontsize=16,color="black",shape="box"];150 -> 156[label="",style="solid", color="black", weight=3]; 10.25/4.22 151[label="asAs (not (esEsOrdering (primCmpNat Zero Zero) GT)) vy6",fontsize=16,color="black",shape="box"];151 -> 157[label="",style="solid", color="black", weight=3]; 10.25/4.22 108[label="asAs MyFalse vy5",fontsize=16,color="black",shape="triangle"];108 -> 112[label="",style="solid", color="black", weight=3]; 10.25/4.22 144[label="Succ vy4000",fontsize=16,color="green",shape="box"];86[label="Zero",fontsize=16,color="green",shape="box"];87[label="asAs MyTrue (ltEsMyInt (inRangeI (Char (Neg Zero))) (fromEnumChar vy31))",fontsize=16,color="black",shape="box"];87 -> 98[label="",style="solid", color="black", weight=3]; 10.25/4.22 111[label="fsEsOrdering (compareMyInt (inRangeI (Char (Neg vy400))) (fromEnumChar vy31)) GT",fontsize=16,color="black",shape="box"];111 -> 146[label="",style="solid", color="black", weight=3]; 10.25/4.22 145[label="Succ vy4000",fontsize=16,color="green",shape="box"];114[label="not (esEsOrdering (compareMyInt (inRangeI (Char (Pos vy400))) (fromEnumChar vy31)) GT)",fontsize=16,color="black",shape="box"];114 -> 147[label="",style="solid", color="black", weight=3]; 10.25/4.22 154 -> 119[label="",style="dashed", color="red", weight=0]; 10.25/4.22 154[label="asAs (not (esEsOrdering (primCmpNat vy3000000 vy400000) GT)) vy6",fontsize=16,color="magenta"];154 -> 160[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 154 -> 161[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 155[label="asAs (not (esEsOrdering GT GT)) vy6",fontsize=16,color="black",shape="box"];155 -> 162[label="",style="solid", color="black", weight=3]; 10.25/4.22 156[label="asAs (not (esEsOrdering LT GT)) vy6",fontsize=16,color="black",shape="box"];156 -> 163[label="",style="solid", color="black", weight=3]; 10.25/4.22 157[label="asAs (not (esEsOrdering EQ GT)) vy6",fontsize=16,color="black",shape="box"];157 -> 164[label="",style="solid", color="black", weight=3]; 10.25/4.22 112[label="MyFalse",fontsize=16,color="green",shape="box"];98 -> 109[label="",style="dashed", color="red", weight=0]; 10.25/4.22 98[label="ltEsMyInt (inRangeI (Char (Neg Zero))) (fromEnumChar vy31)",fontsize=16,color="magenta"];98 -> 113[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 146[label="not (esEsOrdering (compareMyInt (inRangeI (Char (Neg vy400))) (fromEnumChar vy31)) GT)",fontsize=16,color="black",shape="box"];146 -> 152[label="",style="solid", color="black", weight=3]; 10.25/4.22 147[label="not (esEsOrdering (primCmpInt (inRangeI (Char (Pos vy400))) (fromEnumChar vy31)) GT)",fontsize=16,color="black",shape="box"];147 -> 153[label="",style="solid", color="black", weight=3]; 10.25/4.22 160[label="vy400000",fontsize=16,color="green",shape="box"];161[label="vy3000000",fontsize=16,color="green",shape="box"];162[label="asAs (not MyTrue) vy6",fontsize=16,color="black",shape="box"];162 -> 167[label="",style="solid", color="black", weight=3]; 10.25/4.22 163[label="asAs (not MyFalse) vy6",fontsize=16,color="black",shape="triangle"];163 -> 168[label="",style="solid", color="black", weight=3]; 10.25/4.22 164 -> 163[label="",style="dashed", color="red", weight=0]; 10.25/4.22 164[label="asAs (not MyFalse) vy6",fontsize=16,color="magenta"];113[label="Zero",fontsize=16,color="green",shape="box"];152[label="not (esEsOrdering (primCmpInt (inRangeI (Char (Neg vy400))) (fromEnumChar vy31)) GT)",fontsize=16,color="black",shape="box"];152 -> 158[label="",style="solid", color="black", weight=3]; 10.25/4.22 153[label="not (esEsOrdering (primCmpInt (fromEnumChar (Char (Pos vy400))) (fromEnumChar vy31)) GT)",fontsize=16,color="black",shape="box"];153 -> 159[label="",style="solid", color="black", weight=3]; 10.25/4.22 167 -> 108[label="",style="dashed", color="red", weight=0]; 10.25/4.22 167[label="asAs MyFalse vy6",fontsize=16,color="magenta"];167 -> 172[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 168[label="asAs MyTrue vy6",fontsize=16,color="black",shape="box"];168 -> 173[label="",style="solid", color="black", weight=3]; 10.25/4.22 158[label="not (esEsOrdering (primCmpInt (fromEnumChar (Char (Neg vy400))) (fromEnumChar vy31)) GT)",fontsize=16,color="black",shape="box"];158 -> 165[label="",style="solid", color="black", weight=3]; 10.25/4.22 159[label="not (esEsOrdering (primCmpInt (primCharToInt (Char (Pos vy400))) (fromEnumChar vy31)) GT)",fontsize=16,color="black",shape="box"];159 -> 166[label="",style="solid", color="black", weight=3]; 10.25/4.22 172[label="vy6",fontsize=16,color="green",shape="box"];173[label="vy6",fontsize=16,color="green",shape="box"];165[label="not (esEsOrdering (primCmpInt (primCharToInt (Char (Neg vy400))) (fromEnumChar vy31)) GT)",fontsize=16,color="black",shape="box"];165 -> 169[label="",style="solid", color="black", weight=3]; 10.25/4.22 166[label="not (esEsOrdering (primCmpInt (Pos vy400) (fromEnumChar vy31)) GT)",fontsize=16,color="burlywood",shape="box"];281[label="vy400/Succ vy4000",fontsize=10,color="white",style="solid",shape="box"];166 -> 281[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 281 -> 170[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 282[label="vy400/Zero",fontsize=10,color="white",style="solid",shape="box"];166 -> 282[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 282 -> 171[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 169[label="not (esEsOrdering (primCmpInt (Neg vy400) (fromEnumChar vy31)) GT)",fontsize=16,color="burlywood",shape="box"];283[label="vy400/Succ vy4000",fontsize=10,color="white",style="solid",shape="box"];169 -> 283[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 283 -> 174[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 284[label="vy400/Zero",fontsize=10,color="white",style="solid",shape="box"];169 -> 284[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 284 -> 175[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 170[label="not (esEsOrdering (primCmpInt (Pos (Succ vy4000)) (fromEnumChar vy31)) GT)",fontsize=16,color="black",shape="box"];170 -> 176[label="",style="solid", color="black", weight=3]; 10.25/4.22 171[label="not (esEsOrdering (primCmpInt (Pos Zero) (fromEnumChar vy31)) GT)",fontsize=16,color="black",shape="box"];171 -> 177[label="",style="solid", color="black", weight=3]; 10.25/4.22 174[label="not (esEsOrdering (primCmpInt (Neg (Succ vy4000)) (fromEnumChar vy31)) GT)",fontsize=16,color="black",shape="box"];174 -> 178[label="",style="solid", color="black", weight=3]; 10.25/4.22 175[label="not (esEsOrdering (primCmpInt (Neg Zero) (fromEnumChar vy31)) GT)",fontsize=16,color="black",shape="box"];175 -> 179[label="",style="solid", color="black", weight=3]; 10.25/4.22 176[label="not (esEsOrdering (primCmpInt (Pos (Succ vy4000)) (primCharToInt vy31)) GT)",fontsize=16,color="burlywood",shape="box"];285[label="vy31/Char vy310",fontsize=10,color="white",style="solid",shape="box"];176 -> 285[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 285 -> 180[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 177[label="not (esEsOrdering (primCmpInt (Pos Zero) (primCharToInt vy31)) GT)",fontsize=16,color="burlywood",shape="box"];286[label="vy31/Char vy310",fontsize=10,color="white",style="solid",shape="box"];177 -> 286[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 286 -> 181[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 178[label="not (esEsOrdering (primCmpInt (Neg (Succ vy4000)) (primCharToInt vy31)) GT)",fontsize=16,color="burlywood",shape="box"];287[label="vy31/Char vy310",fontsize=10,color="white",style="solid",shape="box"];178 -> 287[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 287 -> 182[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 179[label="not (esEsOrdering (primCmpInt (Neg Zero) (primCharToInt vy31)) GT)",fontsize=16,color="burlywood",shape="box"];288[label="vy31/Char vy310",fontsize=10,color="white",style="solid",shape="box"];179 -> 288[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 288 -> 183[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 180[label="not (esEsOrdering (primCmpInt (Pos (Succ vy4000)) (primCharToInt (Char vy310))) GT)",fontsize=16,color="black",shape="box"];180 -> 184[label="",style="solid", color="black", weight=3]; 10.25/4.22 181[label="not (esEsOrdering (primCmpInt (Pos Zero) (primCharToInt (Char vy310))) GT)",fontsize=16,color="black",shape="box"];181 -> 185[label="",style="solid", color="black", weight=3]; 10.25/4.22 182[label="not (esEsOrdering (primCmpInt (Neg (Succ vy4000)) (primCharToInt (Char vy310))) GT)",fontsize=16,color="black",shape="box"];182 -> 186[label="",style="solid", color="black", weight=3]; 10.25/4.22 183[label="not (esEsOrdering (primCmpInt (Neg Zero) (primCharToInt (Char vy310))) GT)",fontsize=16,color="black",shape="box"];183 -> 187[label="",style="solid", color="black", weight=3]; 10.25/4.22 184[label="not (esEsOrdering (primCmpInt (Pos (Succ vy4000)) vy310) GT)",fontsize=16,color="burlywood",shape="box"];289[label="vy310/Pos vy3100",fontsize=10,color="white",style="solid",shape="box"];184 -> 289[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 289 -> 188[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 290[label="vy310/Neg vy3100",fontsize=10,color="white",style="solid",shape="box"];184 -> 290[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 290 -> 189[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 185[label="not (esEsOrdering (primCmpInt (Pos Zero) vy310) GT)",fontsize=16,color="burlywood",shape="box"];291[label="vy310/Pos vy3100",fontsize=10,color="white",style="solid",shape="box"];185 -> 291[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 291 -> 190[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 292[label="vy310/Neg vy3100",fontsize=10,color="white",style="solid",shape="box"];185 -> 292[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 292 -> 191[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 186[label="not (esEsOrdering (primCmpInt (Neg (Succ vy4000)) vy310) GT)",fontsize=16,color="burlywood",shape="box"];293[label="vy310/Pos vy3100",fontsize=10,color="white",style="solid",shape="box"];186 -> 293[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 293 -> 192[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 294[label="vy310/Neg vy3100",fontsize=10,color="white",style="solid",shape="box"];186 -> 294[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 294 -> 193[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 187[label="not (esEsOrdering (primCmpInt (Neg Zero) vy310) GT)",fontsize=16,color="burlywood",shape="box"];295[label="vy310/Pos vy3100",fontsize=10,color="white",style="solid",shape="box"];187 -> 295[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 295 -> 194[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 296[label="vy310/Neg vy3100",fontsize=10,color="white",style="solid",shape="box"];187 -> 296[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 296 -> 195[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 188[label="not (esEsOrdering (primCmpInt (Pos (Succ vy4000)) (Pos vy3100)) GT)",fontsize=16,color="black",shape="box"];188 -> 196[label="",style="solid", color="black", weight=3]; 10.25/4.22 189[label="not (esEsOrdering (primCmpInt (Pos (Succ vy4000)) (Neg vy3100)) GT)",fontsize=16,color="black",shape="box"];189 -> 197[label="",style="solid", color="black", weight=3]; 10.25/4.22 190[label="not (esEsOrdering (primCmpInt (Pos Zero) (Pos vy3100)) GT)",fontsize=16,color="burlywood",shape="box"];297[label="vy3100/Succ vy31000",fontsize=10,color="white",style="solid",shape="box"];190 -> 297[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 297 -> 198[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 298[label="vy3100/Zero",fontsize=10,color="white",style="solid",shape="box"];190 -> 298[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 298 -> 199[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 191[label="not (esEsOrdering (primCmpInt (Pos Zero) (Neg vy3100)) GT)",fontsize=16,color="burlywood",shape="box"];299[label="vy3100/Succ vy31000",fontsize=10,color="white",style="solid",shape="box"];191 -> 299[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 299 -> 200[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 300[label="vy3100/Zero",fontsize=10,color="white",style="solid",shape="box"];191 -> 300[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 300 -> 201[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 192[label="not (esEsOrdering (primCmpInt (Neg (Succ vy4000)) (Pos vy3100)) GT)",fontsize=16,color="black",shape="box"];192 -> 202[label="",style="solid", color="black", weight=3]; 10.25/4.22 193[label="not (esEsOrdering (primCmpInt (Neg (Succ vy4000)) (Neg vy3100)) GT)",fontsize=16,color="black",shape="box"];193 -> 203[label="",style="solid", color="black", weight=3]; 10.25/4.22 194[label="not (esEsOrdering (primCmpInt (Neg Zero) (Pos vy3100)) GT)",fontsize=16,color="burlywood",shape="box"];301[label="vy3100/Succ vy31000",fontsize=10,color="white",style="solid",shape="box"];194 -> 301[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 301 -> 204[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 302[label="vy3100/Zero",fontsize=10,color="white",style="solid",shape="box"];194 -> 302[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 302 -> 205[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 195[label="not (esEsOrdering (primCmpInt (Neg Zero) (Neg vy3100)) GT)",fontsize=16,color="burlywood",shape="box"];303[label="vy3100/Succ vy31000",fontsize=10,color="white",style="solid",shape="box"];195 -> 303[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 303 -> 206[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 304[label="vy3100/Zero",fontsize=10,color="white",style="solid",shape="box"];195 -> 304[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 304 -> 207[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 196[label="not (esEsOrdering (primCmpNat (Succ vy4000) vy3100) GT)",fontsize=16,color="burlywood",shape="triangle"];305[label="vy3100/Succ vy31000",fontsize=10,color="white",style="solid",shape="box"];196 -> 305[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 305 -> 208[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 306[label="vy3100/Zero",fontsize=10,color="white",style="solid",shape="box"];196 -> 306[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 306 -> 209[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 197[label="not (esEsOrdering GT GT)",fontsize=16,color="black",shape="triangle"];197 -> 210[label="",style="solid", color="black", weight=3]; 10.25/4.22 198[label="not (esEsOrdering (primCmpInt (Pos Zero) (Pos (Succ vy31000))) GT)",fontsize=16,color="black",shape="box"];198 -> 211[label="",style="solid", color="black", weight=3]; 10.25/4.22 199[label="not (esEsOrdering (primCmpInt (Pos Zero) (Pos Zero)) GT)",fontsize=16,color="black",shape="box"];199 -> 212[label="",style="solid", color="black", weight=3]; 10.25/4.22 200[label="not (esEsOrdering (primCmpInt (Pos Zero) (Neg (Succ vy31000))) GT)",fontsize=16,color="black",shape="box"];200 -> 213[label="",style="solid", color="black", weight=3]; 10.25/4.22 201[label="not (esEsOrdering (primCmpInt (Pos Zero) (Neg Zero)) GT)",fontsize=16,color="black",shape="box"];201 -> 214[label="",style="solid", color="black", weight=3]; 10.25/4.22 202[label="not (esEsOrdering LT GT)",fontsize=16,color="black",shape="triangle"];202 -> 215[label="",style="solid", color="black", weight=3]; 10.25/4.22 203[label="not (esEsOrdering (primCmpNat vy3100 (Succ vy4000)) GT)",fontsize=16,color="burlywood",shape="triangle"];307[label="vy3100/Succ vy31000",fontsize=10,color="white",style="solid",shape="box"];203 -> 307[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 307 -> 216[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 308[label="vy3100/Zero",fontsize=10,color="white",style="solid",shape="box"];203 -> 308[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 308 -> 217[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 204[label="not (esEsOrdering (primCmpInt (Neg Zero) (Pos (Succ vy31000))) GT)",fontsize=16,color="black",shape="box"];204 -> 218[label="",style="solid", color="black", weight=3]; 10.25/4.22 205[label="not (esEsOrdering (primCmpInt (Neg Zero) (Pos Zero)) GT)",fontsize=16,color="black",shape="box"];205 -> 219[label="",style="solid", color="black", weight=3]; 10.25/4.22 206[label="not (esEsOrdering (primCmpInt (Neg Zero) (Neg (Succ vy31000))) GT)",fontsize=16,color="black",shape="box"];206 -> 220[label="",style="solid", color="black", weight=3]; 10.25/4.22 207[label="not (esEsOrdering (primCmpInt (Neg Zero) (Neg Zero)) GT)",fontsize=16,color="black",shape="box"];207 -> 221[label="",style="solid", color="black", weight=3]; 10.25/4.22 208[label="not (esEsOrdering (primCmpNat (Succ vy4000) (Succ vy31000)) GT)",fontsize=16,color="black",shape="box"];208 -> 222[label="",style="solid", color="black", weight=3]; 10.25/4.22 209[label="not (esEsOrdering (primCmpNat (Succ vy4000) Zero) GT)",fontsize=16,color="black",shape="box"];209 -> 223[label="",style="solid", color="black", weight=3]; 10.25/4.22 210[label="not MyTrue",fontsize=16,color="black",shape="box"];210 -> 224[label="",style="solid", color="black", weight=3]; 10.25/4.22 211 -> 203[label="",style="dashed", color="red", weight=0]; 10.25/4.22 211[label="not (esEsOrdering (primCmpNat Zero (Succ vy31000)) GT)",fontsize=16,color="magenta"];211 -> 225[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 211 -> 226[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 212[label="not (esEsOrdering EQ GT)",fontsize=16,color="black",shape="triangle"];212 -> 227[label="",style="solid", color="black", weight=3]; 10.25/4.22 213 -> 197[label="",style="dashed", color="red", weight=0]; 10.25/4.22 213[label="not (esEsOrdering GT GT)",fontsize=16,color="magenta"];214 -> 212[label="",style="dashed", color="red", weight=0]; 10.25/4.22 214[label="not (esEsOrdering EQ GT)",fontsize=16,color="magenta"];215[label="not MyFalse",fontsize=16,color="black",shape="triangle"];215 -> 228[label="",style="solid", color="black", weight=3]; 10.25/4.22 216[label="not (esEsOrdering (primCmpNat (Succ vy31000) (Succ vy4000)) GT)",fontsize=16,color="black",shape="box"];216 -> 229[label="",style="solid", color="black", weight=3]; 10.25/4.22 217[label="not (esEsOrdering (primCmpNat Zero (Succ vy4000)) GT)",fontsize=16,color="black",shape="box"];217 -> 230[label="",style="solid", color="black", weight=3]; 10.25/4.22 218 -> 202[label="",style="dashed", color="red", weight=0]; 10.25/4.22 218[label="not (esEsOrdering LT GT)",fontsize=16,color="magenta"];219 -> 212[label="",style="dashed", color="red", weight=0]; 10.25/4.22 219[label="not (esEsOrdering EQ GT)",fontsize=16,color="magenta"];220 -> 196[label="",style="dashed", color="red", weight=0]; 10.25/4.22 220[label="not (esEsOrdering (primCmpNat (Succ vy31000) Zero) GT)",fontsize=16,color="magenta"];220 -> 231[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 220 -> 232[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 221 -> 212[label="",style="dashed", color="red", weight=0]; 10.25/4.22 221[label="not (esEsOrdering EQ GT)",fontsize=16,color="magenta"];222[label="not (esEsOrdering (primCmpNat vy4000 vy31000) GT)",fontsize=16,color="burlywood",shape="triangle"];309[label="vy4000/Succ vy40000",fontsize=10,color="white",style="solid",shape="box"];222 -> 309[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 309 -> 233[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 310[label="vy4000/Zero",fontsize=10,color="white",style="solid",shape="box"];222 -> 310[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 310 -> 234[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 223 -> 197[label="",style="dashed", color="red", weight=0]; 10.25/4.22 223[label="not (esEsOrdering GT GT)",fontsize=16,color="magenta"];224[label="MyFalse",fontsize=16,color="green",shape="box"];225[label="Zero",fontsize=16,color="green",shape="box"];226[label="vy31000",fontsize=16,color="green",shape="box"];227 -> 215[label="",style="dashed", color="red", weight=0]; 10.25/4.22 227[label="not MyFalse",fontsize=16,color="magenta"];228[label="MyTrue",fontsize=16,color="green",shape="box"];229 -> 222[label="",style="dashed", color="red", weight=0]; 10.25/4.22 229[label="not (esEsOrdering (primCmpNat vy31000 vy4000) GT)",fontsize=16,color="magenta"];229 -> 235[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 229 -> 236[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 230 -> 202[label="",style="dashed", color="red", weight=0]; 10.25/4.22 230[label="not (esEsOrdering LT GT)",fontsize=16,color="magenta"];231[label="vy31000",fontsize=16,color="green",shape="box"];232[label="Zero",fontsize=16,color="green",shape="box"];233[label="not (esEsOrdering (primCmpNat (Succ vy40000) vy31000) GT)",fontsize=16,color="burlywood",shape="box"];311[label="vy31000/Succ vy310000",fontsize=10,color="white",style="solid",shape="box"];233 -> 311[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 311 -> 237[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 312[label="vy31000/Zero",fontsize=10,color="white",style="solid",shape="box"];233 -> 312[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 312 -> 238[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 234[label="not (esEsOrdering (primCmpNat Zero vy31000) GT)",fontsize=16,color="burlywood",shape="box"];313[label="vy31000/Succ vy310000",fontsize=10,color="white",style="solid",shape="box"];234 -> 313[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 313 -> 239[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 314[label="vy31000/Zero",fontsize=10,color="white",style="solid",shape="box"];234 -> 314[label="",style="solid", color="burlywood", weight=9]; 10.25/4.22 314 -> 240[label="",style="solid", color="burlywood", weight=3]; 10.25/4.22 235[label="vy31000",fontsize=16,color="green",shape="box"];236[label="vy4000",fontsize=16,color="green",shape="box"];237[label="not (esEsOrdering (primCmpNat (Succ vy40000) (Succ vy310000)) GT)",fontsize=16,color="black",shape="box"];237 -> 241[label="",style="solid", color="black", weight=3]; 10.25/4.22 238[label="not (esEsOrdering (primCmpNat (Succ vy40000) Zero) GT)",fontsize=16,color="black",shape="box"];238 -> 242[label="",style="solid", color="black", weight=3]; 10.25/4.22 239[label="not (esEsOrdering (primCmpNat Zero (Succ vy310000)) GT)",fontsize=16,color="black",shape="box"];239 -> 243[label="",style="solid", color="black", weight=3]; 10.25/4.22 240[label="not (esEsOrdering (primCmpNat Zero Zero) GT)",fontsize=16,color="black",shape="box"];240 -> 244[label="",style="solid", color="black", weight=3]; 10.25/4.22 241 -> 222[label="",style="dashed", color="red", weight=0]; 10.25/4.22 241[label="not (esEsOrdering (primCmpNat vy40000 vy310000) GT)",fontsize=16,color="magenta"];241 -> 245[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 241 -> 246[label="",style="dashed", color="magenta", weight=3]; 10.25/4.22 242 -> 197[label="",style="dashed", color="red", weight=0]; 10.25/4.22 242[label="not (esEsOrdering GT GT)",fontsize=16,color="magenta"];243 -> 202[label="",style="dashed", color="red", weight=0]; 10.25/4.22 243[label="not (esEsOrdering LT GT)",fontsize=16,color="magenta"];244 -> 212[label="",style="dashed", color="red", weight=0]; 10.25/4.22 244[label="not (esEsOrdering EQ GT)",fontsize=16,color="magenta"];245[label="vy40000",fontsize=16,color="green",shape="box"];246[label="vy310000",fontsize=16,color="green",shape="box"];} 10.25/4.22 10.25/4.22 ---------------------------------------- 10.25/4.22 10.25/4.22 (6) 10.25/4.22 Complex Obligation (AND) 10.25/4.22 10.25/4.22 ---------------------------------------- 10.25/4.22 10.25/4.22 (7) 10.25/4.22 Obligation: 10.25/4.22 Q DP problem: 10.25/4.22 The TRS P consists of the following rules: 10.25/4.22 10.25/4.22 new_asAs(Main.Succ(vy3000000), Main.Succ(vy400000), vy6) -> new_asAs(vy3000000, vy400000, vy6) 10.25/4.22 10.25/4.22 R is empty. 10.25/4.22 Q is empty. 10.25/4.22 We have to consider all minimal (P,Q,R)-chains. 10.25/4.22 ---------------------------------------- 10.25/4.22 10.25/4.22 (8) QDPSizeChangeProof (EQUIVALENT) 10.25/4.22 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 10.25/4.22 10.25/4.22 From the DPs we obtained the following set of size-change graphs: 10.25/4.22 *new_asAs(Main.Succ(vy3000000), Main.Succ(vy400000), vy6) -> new_asAs(vy3000000, vy400000, vy6) 10.25/4.22 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 10.25/4.22 10.25/4.22 10.25/4.22 ---------------------------------------- 10.25/4.22 10.25/4.22 (9) 10.25/4.22 YES 10.25/4.22 10.25/4.22 ---------------------------------------- 10.25/4.22 10.25/4.22 (10) 10.25/4.22 Obligation: 10.25/4.22 Q DP problem: 10.25/4.22 The TRS P consists of the following rules: 10.25/4.22 10.25/4.22 new_not(Main.Succ(vy40000), Main.Succ(vy310000)) -> new_not(vy40000, vy310000) 10.25/4.22 10.25/4.22 R is empty. 10.25/4.22 Q is empty. 10.25/4.22 We have to consider all minimal (P,Q,R)-chains. 10.25/4.22 ---------------------------------------- 10.25/4.22 10.25/4.22 (11) QDPSizeChangeProof (EQUIVALENT) 10.25/4.22 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 10.25/4.22 10.25/4.22 From the DPs we obtained the following set of size-change graphs: 10.25/4.22 *new_not(Main.Succ(vy40000), Main.Succ(vy310000)) -> new_not(vy40000, vy310000) 10.25/4.22 The graph contains the following edges 1 > 1, 2 > 2 10.25/4.22 10.25/4.22 10.25/4.22 ---------------------------------------- 10.25/4.22 10.25/4.22 (12) 10.25/4.22 YES 10.33/4.33 EOF