MAYBE * Step 1: TrivialSCCs MAYBE + Considered Problem: Rules: 0. f4(A) -> f12(A) [A >= 4] (?,1) 1. f4(A) -> f4(1) [0 >= A && 3 >= A] (?,1) 2. f4(A) -> f4(1 + A) [3 >= A && A >= 1] (?,1) 3. f0(A) -> f4(B) True (1,1) Signature: {(f0,1);(f12,1);(f4,1)} Flow Graph: [0->{},1->{0,1,2},2->{0,1,2},3->{0,1,2}] + Applied Processor: TrivialSCCs + Details: All trivial SCCs of the transition graph admit timebound 1. * Step 2: UnsatPaths MAYBE + Considered Problem: Rules: 0. f4(A) -> f12(A) [A >= 4] (1,1) 1. f4(A) -> f4(1) [0 >= A && 3 >= A] (?,1) 2. f4(A) -> f4(1 + A) [3 >= A && A >= 1] (?,1) 3. f0(A) -> f4(B) True (1,1) Signature: {(f0,1);(f12,1);(f4,1)} Flow Graph: [0->{},1->{0,1,2},2->{0,1,2},3->{0,1,2}] + Applied Processor: UnsatPaths + Details: We remove following edges from the transition graph: [(1,0),(1,1),(2,1)] * Step 3: AddSinks MAYBE + Considered Problem: Rules: 0. f4(A) -> f12(A) [A >= 4] (1,1) 1. f4(A) -> f4(1) [0 >= A && 3 >= A] (?,1) 2. f4(A) -> f4(1 + A) [3 >= A && A >= 1] (?,1) 3. f0(A) -> f4(B) True (1,1) Signature: {(f0,1);(f12,1);(f4,1)} Flow Graph: [0->{},1->{2},2->{0,2},3->{0,1,2}] + Applied Processor: AddSinks + Details: () * Step 4: UnsatPaths MAYBE + Considered Problem: Rules: 0. f4(A) -> f12(A) [A >= 4] (?,1) 1. f4(A) -> f4(1) [0 >= A && 3 >= A] (?,1) 2. f4(A) -> f4(1 + A) [3 >= A && A >= 1] (?,1) 3. f0(A) -> f4(B) True (1,1) 4. f4(A) -> exitus616(A) True (?,1) Signature: {(exitus616,1);(f0,1);(f12,1);(f4,1)} Flow Graph: [0->{},1->{0,1,2,4},2->{0,1,2,4},3->{0,1,2,4},4->{}] + Applied Processor: UnsatPaths + Details: We remove following edges from the transition graph: [(1,0),(1,1),(2,1)] * Step 5: LooptreeTransformer MAYBE + Considered Problem: Rules: 0. f4(A) -> f12(A) [A >= 4] (?,1) 1. f4(A) -> f4(1) [0 >= A && 3 >= A] (?,1) 2. f4(A) -> f4(1 + A) [3 >= A && A >= 1] (?,1) 3. f0(A) -> f4(B) True (1,1) 4. f4(A) -> exitus616(A) True (?,1) Signature: {(exitus616,1);(f0,1);(f12,1);(f4,1)} Flow Graph: [0->{},1->{2,4},2->{0,2,4},3->{0,1,2,4},4->{}] + Applied Processor: LooptreeTransformer + Details: We construct a looptree: P: [0,1,2,3,4] | `- p:[2] c: [2] * Step 6: SizeAbstraction MAYBE + Considered Problem: (Rules: 0. f4(A) -> f12(A) [A >= 4] (?,1) 1. f4(A) -> f4(1) [0 >= A && 3 >= A] (?,1) 2. f4(A) -> f4(1 + A) [3 >= A && A >= 1] (?,1) 3. f0(A) -> f4(B) True (1,1) 4. f4(A) -> exitus616(A) True (?,1) Signature: {(exitus616,1);(f0,1);(f12,1);(f4,1)} Flow Graph: [0->{},1->{2,4},2->{0,2,4},3->{0,1,2,4},4->{}] ,We construct a looptree: P: [0,1,2,3,4] | `- p:[2] c: [2]) + Applied Processor: SizeAbstraction UseCFG Minimize + Details: () * Step 7: FlowAbstraction MAYBE + Considered Problem: Program: Domain: [A,0.0] f4 ~> f12 [A <= A] f4 ~> f4 [A <= K] f4 ~> f4 [A <= 4*K] f0 ~> f4 [A <= unknown] f4 ~> exitus616 [A <= A] + Loop: [0.0 <= 4*K + A] f4 ~> f4 [A <= 4*K] + Applied Processor: FlowAbstraction + Details: () * Step 8: Failure MAYBE + Considered Problem: Program: Domain: [tick,huge,K,A,0.0] f4 ~> f12 [] f4 ~> f4 [K ~=> A] f4 ~> f4 [K ~=> A] f0 ~> f4 [huge ~=> A] f4 ~> exitus616 [] + Loop: [A ~+> 0.0,K ~*> 0.0] f4 ~> f4 [K ~=> A] + Applied Processor: LareProcessor + Details: Unknown bound. MAYBE