1131.02/291.51 WORST_CASE(Omega(n^1), O(n^2)) 1131.40/291.56 proof of /export/starexec/sandbox2/benchmark/theBenchmark.xml 1131.40/291.56 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 1131.40/291.56 1131.40/291.56 1131.40/291.56 The Runtime Complexity (innermost) of the given CpxTRS could be proven to be BOUNDS(n^1, n^2). 1131.40/291.56 1131.40/291.56 (0) CpxTRS 1131.40/291.56 (1) RelTrsToWeightedTrsProof [BOTH BOUNDS(ID, ID), 0 ms] 1131.40/291.56 (2) CpxWeightedTrs 1131.40/291.56 (3) CpxWeightedTrsRenamingProof [BOTH BOUNDS(ID, ID), 5 ms] 1131.40/291.56 (4) CpxWeightedTrs 1131.40/291.56 (5) TypeInferenceProof [BOTH BOUNDS(ID, ID), 0 ms] 1131.40/291.56 (6) CpxTypedWeightedTrs 1131.40/291.56 (7) CompletionProof [UPPER BOUND(ID), 0 ms] 1131.40/291.56 (8) CpxTypedWeightedCompleteTrs 1131.40/291.56 (9) CpxTypedWeightedTrsToRntsProof [UPPER BOUND(ID), 0 ms] 1131.40/291.56 (10) CpxRNTS 1131.40/291.56 (11) CompleteCoflocoProof [FINISHED, 10.2 s] 1131.40/291.56 (12) BOUNDS(1, n^2) 1131.40/291.56 (13) RelTrsToDecreasingLoopProblemProof [LOWER BOUND(ID), 0 ms] 1131.40/291.56 (14) TRS for Loop Detection 1131.40/291.56 (15) DecreasingLoopProof [LOWER BOUND(ID), 0 ms] 1131.40/291.56 (16) BEST 1131.40/291.56 (17) proven lower bound 1131.40/291.56 (18) LowerBoundPropagationProof [FINISHED, 0 ms] 1131.40/291.56 (19) BOUNDS(n^1, INF) 1131.40/291.56 (20) TRS for Loop Detection 1131.40/291.56 1131.40/291.56 1131.40/291.56 ---------------------------------------- 1131.40/291.56 1131.40/291.56 (0) 1131.40/291.56 Obligation: 1131.40/291.56 The Runtime Complexity (innermost) of the given CpxTRS could be proven to be BOUNDS(n^1, n^2). 1131.40/291.56 1131.40/291.56 1131.40/291.56 The TRS R consists of the following rules: 1131.40/291.56 1131.40/291.56 min(x, 0) -> 0 1131.40/291.56 min(0, y) -> 0 1131.40/291.56 min(s(x), s(y)) -> s(min(x, y)) 1131.40/291.56 max(x, 0) -> x 1131.40/291.56 max(0, y) -> y 1131.40/291.56 max(s(x), s(y)) -> s(max(x, y)) 1131.40/291.56 -(x, 0) -> x 1131.40/291.56 -(s(x), s(y)) -> -(x, y) 1131.40/291.56 gcd(s(x), 0) -> s(x) 1131.40/291.56 gcd(0, s(x)) -> s(x) 1131.40/291.56 gcd(s(x), s(y)) -> gcd(-(max(x, y), min(x, y)), s(min(x, y))) 1131.40/291.56 1131.40/291.56 S is empty. 1131.40/291.56 Rewrite Strategy: INNERMOST 1131.40/291.56 ---------------------------------------- 1131.40/291.56 1131.40/291.56 (1) RelTrsToWeightedTrsProof (BOTH BOUNDS(ID, ID)) 1131.40/291.56 Transformed relative TRS to weighted TRS 1131.40/291.56 ---------------------------------------- 1131.40/291.56 1131.40/291.56 (2) 1131.40/291.56 Obligation: 1131.40/291.56 The Runtime Complexity (innermost) of the given CpxWeightedTrs could be proven to be BOUNDS(1, n^2). 1131.40/291.56 1131.40/291.56 1131.40/291.56 The TRS R consists of the following rules: 1131.40/291.56 1131.40/291.56 min(x, 0) -> 0 [1] 1131.40/291.56 min(0, y) -> 0 [1] 1131.40/291.56 min(s(x), s(y)) -> s(min(x, y)) [1] 1131.40/291.56 max(x, 0) -> x [1] 1131.40/291.56 max(0, y) -> y [1] 1131.40/291.56 max(s(x), s(y)) -> s(max(x, y)) [1] 1131.40/291.56 -(x, 0) -> x [1] 1131.40/291.56 -(s(x), s(y)) -> -(x, y) [1] 1131.40/291.56 gcd(s(x), 0) -> s(x) [1] 1131.40/291.56 gcd(0, s(x)) -> s(x) [1] 1131.40/291.56 gcd(s(x), s(y)) -> gcd(-(max(x, y), min(x, y)), s(min(x, y))) [1] 1131.40/291.56 1131.40/291.56 Rewrite Strategy: INNERMOST 1131.40/291.56 ---------------------------------------- 1131.40/291.56 1131.40/291.56 (3) CpxWeightedTrsRenamingProof (BOTH BOUNDS(ID, ID)) 1131.40/291.56 Renamed defined symbols to avoid conflicts with arithmetic symbols: 1131.40/291.56 1131.40/291.56 - => minus 1131.40/291.56 1131.40/291.56 ---------------------------------------- 1131.40/291.56 1131.40/291.56 (4) 1131.40/291.56 Obligation: 1131.40/291.56 The Runtime Complexity (innermost) of the given CpxWeightedTrs could be proven to be BOUNDS(1, n^2). 1131.40/291.56 1131.40/291.56 1131.40/291.56 The TRS R consists of the following rules: 1131.40/291.56 1131.40/291.56 min(x, 0) -> 0 [1] 1131.40/291.56 min(0, y) -> 0 [1] 1131.40/291.56 min(s(x), s(y)) -> s(min(x, y)) [1] 1131.40/291.56 max(x, 0) -> x [1] 1131.40/291.56 max(0, y) -> y [1] 1131.40/291.56 max(s(x), s(y)) -> s(max(x, y)) [1] 1131.40/291.56 minus(x, 0) -> x [1] 1131.40/291.56 minus(s(x), s(y)) -> minus(x, y) [1] 1131.40/291.56 gcd(s(x), 0) -> s(x) [1] 1131.40/291.56 gcd(0, s(x)) -> s(x) [1] 1131.40/291.56 gcd(s(x), s(y)) -> gcd(minus(max(x, y), min(x, y)), s(min(x, y))) [1] 1131.40/291.56 1131.40/291.56 Rewrite Strategy: INNERMOST 1131.40/291.56 ---------------------------------------- 1131.40/291.56 1131.40/291.56 (5) TypeInferenceProof (BOTH BOUNDS(ID, ID)) 1131.40/291.56 Infered types. 1131.40/291.56 ---------------------------------------- 1131.40/291.56 1131.40/291.56 (6) 1131.40/291.56 Obligation: 1131.40/291.56 Runtime Complexity Weighted TRS with Types. 1131.40/291.56 The TRS R consists of the following rules: 1131.40/291.56 1131.40/291.56 min(x, 0) -> 0 [1] 1131.40/291.56 min(0, y) -> 0 [1] 1131.40/291.56 min(s(x), s(y)) -> s(min(x, y)) [1] 1131.40/291.56 max(x, 0) -> x [1] 1131.40/291.56 max(0, y) -> y [1] 1131.40/291.56 max(s(x), s(y)) -> s(max(x, y)) [1] 1131.40/291.56 minus(x, 0) -> x [1] 1131.40/291.56 minus(s(x), s(y)) -> minus(x, y) [1] 1131.40/291.56 gcd(s(x), 0) -> s(x) [1] 1131.40/291.56 gcd(0, s(x)) -> s(x) [1] 1131.40/291.56 gcd(s(x), s(y)) -> gcd(minus(max(x, y), min(x, y)), s(min(x, y))) [1] 1131.40/291.56 1131.40/291.56 The TRS has the following type information: 1131.40/291.56 min :: 0:s -> 0:s -> 0:s 1131.40/291.56 0 :: 0:s 1131.40/291.56 s :: 0:s -> 0:s 1131.40/291.56 max :: 0:s -> 0:s -> 0:s 1131.40/291.56 minus :: 0:s -> 0:s -> 0:s 1131.40/291.56 gcd :: 0:s -> 0:s -> 0:s 1131.40/291.56 1131.40/291.56 Rewrite Strategy: INNERMOST 1131.40/291.56 ---------------------------------------- 1131.40/291.56 1131.40/291.56 (7) CompletionProof (UPPER BOUND(ID)) 1131.40/291.56 The TRS is a completely defined constructor system, as every type has a constant constructor and the following rules were added: 1131.40/291.56 1131.40/291.56 minus(v0, v1) -> null_minus [0] 1131.40/291.56 gcd(v0, v1) -> null_gcd [0] 1131.40/291.56 min(v0, v1) -> null_min [0] 1131.40/291.56 max(v0, v1) -> null_max [0] 1131.40/291.56 1131.40/291.56 And the following fresh constants: null_minus, null_gcd, null_min, null_max 1131.40/291.56 1131.40/291.56 ---------------------------------------- 1131.40/291.56 1131.40/291.56 (8) 1131.40/291.56 Obligation: 1131.40/291.56 Runtime Complexity Weighted TRS where all functions are completely defined. The underlying TRS is: 1131.40/291.56 1131.40/291.56 Runtime Complexity Weighted TRS with Types. 1131.40/291.56 The TRS R consists of the following rules: 1131.40/291.56 1131.40/291.56 min(x, 0) -> 0 [1] 1131.40/291.56 min(0, y) -> 0 [1] 1131.40/291.56 min(s(x), s(y)) -> s(min(x, y)) [1] 1131.40/291.56 max(x, 0) -> x [1] 1131.40/291.56 max(0, y) -> y [1] 1131.40/291.56 max(s(x), s(y)) -> s(max(x, y)) [1] 1131.40/291.56 minus(x, 0) -> x [1] 1131.40/291.56 minus(s(x), s(y)) -> minus(x, y) [1] 1131.40/291.56 gcd(s(x), 0) -> s(x) [1] 1131.40/291.56 gcd(0, s(x)) -> s(x) [1] 1131.40/291.56 gcd(s(x), s(y)) -> gcd(minus(max(x, y), min(x, y)), s(min(x, y))) [1] 1131.40/291.56 minus(v0, v1) -> null_minus [0] 1131.40/291.56 gcd(v0, v1) -> null_gcd [0] 1131.40/291.56 min(v0, v1) -> null_min [0] 1131.40/291.56 max(v0, v1) -> null_max [0] 1131.40/291.56 1131.40/291.56 The TRS has the following type information: 1131.40/291.56 min :: 0:s:null_minus:null_gcd:null_min:null_max -> 0:s:null_minus:null_gcd:null_min:null_max -> 0:s:null_minus:null_gcd:null_min:null_max 1131.40/291.56 0 :: 0:s:null_minus:null_gcd:null_min:null_max 1131.40/291.56 s :: 0:s:null_minus:null_gcd:null_min:null_max -> 0:s:null_minus:null_gcd:null_min:null_max 1131.40/291.56 max :: 0:s:null_minus:null_gcd:null_min:null_max -> 0:s:null_minus:null_gcd:null_min:null_max -> 0:s:null_minus:null_gcd:null_min:null_max 1131.40/291.56 minus :: 0:s:null_minus:null_gcd:null_min:null_max -> 0:s:null_minus:null_gcd:null_min:null_max -> 0:s:null_minus:null_gcd:null_min:null_max 1131.40/291.56 gcd :: 0:s:null_minus:null_gcd:null_min:null_max -> 0:s:null_minus:null_gcd:null_min:null_max -> 0:s:null_minus:null_gcd:null_min:null_max 1131.40/291.56 null_minus :: 0:s:null_minus:null_gcd:null_min:null_max 1131.40/291.56 null_gcd :: 0:s:null_minus:null_gcd:null_min:null_max 1131.40/291.56 null_min :: 0:s:null_minus:null_gcd:null_min:null_max 1131.40/291.56 null_max :: 0:s:null_minus:null_gcd:null_min:null_max 1131.40/291.56 1131.40/291.56 Rewrite Strategy: INNERMOST 1131.40/291.56 ---------------------------------------- 1131.40/291.56 1131.40/291.56 (9) CpxTypedWeightedTrsToRntsProof (UPPER BOUND(ID)) 1131.40/291.56 Transformed the TRS into an over-approximating RNTS by (improved) Size Abstraction. 1131.40/291.56 The constant constructors are abstracted as follows: 1131.40/291.56 1131.40/291.56 0 => 0 1131.40/291.56 null_minus => 0 1131.40/291.56 null_gcd => 0 1131.40/291.56 null_min => 0 1131.40/291.56 null_max => 0 1131.40/291.56 1131.40/291.56 ---------------------------------------- 1131.40/291.56 1131.40/291.56 (10) 1131.40/291.56 Obligation: 1131.40/291.56 Complexity RNTS consisting of the following rules: 1131.40/291.56 1131.40/291.56 gcd(z, z') -{ 1 }-> gcd(minus(max(x, y), min(x, y)), 1 + min(x, y)) :|: z' = 1 + y, x >= 0, y >= 0, z = 1 + x 1131.40/291.56 gcd(z, z') -{ 0 }-> 0 :|: v0 >= 0, v1 >= 0, z = v0, z' = v1 1131.40/291.56 gcd(z, z') -{ 1 }-> 1 + x :|: x >= 0, z = 1 + x, z' = 0 1131.40/291.56 gcd(z, z') -{ 1 }-> 1 + x :|: z' = 1 + x, x >= 0, z = 0 1131.40/291.56 max(z, z') -{ 1 }-> x :|: x >= 0, z = x, z' = 0 1131.40/291.56 max(z, z') -{ 1 }-> y :|: y >= 0, z = 0, z' = y 1131.40/291.56 max(z, z') -{ 0 }-> 0 :|: v0 >= 0, v1 >= 0, z = v0, z' = v1 1131.40/291.56 max(z, z') -{ 1 }-> 1 + max(x, y) :|: z' = 1 + y, x >= 0, y >= 0, z = 1 + x 1131.40/291.56 min(z, z') -{ 1 }-> 0 :|: x >= 0, z = x, z' = 0 1131.40/291.56 min(z, z') -{ 1 }-> 0 :|: y >= 0, z = 0, z' = y 1131.40/291.56 min(z, z') -{ 0 }-> 0 :|: v0 >= 0, v1 >= 0, z = v0, z' = v1 1131.40/291.56 min(z, z') -{ 1 }-> 1 + min(x, y) :|: z' = 1 + y, x >= 0, y >= 0, z = 1 + x 1131.40/291.56 minus(z, z') -{ 1 }-> x :|: x >= 0, z = x, z' = 0 1131.40/291.56 minus(z, z') -{ 1 }-> minus(x, y) :|: z' = 1 + y, x >= 0, y >= 0, z = 1 + x 1131.40/291.56 minus(z, z') -{ 0 }-> 0 :|: v0 >= 0, v1 >= 0, z = v0, z' = v1 1131.40/291.56 1131.40/291.56 Only complete derivations are relevant for the runtime complexity. 1131.40/291.56 1131.40/291.56 ---------------------------------------- 1131.40/291.56 1131.40/291.56 (11) CompleteCoflocoProof (FINISHED) 1131.40/291.56 Transformed the RNTS (where only complete derivations are relevant) into cost relations for CoFloCo: 1131.40/291.56 1131.40/291.56 eq(start(V1, V),0,[min(V1, V, Out)],[V1 >= 0,V >= 0]). 1131.40/291.56 eq(start(V1, V),0,[max(V1, V, Out)],[V1 >= 0,V >= 0]). 1131.40/291.56 eq(start(V1, V),0,[minus(V1, V, Out)],[V1 >= 0,V >= 0]). 1131.40/291.56 eq(start(V1, V),0,[gcd(V1, V, Out)],[V1 >= 0,V >= 0]). 1131.40/291.56 eq(min(V1, V, Out),1,[],[Out = 0,V2 >= 0,V1 = V2,V = 0]). 1131.40/291.56 eq(min(V1, V, Out),1,[],[Out = 0,V3 >= 0,V1 = 0,V = V3]). 1131.40/291.56 eq(min(V1, V, Out),1,[min(V4, V5, Ret1)],[Out = 1 + Ret1,V = 1 + V5,V4 >= 0,V5 >= 0,V1 = 1 + V4]). 1131.40/291.56 eq(max(V1, V, Out),1,[],[Out = V6,V6 >= 0,V1 = V6,V = 0]). 1131.40/291.56 eq(max(V1, V, Out),1,[],[Out = V7,V7 >= 0,V1 = 0,V = V7]). 1131.40/291.56 eq(max(V1, V, Out),1,[max(V8, V9, Ret11)],[Out = 1 + Ret11,V = 1 + V9,V8 >= 0,V9 >= 0,V1 = 1 + V8]). 1131.40/291.56 eq(minus(V1, V, Out),1,[],[Out = V10,V10 >= 0,V1 = V10,V = 0]). 1131.40/291.56 eq(minus(V1, V, Out),1,[minus(V12, V11, Ret)],[Out = Ret,V = 1 + V11,V12 >= 0,V11 >= 0,V1 = 1 + V12]). 1131.40/291.56 eq(gcd(V1, V, Out),1,[],[Out = 1 + V13,V13 >= 0,V1 = 1 + V13,V = 0]). 1131.40/291.56 eq(gcd(V1, V, Out),1,[],[Out = 1 + V14,V = 1 + V14,V14 >= 0,V1 = 0]). 1131.40/291.56 eq(gcd(V1, V, Out),1,[max(V16, V15, Ret00),min(V16, V15, Ret01),minus(Ret00, Ret01, Ret0),min(V16, V15, Ret111),gcd(Ret0, 1 + Ret111, Ret2)],[Out = Ret2,V = 1 + V15,V16 >= 0,V15 >= 0,V1 = 1 + V16]). 1131.40/291.56 eq(minus(V1, V, Out),0,[],[Out = 0,V18 >= 0,V17 >= 0,V1 = V18,V = V17]). 1131.40/291.56 eq(gcd(V1, V, Out),0,[],[Out = 0,V20 >= 0,V19 >= 0,V1 = V20,V = V19]). 1131.40/291.56 eq(min(V1, V, Out),0,[],[Out = 0,V22 >= 0,V21 >= 0,V1 = V22,V = V21]). 1131.40/291.56 eq(max(V1, V, Out),0,[],[Out = 0,V23 >= 0,V24 >= 0,V1 = V23,V = V24]). 1131.40/291.56 input_output_vars(min(V1,V,Out),[V1,V],[Out]). 1131.40/291.56 input_output_vars(max(V1,V,Out),[V1,V],[Out]). 1131.40/291.56 input_output_vars(minus(V1,V,Out),[V1,V],[Out]). 1131.40/291.56 input_output_vars(gcd(V1,V,Out),[V1,V],[Out]). 1131.40/291.56 1131.40/291.56 1131.40/291.56 CoFloCo proof output: 1131.40/291.56 Preprocessing Cost Relations 1131.40/291.56 ===================================== 1131.40/291.56 1131.40/291.56 #### Computed strongly connected components 1131.40/291.56 0. recursive : [max/3] 1131.40/291.56 1. recursive : [min/3] 1131.40/291.56 2. recursive : [minus/3] 1131.40/291.56 3. recursive : [gcd/3] 1131.40/291.56 4. non_recursive : [start/2] 1131.40/291.56 1131.40/291.56 #### Obtained direct recursion through partial evaluation 1131.40/291.56 0. SCC is partially evaluated into max/3 1131.40/291.56 1. SCC is partially evaluated into min/3 1131.40/291.56 2. SCC is partially evaluated into minus/3 1131.40/291.56 3. SCC is partially evaluated into gcd/3 1131.40/291.56 4. SCC is partially evaluated into start/2 1131.40/291.56 1131.40/291.56 Control-Flow Refinement of Cost Relations 1131.40/291.56 ===================================== 1131.40/291.56 1131.40/291.56 ### Specialization of cost equations max/3 1131.40/291.56 * CE 12 is refined into CE [20] 1131.40/291.56 * CE 9 is refined into CE [21] 1131.40/291.56 * CE 10 is refined into CE [22] 1131.40/291.56 * CE 11 is refined into CE [23] 1131.40/291.56 1131.40/291.56 1131.40/291.56 ### Cost equations --> "Loop" of max/3 1131.40/291.56 * CEs [23] --> Loop 16 1131.40/291.56 * CEs [20] --> Loop 17 1131.40/291.56 * CEs [21] --> Loop 18 1131.40/291.56 * CEs [22] --> Loop 19 1131.40/291.56 1131.40/291.56 ### Ranking functions of CR max(V1,V,Out) 1131.40/291.56 * RF of phase [16]: [V,V1] 1131.40/291.56 1131.40/291.56 #### Partial ranking functions of CR max(V1,V,Out) 1131.40/291.56 * Partial RF of phase [16]: 1131.40/291.56 - RF of loop [16:1]: 1131.40/291.56 V 1131.40/291.56 V1 1131.40/291.56 1131.40/291.56 1131.40/291.56 ### Specialization of cost equations min/3 1131.40/291.56 * CE 5 is refined into CE [24] 1131.40/291.56 * CE 6 is refined into CE [25] 1131.40/291.56 * CE 8 is refined into CE [26] 1131.40/291.56 * CE 7 is refined into CE [27] 1131.40/291.56 1131.40/291.56 1131.40/291.56 ### Cost equations --> "Loop" of min/3 1131.40/291.56 * CEs [27] --> Loop 20 1131.40/291.56 * CEs [24] --> Loop 21 1131.40/291.56 * CEs [25,26] --> Loop 22 1131.40/291.56 1131.40/291.56 ### Ranking functions of CR min(V1,V,Out) 1131.40/291.56 * RF of phase [20]: [V,V1] 1131.40/291.56 1131.40/291.56 #### Partial ranking functions of CR min(V1,V,Out) 1131.40/291.56 * Partial RF of phase [20]: 1131.40/291.56 - RF of loop [20:1]: 1131.40/291.56 V 1131.40/291.56 V1 1131.40/291.56 1131.40/291.56 1131.40/291.56 ### Specialization of cost equations minus/3 1131.40/291.56 * CE 15 is refined into CE [28] 1131.40/291.56 * CE 13 is refined into CE [29] 1131.40/291.56 * CE 14 is refined into CE [30] 1131.40/291.56 1131.40/291.56 1131.40/291.56 ### Cost equations --> "Loop" of minus/3 1131.40/291.56 * CEs [30] --> Loop 23 1131.40/291.56 * CEs [28] --> Loop 24 1131.40/291.56 * CEs [29] --> Loop 25 1131.40/291.56 1131.40/291.56 ### Ranking functions of CR minus(V1,V,Out) 1131.40/291.56 * RF of phase [23]: [V,V1] 1131.40/291.56 1131.40/291.56 #### Partial ranking functions of CR minus(V1,V,Out) 1131.40/291.56 * Partial RF of phase [23]: 1131.40/291.56 - RF of loop [23:1]: 1131.40/291.56 V 1131.40/291.56 V1 1131.40/291.56 1131.40/291.56 1131.40/291.56 ### Specialization of cost equations gcd/3 1131.40/291.56 * CE 19 is refined into CE [31] 1131.40/291.56 * CE 16 is refined into CE [32] 1131.40/291.56 * CE 17 is refined into CE [33] 1131.40/291.56 * CE 18 is refined into CE [34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67] 1131.40/291.56 1131.40/291.56 1131.40/291.56 ### Cost equations --> "Loop" of gcd/3 1131.40/291.56 * CEs [51] --> Loop 26 1131.40/291.56 * CEs [59] --> Loop 27 1131.40/291.56 * CEs [61] --> Loop 28 1131.40/291.56 * CEs [53] --> Loop 29 1131.40/291.56 * CEs [45] --> Loop 30 1131.40/291.56 * CEs [50] --> Loop 31 1131.40/291.56 * CEs [58] --> Loop 32 1131.40/291.56 * CEs [60] --> Loop 33 1131.40/291.56 * CEs [66] --> Loop 34 1131.40/291.56 * CEs [52] --> Loop 35 1131.40/291.56 * CEs [44] --> Loop 36 1131.40/291.56 * CEs [47,49] --> Loop 37 1131.40/291.56 * CEs [39,41,43,55,57,63,65,67] --> Loop 38 1131.40/291.56 * CEs [36] --> Loop 39 1131.40/291.56 * CEs [37] --> Loop 40 1131.40/291.56 * CEs [34] --> Loop 41 1131.40/291.56 * CEs [35,38,40,42,46,48,54,56,62,64] --> Loop 42 1131.40/291.56 * CEs [31] --> Loop 43 1131.40/291.56 * CEs [32] --> Loop 44 1131.40/291.56 * CEs [33] --> Loop 45 1131.40/291.56 1131.40/291.56 ### Ranking functions of CR gcd(V1,V,Out) 1131.40/291.56 * RF of phase [26,27,28,29,30,38]: [V1+V-3] 1131.40/291.56 * RF of phase [39,41]: [V1+V-1] 1131.40/291.56 1131.40/291.56 #### Partial ranking functions of CR gcd(V1,V,Out) 1131.40/291.56 * Partial RF of phase [26,27,28,29,30,38]: 1131.40/291.56 - RF of loop [26:1,28:1,30:1,38:1]: 1131.40/291.56 V1-1 depends on loops [27:1,29:1] 1131.40/291.56 - RF of loop [27:1,28:1,29:1,38:1]: 1131.40/291.56 V1+V-3 1131.40/291.56 * Partial RF of phase [39,41]: 1131.40/291.56 - RF of loop [39:1]: 1131.40/291.56 V1 depends on loops [41:1] 1131.40/291.56 - RF of loop [41:1]: 1131.40/291.56 V1+V-1 1131.40/291.56 1131.40/291.56 1131.40/291.56 ### Specialization of cost equations start/2 1131.40/291.56 * CE 1 is refined into CE [68,69] 1131.40/291.56 * CE 2 is refined into CE [70,71,72,73,74,75] 1131.40/291.56 * CE 3 is refined into CE [76,77,78] 1131.40/291.56 * CE 4 is refined into CE [79,80,81,82,83,84] 1131.40/291.56 1131.40/291.56 1131.40/291.56 ### Cost equations --> "Loop" of start/2 1131.40/291.56 * CEs [83] --> Loop 46 1131.40/291.56 * CEs [71,76,80] --> Loop 47 1131.40/291.56 * CEs [68,69,70,72,73,74,75,77,78,79,81,82,84] --> Loop 48 1131.40/291.56 1131.40/291.56 ### Ranking functions of CR start(V1,V) 1131.40/291.56 1131.40/291.56 #### Partial ranking functions of CR start(V1,V) 1131.40/291.56 1131.40/291.56 1131.40/291.56 Computing Bounds 1131.40/291.56 ===================================== 1131.40/291.56 1131.40/291.56 #### Cost of chains of max(V1,V,Out): 1131.40/291.56 * Chain [[16],19]: 1*it(16)+1 1131.40/291.56 Such that:it(16) =< V1 1131.40/291.56 1131.40/291.56 with precondition: [V=Out,V1>=1,V>=V1] 1131.40/291.56 1131.40/291.56 * Chain [[16],18]: 1*it(16)+1 1131.40/291.56 Such that:it(16) =< V 1131.40/291.56 1131.40/291.56 with precondition: [V1=Out,V>=1,V1>=V] 1131.40/291.56 1131.40/291.56 * Chain [[16],17]: 1*it(16)+0 1131.40/291.56 Such that:it(16) =< Out 1131.40/291.56 1131.40/291.56 with precondition: [Out>=1,V1>=Out,V>=Out] 1131.40/291.56 1131.40/291.56 * Chain [19]: 1 1131.40/291.56 with precondition: [V1=0,V=Out,V>=0] 1131.40/291.56 1131.40/291.56 * Chain [18]: 1 1131.40/291.56 with precondition: [V=0,V1=Out,V1>=0] 1131.40/291.56 1131.40/291.56 * Chain [17]: 0 1131.40/291.56 with precondition: [Out=0,V1>=0,V>=0] 1131.40/291.56 1131.40/291.56 1131.40/291.56 #### Cost of chains of min(V1,V,Out): 1131.40/291.56 * Chain [[20],22]: 1*it(20)+1 1131.40/291.56 Such that:it(20) =< Out 1131.40/291.56 1131.40/291.56 with precondition: [Out>=1,V1>=Out,V>=Out] 1131.40/291.56 1131.40/291.56 * Chain [[20],21]: 1*it(20)+1 1131.40/291.56 Such that:it(20) =< Out 1131.40/291.56 1131.40/291.56 with precondition: [V=Out,V>=1,V1>=V] 1131.40/291.56 1131.40/291.56 * Chain [22]: 1 1131.40/291.56 with precondition: [Out=0,V1>=0,V>=0] 1131.40/291.56 1131.40/291.56 * Chain [21]: 1 1131.40/291.56 with precondition: [V=0,Out=0,V1>=0] 1131.40/291.56 1131.40/291.56 1131.40/291.56 #### Cost of chains of minus(V1,V,Out): 1131.40/291.56 * Chain [[23],25]: 1*it(23)+1 1131.40/291.56 Such that:it(23) =< V 1131.40/291.56 1131.40/291.56 with precondition: [V1=Out+V,V>=1,V1>=V] 1131.40/291.56 1131.40/291.56 * Chain [[23],24]: 1*it(23)+0 1131.40/291.56 Such that:it(23) =< V 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=1,V>=1] 1131.40/291.56 1131.40/291.56 * Chain [25]: 1 1131.40/291.56 with precondition: [V=0,V1=Out,V1>=0] 1131.40/291.56 1131.40/291.56 * Chain [24]: 0 1131.40/291.56 with precondition: [Out=0,V1>=0,V>=0] 1131.40/291.56 1131.40/291.56 1131.40/291.56 #### Cost of chains of gcd(V1,V,Out): 1131.40/291.56 * Chain [[39,41],45]: 5*it(39)+5*it(41)+1 1131.40/291.56 Such that:aux(11) =< V1 1131.40/291.56 aux(12) =< V1+V 1131.40/291.56 aux(13) =< V 1131.40/291.56 it(39) =< aux(12) 1131.40/291.56 it(41) =< aux(12) 1131.40/291.56 it(39) =< aux(13)+aux(11) 1131.40/291.56 1131.40/291.56 with precondition: [Out=1,V1>=1,V>=1] 1131.40/291.56 1131.40/291.56 * Chain [[39,41],43]: 5*it(39)+5*it(41)+0 1131.40/291.56 Such that:aux(14) =< V1 1131.40/291.56 aux(15) =< V1+V 1131.40/291.56 aux(16) =< V 1131.40/291.56 it(39) =< aux(15) 1131.40/291.56 it(41) =< aux(15) 1131.40/291.56 it(39) =< aux(16)+aux(14) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=1,V>=1] 1131.40/291.56 1131.40/291.56 * Chain [[39,41],42,45]: 5*it(39)+14*it(41)+9*s(7)+5 1131.40/291.56 Such that:aux(22) =< 1 1131.40/291.56 aux(23) =< V1 1131.40/291.56 aux(24) =< V1+V 1131.40/291.56 aux(25) =< V 1131.40/291.56 it(41) =< aux(24) 1131.40/291.56 s(7) =< aux(22) 1131.40/291.56 it(39) =< aux(24) 1131.40/291.56 it(39) =< aux(25)+aux(23) 1131.40/291.56 1131.40/291.56 with precondition: [Out=1,V1>=1,V>=1,V+V1>=3] 1131.40/291.56 1131.40/291.56 * Chain [[39,41],42,43]: 5*it(39)+14*it(41)+9*s(7)+4 1131.40/291.56 Such that:aux(22) =< 1 1131.40/291.56 aux(26) =< V1 1131.40/291.56 aux(27) =< V1+V 1131.40/291.56 aux(28) =< V 1131.40/291.56 it(41) =< aux(27) 1131.40/291.56 s(7) =< aux(22) 1131.40/291.56 it(39) =< aux(27) 1131.40/291.56 it(39) =< aux(28)+aux(26) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=1,V>=1,V+V1>=3] 1131.40/291.56 1131.40/291.56 * Chain [[39,41],40,45]: 5*it(39)+5*it(41)+5 1131.40/291.56 Such that:aux(29) =< V1 1131.40/291.56 aux(30) =< V1+V 1131.40/291.56 aux(31) =< V 1131.40/291.56 it(39) =< aux(30) 1131.40/291.56 it(41) =< aux(30) 1131.40/291.56 it(39) =< aux(31)+aux(29) 1131.40/291.56 1131.40/291.56 with precondition: [Out=1,V1>=1,V>=1,V+V1>=3] 1131.40/291.56 1131.40/291.56 * Chain [[39,41],40,43]: 5*it(39)+5*it(41)+4 1131.40/291.56 Such that:aux(32) =< V1 1131.40/291.56 aux(33) =< V1+V 1131.40/291.56 aux(34) =< V 1131.40/291.56 it(39) =< aux(33) 1131.40/291.56 it(41) =< aux(33) 1131.40/291.56 it(39) =< aux(34)+aux(32) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=1,V>=1,V+V1>=3] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],[39,41],45]: 18*it(26)+18*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+1 1131.40/291.56 Such that:aux(90) =< V1 1131.40/291.56 aux(91) =< V1+V 1131.40/291.56 aux(92) =< V 1131.40/291.56 it(39) =< aux(91) 1131.40/291.56 it(27) =< aux(91) 1131.40/291.56 it(39) =< aux(91)+aux(91) 1131.40/291.56 it(26) =< aux(91) 1131.40/291.56 aux(59) =< aux(91) 1131.40/291.56 aux(56) =< aux(92) 1131.40/291.56 aux(65) =< aux(91)-1 1131.40/291.56 it(26) =< aux(92)+aux(92)+aux(90) 1131.40/291.56 s(117) =< it(27)*aux(91) 1131.40/291.56 s(116) =< aux(92)+aux(92)+aux(90) 1131.40/291.56 s(135) =< aux(92)+aux(92)+aux(90) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(92) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=1,V1>=2,V>=2] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],[39,41],43]: 18*it(26)+18*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+0 1131.40/291.56 Such that:aux(93) =< V1 1131.40/291.56 aux(94) =< V1+V 1131.40/291.56 aux(95) =< V 1131.40/291.56 it(39) =< aux(94) 1131.40/291.56 it(27) =< aux(94) 1131.40/291.56 it(39) =< aux(94)+aux(94) 1131.40/291.56 it(26) =< aux(94) 1131.40/291.56 aux(59) =< aux(94) 1131.40/291.56 aux(56) =< aux(95) 1131.40/291.56 aux(65) =< aux(94)-1 1131.40/291.56 it(26) =< aux(95)+aux(95)+aux(93) 1131.40/291.56 s(117) =< it(27)*aux(94) 1131.40/291.56 s(116) =< aux(95)+aux(95)+aux(93) 1131.40/291.56 s(135) =< aux(95)+aux(95)+aux(93) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(95) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=2,V>=2] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],[39,41],42,45]: 18*it(26)+27*it(27)+5*it(39)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+5 1131.40/291.56 Such that:aux(22) =< 1 1131.40/291.56 aux(96) =< V1 1131.40/291.56 aux(97) =< V1+V 1131.40/291.56 aux(98) =< V 1131.40/291.56 it(27) =< aux(97) 1131.40/291.56 s(7) =< aux(22) 1131.40/291.56 it(39) =< aux(97) 1131.40/291.56 it(39) =< aux(97)+aux(97) 1131.40/291.56 it(26) =< aux(97) 1131.40/291.56 aux(59) =< aux(97) 1131.40/291.56 aux(56) =< aux(98) 1131.40/291.56 aux(65) =< aux(97)-1 1131.40/291.56 it(26) =< aux(98)+aux(98)+aux(96) 1131.40/291.56 s(117) =< it(27)*aux(97) 1131.40/291.56 s(116) =< aux(98)+aux(98)+aux(96) 1131.40/291.56 s(135) =< aux(98)+aux(98)+aux(96) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(98) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=1,V1>=2,V>=2] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],[39,41],42,43]: 18*it(26)+27*it(27)+5*it(39)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+4 1131.40/291.56 Such that:aux(22) =< 1 1131.40/291.56 aux(99) =< V1 1131.40/291.56 aux(100) =< V1+V 1131.40/291.56 aux(101) =< V 1131.40/291.56 it(27) =< aux(100) 1131.40/291.56 s(7) =< aux(22) 1131.40/291.56 it(39) =< aux(100) 1131.40/291.56 it(39) =< aux(100)+aux(100) 1131.40/291.56 it(26) =< aux(100) 1131.40/291.56 aux(59) =< aux(100) 1131.40/291.56 aux(56) =< aux(101) 1131.40/291.56 aux(65) =< aux(100)-1 1131.40/291.56 it(26) =< aux(101)+aux(101)+aux(99) 1131.40/291.56 s(117) =< it(27)*aux(100) 1131.40/291.56 s(116) =< aux(101)+aux(101)+aux(99) 1131.40/291.56 s(135) =< aux(101)+aux(101)+aux(99) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(101) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=2,V>=2] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],[39,41],40,45]: 18*it(26)+18*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+5 1131.40/291.56 Such that:aux(102) =< V1 1131.40/291.56 aux(103) =< V1+V 1131.40/291.56 aux(104) =< V 1131.40/291.56 it(39) =< aux(103) 1131.40/291.56 it(27) =< aux(103) 1131.40/291.56 it(39) =< aux(103)+aux(103) 1131.40/291.56 it(26) =< aux(103) 1131.40/291.56 aux(59) =< aux(103) 1131.40/291.56 aux(56) =< aux(104) 1131.40/291.56 aux(65) =< aux(103)-1 1131.40/291.56 it(26) =< aux(104)+aux(104)+aux(102) 1131.40/291.56 s(117) =< it(27)*aux(103) 1131.40/291.56 s(116) =< aux(104)+aux(104)+aux(102) 1131.40/291.56 s(135) =< aux(104)+aux(104)+aux(102) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(104) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=1,V1>=2,V>=2] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],[39,41],40,43]: 18*it(26)+18*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+4 1131.40/291.56 Such that:aux(105) =< V1 1131.40/291.56 aux(106) =< V1+V 1131.40/291.56 aux(107) =< V 1131.40/291.56 it(39) =< aux(106) 1131.40/291.56 it(27) =< aux(106) 1131.40/291.56 it(39) =< aux(106)+aux(106) 1131.40/291.56 it(26) =< aux(106) 1131.40/291.56 aux(59) =< aux(106) 1131.40/291.56 aux(56) =< aux(107) 1131.40/291.56 aux(65) =< aux(106)-1 1131.40/291.56 it(26) =< aux(107)+aux(107)+aux(105) 1131.40/291.56 s(117) =< it(27)*aux(106) 1131.40/291.56 s(116) =< aux(107)+aux(107)+aux(105) 1131.40/291.56 s(135) =< aux(107)+aux(107)+aux(105) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(107) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=2,V>=2] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],45]: 18*it(26)+10*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+3*s(118)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+1 1131.40/291.56 Such that:aux(85) =< V1+V 1131.40/291.56 aux(86) =< V1+V-Out 1131.40/291.56 aux(88) =< V 1131.40/291.56 aux(89) =< V-Out 1131.40/291.56 aux(108) =< V1 1131.40/291.56 it(26) =< aux(85) 1131.40/291.56 it(27) =< aux(85) 1131.40/291.56 s(121) =< aux(85) 1131.40/291.56 it(26) =< aux(86) 1131.40/291.56 it(27) =< aux(86) 1131.40/291.56 s(121) =< aux(86) 1131.40/291.56 aux(43) =< aux(88) 1131.40/291.56 aux(43) =< aux(89) 1131.40/291.56 aux(59) =< aux(85) 1131.40/291.56 aux(56) =< aux(88) 1131.40/291.56 aux(65) =< aux(85)-1 1131.40/291.56 it(26) =< aux(43)+aux(43)+aux(108) 1131.40/291.56 s(117) =< it(27)*aux(85) 1131.40/291.56 s(116) =< aux(43)+aux(43)+aux(108) 1131.40/291.56 s(135) =< aux(43)+aux(43)+aux(108) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(88) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(118) =< s(121) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out>=2,V1>=Out,V>=Out] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],43]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+0 1131.40/291.56 Such that:aux(109) =< V1 1131.40/291.56 aux(110) =< V1+V 1131.40/291.56 aux(111) =< V 1131.40/291.56 it(26) =< aux(110) 1131.40/291.56 it(27) =< aux(110) 1131.40/291.56 aux(59) =< aux(110) 1131.40/291.56 aux(56) =< aux(111) 1131.40/291.56 aux(65) =< aux(110)-1 1131.40/291.56 it(26) =< aux(111)+aux(111)+aux(109) 1131.40/291.56 s(117) =< it(27)*aux(110) 1131.40/291.56 s(116) =< aux(111)+aux(111)+aux(109) 1131.40/291.56 s(135) =< aux(111)+aux(111)+aux(109) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(111) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=2,V>=2] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],42,45]: 18*it(26)+31*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+5 1131.40/291.56 Such that:aux(112) =< V1 1131.40/291.56 aux(113) =< V1+V 1131.40/291.56 aux(114) =< V 1131.40/291.56 it(27) =< aux(113) 1131.40/291.56 it(26) =< aux(113) 1131.40/291.56 aux(59) =< aux(113) 1131.40/291.56 aux(56) =< aux(114) 1131.40/291.56 aux(65) =< aux(113)-1 1131.40/291.56 it(26) =< aux(114)+aux(114)+aux(112) 1131.40/291.56 s(117) =< it(27)*aux(113) 1131.40/291.56 s(116) =< aux(114)+aux(114)+aux(112) 1131.40/291.56 s(135) =< aux(114)+aux(114)+aux(112) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(114) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=1,V1>=2,V>=2] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],42,43]: 18*it(26)+31*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+4 1131.40/291.56 Such that:aux(115) =< V1 1131.40/291.56 aux(116) =< V1+V 1131.40/291.56 aux(117) =< V 1131.40/291.56 it(27) =< aux(116) 1131.40/291.56 it(26) =< aux(116) 1131.40/291.56 aux(59) =< aux(116) 1131.40/291.56 aux(56) =< aux(117) 1131.40/291.56 aux(65) =< aux(116)-1 1131.40/291.56 it(26) =< aux(117)+aux(117)+aux(115) 1131.40/291.56 s(117) =< it(27)*aux(116) 1131.40/291.56 s(116) =< aux(117)+aux(117)+aux(115) 1131.40/291.56 s(135) =< aux(117)+aux(117)+aux(115) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(117) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=2,V>=2] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],37,45]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+5*s(139)+4*s(142)+5 1131.40/291.56 Such that:aux(84) =< V1 1131.40/291.56 aux(87) =< V1-Out 1131.40/291.56 aux(120) =< Out 1131.40/291.56 aux(121) =< V1+V 1131.40/291.56 aux(122) =< V 1131.40/291.56 s(139) =< aux(122) 1131.40/291.56 s(142) =< aux(120) 1131.40/291.56 it(26) =< aux(121) 1131.40/291.56 it(27) =< aux(121) 1131.40/291.56 aux(59) =< aux(121) 1131.40/291.56 aux(56) =< aux(122) 1131.40/291.56 aux(65) =< aux(121)-1 1131.40/291.56 it(26) =< aux(122)+aux(122)+aux(84) 1131.40/291.56 s(117) =< it(27)*aux(121) 1131.40/291.56 it(26) =< aux(122)+aux(122)+aux(87) 1131.40/291.56 s(116) =< aux(122)+aux(122)+aux(87) 1131.40/291.56 s(135) =< aux(122)+aux(122)+aux(87) 1131.40/291.56 s(116) =< aux(122)+aux(122)+aux(84) 1131.40/291.56 s(135) =< aux(122)+aux(122)+aux(84) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(122) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out>=2,V1>=Out,V>=Out,V+V1>=2*Out+1] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],37,43]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9*s(139)+4 1131.40/291.56 Such that:aux(124) =< V1 1131.40/291.56 aux(125) =< V1+V 1131.40/291.56 aux(126) =< V 1131.40/291.56 s(139) =< aux(126) 1131.40/291.56 it(26) =< aux(125) 1131.40/291.56 it(27) =< aux(125) 1131.40/291.56 aux(59) =< aux(125) 1131.40/291.56 aux(56) =< aux(126) 1131.40/291.56 aux(65) =< aux(125)-1 1131.40/291.56 it(26) =< aux(126)+aux(126)+aux(124) 1131.40/291.56 s(117) =< it(27)*aux(125) 1131.40/291.56 s(116) =< aux(126)+aux(126)+aux(124) 1131.40/291.56 s(135) =< aux(126)+aux(126)+aux(124) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(126) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=2,V>=2,V+V1>=5] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],36,[39,41],45]: 18*it(26)+19*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+6 1131.40/291.56 Such that:aux(13) =< 1 1131.40/291.56 aux(128) =< V1 1131.40/291.56 aux(129) =< V1+V 1131.40/291.56 aux(130) =< V 1131.40/291.56 it(27) =< aux(129) 1131.40/291.56 it(39) =< aux(129) 1131.40/291.56 it(39) =< aux(13)+aux(129) 1131.40/291.56 it(26) =< aux(129) 1131.40/291.56 aux(59) =< aux(129) 1131.40/291.56 aux(56) =< aux(130) 1131.40/291.56 aux(65) =< aux(129)-1 1131.40/291.56 it(26) =< aux(130)+aux(130)+aux(128) 1131.40/291.56 s(117) =< it(27)*aux(129) 1131.40/291.56 s(116) =< aux(130)+aux(130)+aux(128) 1131.40/291.56 s(135) =< aux(130)+aux(130)+aux(128) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(130) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=1,V1>=2,V>=2,V+V1>=5] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],36,[39,41],43]: 18*it(26)+19*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+5 1131.40/291.56 Such that:aux(16) =< 1 1131.40/291.56 aux(132) =< V1 1131.40/291.56 aux(133) =< V1+V 1131.40/291.56 aux(134) =< V 1131.40/291.56 it(27) =< aux(133) 1131.40/291.56 it(39) =< aux(133) 1131.40/291.56 it(39) =< aux(16)+aux(133) 1131.40/291.56 it(26) =< aux(133) 1131.40/291.56 aux(59) =< aux(133) 1131.40/291.56 aux(56) =< aux(134) 1131.40/291.56 aux(65) =< aux(133)-1 1131.40/291.56 it(26) =< aux(134)+aux(134)+aux(132) 1131.40/291.56 s(117) =< it(27)*aux(133) 1131.40/291.56 s(116) =< aux(134)+aux(134)+aux(132) 1131.40/291.56 s(135) =< aux(134)+aux(134)+aux(132) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(134) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=2,V>=2,V+V1>=5] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],36,[39,41],42,45]: 18*it(26)+28*it(27)+5*it(39)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+10 1131.40/291.56 Such that:aux(135) =< 1 1131.40/291.56 aux(137) =< V1 1131.40/291.56 aux(138) =< V1+V 1131.40/291.56 aux(139) =< V 1131.40/291.56 it(27) =< aux(138) 1131.40/291.56 s(7) =< aux(135) 1131.40/291.56 it(39) =< aux(138) 1131.40/291.56 it(39) =< aux(135)+aux(138) 1131.40/291.56 it(26) =< aux(138) 1131.40/291.56 aux(59) =< aux(138) 1131.40/291.56 aux(56) =< aux(139) 1131.40/291.56 aux(65) =< aux(138)-1 1131.40/291.56 it(26) =< aux(139)+aux(139)+aux(137) 1131.40/291.56 s(117) =< it(27)*aux(138) 1131.40/291.56 s(116) =< aux(139)+aux(139)+aux(137) 1131.40/291.56 s(135) =< aux(139)+aux(139)+aux(137) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(139) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=1,V1>=2,V>=2,V+V1>=6] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],36,[39,41],42,43]: 18*it(26)+28*it(27)+5*it(39)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.56 Such that:aux(140) =< 1 1131.40/291.56 aux(142) =< V1 1131.40/291.56 aux(143) =< V1+V 1131.40/291.56 aux(144) =< V 1131.40/291.56 it(27) =< aux(143) 1131.40/291.56 s(7) =< aux(140) 1131.40/291.56 it(39) =< aux(143) 1131.40/291.56 it(39) =< aux(140)+aux(143) 1131.40/291.56 it(26) =< aux(143) 1131.40/291.56 aux(59) =< aux(143) 1131.40/291.56 aux(56) =< aux(144) 1131.40/291.56 aux(65) =< aux(143)-1 1131.40/291.56 it(26) =< aux(144)+aux(144)+aux(142) 1131.40/291.56 s(117) =< it(27)*aux(143) 1131.40/291.56 s(116) =< aux(144)+aux(144)+aux(142) 1131.40/291.56 s(135) =< aux(144)+aux(144)+aux(142) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(144) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=2,V>=2,V+V1>=6] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],36,[39,41],40,45]: 18*it(26)+19*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+10 1131.40/291.56 Such that:aux(31) =< 1 1131.40/291.56 aux(146) =< V1 1131.40/291.56 aux(147) =< V1+V 1131.40/291.56 aux(148) =< V 1131.40/291.56 it(27) =< aux(147) 1131.40/291.56 it(39) =< aux(147) 1131.40/291.56 it(39) =< aux(31)+aux(147) 1131.40/291.56 it(26) =< aux(147) 1131.40/291.56 aux(59) =< aux(147) 1131.40/291.56 aux(56) =< aux(148) 1131.40/291.56 aux(65) =< aux(147)-1 1131.40/291.56 it(26) =< aux(148)+aux(148)+aux(146) 1131.40/291.56 s(117) =< it(27)*aux(147) 1131.40/291.56 s(116) =< aux(148)+aux(148)+aux(146) 1131.40/291.56 s(135) =< aux(148)+aux(148)+aux(146) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(148) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=1,V1>=2,V>=2,V+V1>=6] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],36,[39,41],40,43]: 18*it(26)+19*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.56 Such that:aux(34) =< 1 1131.40/291.56 aux(150) =< V1 1131.40/291.56 aux(151) =< V1+V 1131.40/291.56 aux(152) =< V 1131.40/291.56 it(27) =< aux(151) 1131.40/291.56 it(39) =< aux(151) 1131.40/291.56 it(39) =< aux(34)+aux(151) 1131.40/291.56 it(26) =< aux(151) 1131.40/291.56 aux(59) =< aux(151) 1131.40/291.56 aux(56) =< aux(152) 1131.40/291.56 aux(65) =< aux(151)-1 1131.40/291.56 it(26) =< aux(152)+aux(152)+aux(150) 1131.40/291.56 s(117) =< it(27)*aux(151) 1131.40/291.56 s(116) =< aux(152)+aux(152)+aux(150) 1131.40/291.56 s(135) =< aux(152)+aux(152)+aux(150) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(152) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=2,V>=2,V+V1>=6] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],36,43]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+1*s(149)+5 1131.40/291.56 Such that:aux(153) =< V1 1131.40/291.56 aux(154) =< V1+V 1131.40/291.56 aux(155) =< V 1131.40/291.56 s(149) =< aux(155) 1131.40/291.56 it(26) =< aux(154) 1131.40/291.56 it(27) =< aux(154) 1131.40/291.56 aux(59) =< aux(154) 1131.40/291.56 aux(56) =< aux(155) 1131.40/291.56 aux(65) =< aux(154)-1 1131.40/291.56 it(26) =< aux(155)+aux(155)+aux(153) 1131.40/291.56 s(117) =< it(27)*aux(154) 1131.40/291.56 s(116) =< aux(155)+aux(155)+aux(153) 1131.40/291.56 s(135) =< aux(155)+aux(155)+aux(153) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(155) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=2,V>=2,V+V1>=5] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],36,42,45]: 18*it(26)+23*it(27)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+10 1131.40/291.56 Such that:aux(22) =< 1 1131.40/291.56 aux(156) =< V1 1131.40/291.56 aux(157) =< V1+V 1131.40/291.56 aux(158) =< V 1131.40/291.56 it(27) =< aux(157) 1131.40/291.56 s(7) =< aux(22) 1131.40/291.56 it(26) =< aux(157) 1131.40/291.56 aux(59) =< aux(157) 1131.40/291.56 aux(56) =< aux(158) 1131.40/291.56 aux(65) =< aux(157)-1 1131.40/291.56 it(26) =< aux(158)+aux(158)+aux(156) 1131.40/291.56 s(117) =< it(27)*aux(157) 1131.40/291.56 s(116) =< aux(158)+aux(158)+aux(156) 1131.40/291.56 s(135) =< aux(158)+aux(158)+aux(156) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(158) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=1,V1>=2,V>=2,V+V1>=5] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],36,42,43]: 18*it(26)+23*it(27)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.56 Such that:aux(22) =< 1 1131.40/291.56 aux(159) =< V1 1131.40/291.56 aux(160) =< V1+V 1131.40/291.56 aux(161) =< V 1131.40/291.56 it(27) =< aux(160) 1131.40/291.56 s(7) =< aux(22) 1131.40/291.56 it(26) =< aux(160) 1131.40/291.56 aux(59) =< aux(160) 1131.40/291.56 aux(56) =< aux(161) 1131.40/291.56 aux(65) =< aux(160)-1 1131.40/291.56 it(26) =< aux(161)+aux(161)+aux(159) 1131.40/291.56 s(117) =< it(27)*aux(160) 1131.40/291.56 s(116) =< aux(161)+aux(161)+aux(159) 1131.40/291.56 s(135) =< aux(161)+aux(161)+aux(159) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(161) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=2,V>=2,V+V1>=5] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],36,40,45]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+1*s(149)+10 1131.40/291.56 Such that:aux(162) =< V1 1131.40/291.56 aux(163) =< V1+V 1131.40/291.56 aux(164) =< V 1131.40/291.56 s(149) =< aux(164) 1131.40/291.56 it(26) =< aux(163) 1131.40/291.56 it(27) =< aux(163) 1131.40/291.56 aux(59) =< aux(163) 1131.40/291.56 aux(56) =< aux(164) 1131.40/291.56 aux(65) =< aux(163)-1 1131.40/291.56 it(26) =< aux(164)+aux(164)+aux(162) 1131.40/291.56 s(117) =< it(27)*aux(163) 1131.40/291.56 s(116) =< aux(164)+aux(164)+aux(162) 1131.40/291.56 s(135) =< aux(164)+aux(164)+aux(162) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(164) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=1,V1>=2,V>=2,V+V1>=5] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],36,40,43]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+1*s(149)+9 1131.40/291.56 Such that:aux(165) =< V1 1131.40/291.56 aux(166) =< V1+V 1131.40/291.56 aux(167) =< V 1131.40/291.56 s(149) =< aux(167) 1131.40/291.56 it(26) =< aux(166) 1131.40/291.56 it(27) =< aux(166) 1131.40/291.56 aux(59) =< aux(166) 1131.40/291.56 aux(56) =< aux(167) 1131.40/291.56 aux(65) =< aux(166)-1 1131.40/291.56 it(26) =< aux(167)+aux(167)+aux(165) 1131.40/291.56 s(117) =< it(27)*aux(166) 1131.40/291.56 s(116) =< aux(167)+aux(167)+aux(165) 1131.40/291.56 s(135) =< aux(167)+aux(167)+aux(165) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(167) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=2,V>=2,V+V1>=5] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],35,[39,41],45]: 18*it(26)+19*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+6 1131.40/291.56 Such that:aux(13) =< 1 1131.40/291.56 aux(169) =< V1 1131.40/291.56 aux(170) =< V1+V 1131.40/291.56 aux(171) =< V 1131.40/291.56 it(27) =< aux(170) 1131.40/291.56 it(39) =< aux(170) 1131.40/291.56 it(39) =< aux(13)+aux(170) 1131.40/291.56 it(26) =< aux(170) 1131.40/291.56 aux(59) =< aux(170) 1131.40/291.56 aux(56) =< aux(171) 1131.40/291.56 aux(65) =< aux(170)-1 1131.40/291.56 it(26) =< aux(171)+aux(171)+aux(169) 1131.40/291.56 s(117) =< it(27)*aux(170) 1131.40/291.56 s(116) =< aux(171)+aux(171)+aux(169) 1131.40/291.56 s(135) =< aux(171)+aux(171)+aux(169) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(171) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=1,V1>=2,V>=2,V+V1>=5] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],35,[39,41],43]: 18*it(26)+19*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+5 1131.40/291.56 Such that:aux(16) =< 1 1131.40/291.56 aux(173) =< V1 1131.40/291.56 aux(174) =< V1+V 1131.40/291.56 aux(175) =< V 1131.40/291.56 it(27) =< aux(174) 1131.40/291.56 it(39) =< aux(174) 1131.40/291.56 it(39) =< aux(16)+aux(174) 1131.40/291.56 it(26) =< aux(174) 1131.40/291.56 aux(59) =< aux(174) 1131.40/291.56 aux(56) =< aux(175) 1131.40/291.56 aux(65) =< aux(174)-1 1131.40/291.56 it(26) =< aux(175)+aux(175)+aux(173) 1131.40/291.56 s(117) =< it(27)*aux(174) 1131.40/291.56 s(116) =< aux(175)+aux(175)+aux(173) 1131.40/291.56 s(135) =< aux(175)+aux(175)+aux(173) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(175) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=2,V>=2,V+V1>=5] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],35,[39,41],42,45]: 18*it(26)+28*it(27)+5*it(39)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+10 1131.40/291.56 Such that:aux(176) =< 1 1131.40/291.56 aux(178) =< V1 1131.40/291.56 aux(179) =< V1+V 1131.40/291.56 aux(180) =< V 1131.40/291.56 it(27) =< aux(179) 1131.40/291.56 s(7) =< aux(176) 1131.40/291.56 it(39) =< aux(179) 1131.40/291.56 it(39) =< aux(176)+aux(179) 1131.40/291.56 it(26) =< aux(179) 1131.40/291.56 aux(59) =< aux(179) 1131.40/291.56 aux(56) =< aux(180) 1131.40/291.56 aux(65) =< aux(179)-1 1131.40/291.56 it(26) =< aux(180)+aux(180)+aux(178) 1131.40/291.56 s(117) =< it(27)*aux(179) 1131.40/291.56 s(116) =< aux(180)+aux(180)+aux(178) 1131.40/291.56 s(135) =< aux(180)+aux(180)+aux(178) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(180) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=1,V1>=3,V>=3] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],35,[39,41],42,43]: 18*it(26)+28*it(27)+5*it(39)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.56 Such that:aux(181) =< 1 1131.40/291.56 aux(183) =< V1 1131.40/291.56 aux(184) =< V1+V 1131.40/291.56 aux(185) =< V 1131.40/291.56 it(27) =< aux(184) 1131.40/291.56 s(7) =< aux(181) 1131.40/291.56 it(39) =< aux(184) 1131.40/291.56 it(39) =< aux(181)+aux(184) 1131.40/291.56 it(26) =< aux(184) 1131.40/291.56 aux(59) =< aux(184) 1131.40/291.56 aux(56) =< aux(185) 1131.40/291.56 aux(65) =< aux(184)-1 1131.40/291.56 it(26) =< aux(185)+aux(185)+aux(183) 1131.40/291.56 s(117) =< it(27)*aux(184) 1131.40/291.56 s(116) =< aux(185)+aux(185)+aux(183) 1131.40/291.56 s(135) =< aux(185)+aux(185)+aux(183) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(185) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=3,V>=3] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],35,[39,41],40,45]: 18*it(26)+19*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+10 1131.40/291.56 Such that:aux(31) =< 1 1131.40/291.56 aux(187) =< V1 1131.40/291.56 aux(188) =< V1+V 1131.40/291.56 aux(189) =< V 1131.40/291.56 it(27) =< aux(188) 1131.40/291.56 it(39) =< aux(188) 1131.40/291.56 it(39) =< aux(31)+aux(188) 1131.40/291.56 it(26) =< aux(188) 1131.40/291.56 aux(59) =< aux(188) 1131.40/291.56 aux(56) =< aux(189) 1131.40/291.56 aux(65) =< aux(188)-1 1131.40/291.56 it(26) =< aux(189)+aux(189)+aux(187) 1131.40/291.56 s(117) =< it(27)*aux(188) 1131.40/291.56 s(116) =< aux(189)+aux(189)+aux(187) 1131.40/291.56 s(135) =< aux(189)+aux(189)+aux(187) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(189) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=1,V1>=3,V>=3] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],35,[39,41],40,43]: 18*it(26)+19*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.56 Such that:aux(34) =< 1 1131.40/291.56 aux(191) =< V1 1131.40/291.56 aux(192) =< V1+V 1131.40/291.56 aux(193) =< V 1131.40/291.56 it(27) =< aux(192) 1131.40/291.56 it(39) =< aux(192) 1131.40/291.56 it(39) =< aux(34)+aux(192) 1131.40/291.56 it(26) =< aux(192) 1131.40/291.56 aux(59) =< aux(192) 1131.40/291.56 aux(56) =< aux(193) 1131.40/291.56 aux(65) =< aux(192)-1 1131.40/291.56 it(26) =< aux(193)+aux(193)+aux(191) 1131.40/291.56 s(117) =< it(27)*aux(192) 1131.40/291.56 s(116) =< aux(193)+aux(193)+aux(191) 1131.40/291.56 s(135) =< aux(193)+aux(193)+aux(191) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(193) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=3,V>=3] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],35,43]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+1*s(150)+5 1131.40/291.56 Such that:aux(194) =< V1 1131.40/291.56 aux(195) =< V1+V 1131.40/291.56 aux(196) =< V 1131.40/291.56 s(150) =< aux(194) 1131.40/291.56 it(26) =< aux(195) 1131.40/291.56 it(27) =< aux(195) 1131.40/291.56 aux(59) =< aux(195) 1131.40/291.56 aux(56) =< aux(196) 1131.40/291.56 aux(65) =< aux(195)-1 1131.40/291.56 it(26) =< aux(196)+aux(196)+aux(194) 1131.40/291.56 s(117) =< it(27)*aux(195) 1131.40/291.56 s(116) =< aux(196)+aux(196)+aux(194) 1131.40/291.56 s(135) =< aux(196)+aux(196)+aux(194) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(196) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=0,V1>=2,V>=2,V+V1>=5] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],35,42,45]: 18*it(26)+23*it(27)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+10 1131.40/291.56 Such that:aux(22) =< 1 1131.40/291.56 aux(197) =< V1 1131.40/291.56 aux(198) =< V1+V 1131.40/291.56 aux(199) =< V 1131.40/291.56 it(27) =< aux(198) 1131.40/291.56 s(7) =< aux(22) 1131.40/291.56 it(26) =< aux(198) 1131.40/291.56 aux(59) =< aux(198) 1131.40/291.56 aux(56) =< aux(199) 1131.40/291.56 aux(65) =< aux(198)-1 1131.40/291.56 it(26) =< aux(199)+aux(199)+aux(197) 1131.40/291.56 s(117) =< it(27)*aux(198) 1131.40/291.56 s(116) =< aux(199)+aux(199)+aux(197) 1131.40/291.56 s(135) =< aux(199)+aux(199)+aux(197) 1131.40/291.56 s(120) =< it(27)*aux(59) 1131.40/291.56 s(125) =< it(27)*aux(59) 1131.40/291.56 s(124) =< it(26)*aux(59) 1131.40/291.56 s(115) =< it(26)*aux(56) 1131.40/291.56 s(135) =< it(26)*aux(59) 1131.40/291.56 s(112) =< it(26)*aux(56) 1131.40/291.56 s(122) =< it(26)*aux(65) 1131.40/291.56 s(116) =< it(26)*aux(199) 1131.40/291.56 s(123) =< s(124) 1131.40/291.56 s(114) =< s(115) 1131.40/291.56 s(134) =< s(135) 1131.40/291.56 s(119) =< s(120) 1131.40/291.56 s(113) =< s(116) 1131.40/291.56 1131.40/291.56 with precondition: [Out=1,V1>=2,V>=2,V+V1>=5] 1131.40/291.56 1131.40/291.56 * Chain [[26,27,28,29,30,38],35,42,43]: 18*it(26)+23*it(27)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.56 Such that:aux(22) =< 1 1131.40/291.56 aux(200) =< V1 1131.40/291.56 aux(201) =< V1+V 1131.40/291.56 aux(202) =< V 1131.40/291.56 it(27) =< aux(201) 1131.40/291.56 s(7) =< aux(22) 1131.40/291.56 it(26) =< aux(201) 1131.40/291.57 aux(59) =< aux(201) 1131.40/291.57 aux(56) =< aux(202) 1131.40/291.57 aux(65) =< aux(201)-1 1131.40/291.57 it(26) =< aux(202)+aux(202)+aux(200) 1131.40/291.57 s(117) =< it(27)*aux(201) 1131.40/291.57 s(116) =< aux(202)+aux(202)+aux(200) 1131.40/291.57 s(135) =< aux(202)+aux(202)+aux(200) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(202) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=2,V+V1>=5] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],35,40,45]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+1*s(150)+10 1131.40/291.57 Such that:aux(203) =< V1 1131.40/291.57 aux(204) =< V1+V 1131.40/291.57 aux(205) =< V 1131.40/291.57 s(150) =< aux(203) 1131.40/291.57 it(26) =< aux(204) 1131.40/291.57 it(27) =< aux(204) 1131.40/291.57 aux(59) =< aux(204) 1131.40/291.57 aux(56) =< aux(205) 1131.40/291.57 aux(65) =< aux(204)-1 1131.40/291.57 it(26) =< aux(205)+aux(205)+aux(203) 1131.40/291.57 s(117) =< it(27)*aux(204) 1131.40/291.57 s(116) =< aux(205)+aux(205)+aux(203) 1131.40/291.57 s(135) =< aux(205)+aux(205)+aux(203) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(205) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=2,V>=2,V+V1>=5] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],35,40,43]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+1*s(150)+9 1131.40/291.57 Such that:aux(206) =< V1 1131.40/291.57 aux(207) =< V1+V 1131.40/291.57 aux(208) =< V 1131.40/291.57 s(150) =< aux(206) 1131.40/291.57 it(26) =< aux(207) 1131.40/291.57 it(27) =< aux(207) 1131.40/291.57 aux(59) =< aux(207) 1131.40/291.57 aux(56) =< aux(208) 1131.40/291.57 aux(65) =< aux(207)-1 1131.40/291.57 it(26) =< aux(208)+aux(208)+aux(206) 1131.40/291.57 s(117) =< it(27)*aux(207) 1131.40/291.57 s(116) =< aux(208)+aux(208)+aux(206) 1131.40/291.57 s(135) =< aux(208)+aux(208)+aux(206) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(208) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=2,V+V1>=5] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],34,[39,41],45]: 18*it(26)+22*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+5 1131.40/291.57 Such that:aux(13) =< 1 1131.40/291.57 aux(88) =< V 1131.40/291.57 aux(89) =< V+1 1131.40/291.57 aux(211) =< V1 1131.40/291.57 aux(212) =< V1+V 1131.40/291.57 it(27) =< aux(212) 1131.40/291.57 it(39) =< aux(212) 1131.40/291.57 it(39) =< aux(13)+aux(212) 1131.40/291.57 it(26) =< aux(212) 1131.40/291.57 aux(43) =< aux(88) 1131.40/291.57 aux(43) =< aux(89) 1131.40/291.57 aux(59) =< aux(212) 1131.40/291.57 aux(56) =< aux(88) 1131.40/291.57 aux(65) =< aux(212)-1 1131.40/291.57 it(26) =< aux(43)+aux(43)+aux(211) 1131.40/291.57 s(117) =< it(27)*aux(212) 1131.40/291.57 s(116) =< aux(43)+aux(43)+aux(211) 1131.40/291.57 s(135) =< aux(43)+aux(43)+aux(211) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(88) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=3,V>=3,V+V1>=7] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],34,[39,41],43]: 18*it(26)+22*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+4 1131.40/291.57 Such that:aux(16) =< 1 1131.40/291.57 aux(88) =< V 1131.40/291.57 aux(89) =< V+1 1131.40/291.57 aux(214) =< V1 1131.40/291.57 aux(215) =< V1+V 1131.40/291.57 it(27) =< aux(215) 1131.40/291.57 it(39) =< aux(215) 1131.40/291.57 it(39) =< aux(16)+aux(215) 1131.40/291.57 it(26) =< aux(215) 1131.40/291.57 aux(43) =< aux(88) 1131.40/291.57 aux(43) =< aux(89) 1131.40/291.57 aux(59) =< aux(215) 1131.40/291.57 aux(56) =< aux(88) 1131.40/291.57 aux(65) =< aux(215)-1 1131.40/291.57 it(26) =< aux(43)+aux(43)+aux(214) 1131.40/291.57 s(117) =< it(27)*aux(215) 1131.40/291.57 s(116) =< aux(43)+aux(43)+aux(214) 1131.40/291.57 s(135) =< aux(43)+aux(43)+aux(214) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(88) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=3,V>=3,V+V1>=7] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],34,[39,41],42,45]: 18*it(26)+31*it(27)+5*it(39)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.57 Such that:aux(216) =< 1 1131.40/291.57 aux(88) =< V 1131.40/291.57 aux(89) =< V+1 1131.40/291.57 aux(218) =< V1 1131.40/291.57 aux(219) =< V1+V 1131.40/291.57 it(27) =< aux(219) 1131.40/291.57 s(7) =< aux(216) 1131.40/291.57 it(39) =< aux(219) 1131.40/291.57 it(39) =< aux(216)+aux(219) 1131.40/291.57 it(26) =< aux(219) 1131.40/291.57 aux(43) =< aux(88) 1131.40/291.57 aux(43) =< aux(89) 1131.40/291.57 aux(59) =< aux(219) 1131.40/291.57 aux(56) =< aux(88) 1131.40/291.57 aux(65) =< aux(219)-1 1131.40/291.57 it(26) =< aux(43)+aux(43)+aux(218) 1131.40/291.57 s(117) =< it(27)*aux(219) 1131.40/291.57 s(116) =< aux(43)+aux(43)+aux(218) 1131.40/291.57 s(135) =< aux(43)+aux(43)+aux(218) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(88) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=4,V>=4,V+V1>=9] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],34,[39,41],42,43]: 18*it(26)+31*it(27)+5*it(39)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+8 1131.40/291.57 Such that:aux(220) =< 1 1131.40/291.57 aux(88) =< V 1131.40/291.57 aux(89) =< V+1 1131.40/291.57 aux(222) =< V1 1131.40/291.57 aux(223) =< V1+V 1131.40/291.57 it(27) =< aux(223) 1131.40/291.57 s(7) =< aux(220) 1131.40/291.57 it(39) =< aux(223) 1131.40/291.57 it(39) =< aux(220)+aux(223) 1131.40/291.57 it(26) =< aux(223) 1131.40/291.57 aux(43) =< aux(88) 1131.40/291.57 aux(43) =< aux(89) 1131.40/291.57 aux(59) =< aux(223) 1131.40/291.57 aux(56) =< aux(88) 1131.40/291.57 aux(65) =< aux(223)-1 1131.40/291.57 it(26) =< aux(43)+aux(43)+aux(222) 1131.40/291.57 s(117) =< it(27)*aux(223) 1131.40/291.57 s(116) =< aux(43)+aux(43)+aux(222) 1131.40/291.57 s(135) =< aux(43)+aux(43)+aux(222) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(88) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=4,V>=4,V+V1>=9] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],34,[39,41],40,45]: 18*it(26)+22*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.57 Such that:aux(31) =< 1 1131.40/291.57 aux(88) =< V 1131.40/291.57 aux(89) =< V+1 1131.40/291.57 aux(225) =< V1 1131.40/291.57 aux(226) =< V1+V 1131.40/291.57 it(27) =< aux(226) 1131.40/291.57 it(39) =< aux(226) 1131.40/291.57 it(39) =< aux(31)+aux(226) 1131.40/291.57 it(26) =< aux(226) 1131.40/291.57 aux(43) =< aux(88) 1131.40/291.57 aux(43) =< aux(89) 1131.40/291.57 aux(59) =< aux(226) 1131.40/291.57 aux(56) =< aux(88) 1131.40/291.57 aux(65) =< aux(226)-1 1131.40/291.57 it(26) =< aux(43)+aux(43)+aux(225) 1131.40/291.57 s(117) =< it(27)*aux(226) 1131.40/291.57 s(116) =< aux(43)+aux(43)+aux(225) 1131.40/291.57 s(135) =< aux(43)+aux(43)+aux(225) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(88) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=4,V>=4,V+V1>=9] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],34,[39,41],40,43]: 18*it(26)+22*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+8 1131.40/291.57 Such that:aux(34) =< 1 1131.40/291.57 aux(88) =< V 1131.40/291.57 aux(89) =< V+1 1131.40/291.57 aux(228) =< V1 1131.40/291.57 aux(229) =< V1+V 1131.40/291.57 it(27) =< aux(229) 1131.40/291.57 it(39) =< aux(229) 1131.40/291.57 it(39) =< aux(34)+aux(229) 1131.40/291.57 it(26) =< aux(229) 1131.40/291.57 aux(43) =< aux(88) 1131.40/291.57 aux(43) =< aux(89) 1131.40/291.57 aux(59) =< aux(229) 1131.40/291.57 aux(56) =< aux(88) 1131.40/291.57 aux(65) =< aux(229)-1 1131.40/291.57 it(26) =< aux(43)+aux(43)+aux(228) 1131.40/291.57 s(117) =< it(27)*aux(229) 1131.40/291.57 s(116) =< aux(43)+aux(43)+aux(228) 1131.40/291.57 s(135) =< aux(43)+aux(43)+aux(228) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(88) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=4,V>=4,V+V1>=9] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],34,45]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+4*s(151)+5 1131.40/291.57 Such that:aux(231) =< V1 1131.40/291.57 aux(232) =< V1+V 1131.40/291.57 aux(233) =< V 1131.40/291.57 s(151) =< aux(233) 1131.40/291.57 it(26) =< aux(232) 1131.40/291.57 it(27) =< aux(232) 1131.40/291.57 aux(59) =< aux(232) 1131.40/291.57 aux(56) =< aux(233) 1131.40/291.57 aux(65) =< aux(232)-1 1131.40/291.57 it(26) =< aux(233)+aux(233)+aux(231) 1131.40/291.57 s(117) =< it(27)*aux(232) 1131.40/291.57 s(116) =< aux(233)+aux(233)+aux(231) 1131.40/291.57 s(135) =< aux(233)+aux(233)+aux(231) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(233) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=2,V>=2,V+V1>=5] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],34,43]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+4*s(151)+4 1131.40/291.57 Such that:aux(235) =< V1 1131.40/291.57 aux(236) =< V1+V 1131.40/291.57 aux(237) =< V 1131.40/291.57 s(151) =< aux(237) 1131.40/291.57 it(26) =< aux(236) 1131.40/291.57 it(27) =< aux(236) 1131.40/291.57 aux(59) =< aux(236) 1131.40/291.57 aux(56) =< aux(237) 1131.40/291.57 aux(65) =< aux(236)-1 1131.40/291.57 it(26) =< aux(237)+aux(237)+aux(235) 1131.40/291.57 s(117) =< it(27)*aux(236) 1131.40/291.57 s(116) =< aux(237)+aux(237)+aux(235) 1131.40/291.57 s(135) =< aux(237)+aux(237)+aux(235) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(237) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=2,V+V1>=5] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],34,42,45]: 18*it(26)+13*it(27)+9*s(7)+13*s(15)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.57 Such that:aux(22) =< 1 1131.40/291.57 aux(239) =< V1 1131.40/291.57 aux(240) =< V1+V 1131.40/291.57 aux(241) =< V 1131.40/291.57 s(15) =< aux(241) 1131.40/291.57 s(7) =< aux(22) 1131.40/291.57 it(26) =< aux(240) 1131.40/291.57 it(27) =< aux(240) 1131.40/291.57 aux(59) =< aux(240) 1131.40/291.57 aux(56) =< aux(241) 1131.40/291.57 aux(65) =< aux(240)-1 1131.40/291.57 it(26) =< aux(241)+aux(241)+aux(239) 1131.40/291.57 s(117) =< it(27)*aux(240) 1131.40/291.57 s(116) =< aux(241)+aux(241)+aux(239) 1131.40/291.57 s(135) =< aux(241)+aux(241)+aux(239) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(241) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=3,V>=3,V+V1>=7] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],34,42,43]: 18*it(26)+13*it(27)+9*s(7)+13*s(15)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+8 1131.40/291.57 Such that:aux(22) =< 1 1131.40/291.57 aux(243) =< V1 1131.40/291.57 aux(244) =< V1+V 1131.40/291.57 aux(245) =< V 1131.40/291.57 s(15) =< aux(245) 1131.40/291.57 s(7) =< aux(22) 1131.40/291.57 it(26) =< aux(244) 1131.40/291.57 it(27) =< aux(244) 1131.40/291.57 aux(59) =< aux(244) 1131.40/291.57 aux(56) =< aux(245) 1131.40/291.57 aux(65) =< aux(244)-1 1131.40/291.57 it(26) =< aux(245)+aux(245)+aux(243) 1131.40/291.57 s(117) =< it(27)*aux(244) 1131.40/291.57 s(116) =< aux(245)+aux(245)+aux(243) 1131.40/291.57 s(135) =< aux(245)+aux(245)+aux(243) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(245) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=3,V>=3,V+V1>=7] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],34,40,45]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+4*s(151)+9 1131.40/291.57 Such that:aux(247) =< V1 1131.40/291.57 aux(248) =< V1+V 1131.40/291.57 aux(249) =< V 1131.40/291.57 s(151) =< aux(249) 1131.40/291.57 it(26) =< aux(248) 1131.40/291.57 it(27) =< aux(248) 1131.40/291.57 aux(59) =< aux(248) 1131.40/291.57 aux(56) =< aux(249) 1131.40/291.57 aux(65) =< aux(248)-1 1131.40/291.57 it(26) =< aux(249)+aux(249)+aux(247) 1131.40/291.57 s(117) =< it(27)*aux(248) 1131.40/291.57 s(116) =< aux(249)+aux(249)+aux(247) 1131.40/291.57 s(135) =< aux(249)+aux(249)+aux(247) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(249) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=3,V>=3,V+V1>=7] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],34,40,43]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+4*s(151)+8 1131.40/291.57 Such that:aux(251) =< V1 1131.40/291.57 aux(252) =< V1+V 1131.40/291.57 aux(253) =< V 1131.40/291.57 s(151) =< aux(253) 1131.40/291.57 it(26) =< aux(252) 1131.40/291.57 it(27) =< aux(252) 1131.40/291.57 aux(59) =< aux(252) 1131.40/291.57 aux(56) =< aux(253) 1131.40/291.57 aux(65) =< aux(252)-1 1131.40/291.57 it(26) =< aux(253)+aux(253)+aux(251) 1131.40/291.57 s(117) =< it(27)*aux(252) 1131.40/291.57 s(116) =< aux(253)+aux(253)+aux(251) 1131.40/291.57 s(135) =< aux(253)+aux(253)+aux(251) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(253) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=3,V>=3,V+V1>=7] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],33,[39,41],45]: 18*it(26)+19*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+5 1131.40/291.57 Such that:aux(13) =< 1 1131.40/291.57 aux(255) =< V1 1131.40/291.57 aux(256) =< V1+V 1131.40/291.57 aux(257) =< V 1131.40/291.57 it(27) =< aux(256) 1131.40/291.57 it(39) =< aux(256) 1131.40/291.57 it(39) =< aux(13)+aux(256) 1131.40/291.57 it(26) =< aux(256) 1131.40/291.57 aux(59) =< aux(256) 1131.40/291.57 aux(56) =< aux(257) 1131.40/291.57 aux(65) =< aux(256)-1 1131.40/291.57 it(26) =< aux(257)+aux(257)+aux(255) 1131.40/291.57 s(117) =< it(27)*aux(256) 1131.40/291.57 s(116) =< aux(257)+aux(257)+aux(255) 1131.40/291.57 s(135) =< aux(257)+aux(257)+aux(255) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(257) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=2,V>=2,V+V1>=5] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],33,[39,41],43]: 18*it(26)+19*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+4 1131.40/291.57 Such that:aux(16) =< 1 1131.40/291.57 aux(259) =< V1 1131.40/291.57 aux(260) =< V1+V 1131.40/291.57 aux(261) =< V 1131.40/291.57 it(27) =< aux(260) 1131.40/291.57 it(39) =< aux(260) 1131.40/291.57 it(39) =< aux(16)+aux(260) 1131.40/291.57 it(26) =< aux(260) 1131.40/291.57 aux(59) =< aux(260) 1131.40/291.57 aux(56) =< aux(261) 1131.40/291.57 aux(65) =< aux(260)-1 1131.40/291.57 it(26) =< aux(261)+aux(261)+aux(259) 1131.40/291.57 s(117) =< it(27)*aux(260) 1131.40/291.57 s(116) =< aux(261)+aux(261)+aux(259) 1131.40/291.57 s(135) =< aux(261)+aux(261)+aux(259) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(261) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=2,V+V1>=5] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],33,[39,41],42,45]: 18*it(26)+28*it(27)+5*it(39)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.57 Such that:aux(262) =< 1 1131.40/291.57 aux(264) =< V1 1131.40/291.57 aux(265) =< V1+V 1131.40/291.57 aux(266) =< V 1131.40/291.57 it(27) =< aux(265) 1131.40/291.57 s(7) =< aux(262) 1131.40/291.57 it(39) =< aux(265) 1131.40/291.57 it(39) =< aux(262)+aux(265) 1131.40/291.57 it(26) =< aux(265) 1131.40/291.57 aux(59) =< aux(265) 1131.40/291.57 aux(56) =< aux(266) 1131.40/291.57 aux(65) =< aux(265)-1 1131.40/291.57 it(26) =< aux(266)+aux(266)+aux(264) 1131.40/291.57 s(117) =< it(27)*aux(265) 1131.40/291.57 s(116) =< aux(266)+aux(266)+aux(264) 1131.40/291.57 s(135) =< aux(266)+aux(266)+aux(264) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(266) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=3,V>=3,V+V1>=7] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],33,[39,41],42,43]: 18*it(26)+28*it(27)+5*it(39)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+8 1131.40/291.57 Such that:aux(267) =< 1 1131.40/291.57 aux(269) =< V1 1131.40/291.57 aux(270) =< V1+V 1131.40/291.57 aux(271) =< V 1131.40/291.57 it(27) =< aux(270) 1131.40/291.57 s(7) =< aux(267) 1131.40/291.57 it(39) =< aux(270) 1131.40/291.57 it(39) =< aux(267)+aux(270) 1131.40/291.57 it(26) =< aux(270) 1131.40/291.57 aux(59) =< aux(270) 1131.40/291.57 aux(56) =< aux(271) 1131.40/291.57 aux(65) =< aux(270)-1 1131.40/291.57 it(26) =< aux(271)+aux(271)+aux(269) 1131.40/291.57 s(117) =< it(27)*aux(270) 1131.40/291.57 s(116) =< aux(271)+aux(271)+aux(269) 1131.40/291.57 s(135) =< aux(271)+aux(271)+aux(269) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(271) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=3,V>=3,V+V1>=7] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],33,[39,41],40,45]: 18*it(26)+19*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.57 Such that:aux(31) =< 1 1131.40/291.57 aux(273) =< V1 1131.40/291.57 aux(274) =< V1+V 1131.40/291.57 aux(275) =< V 1131.40/291.57 it(27) =< aux(274) 1131.40/291.57 it(39) =< aux(274) 1131.40/291.57 it(39) =< aux(31)+aux(274) 1131.40/291.57 it(26) =< aux(274) 1131.40/291.57 aux(59) =< aux(274) 1131.40/291.57 aux(56) =< aux(275) 1131.40/291.57 aux(65) =< aux(274)-1 1131.40/291.57 it(26) =< aux(275)+aux(275)+aux(273) 1131.40/291.57 s(117) =< it(27)*aux(274) 1131.40/291.57 s(116) =< aux(275)+aux(275)+aux(273) 1131.40/291.57 s(135) =< aux(275)+aux(275)+aux(273) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(275) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=3,V>=3,V+V1>=7] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],33,[39,41],40,43]: 18*it(26)+19*it(27)+5*it(39)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+8 1131.40/291.57 Such that:aux(34) =< 1 1131.40/291.57 aux(277) =< V1 1131.40/291.57 aux(278) =< V1+V 1131.40/291.57 aux(279) =< V 1131.40/291.57 it(27) =< aux(278) 1131.40/291.57 it(39) =< aux(278) 1131.40/291.57 it(39) =< aux(34)+aux(278) 1131.40/291.57 it(26) =< aux(278) 1131.40/291.57 aux(59) =< aux(278) 1131.40/291.57 aux(56) =< aux(279) 1131.40/291.57 aux(65) =< aux(278)-1 1131.40/291.57 it(26) =< aux(279)+aux(279)+aux(277) 1131.40/291.57 s(117) =< it(27)*aux(278) 1131.40/291.57 s(116) =< aux(279)+aux(279)+aux(277) 1131.40/291.57 s(135) =< aux(279)+aux(279)+aux(277) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(279) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=3,V>=3,V+V1>=7] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],33,43]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+1*s(155)+4 1131.40/291.57 Such that:aux(280) =< V1 1131.40/291.57 aux(281) =< V1+V 1131.40/291.57 aux(282) =< V 1131.40/291.57 s(155) =< aux(282) 1131.40/291.57 it(26) =< aux(281) 1131.40/291.57 it(27) =< aux(281) 1131.40/291.57 aux(59) =< aux(281) 1131.40/291.57 aux(56) =< aux(282) 1131.40/291.57 aux(65) =< aux(281)-1 1131.40/291.57 it(26) =< aux(282)+aux(282)+aux(280) 1131.40/291.57 s(117) =< it(27)*aux(281) 1131.40/291.57 s(116) =< aux(282)+aux(282)+aux(280) 1131.40/291.57 s(135) =< aux(282)+aux(282)+aux(280) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(282) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=2,V+V1>=5] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],33,42,45]: 18*it(26)+23*it(27)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.57 Such that:aux(22) =< 1 1131.40/291.57 aux(284) =< V1 1131.40/291.57 aux(285) =< V1+V 1131.40/291.57 aux(286) =< V 1131.40/291.57 it(27) =< aux(285) 1131.40/291.57 s(7) =< aux(22) 1131.40/291.57 it(26) =< aux(285) 1131.40/291.57 aux(59) =< aux(285) 1131.40/291.57 aux(56) =< aux(286) 1131.40/291.57 aux(65) =< aux(285)-1 1131.40/291.57 it(26) =< aux(286)+aux(286)+aux(284) 1131.40/291.57 s(117) =< it(27)*aux(285) 1131.40/291.57 s(116) =< aux(286)+aux(286)+aux(284) 1131.40/291.57 s(135) =< aux(286)+aux(286)+aux(284) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(286) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=2,V>=2,V+V1>=5] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],33,42,43]: 18*it(26)+23*it(27)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+8 1131.40/291.57 Such that:aux(22) =< 1 1131.40/291.57 aux(288) =< V1 1131.40/291.57 aux(289) =< V1+V 1131.40/291.57 aux(290) =< V 1131.40/291.57 it(27) =< aux(289) 1131.40/291.57 s(7) =< aux(22) 1131.40/291.57 it(26) =< aux(289) 1131.40/291.57 aux(59) =< aux(289) 1131.40/291.57 aux(56) =< aux(290) 1131.40/291.57 aux(65) =< aux(289)-1 1131.40/291.57 it(26) =< aux(290)+aux(290)+aux(288) 1131.40/291.57 s(117) =< it(27)*aux(289) 1131.40/291.57 s(116) =< aux(290)+aux(290)+aux(288) 1131.40/291.57 s(135) =< aux(290)+aux(290)+aux(288) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(290) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=2,V+V1>=5] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],33,40,45]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+1*s(155)+9 1131.40/291.57 Such that:aux(291) =< V1 1131.40/291.57 aux(292) =< V1+V 1131.40/291.57 aux(293) =< V 1131.40/291.57 s(155) =< aux(293) 1131.40/291.57 it(26) =< aux(292) 1131.40/291.57 it(27) =< aux(292) 1131.40/291.57 aux(59) =< aux(292) 1131.40/291.57 aux(56) =< aux(293) 1131.40/291.57 aux(65) =< aux(292)-1 1131.40/291.57 it(26) =< aux(293)+aux(293)+aux(291) 1131.40/291.57 s(117) =< it(27)*aux(292) 1131.40/291.57 s(116) =< aux(293)+aux(293)+aux(291) 1131.40/291.57 s(135) =< aux(293)+aux(293)+aux(291) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(293) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=2,V>=2,V+V1>=5] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],33,40,43]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+1*s(155)+8 1131.40/291.57 Such that:aux(294) =< V1 1131.40/291.57 aux(295) =< V1+V 1131.40/291.57 aux(296) =< V 1131.40/291.57 s(155) =< aux(296) 1131.40/291.57 it(26) =< aux(295) 1131.40/291.57 it(27) =< aux(295) 1131.40/291.57 aux(59) =< aux(295) 1131.40/291.57 aux(56) =< aux(296) 1131.40/291.57 aux(65) =< aux(295)-1 1131.40/291.57 it(26) =< aux(296)+aux(296)+aux(294) 1131.40/291.57 s(117) =< it(27)*aux(295) 1131.40/291.57 s(116) =< aux(296)+aux(296)+aux(294) 1131.40/291.57 s(135) =< aux(296)+aux(296)+aux(294) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(296) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=2,V+V1>=5] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],32,[39,41],45]: 18*it(26)+10*it(27)+5*it(39)+9*it(41)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+3*s(118)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+6 1131.40/291.57 Such that:aux(13) =< 1 1131.40/291.57 aux(88) =< V 1131.40/291.57 aux(89) =< V+1 1131.40/291.57 aux(299) =< V1 1131.40/291.57 aux(300) =< V1+V 1131.40/291.57 aux(301) =< V1+V+1 1131.40/291.57 it(41) =< aux(301) 1131.40/291.57 it(39) =< aux(301) 1131.40/291.57 it(39) =< aux(13)+aux(300) 1131.40/291.57 it(26) =< aux(300) 1131.40/291.57 it(27) =< aux(300) 1131.40/291.57 s(121) =< aux(300) 1131.40/291.57 it(26) =< aux(301) 1131.40/291.57 it(27) =< aux(301) 1131.40/291.57 s(121) =< aux(301) 1131.40/291.57 aux(43) =< aux(88) 1131.40/291.57 aux(43) =< aux(89) 1131.40/291.57 aux(59) =< aux(300) 1131.40/291.57 aux(56) =< aux(88) 1131.40/291.57 aux(65) =< aux(300)-1 1131.40/291.57 it(26) =< aux(43)+aux(43)+aux(299) 1131.40/291.57 s(117) =< it(27)*aux(300) 1131.40/291.57 s(116) =< aux(43)+aux(43)+aux(299) 1131.40/291.57 s(135) =< aux(43)+aux(43)+aux(299) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(88) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(118) =< s(121) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=3,V>=3] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],32,[39,41],43]: 18*it(26)+10*it(27)+5*it(39)+9*it(41)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+3*s(118)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+5 1131.40/291.57 Such that:aux(16) =< 1 1131.40/291.57 aux(88) =< V 1131.40/291.57 aux(89) =< V+1 1131.40/291.57 aux(303) =< V1 1131.40/291.57 aux(304) =< V1+V 1131.40/291.57 aux(305) =< V1+V+1 1131.40/291.57 it(41) =< aux(305) 1131.40/291.57 it(39) =< aux(305) 1131.40/291.57 it(39) =< aux(16)+aux(304) 1131.40/291.57 it(26) =< aux(304) 1131.40/291.57 it(27) =< aux(304) 1131.40/291.57 s(121) =< aux(304) 1131.40/291.57 it(26) =< aux(305) 1131.40/291.57 it(27) =< aux(305) 1131.40/291.57 s(121) =< aux(305) 1131.40/291.57 aux(43) =< aux(88) 1131.40/291.57 aux(43) =< aux(89) 1131.40/291.57 aux(59) =< aux(304) 1131.40/291.57 aux(56) =< aux(88) 1131.40/291.57 aux(65) =< aux(304)-1 1131.40/291.57 it(26) =< aux(43)+aux(43)+aux(303) 1131.40/291.57 s(117) =< it(27)*aux(304) 1131.40/291.57 s(116) =< aux(43)+aux(43)+aux(303) 1131.40/291.57 s(135) =< aux(43)+aux(43)+aux(303) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(88) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(118) =< s(121) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=3,V>=3] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],32,[39,41],42,45]: 18*it(26)+10*it(27)+5*it(39)+18*it(41)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+3*s(118)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+10 1131.40/291.57 Such that:aux(306) =< 1 1131.40/291.57 aux(88) =< V 1131.40/291.57 aux(89) =< V+1 1131.40/291.57 aux(308) =< V1 1131.40/291.57 aux(309) =< V1+V 1131.40/291.57 aux(310) =< V1+V+1 1131.40/291.57 it(41) =< aux(310) 1131.40/291.57 s(7) =< aux(306) 1131.40/291.57 it(39) =< aux(310) 1131.40/291.57 it(39) =< aux(306)+aux(309) 1131.40/291.57 it(26) =< aux(309) 1131.40/291.57 it(27) =< aux(309) 1131.40/291.57 s(121) =< aux(309) 1131.40/291.57 it(26) =< aux(310) 1131.40/291.57 it(27) =< aux(310) 1131.40/291.57 s(121) =< aux(310) 1131.40/291.57 aux(43) =< aux(88) 1131.40/291.57 aux(43) =< aux(89) 1131.40/291.57 aux(59) =< aux(309) 1131.40/291.57 aux(56) =< aux(88) 1131.40/291.57 aux(65) =< aux(309)-1 1131.40/291.57 it(26) =< aux(43)+aux(43)+aux(308) 1131.40/291.57 s(117) =< it(27)*aux(309) 1131.40/291.57 s(116) =< aux(43)+aux(43)+aux(308) 1131.40/291.57 s(135) =< aux(43)+aux(43)+aux(308) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(88) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(118) =< s(121) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=4,V>=4] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],32,[39,41],42,43]: 18*it(26)+10*it(27)+5*it(39)+18*it(41)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+3*s(118)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.57 Such that:aux(311) =< 1 1131.40/291.57 aux(88) =< V 1131.40/291.57 aux(89) =< V+1 1131.40/291.57 aux(313) =< V1 1131.40/291.57 aux(314) =< V1+V 1131.40/291.57 aux(315) =< V1+V+1 1131.40/291.57 it(41) =< aux(315) 1131.40/291.57 s(7) =< aux(311) 1131.40/291.57 it(39) =< aux(315) 1131.40/291.57 it(39) =< aux(311)+aux(314) 1131.40/291.57 it(26) =< aux(314) 1131.40/291.57 it(27) =< aux(314) 1131.40/291.57 s(121) =< aux(314) 1131.40/291.57 it(26) =< aux(315) 1131.40/291.57 it(27) =< aux(315) 1131.40/291.57 s(121) =< aux(315) 1131.40/291.57 aux(43) =< aux(88) 1131.40/291.57 aux(43) =< aux(89) 1131.40/291.57 aux(59) =< aux(314) 1131.40/291.57 aux(56) =< aux(88) 1131.40/291.57 aux(65) =< aux(314)-1 1131.40/291.57 it(26) =< aux(43)+aux(43)+aux(313) 1131.40/291.57 s(117) =< it(27)*aux(314) 1131.40/291.57 s(116) =< aux(43)+aux(43)+aux(313) 1131.40/291.57 s(135) =< aux(43)+aux(43)+aux(313) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(88) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(118) =< s(121) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=4,V>=4] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],32,[39,41],40,45]: 18*it(26)+10*it(27)+5*it(39)+9*it(41)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+3*s(118)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+10 1131.40/291.57 Such that:aux(31) =< 1 1131.40/291.57 aux(88) =< V 1131.40/291.57 aux(89) =< V+1 1131.40/291.57 aux(317) =< V1 1131.40/291.57 aux(318) =< V1+V 1131.40/291.57 aux(319) =< V1+V+1 1131.40/291.57 it(41) =< aux(319) 1131.40/291.57 it(39) =< aux(319) 1131.40/291.57 it(39) =< aux(31)+aux(318) 1131.40/291.57 it(26) =< aux(318) 1131.40/291.57 it(27) =< aux(318) 1131.40/291.57 s(121) =< aux(318) 1131.40/291.57 it(26) =< aux(319) 1131.40/291.57 it(27) =< aux(319) 1131.40/291.57 s(121) =< aux(319) 1131.40/291.57 aux(43) =< aux(88) 1131.40/291.57 aux(43) =< aux(89) 1131.40/291.57 aux(59) =< aux(318) 1131.40/291.57 aux(56) =< aux(88) 1131.40/291.57 aux(65) =< aux(318)-1 1131.40/291.57 it(26) =< aux(43)+aux(43)+aux(317) 1131.40/291.57 s(117) =< it(27)*aux(318) 1131.40/291.57 s(116) =< aux(43)+aux(43)+aux(317) 1131.40/291.57 s(135) =< aux(43)+aux(43)+aux(317) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(88) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(118) =< s(121) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=4,V>=4] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],32,[39,41],40,43]: 18*it(26)+10*it(27)+5*it(39)+9*it(41)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+3*s(118)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.57 Such that:aux(34) =< 1 1131.40/291.57 aux(88) =< V 1131.40/291.57 aux(89) =< V+1 1131.40/291.57 aux(321) =< V1 1131.40/291.57 aux(322) =< V1+V 1131.40/291.57 aux(323) =< V1+V+1 1131.40/291.57 it(41) =< aux(323) 1131.40/291.57 it(39) =< aux(323) 1131.40/291.57 it(39) =< aux(34)+aux(322) 1131.40/291.57 it(26) =< aux(322) 1131.40/291.57 it(27) =< aux(322) 1131.40/291.57 s(121) =< aux(322) 1131.40/291.57 it(26) =< aux(323) 1131.40/291.57 it(27) =< aux(323) 1131.40/291.57 s(121) =< aux(323) 1131.40/291.57 aux(43) =< aux(88) 1131.40/291.57 aux(43) =< aux(89) 1131.40/291.57 aux(59) =< aux(322) 1131.40/291.57 aux(56) =< aux(88) 1131.40/291.57 aux(65) =< aux(322)-1 1131.40/291.57 it(26) =< aux(43)+aux(43)+aux(321) 1131.40/291.57 s(117) =< it(27)*aux(322) 1131.40/291.57 s(116) =< aux(43)+aux(43)+aux(321) 1131.40/291.57 s(135) =< aux(43)+aux(43)+aux(321) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(88) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(118) =< s(121) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=4,V>=4] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],32,45]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+4*s(156)+6 1131.40/291.57 Such that:aux(325) =< V1 1131.40/291.57 aux(326) =< V1+V 1131.40/291.57 aux(327) =< V 1131.40/291.57 s(156) =< aux(327) 1131.40/291.57 it(26) =< aux(326) 1131.40/291.57 it(27) =< aux(326) 1131.40/291.57 aux(59) =< aux(326) 1131.40/291.57 aux(56) =< aux(327) 1131.40/291.57 aux(65) =< aux(326)-1 1131.40/291.57 it(26) =< aux(327)+aux(327)+aux(325) 1131.40/291.57 s(117) =< it(27)*aux(326) 1131.40/291.57 s(116) =< aux(327)+aux(327)+aux(325) 1131.40/291.57 s(135) =< aux(327)+aux(327)+aux(325) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(327) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=2,V>=2,V+V1>=5] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],32,43]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+4*s(156)+5 1131.40/291.57 Such that:aux(329) =< V1 1131.40/291.57 aux(330) =< V1+V 1131.40/291.57 aux(331) =< V 1131.40/291.57 s(156) =< aux(329) 1131.40/291.57 it(26) =< aux(330) 1131.40/291.57 it(27) =< aux(330) 1131.40/291.57 aux(59) =< aux(330) 1131.40/291.57 aux(56) =< aux(331) 1131.40/291.57 aux(65) =< aux(330)-1 1131.40/291.57 it(26) =< aux(331)+aux(331)+aux(329) 1131.40/291.57 s(117) =< it(27)*aux(330) 1131.40/291.57 s(116) =< aux(331)+aux(331)+aux(329) 1131.40/291.57 s(135) =< aux(331)+aux(331)+aux(329) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(331) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=2,V+V1>=5] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],32,42,45]: 18*it(26)+26*it(27)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+10 1131.40/291.57 Such that:aux(22) =< 1 1131.40/291.57 aux(333) =< V1 1131.40/291.57 aux(334) =< V1+V 1131.40/291.57 aux(335) =< V 1131.40/291.57 it(27) =< aux(334) 1131.40/291.57 s(7) =< aux(22) 1131.40/291.57 it(26) =< aux(334) 1131.40/291.57 aux(59) =< aux(334) 1131.40/291.57 aux(56) =< aux(335) 1131.40/291.57 aux(65) =< aux(334)-1 1131.40/291.57 it(26) =< aux(335)+aux(335)+aux(333) 1131.40/291.57 s(117) =< it(27)*aux(334) 1131.40/291.57 s(116) =< aux(335)+aux(335)+aux(333) 1131.40/291.57 s(135) =< aux(335)+aux(335)+aux(333) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(335) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=3,V>=3] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],32,42,43]: 18*it(26)+26*it(27)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.57 Such that:aux(22) =< 1 1131.40/291.57 aux(337) =< V1 1131.40/291.57 aux(338) =< V1+V 1131.40/291.57 aux(339) =< V 1131.40/291.57 it(27) =< aux(338) 1131.40/291.57 s(7) =< aux(22) 1131.40/291.57 it(26) =< aux(338) 1131.40/291.57 aux(59) =< aux(338) 1131.40/291.57 aux(56) =< aux(339) 1131.40/291.57 aux(65) =< aux(338)-1 1131.40/291.57 it(26) =< aux(339)+aux(339)+aux(337) 1131.40/291.57 s(117) =< it(27)*aux(338) 1131.40/291.57 s(116) =< aux(339)+aux(339)+aux(337) 1131.40/291.57 s(135) =< aux(339)+aux(339)+aux(337) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(339) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=3,V>=3] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],32,40,45]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+4*s(156)+10 1131.40/291.57 Such that:aux(341) =< V1 1131.40/291.57 aux(342) =< V1+V 1131.40/291.57 aux(343) =< V 1131.40/291.57 s(156) =< aux(341) 1131.40/291.57 it(26) =< aux(342) 1131.40/291.57 it(27) =< aux(342) 1131.40/291.57 aux(59) =< aux(342) 1131.40/291.57 aux(56) =< aux(343) 1131.40/291.57 aux(65) =< aux(342)-1 1131.40/291.57 it(26) =< aux(343)+aux(343)+aux(341) 1131.40/291.57 s(117) =< it(27)*aux(342) 1131.40/291.57 s(116) =< aux(343)+aux(343)+aux(341) 1131.40/291.57 s(135) =< aux(343)+aux(343)+aux(341) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(343) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=3,V>=3] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],32,40,43]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+4*s(156)+9 1131.40/291.57 Such that:aux(345) =< V1 1131.40/291.57 aux(346) =< V1+V 1131.40/291.57 aux(347) =< V 1131.40/291.57 s(156) =< aux(345) 1131.40/291.57 it(26) =< aux(346) 1131.40/291.57 it(27) =< aux(346) 1131.40/291.57 aux(59) =< aux(346) 1131.40/291.57 aux(56) =< aux(347) 1131.40/291.57 aux(65) =< aux(346)-1 1131.40/291.57 it(26) =< aux(347)+aux(347)+aux(345) 1131.40/291.57 s(117) =< it(27)*aux(346) 1131.40/291.57 s(116) =< aux(347)+aux(347)+aux(345) 1131.40/291.57 s(135) =< aux(347)+aux(347)+aux(345) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(347) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=3,V>=3] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],31,[39,41],45]: 18*it(26)+10*it(27)+5*it(39)+9*it(41)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+3*s(118)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+6 1131.40/291.57 Such that:aux(13) =< 1 1131.40/291.57 aux(350) =< V1 1131.40/291.57 aux(351) =< V1+V 1131.40/291.57 aux(352) =< V1+V+1 1131.40/291.57 aux(353) =< V 1131.40/291.57 it(41) =< aux(352) 1131.40/291.57 it(39) =< aux(352) 1131.40/291.57 it(39) =< aux(13)+aux(351) 1131.40/291.57 it(26) =< aux(351) 1131.40/291.57 it(27) =< aux(351) 1131.40/291.57 s(121) =< aux(351) 1131.40/291.57 it(26) =< aux(352) 1131.40/291.57 it(27) =< aux(352) 1131.40/291.57 s(121) =< aux(352) 1131.40/291.57 aux(59) =< aux(351) 1131.40/291.57 aux(56) =< aux(353) 1131.40/291.57 aux(65) =< aux(351)-1 1131.40/291.57 it(26) =< aux(353)+aux(353)+aux(350) 1131.40/291.57 s(117) =< it(27)*aux(351) 1131.40/291.57 s(116) =< aux(353)+aux(353)+aux(350) 1131.40/291.57 s(135) =< aux(353)+aux(353)+aux(350) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(353) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(118) =< s(121) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=2,V>=2,V+V1>=6] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],31,[39,41],43]: 18*it(26)+10*it(27)+5*it(39)+9*it(41)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+3*s(118)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+5 1131.40/291.57 Such that:aux(16) =< 1 1131.40/291.57 aux(355) =< V1 1131.40/291.57 aux(356) =< V1+V 1131.40/291.57 aux(357) =< V1+V+1 1131.40/291.57 aux(358) =< V 1131.40/291.57 it(41) =< aux(357) 1131.40/291.57 it(39) =< aux(357) 1131.40/291.57 it(39) =< aux(16)+aux(356) 1131.40/291.57 it(26) =< aux(356) 1131.40/291.57 it(27) =< aux(356) 1131.40/291.57 s(121) =< aux(356) 1131.40/291.57 it(26) =< aux(357) 1131.40/291.57 it(27) =< aux(357) 1131.40/291.57 s(121) =< aux(357) 1131.40/291.57 aux(59) =< aux(356) 1131.40/291.57 aux(56) =< aux(358) 1131.40/291.57 aux(65) =< aux(356)-1 1131.40/291.57 it(26) =< aux(358)+aux(358)+aux(355) 1131.40/291.57 s(117) =< it(27)*aux(356) 1131.40/291.57 s(116) =< aux(358)+aux(358)+aux(355) 1131.40/291.57 s(135) =< aux(358)+aux(358)+aux(355) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(358) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(118) =< s(121) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=2,V+V1>=6] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],31,[39,41],42,45]: 18*it(26)+10*it(27)+5*it(39)+18*it(41)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+3*s(118)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+10 1131.40/291.57 Such that:aux(359) =< 1 1131.40/291.57 aux(361) =< V1 1131.40/291.57 aux(362) =< V1+V 1131.40/291.57 aux(363) =< V1+V+1 1131.40/291.57 aux(364) =< V 1131.40/291.57 it(41) =< aux(363) 1131.40/291.57 s(7) =< aux(359) 1131.40/291.57 it(39) =< aux(363) 1131.40/291.57 it(39) =< aux(359)+aux(362) 1131.40/291.57 it(26) =< aux(362) 1131.40/291.57 it(27) =< aux(362) 1131.40/291.57 s(121) =< aux(362) 1131.40/291.57 it(26) =< aux(363) 1131.40/291.57 it(27) =< aux(363) 1131.40/291.57 s(121) =< aux(363) 1131.40/291.57 aux(59) =< aux(362) 1131.40/291.57 aux(56) =< aux(364) 1131.40/291.57 aux(65) =< aux(362)-1 1131.40/291.57 it(26) =< aux(364)+aux(364)+aux(361) 1131.40/291.57 s(117) =< it(27)*aux(362) 1131.40/291.57 s(116) =< aux(364)+aux(364)+aux(361) 1131.40/291.57 s(135) =< aux(364)+aux(364)+aux(361) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(364) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(118) =< s(121) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=2,V>=2,V+V1>=7] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],31,[39,41],42,43]: 18*it(26)+10*it(27)+5*it(39)+18*it(41)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+3*s(118)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.57 Such that:aux(365) =< 1 1131.40/291.57 aux(367) =< V1 1131.40/291.57 aux(368) =< V1+V 1131.40/291.57 aux(369) =< V1+V+1 1131.40/291.57 aux(370) =< V 1131.40/291.57 it(41) =< aux(369) 1131.40/291.57 s(7) =< aux(365) 1131.40/291.57 it(39) =< aux(369) 1131.40/291.57 it(39) =< aux(365)+aux(368) 1131.40/291.57 it(26) =< aux(368) 1131.40/291.57 it(27) =< aux(368) 1131.40/291.57 s(121) =< aux(368) 1131.40/291.57 it(26) =< aux(369) 1131.40/291.57 it(27) =< aux(369) 1131.40/291.57 s(121) =< aux(369) 1131.40/291.57 aux(59) =< aux(368) 1131.40/291.57 aux(56) =< aux(370) 1131.40/291.57 aux(65) =< aux(368)-1 1131.40/291.57 it(26) =< aux(370)+aux(370)+aux(367) 1131.40/291.57 s(117) =< it(27)*aux(368) 1131.40/291.57 s(116) =< aux(370)+aux(370)+aux(367) 1131.40/291.57 s(135) =< aux(370)+aux(370)+aux(367) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(370) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(118) =< s(121) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=2,V+V1>=7] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],31,[39,41],40,45]: 18*it(26)+10*it(27)+5*it(39)+9*it(41)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+3*s(118)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+10 1131.40/291.57 Such that:aux(31) =< 1 1131.40/291.57 aux(372) =< V1 1131.40/291.57 aux(373) =< V1+V 1131.40/291.57 aux(374) =< V1+V+1 1131.40/291.57 aux(375) =< V 1131.40/291.57 it(41) =< aux(374) 1131.40/291.57 it(39) =< aux(374) 1131.40/291.57 it(39) =< aux(31)+aux(373) 1131.40/291.57 it(26) =< aux(373) 1131.40/291.57 it(27) =< aux(373) 1131.40/291.57 s(121) =< aux(373) 1131.40/291.57 it(26) =< aux(374) 1131.40/291.57 it(27) =< aux(374) 1131.40/291.57 s(121) =< aux(374) 1131.40/291.57 aux(59) =< aux(373) 1131.40/291.57 aux(56) =< aux(375) 1131.40/291.57 aux(65) =< aux(373)-1 1131.40/291.57 it(26) =< aux(375)+aux(375)+aux(372) 1131.40/291.57 s(117) =< it(27)*aux(373) 1131.40/291.57 s(116) =< aux(375)+aux(375)+aux(372) 1131.40/291.57 s(135) =< aux(375)+aux(375)+aux(372) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(375) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(118) =< s(121) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=2,V>=2,V+V1>=7] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],31,[39,41],40,43]: 18*it(26)+10*it(27)+5*it(39)+9*it(41)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+3*s(118)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.57 Such that:aux(34) =< 1 1131.40/291.57 aux(377) =< V1 1131.40/291.57 aux(378) =< V1+V 1131.40/291.57 aux(379) =< V1+V+1 1131.40/291.57 aux(380) =< V 1131.40/291.57 it(41) =< aux(379) 1131.40/291.57 it(39) =< aux(379) 1131.40/291.57 it(39) =< aux(34)+aux(378) 1131.40/291.57 it(26) =< aux(378) 1131.40/291.57 it(27) =< aux(378) 1131.40/291.57 s(121) =< aux(378) 1131.40/291.57 it(26) =< aux(379) 1131.40/291.57 it(27) =< aux(379) 1131.40/291.57 s(121) =< aux(379) 1131.40/291.57 aux(59) =< aux(378) 1131.40/291.57 aux(56) =< aux(380) 1131.40/291.57 aux(65) =< aux(378)-1 1131.40/291.57 it(26) =< aux(380)+aux(380)+aux(377) 1131.40/291.57 s(117) =< it(27)*aux(378) 1131.40/291.57 s(116) =< aux(380)+aux(380)+aux(377) 1131.40/291.57 s(135) =< aux(380)+aux(380)+aux(377) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(380) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(118) =< s(121) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=2,V+V1>=7] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],31,45]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+4*s(160)+6 1131.40/291.57 Such that:aux(382) =< V1 1131.40/291.57 aux(383) =< V1+V 1131.40/291.57 aux(384) =< V 1131.40/291.57 s(160) =< aux(384) 1131.40/291.57 it(26) =< aux(383) 1131.40/291.57 it(27) =< aux(383) 1131.40/291.57 aux(59) =< aux(383) 1131.40/291.57 aux(56) =< aux(384) 1131.40/291.57 aux(65) =< aux(383)-1 1131.40/291.57 it(26) =< aux(384)+aux(384)+aux(382) 1131.40/291.57 s(117) =< it(27)*aux(383) 1131.40/291.57 s(116) =< aux(384)+aux(384)+aux(382) 1131.40/291.57 s(135) =< aux(384)+aux(384)+aux(382) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(384) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=2,V>=2,V+V1>=5] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],31,43]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+4*s(160)+5 1131.40/291.57 Such that:aux(386) =< V1 1131.40/291.57 aux(387) =< V1+V 1131.40/291.57 aux(388) =< V 1131.40/291.57 s(160) =< aux(388) 1131.40/291.57 it(26) =< aux(387) 1131.40/291.57 it(27) =< aux(387) 1131.40/291.57 aux(59) =< aux(387) 1131.40/291.57 aux(56) =< aux(388) 1131.40/291.57 aux(65) =< aux(387)-1 1131.40/291.57 it(26) =< aux(388)+aux(388)+aux(386) 1131.40/291.57 s(117) =< it(27)*aux(387) 1131.40/291.57 s(116) =< aux(388)+aux(388)+aux(386) 1131.40/291.57 s(135) =< aux(388)+aux(388)+aux(386) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(388) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=2,V+V1>=5] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],31,42,45]: 18*it(26)+26*it(27)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+10 1131.40/291.57 Such that:aux(22) =< 1 1131.40/291.57 aux(390) =< V1 1131.40/291.57 aux(391) =< V1+V 1131.40/291.57 aux(392) =< V 1131.40/291.57 it(27) =< aux(391) 1131.40/291.57 s(7) =< aux(22) 1131.40/291.57 it(26) =< aux(391) 1131.40/291.57 aux(59) =< aux(391) 1131.40/291.57 aux(56) =< aux(392) 1131.40/291.57 aux(65) =< aux(391)-1 1131.40/291.57 it(26) =< aux(392)+aux(392)+aux(390) 1131.40/291.57 s(117) =< it(27)*aux(391) 1131.40/291.57 s(116) =< aux(392)+aux(392)+aux(390) 1131.40/291.57 s(135) =< aux(392)+aux(392)+aux(390) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(392) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=2,V>=2,V+V1>=6] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],31,42,43]: 18*it(26)+26*it(27)+9*s(7)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+9 1131.40/291.57 Such that:aux(22) =< 1 1131.40/291.57 aux(394) =< V1 1131.40/291.57 aux(395) =< V1+V 1131.40/291.57 aux(396) =< V 1131.40/291.57 it(27) =< aux(395) 1131.40/291.57 s(7) =< aux(22) 1131.40/291.57 it(26) =< aux(395) 1131.40/291.57 aux(59) =< aux(395) 1131.40/291.57 aux(56) =< aux(396) 1131.40/291.57 aux(65) =< aux(395)-1 1131.40/291.57 it(26) =< aux(396)+aux(396)+aux(394) 1131.40/291.57 s(117) =< it(27)*aux(395) 1131.40/291.57 s(116) =< aux(396)+aux(396)+aux(394) 1131.40/291.57 s(135) =< aux(396)+aux(396)+aux(394) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(396) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=2,V+V1>=6] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],31,40,45]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+4*s(160)+10 1131.40/291.57 Such that:aux(398) =< V1 1131.40/291.57 aux(399) =< V1+V 1131.40/291.57 aux(400) =< V 1131.40/291.57 s(160) =< aux(400) 1131.40/291.57 it(26) =< aux(399) 1131.40/291.57 it(27) =< aux(399) 1131.40/291.57 aux(59) =< aux(399) 1131.40/291.57 aux(56) =< aux(400) 1131.40/291.57 aux(65) =< aux(399)-1 1131.40/291.57 it(26) =< aux(400)+aux(400)+aux(398) 1131.40/291.57 s(117) =< it(27)*aux(399) 1131.40/291.57 s(116) =< aux(400)+aux(400)+aux(398) 1131.40/291.57 s(135) =< aux(400)+aux(400)+aux(398) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(400) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=2,V>=2,V+V1>=6] 1131.40/291.57 1131.40/291.57 * Chain [[26,27,28,29,30,38],31,40,43]: 18*it(26)+13*it(27)+2*s(112)+3*s(113)+8*s(114)+1*s(117)+4*s(119)+1*s(122)+28*s(123)+1*s(125)+3*s(134)+4*s(160)+9 1131.40/291.57 Such that:aux(402) =< V1 1131.40/291.57 aux(403) =< V1+V 1131.40/291.57 aux(404) =< V 1131.40/291.57 s(160) =< aux(404) 1131.40/291.57 it(26) =< aux(403) 1131.40/291.57 it(27) =< aux(403) 1131.40/291.57 aux(59) =< aux(403) 1131.40/291.57 aux(56) =< aux(404) 1131.40/291.57 aux(65) =< aux(403)-1 1131.40/291.57 it(26) =< aux(404)+aux(404)+aux(402) 1131.40/291.57 s(117) =< it(27)*aux(403) 1131.40/291.57 s(116) =< aux(404)+aux(404)+aux(402) 1131.40/291.57 s(135) =< aux(404)+aux(404)+aux(402) 1131.40/291.57 s(120) =< it(27)*aux(59) 1131.40/291.57 s(125) =< it(27)*aux(59) 1131.40/291.57 s(124) =< it(26)*aux(59) 1131.40/291.57 s(115) =< it(26)*aux(56) 1131.40/291.57 s(135) =< it(26)*aux(59) 1131.40/291.57 s(112) =< it(26)*aux(56) 1131.40/291.57 s(122) =< it(26)*aux(65) 1131.40/291.57 s(116) =< it(26)*aux(404) 1131.40/291.57 s(123) =< s(124) 1131.40/291.57 s(114) =< s(115) 1131.40/291.57 s(134) =< s(135) 1131.40/291.57 s(119) =< s(120) 1131.40/291.57 s(113) =< s(116) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=2,V+V1>=6] 1131.40/291.57 1131.40/291.57 * Chain [45]: 1 1131.40/291.57 with precondition: [V1=0,V=Out,V>=1] 1131.40/291.57 1131.40/291.57 * Chain [44]: 1 1131.40/291.57 with precondition: [V=0,V1=Out,V1>=1] 1131.40/291.57 1131.40/291.57 * Chain [43]: 0 1131.40/291.57 with precondition: [Out=0,V1>=0,V>=0] 1131.40/291.57 1131.40/291.57 * Chain [42,45]: 9*s(7)+9*s(15)+5 1131.40/291.57 Such that:aux(21) =< V1 1131.40/291.57 aux(22) =< V 1131.40/291.57 s(15) =< aux(21) 1131.40/291.57 s(7) =< aux(22) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=1,V>=1] 1131.40/291.57 1131.40/291.57 * Chain [42,43]: 9*s(7)+9*s(15)+4 1131.40/291.57 Such that:aux(21) =< V1 1131.40/291.57 aux(22) =< V 1131.40/291.57 s(15) =< aux(21) 1131.40/291.57 s(7) =< aux(22) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=1,V>=1] 1131.40/291.57 1131.40/291.57 * Chain [40,45]: 5 1131.40/291.57 with precondition: [V=1,Out=1,V1>=1] 1131.40/291.57 1131.40/291.57 * Chain [40,43]: 4 1131.40/291.57 with precondition: [V=1,Out=0,V1>=1] 1131.40/291.57 1131.40/291.57 * Chain [37,45]: 5*s(139)+4*s(142)+5 1131.40/291.57 Such that:aux(119) =< V 1131.40/291.57 aux(120) =< Out 1131.40/291.57 s(139) =< aux(119) 1131.40/291.57 s(142) =< aux(120) 1131.40/291.57 1131.40/291.57 with precondition: [Out>=2,V1>=V,V>=Out] 1131.40/291.57 1131.40/291.57 * Chain [37,43]: 9*s(139)+4 1131.40/291.57 Such that:aux(123) =< V 1131.40/291.57 s(139) =< aux(123) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V>=2,V1>=V] 1131.40/291.57 1131.40/291.57 * Chain [36,[39,41],45]: 5*it(39)+5*it(41)+1*s(149)+6 1131.40/291.57 Such that:aux(13) =< 1 1131.40/291.57 s(149) =< V 1131.40/291.57 aux(127) =< V1 1131.40/291.57 it(39) =< aux(127) 1131.40/291.57 it(41) =< aux(127) 1131.40/291.57 it(39) =< aux(13)+aux(127) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V>=2,V1>=V] 1131.40/291.57 1131.40/291.57 * Chain [36,[39,41],43]: 5*it(39)+5*it(41)+1*s(149)+5 1131.40/291.57 Such that:aux(16) =< 1 1131.40/291.57 s(149) =< V 1131.40/291.57 aux(131) =< V1 1131.40/291.57 it(39) =< aux(131) 1131.40/291.57 it(41) =< aux(131) 1131.40/291.57 it(39) =< aux(16)+aux(131) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V>=2,V1>=V] 1131.40/291.57 1131.40/291.57 * Chain [36,[39,41],42,45]: 5*it(39)+14*it(41)+9*s(7)+1*s(149)+10 1131.40/291.57 Such that:s(149) =< V 1131.40/291.57 aux(135) =< 1 1131.40/291.57 aux(136) =< V1 1131.40/291.57 it(41) =< aux(136) 1131.40/291.57 s(7) =< aux(135) 1131.40/291.57 it(39) =< aux(136) 1131.40/291.57 it(39) =< aux(135)+aux(136) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=3,V>=2,V1>=V] 1131.40/291.57 1131.40/291.57 * Chain [36,[39,41],42,43]: 5*it(39)+14*it(41)+9*s(7)+1*s(149)+9 1131.40/291.57 Such that:s(149) =< V 1131.40/291.57 aux(140) =< 1 1131.40/291.57 aux(141) =< V1 1131.40/291.57 it(41) =< aux(141) 1131.40/291.57 s(7) =< aux(140) 1131.40/291.57 it(39) =< aux(141) 1131.40/291.57 it(39) =< aux(140)+aux(141) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=3,V>=2,V1>=V] 1131.40/291.57 1131.40/291.57 * Chain [36,[39,41],40,45]: 5*it(39)+5*it(41)+1*s(149)+10 1131.40/291.57 Such that:aux(31) =< 1 1131.40/291.57 s(149) =< V 1131.40/291.57 aux(145) =< V1 1131.40/291.57 it(39) =< aux(145) 1131.40/291.57 it(41) =< aux(145) 1131.40/291.57 it(39) =< aux(31)+aux(145) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=3,V>=2,V1>=V] 1131.40/291.57 1131.40/291.57 * Chain [36,[39,41],40,43]: 5*it(39)+5*it(41)+1*s(149)+9 1131.40/291.57 Such that:aux(34) =< 1 1131.40/291.57 s(149) =< V 1131.40/291.57 aux(149) =< V1 1131.40/291.57 it(39) =< aux(149) 1131.40/291.57 it(41) =< aux(149) 1131.40/291.57 it(39) =< aux(34)+aux(149) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=3,V>=2,V1>=V] 1131.40/291.57 1131.40/291.57 * Chain [36,43]: 1*s(149)+5 1131.40/291.57 Such that:s(149) =< V 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V>=2,V1>=V] 1131.40/291.57 1131.40/291.57 * Chain [36,42,45]: 9*s(7)+9*s(15)+1*s(149)+10 1131.40/291.57 Such that:aux(22) =< 1 1131.40/291.57 aux(21) =< V1 1131.40/291.57 s(149) =< V 1131.40/291.57 s(15) =< aux(21) 1131.40/291.57 s(7) =< aux(22) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V>=2,V1>=V] 1131.40/291.57 1131.40/291.57 * Chain [36,42,43]: 9*s(7)+9*s(15)+1*s(149)+9 1131.40/291.57 Such that:aux(22) =< 1 1131.40/291.57 aux(21) =< V1 1131.40/291.57 s(149) =< V 1131.40/291.57 s(15) =< aux(21) 1131.40/291.57 s(7) =< aux(22) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V>=2,V1>=V] 1131.40/291.57 1131.40/291.57 * Chain [36,40,45]: 1*s(149)+10 1131.40/291.57 Such that:s(149) =< V 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V>=2,V1>=V] 1131.40/291.57 1131.40/291.57 * Chain [36,40,43]: 1*s(149)+9 1131.40/291.57 Such that:s(149) =< V 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V>=2,V1>=V] 1131.40/291.57 1131.40/291.57 * Chain [35,[39,41],45]: 5*it(39)+5*it(41)+1*s(150)+6 1131.40/291.57 Such that:aux(13) =< 1 1131.40/291.57 s(150) =< V1 1131.40/291.57 aux(168) =< V 1131.40/291.57 it(39) =< aux(168) 1131.40/291.57 it(41) =< aux(168) 1131.40/291.57 it(39) =< aux(13)+aux(168) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=2,V>=V1] 1131.40/291.57 1131.40/291.57 * Chain [35,[39,41],43]: 5*it(39)+5*it(41)+1*s(150)+5 1131.40/291.57 Such that:aux(16) =< 1 1131.40/291.57 s(150) =< V1 1131.40/291.57 aux(172) =< V 1131.40/291.57 it(39) =< aux(172) 1131.40/291.57 it(41) =< aux(172) 1131.40/291.57 it(39) =< aux(16)+aux(172) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=V1] 1131.40/291.57 1131.40/291.57 * Chain [35,[39,41],42,45]: 5*it(39)+14*it(41)+9*s(7)+1*s(150)+10 1131.40/291.57 Such that:s(150) =< V1 1131.40/291.57 aux(176) =< 1 1131.40/291.57 aux(177) =< V 1131.40/291.57 it(41) =< aux(177) 1131.40/291.57 s(7) =< aux(176) 1131.40/291.57 it(39) =< aux(177) 1131.40/291.57 it(39) =< aux(176)+aux(177) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=2,V>=3,V>=V1] 1131.40/291.57 1131.40/291.57 * Chain [35,[39,41],42,43]: 5*it(39)+14*it(41)+9*s(7)+1*s(150)+9 1131.40/291.57 Such that:s(150) =< V1 1131.40/291.57 aux(181) =< 1 1131.40/291.57 aux(182) =< V 1131.40/291.57 it(41) =< aux(182) 1131.40/291.57 s(7) =< aux(181) 1131.40/291.57 it(39) =< aux(182) 1131.40/291.57 it(39) =< aux(181)+aux(182) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=3,V>=V1] 1131.40/291.57 1131.40/291.57 * Chain [35,[39,41],40,45]: 5*it(39)+5*it(41)+1*s(150)+10 1131.40/291.57 Such that:aux(31) =< 1 1131.40/291.57 s(150) =< V1 1131.40/291.57 aux(186) =< V 1131.40/291.57 it(39) =< aux(186) 1131.40/291.57 it(41) =< aux(186) 1131.40/291.57 it(39) =< aux(31)+aux(186) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=2,V>=3,V>=V1] 1131.40/291.57 1131.40/291.57 * Chain [35,[39,41],40,43]: 5*it(39)+5*it(41)+1*s(150)+9 1131.40/291.57 Such that:aux(34) =< 1 1131.40/291.57 s(150) =< V1 1131.40/291.57 aux(190) =< V 1131.40/291.57 it(39) =< aux(190) 1131.40/291.57 it(41) =< aux(190) 1131.40/291.57 it(39) =< aux(34)+aux(190) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=3,V>=V1] 1131.40/291.57 1131.40/291.57 * Chain [35,43]: 1*s(150)+5 1131.40/291.57 Such that:s(150) =< V1 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=V1] 1131.40/291.57 1131.40/291.57 * Chain [35,42,45]: 9*s(7)+9*s(15)+1*s(150)+10 1131.40/291.57 Such that:aux(22) =< 1 1131.40/291.57 s(150) =< V1 1131.40/291.57 aux(21) =< V 1131.40/291.57 s(15) =< aux(21) 1131.40/291.57 s(7) =< aux(22) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=2,V>=V1] 1131.40/291.57 1131.40/291.57 * Chain [35,42,43]: 9*s(7)+9*s(15)+1*s(150)+9 1131.40/291.57 Such that:aux(22) =< 1 1131.40/291.57 s(150) =< V1 1131.40/291.57 aux(21) =< V 1131.40/291.57 s(15) =< aux(21) 1131.40/291.57 s(7) =< aux(22) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=V1] 1131.40/291.57 1131.40/291.57 * Chain [35,40,45]: 1*s(150)+10 1131.40/291.57 Such that:s(150) =< V1 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=2,V>=V1] 1131.40/291.57 1131.40/291.57 * Chain [35,40,43]: 1*s(150)+9 1131.40/291.57 Such that:s(150) =< V1 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=2,V>=V1] 1131.40/291.57 1131.40/291.57 * Chain [34,[39,41],45]: 5*it(39)+5*it(41)+4*s(151)+5 1131.40/291.57 Such that:aux(13) =< 1 1131.40/291.57 aux(12) =< V+1 1131.40/291.57 aux(210) =< V 1131.40/291.57 s(151) =< aux(210) 1131.40/291.57 it(39) =< aux(12) 1131.40/291.57 it(41) =< aux(12) 1131.40/291.57 it(39) =< aux(13)+aux(210) 1131.40/291.57 1131.40/291.57 with precondition: [Out=1,V1>=3,V>=3] 1131.40/291.57 1131.40/291.57 * Chain [34,[39,41],43]: 5*it(39)+5*it(41)+4*s(151)+4 1131.40/291.57 Such that:aux(16) =< 1 1131.40/291.57 aux(15) =< V+1 1131.40/291.57 aux(213) =< V 1131.40/291.57 s(151) =< aux(213) 1131.40/291.57 it(39) =< aux(15) 1131.40/291.57 it(41) =< aux(15) 1131.40/291.57 it(39) =< aux(16)+aux(213) 1131.40/291.57 1131.40/291.57 with precondition: [Out=0,V1>=3,V>=3] 1131.40/291.57 1131.40/291.57 * Chain [34,[39,41],42,45]: 5*it(39)+14*it(41)+9*s(7)+4*s(151)+9 1131.40/291.57 Such that:aux(24) =< V+1 1131.40/291.57 aux(216) =< 1 1131.40/291.57 aux(217) =< V 1131.40/291.57 s(151) =< aux(217) 1131.40/291.57 it(41) =< aux(24) 1131.40/291.58 s(7) =< aux(216) 1131.40/291.58 it(39) =< aux(24) 1131.40/291.58 it(39) =< aux(216)+aux(217) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=4,V>=4] 1131.40/291.58 1131.40/291.58 * Chain [34,[39,41],42,43]: 5*it(39)+14*it(41)+9*s(7)+4*s(151)+8 1131.40/291.58 Such that:aux(27) =< V+1 1131.40/291.58 aux(220) =< 1 1131.40/291.58 aux(221) =< V 1131.40/291.58 s(151) =< aux(221) 1131.40/291.58 it(41) =< aux(27) 1131.40/291.58 s(7) =< aux(220) 1131.40/291.58 it(39) =< aux(27) 1131.40/291.58 it(39) =< aux(220)+aux(221) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=4,V>=4] 1131.40/291.58 1131.40/291.58 * Chain [34,[39,41],40,45]: 5*it(39)+5*it(41)+4*s(151)+9 1131.40/291.58 Such that:aux(31) =< 1 1131.40/291.58 aux(30) =< V+1 1131.40/291.58 aux(224) =< V 1131.40/291.58 s(151) =< aux(224) 1131.40/291.58 it(39) =< aux(30) 1131.40/291.58 it(41) =< aux(30) 1131.40/291.58 it(39) =< aux(31)+aux(224) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=4,V>=4] 1131.40/291.58 1131.40/291.58 * Chain [34,[39,41],40,43]: 5*it(39)+5*it(41)+4*s(151)+8 1131.40/291.58 Such that:aux(34) =< 1 1131.40/291.58 aux(33) =< V+1 1131.40/291.58 aux(227) =< V 1131.40/291.58 s(151) =< aux(227) 1131.40/291.58 it(39) =< aux(33) 1131.40/291.58 it(41) =< aux(33) 1131.40/291.58 it(39) =< aux(34)+aux(227) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=4,V>=4] 1131.40/291.58 1131.40/291.58 * Chain [34,45]: 4*s(151)+5 1131.40/291.58 Such that:aux(230) =< V 1131.40/291.58 s(151) =< aux(230) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=2,V>=2] 1131.40/291.58 1131.40/291.58 * Chain [34,43]: 4*s(151)+4 1131.40/291.58 Such that:aux(234) =< V 1131.40/291.58 s(151) =< aux(234) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=2,V>=2] 1131.40/291.58 1131.40/291.58 * Chain [34,42,45]: 9*s(7)+13*s(15)+9 1131.40/291.58 Such that:aux(22) =< 1 1131.40/291.58 aux(238) =< V 1131.40/291.58 s(15) =< aux(238) 1131.40/291.58 s(7) =< aux(22) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=3,V>=3] 1131.40/291.58 1131.40/291.58 * Chain [34,42,43]: 9*s(7)+13*s(15)+8 1131.40/291.58 Such that:aux(22) =< 1 1131.40/291.58 aux(242) =< V 1131.40/291.58 s(15) =< aux(242) 1131.40/291.58 s(7) =< aux(22) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=3,V>=3] 1131.40/291.58 1131.40/291.58 * Chain [34,40,45]: 4*s(151)+9 1131.40/291.58 Such that:aux(246) =< V 1131.40/291.58 s(151) =< aux(246) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=3,V>=3] 1131.40/291.58 1131.40/291.58 * Chain [34,40,43]: 4*s(151)+8 1131.40/291.58 Such that:aux(250) =< V 1131.40/291.58 s(151) =< aux(250) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=3,V>=3] 1131.40/291.58 1131.40/291.58 * Chain [33,[39,41],45]: 5*it(39)+6*it(41)+5 1131.40/291.58 Such that:aux(13) =< 1 1131.40/291.58 aux(254) =< V1 1131.40/291.58 it(41) =< aux(254) 1131.40/291.58 it(39) =< aux(254) 1131.40/291.58 it(39) =< aux(13)+aux(254) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=2,V>=2] 1131.40/291.58 1131.40/291.58 * Chain [33,[39,41],43]: 5*it(39)+6*it(41)+4 1131.40/291.58 Such that:aux(16) =< 1 1131.40/291.58 aux(258) =< V1 1131.40/291.58 it(41) =< aux(258) 1131.40/291.58 it(39) =< aux(258) 1131.40/291.58 it(39) =< aux(16)+aux(258) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=2,V>=2] 1131.40/291.58 1131.40/291.58 * Chain [33,[39,41],42,45]: 5*it(39)+15*it(41)+9*s(7)+9 1131.40/291.58 Such that:aux(262) =< 1 1131.40/291.58 aux(263) =< V1 1131.40/291.58 it(41) =< aux(263) 1131.40/291.58 s(7) =< aux(262) 1131.40/291.58 it(39) =< aux(263) 1131.40/291.58 it(39) =< aux(262)+aux(263) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=3,V>=3] 1131.40/291.58 1131.40/291.58 * Chain [33,[39,41],42,43]: 5*it(39)+15*it(41)+9*s(7)+8 1131.40/291.58 Such that:aux(267) =< 1 1131.40/291.58 aux(268) =< V1 1131.40/291.58 it(41) =< aux(268) 1131.40/291.58 s(7) =< aux(267) 1131.40/291.58 it(39) =< aux(268) 1131.40/291.58 it(39) =< aux(267)+aux(268) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=3,V>=3] 1131.40/291.58 1131.40/291.58 * Chain [33,[39,41],40,45]: 5*it(39)+6*it(41)+9 1131.40/291.58 Such that:aux(31) =< 1 1131.40/291.58 aux(272) =< V1 1131.40/291.58 it(41) =< aux(272) 1131.40/291.58 it(39) =< aux(272) 1131.40/291.58 it(39) =< aux(31)+aux(272) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=3,V>=3] 1131.40/291.58 1131.40/291.58 * Chain [33,[39,41],40,43]: 5*it(39)+6*it(41)+8 1131.40/291.58 Such that:aux(34) =< 1 1131.40/291.58 aux(276) =< V1 1131.40/291.58 it(41) =< aux(276) 1131.40/291.58 it(39) =< aux(276) 1131.40/291.58 it(39) =< aux(34)+aux(276) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=3,V>=3] 1131.40/291.58 1131.40/291.58 * Chain [33,43]: 1*s(155)+4 1131.40/291.58 Such that:s(155) =< V 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=2,V>=2] 1131.40/291.58 1131.40/291.58 * Chain [33,42,45]: 9*s(7)+10*s(15)+9 1131.40/291.58 Such that:aux(22) =< 1 1131.40/291.58 aux(283) =< V1 1131.40/291.58 s(15) =< aux(283) 1131.40/291.58 s(7) =< aux(22) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=2,V>=2] 1131.40/291.58 1131.40/291.58 * Chain [33,42,43]: 9*s(7)+10*s(15)+8 1131.40/291.58 Such that:aux(22) =< 1 1131.40/291.58 aux(287) =< V1 1131.40/291.58 s(15) =< aux(287) 1131.40/291.58 s(7) =< aux(22) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=2,V>=2] 1131.40/291.58 1131.40/291.58 * Chain [33,40,45]: 1*s(155)+9 1131.40/291.58 Such that:s(155) =< V 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=2,V>=2] 1131.40/291.58 1131.40/291.58 * Chain [33,40,43]: 1*s(155)+8 1131.40/291.58 Such that:s(155) =< V 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=2,V>=2] 1131.40/291.58 1131.40/291.58 * Chain [32,[39,41],45]: 5*it(39)+8*it(41)+1*s(156)+6 1131.40/291.58 Such that:aux(13) =< 1 1131.40/291.58 s(156) =< V1 1131.40/291.58 aux(11) =< V 1131.40/291.58 aux(298) =< V+1 1131.40/291.58 it(39) =< aux(298) 1131.40/291.58 it(41) =< aux(298) 1131.40/291.58 it(39) =< aux(13)+aux(11) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=2,V>=3,V>=V1] 1131.40/291.58 1131.40/291.58 * Chain [32,[39,41],43]: 5*it(39)+8*it(41)+1*s(156)+5 1131.40/291.58 Such that:aux(16) =< 1 1131.40/291.58 s(156) =< V1 1131.40/291.58 aux(14) =< V 1131.40/291.58 aux(302) =< V+1 1131.40/291.58 it(39) =< aux(302) 1131.40/291.58 it(41) =< aux(302) 1131.40/291.58 it(39) =< aux(16)+aux(14) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=2,V>=3,V>=V1] 1131.40/291.58 1131.40/291.58 * Chain [32,[39,41],42,45]: 5*it(39)+17*it(41)+9*s(7)+1*s(156)+10 1131.40/291.58 Such that:s(156) =< V1 1131.40/291.58 aux(23) =< V 1131.40/291.58 aux(306) =< 1 1131.40/291.58 aux(307) =< V+1 1131.40/291.58 it(41) =< aux(307) 1131.40/291.58 s(7) =< aux(306) 1131.40/291.58 it(39) =< aux(307) 1131.40/291.58 it(39) =< aux(306)+aux(23) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=2,V>=4,V>=V1] 1131.40/291.58 1131.40/291.58 * Chain [32,[39,41],42,43]: 5*it(39)+17*it(41)+9*s(7)+1*s(156)+9 1131.40/291.58 Such that:s(156) =< V1 1131.40/291.58 aux(26) =< V 1131.40/291.58 aux(311) =< 1 1131.40/291.58 aux(312) =< V+1 1131.40/291.58 it(41) =< aux(312) 1131.40/291.58 s(7) =< aux(311) 1131.40/291.58 it(39) =< aux(312) 1131.40/291.58 it(39) =< aux(311)+aux(26) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=2,V>=4,V>=V1] 1131.40/291.58 1131.40/291.58 * Chain [32,[39,41],40,45]: 5*it(39)+8*it(41)+1*s(156)+10 1131.40/291.58 Such that:aux(31) =< 1 1131.40/291.58 s(156) =< V1 1131.40/291.58 aux(29) =< V 1131.40/291.58 aux(316) =< V+1 1131.40/291.58 it(39) =< aux(316) 1131.40/291.58 it(41) =< aux(316) 1131.40/291.58 it(39) =< aux(31)+aux(29) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=2,V>=4,V>=V1] 1131.40/291.58 1131.40/291.58 * Chain [32,[39,41],40,43]: 5*it(39)+8*it(41)+1*s(156)+9 1131.40/291.58 Such that:aux(34) =< 1 1131.40/291.58 s(156) =< V1 1131.40/291.58 aux(32) =< V 1131.40/291.58 aux(320) =< V+1 1131.40/291.58 it(39) =< aux(320) 1131.40/291.58 it(41) =< aux(320) 1131.40/291.58 it(39) =< aux(34)+aux(32) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=2,V>=4,V>=V1] 1131.40/291.58 1131.40/291.58 * Chain [32,45]: 4*s(156)+6 1131.40/291.58 Such that:aux(324) =< V 1131.40/291.58 s(156) =< aux(324) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1=V,V1>=2] 1131.40/291.58 1131.40/291.58 * Chain [32,43]: 4*s(156)+5 1131.40/291.58 Such that:aux(328) =< V1 1131.40/291.58 s(156) =< aux(328) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=2,V>=V1] 1131.40/291.58 1131.40/291.58 * Chain [32,42,45]: 9*s(7)+12*s(15)+1*s(156)+10 1131.40/291.58 Such that:aux(22) =< 1 1131.40/291.58 s(156) =< V1 1131.40/291.58 aux(332) =< V 1131.40/291.58 s(15) =< aux(332) 1131.40/291.58 s(7) =< aux(22) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=2,V>=3,V>=V1] 1131.40/291.58 1131.40/291.58 * Chain [32,42,43]: 9*s(7)+12*s(15)+1*s(156)+9 1131.40/291.58 Such that:aux(22) =< 1 1131.40/291.58 s(156) =< V1 1131.40/291.58 aux(336) =< V 1131.40/291.58 s(15) =< aux(336) 1131.40/291.58 s(7) =< aux(22) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=2,V>=3,V>=V1] 1131.40/291.58 1131.40/291.58 * Chain [32,40,45]: 4*s(156)+10 1131.40/291.58 Such that:aux(340) =< V1 1131.40/291.58 s(156) =< aux(340) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=2,V>=3,V>=V1] 1131.40/291.58 1131.40/291.58 * Chain [32,40,43]: 4*s(156)+9 1131.40/291.58 Such that:aux(344) =< V1 1131.40/291.58 s(156) =< aux(344) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=2,V>=3,V>=V1] 1131.40/291.58 1131.40/291.58 * Chain [31,[39,41],45]: 5*it(39)+8*it(41)+1*s(160)+6 1131.40/291.58 Such that:aux(13) =< 1 1131.40/291.58 aux(11) =< V1 1131.40/291.58 s(160) =< V 1131.40/291.58 aux(349) =< V1+1 1131.40/291.58 it(39) =< aux(349) 1131.40/291.58 it(41) =< aux(349) 1131.40/291.58 it(39) =< aux(13)+aux(11) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=3,V>=2,V1>=V] 1131.40/291.58 1131.40/291.58 * Chain [31,[39,41],43]: 5*it(39)+8*it(41)+1*s(160)+5 1131.40/291.58 Such that:aux(16) =< 1 1131.40/291.58 aux(14) =< V1 1131.40/291.58 s(160) =< V 1131.40/291.58 aux(354) =< V1+1 1131.40/291.58 it(39) =< aux(354) 1131.40/291.58 it(41) =< aux(354) 1131.40/291.58 it(39) =< aux(16)+aux(14) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=3,V>=2,V1>=V] 1131.40/291.58 1131.40/291.58 * Chain [31,[39,41],42,45]: 5*it(39)+17*it(41)+9*s(7)+1*s(160)+10 1131.40/291.58 Such that:aux(23) =< V1 1131.40/291.58 s(160) =< V 1131.40/291.58 aux(359) =< 1 1131.40/291.58 aux(360) =< V1+1 1131.40/291.58 it(41) =< aux(360) 1131.40/291.58 s(7) =< aux(359) 1131.40/291.58 it(39) =< aux(360) 1131.40/291.58 it(39) =< aux(359)+aux(23) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=4,V>=2,V1>=V] 1131.40/291.58 1131.40/291.58 * Chain [31,[39,41],42,43]: 5*it(39)+17*it(41)+9*s(7)+1*s(160)+9 1131.40/291.58 Such that:aux(26) =< V1 1131.40/291.58 s(160) =< V 1131.40/291.58 aux(365) =< 1 1131.40/291.58 aux(366) =< V1+1 1131.40/291.58 it(41) =< aux(366) 1131.40/291.58 s(7) =< aux(365) 1131.40/291.58 it(39) =< aux(366) 1131.40/291.58 it(39) =< aux(365)+aux(26) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=4,V>=2,V1>=V] 1131.40/291.58 1131.40/291.58 * Chain [31,[39,41],40,45]: 5*it(39)+8*it(41)+1*s(160)+10 1131.40/291.58 Such that:aux(31) =< 1 1131.40/291.58 aux(29) =< V1 1131.40/291.58 s(160) =< V 1131.40/291.58 aux(371) =< V1+1 1131.40/291.58 it(39) =< aux(371) 1131.40/291.58 it(41) =< aux(371) 1131.40/291.58 it(39) =< aux(31)+aux(29) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=4,V>=2,V1>=V] 1131.40/291.58 1131.40/291.58 * Chain [31,[39,41],40,43]: 5*it(39)+8*it(41)+1*s(160)+9 1131.40/291.58 Such that:aux(34) =< 1 1131.40/291.58 aux(32) =< V1 1131.40/291.58 s(160) =< V 1131.40/291.58 aux(376) =< V1+1 1131.40/291.58 it(39) =< aux(376) 1131.40/291.58 it(41) =< aux(376) 1131.40/291.58 it(39) =< aux(34)+aux(32) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=4,V>=2,V1>=V] 1131.40/291.58 1131.40/291.58 * Chain [31,45]: 4*s(160)+6 1131.40/291.58 Such that:aux(381) =< V 1131.40/291.58 s(160) =< aux(381) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1=V,V1>=2] 1131.40/291.58 1131.40/291.58 * Chain [31,43]: 4*s(160)+5 1131.40/291.58 Such that:aux(385) =< V 1131.40/291.58 s(160) =< aux(385) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V>=2,V1>=V] 1131.40/291.58 1131.40/291.58 * Chain [31,42,45]: 9*s(7)+12*s(15)+1*s(160)+10 1131.40/291.58 Such that:aux(22) =< 1 1131.40/291.58 s(160) =< V 1131.40/291.58 aux(389) =< V1 1131.40/291.58 s(15) =< aux(389) 1131.40/291.58 s(7) =< aux(22) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=3,V>=2,V1>=V] 1131.40/291.58 1131.40/291.58 * Chain [31,42,43]: 9*s(7)+12*s(15)+1*s(160)+9 1131.40/291.58 Such that:aux(22) =< 1 1131.40/291.58 s(160) =< V 1131.40/291.58 aux(393) =< V1 1131.40/291.58 s(15) =< aux(393) 1131.40/291.58 s(7) =< aux(22) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=3,V>=2,V1>=V] 1131.40/291.58 1131.40/291.58 * Chain [31,40,45]: 4*s(160)+10 1131.40/291.58 Such that:aux(397) =< V 1131.40/291.58 s(160) =< aux(397) 1131.40/291.58 1131.40/291.58 with precondition: [Out=1,V1>=3,V>=2,V1>=V] 1131.40/291.58 1131.40/291.58 * Chain [31,40,43]: 4*s(160)+9 1131.40/291.58 Such that:aux(401) =< V 1131.40/291.58 s(160) =< aux(401) 1131.40/291.58 1131.40/291.58 with precondition: [Out=0,V1>=3,V>=2,V1>=V] 1131.40/291.58 1131.40/291.58 1131.40/291.58 #### Cost of chains of start(V1,V): 1131.40/291.58 * Chain [48]: 310*s(2511)+229*s(2513)+468*s(2526)+30*s(2527)+66*s(2528)+60*s(2529)+114*s(2530)+60*s(2531)+30*s(2532)+1383*s(2533)+1134*s(2534)+69*s(2538)+69*s(2542)+126*s(2545)+63*s(2546)+1764*s(2547)+504*s(2548)+189*s(2549)+276*s(2550)+189*s(2551)+144*s(2552)+60*s(2553)+108*s(2554)+120*s(2555)+12*s(2557)+12*s(2561)+12*s(2564)+6*s(2565)+168*s(2566)+48*s(2567)+18*s(2568)+48*s(2569)+36*s(2570)+18*s(2571)+108*s(2572)+12*s(2578)+6*s(2579)+168*s(2580)+48*s(2581)+18*s(2582)+18*s(2583)+120*s(2584)+108*s(2585)+12*s(2590)+6*s(2591)+168*s(2592)+48*s(2593)+18*s(2594)+18*s(2595)+30*s(2596)+30*s(2597)+10 1131.40/291.58 Such that:aux(427) =< 1 1131.40/291.58 aux(428) =< V1 1131.40/291.58 aux(429) =< V1+1 1131.40/291.58 aux(430) =< V1+V 1131.40/291.58 aux(431) =< V1+V+1 1131.40/291.58 aux(432) =< V 1131.40/291.58 aux(433) =< V+1 1131.40/291.58 s(2513) =< aux(428) 1131.40/291.58 s(2511) =< aux(432) 1131.40/291.58 s(2526) =< aux(427) 1131.40/291.58 s(2527) =< aux(429) 1131.40/291.58 s(2528) =< aux(429) 1131.40/291.58 s(2527) =< aux(427)+aux(428) 1131.40/291.58 s(2529) =< aux(433) 1131.40/291.58 s(2530) =< aux(433) 1131.40/291.58 s(2529) =< aux(427)+aux(432) 1131.40/291.58 s(2531) =< aux(428) 1131.40/291.58 s(2531) =< aux(427)+aux(428) 1131.40/291.58 s(2532) =< aux(432) 1131.40/291.58 s(2532) =< aux(427)+aux(432) 1131.40/291.58 s(2533) =< aux(430) 1131.40/291.58 s(2534) =< aux(430) 1131.40/291.58 s(2535) =< aux(430) 1131.40/291.58 s(2536) =< aux(432) 1131.40/291.58 s(2537) =< aux(430)-1 1131.40/291.58 s(2534) =< aux(432)+aux(432)+aux(428) 1131.40/291.58 s(2538) =< s(2533)*aux(430) 1131.40/291.58 s(2539) =< aux(432)+aux(432)+aux(428) 1131.40/291.58 s(2540) =< aux(432)+aux(432)+aux(428) 1131.40/291.58 s(2541) =< s(2533)*s(2535) 1131.40/291.58 s(2542) =< s(2533)*s(2535) 1131.40/291.58 s(2543) =< s(2534)*s(2535) 1131.40/291.58 s(2544) =< s(2534)*s(2536) 1131.40/291.58 s(2540) =< s(2534)*s(2535) 1131.40/291.58 s(2545) =< s(2534)*s(2536) 1131.40/291.58 s(2546) =< s(2534)*s(2537) 1131.40/291.58 s(2539) =< s(2534)*aux(432) 1131.40/291.58 s(2547) =< s(2543) 1131.40/291.58 s(2548) =< s(2544) 1131.40/291.58 s(2549) =< s(2540) 1131.40/291.58 s(2550) =< s(2541) 1131.40/291.58 s(2551) =< s(2539) 1131.40/291.58 s(2552) =< aux(431) 1131.40/291.58 s(2553) =< aux(431) 1131.40/291.58 s(2553) =< aux(427)+aux(430) 1131.40/291.58 s(2554) =< aux(430) 1131.40/291.58 s(2555) =< aux(430) 1131.40/291.58 s(2556) =< aux(430) 1131.40/291.58 s(2554) =< aux(431) 1131.40/291.58 s(2555) =< aux(431) 1131.40/291.58 s(2556) =< aux(431) 1131.40/291.58 s(2554) =< aux(432)+aux(432)+aux(428) 1131.40/291.58 s(2557) =< s(2555)*aux(430) 1131.40/291.58 s(2558) =< aux(432)+aux(432)+aux(428) 1131.40/291.58 s(2559) =< aux(432)+aux(432)+aux(428) 1131.40/291.58 s(2560) =< s(2555)*s(2535) 1131.40/291.58 s(2561) =< s(2555)*s(2535) 1131.40/291.58 s(2562) =< s(2554)*s(2535) 1131.40/291.58 s(2563) =< s(2554)*s(2536) 1131.40/291.58 s(2559) =< s(2554)*s(2535) 1131.40/291.58 s(2564) =< s(2554)*s(2536) 1131.40/291.58 s(2565) =< s(2554)*s(2537) 1131.40/291.58 s(2558) =< s(2554)*aux(432) 1131.40/291.58 s(2566) =< s(2562) 1131.40/291.58 s(2567) =< s(2563) 1131.40/291.58 s(2568) =< s(2559) 1131.40/291.58 s(2569) =< s(2560) 1131.40/291.58 s(2570) =< s(2556) 1131.40/291.58 s(2571) =< s(2558) 1131.40/291.58 s(2572) =< aux(430) 1131.40/291.58 s(2572) =< aux(431) 1131.40/291.58 s(2573) =< aux(432) 1131.40/291.58 s(2573) =< aux(433) 1131.40/291.58 s(2572) =< s(2573)+s(2573)+aux(428) 1131.40/291.58 s(2574) =< s(2573)+s(2573)+aux(428) 1131.40/291.58 s(2575) =< s(2573)+s(2573)+aux(428) 1131.40/291.58 s(2576) =< s(2572)*s(2535) 1131.40/291.58 s(2577) =< s(2572)*s(2536) 1131.40/291.58 s(2575) =< s(2572)*s(2535) 1131.40/291.58 s(2578) =< s(2572)*s(2536) 1131.40/291.58 s(2579) =< s(2572)*s(2537) 1131.40/291.58 s(2574) =< s(2572)*aux(432) 1131.40/291.58 s(2580) =< s(2576) 1131.40/291.58 s(2581) =< s(2577) 1131.40/291.58 s(2582) =< s(2575) 1131.40/291.58 s(2583) =< s(2574) 1131.40/291.58 s(2584) =< aux(430) 1131.40/291.58 s(2584) =< aux(427)+aux(430) 1131.40/291.58 s(2585) =< aux(430) 1131.40/291.58 s(2585) =< s(2573)+s(2573)+aux(428) 1131.40/291.58 s(2586) =< s(2573)+s(2573)+aux(428) 1131.40/291.58 s(2587) =< s(2573)+s(2573)+aux(428) 1131.40/291.58 s(2588) =< s(2585)*s(2535) 1131.40/291.58 s(2589) =< s(2585)*s(2536) 1131.40/291.58 s(2587) =< s(2585)*s(2535) 1131.40/291.58 s(2590) =< s(2585)*s(2536) 1131.40/291.58 s(2591) =< s(2585)*s(2537) 1131.40/291.58 s(2586) =< s(2585)*aux(432) 1131.40/291.58 s(2592) =< s(2588) 1131.40/291.58 s(2593) =< s(2589) 1131.40/291.58 s(2594) =< s(2587) 1131.40/291.58 s(2595) =< s(2586) 1131.40/291.58 s(2596) =< aux(430) 1131.40/291.58 s(2596) =< aux(430)+aux(430) 1131.40/291.58 s(2597) =< aux(430) 1131.40/291.58 s(2597) =< aux(432)+aux(428) 1131.40/291.58 1131.40/291.58 with precondition: [V1>=0,V>=0] 1131.40/291.58 1131.40/291.58 * Chain [47]: 1 1131.40/291.58 with precondition: [V=0,V1>=0] 1131.40/291.58 1131.40/291.58 * Chain [46]: 8*s(2727)+6 1131.40/291.58 Such that:s(2726) =< V 1131.40/291.58 s(2727) =< s(2726) 1131.40/291.58 1131.40/291.58 with precondition: [V1=V,V1>=2] 1131.40/291.58 1131.40/291.58 1131.40/291.58 Closed-form bounds of start(V1,V): 1131.40/291.58 ------------------------------------- 1131.40/291.58 * Chain [48] with precondition: [V1>=0,V>=0] 1131.40/291.58 - Upper bound: 775*V1+1312*V+478+(V1+V)*(810*V)+(V1+V)*(nat(V1+V-1)*81)+(3177*V1+3177*V)+(2754*V1+2754*V)*(V1+V)+(96*V1+96)+(174*V+174)+(204*V1+204*V+204) 1131.40/291.58 - Complexity: n^2 1131.40/291.58 * Chain [47] with precondition: [V=0,V1>=0] 1131.40/291.58 - Upper bound: 1 1131.40/291.58 - Complexity: constant 1131.40/291.58 * Chain [46] with precondition: [V1=V,V1>=2] 1131.40/291.58 - Upper bound: 8*V+6 1131.40/291.58 - Complexity: n 1131.40/291.58 1131.40/291.58 ### Maximum cost of start(V1,V): 775*V1+1304*V+472+(V1+V)*(810*V)+(V1+V)*(nat(V1+V-1)*81)+(3177*V1+3177*V)+(2754*V1+2754*V)*(V1+V)+(96*V1+96)+(174*V+174)+(204*V1+204*V+204)+(8*V+5)+1 1131.40/291.58 Asymptotic class: n^2 1131.40/291.58 * Total analysis performed in 9259 ms. 1131.40/291.58 1131.40/291.58 1131.40/291.58 ---------------------------------------- 1131.40/291.58 1131.40/291.58 (12) 1131.40/291.58 BOUNDS(1, n^2) 1131.40/291.58 1131.40/291.58 ---------------------------------------- 1131.40/291.58 1131.40/291.58 (13) RelTrsToDecreasingLoopProblemProof (LOWER BOUND(ID)) 1131.40/291.58 Transformed a relative TRS into a decreasing-loop problem. 1131.40/291.58 ---------------------------------------- 1131.40/291.58 1131.40/291.58 (14) 1131.40/291.58 Obligation: 1131.40/291.58 Analyzing the following TRS for decreasing loops: 1131.40/291.58 1131.40/291.58 The Runtime Complexity (innermost) of the given CpxTRS could be proven to be BOUNDS(n^1, n^2). 1131.40/291.58 1131.40/291.58 1131.40/291.58 The TRS R consists of the following rules: 1131.40/291.58 1131.40/291.58 min(x, 0) -> 0 1131.40/291.58 min(0, y) -> 0 1131.40/291.58 min(s(x), s(y)) -> s(min(x, y)) 1131.40/291.58 max(x, 0) -> x 1131.40/291.58 max(0, y) -> y 1131.40/291.58 max(s(x), s(y)) -> s(max(x, y)) 1131.40/291.58 -(x, 0) -> x 1131.40/291.58 -(s(x), s(y)) -> -(x, y) 1131.40/291.58 gcd(s(x), 0) -> s(x) 1131.40/291.58 gcd(0, s(x)) -> s(x) 1131.40/291.58 gcd(s(x), s(y)) -> gcd(-(max(x, y), min(x, y)), s(min(x, y))) 1131.40/291.58 1131.40/291.58 S is empty. 1131.40/291.58 Rewrite Strategy: INNERMOST 1131.40/291.58 ---------------------------------------- 1131.40/291.58 1131.40/291.58 (15) DecreasingLoopProof (LOWER BOUND(ID)) 1131.40/291.58 The following loop(s) give(s) rise to the lower bound Omega(n^1): 1131.40/291.58 1131.40/291.58 The rewrite sequence 1131.40/291.58 1131.40/291.58 -(s(x), s(y)) ->^+ -(x, y) 1131.40/291.58 1131.40/291.58 gives rise to a decreasing loop by considering the right hand sides subterm at position []. 1131.40/291.58 1131.40/291.58 The pumping substitution is [x / s(x), y / s(y)]. 1131.40/291.58 1131.40/291.58 The result substitution is [ ]. 1131.40/291.58 1131.40/291.58 1131.40/291.58 1131.40/291.58 1131.40/291.58 ---------------------------------------- 1131.40/291.58 1131.40/291.58 (16) 1131.40/291.58 Complex Obligation (BEST) 1131.40/291.58 1131.40/291.58 ---------------------------------------- 1131.40/291.58 1131.40/291.58 (17) 1131.40/291.58 Obligation: 1131.40/291.58 Proved the lower bound n^1 for the following obligation: 1131.40/291.58 1131.40/291.58 The Runtime Complexity (innermost) of the given CpxTRS could be proven to be BOUNDS(n^1, n^2). 1131.40/291.58 1131.40/291.58 1131.40/291.58 The TRS R consists of the following rules: 1131.40/291.58 1131.40/291.58 min(x, 0) -> 0 1131.40/291.58 min(0, y) -> 0 1131.40/291.58 min(s(x), s(y)) -> s(min(x, y)) 1131.40/291.58 max(x, 0) -> x 1131.40/291.58 max(0, y) -> y 1131.40/291.58 max(s(x), s(y)) -> s(max(x, y)) 1131.40/291.58 -(x, 0) -> x 1131.40/291.58 -(s(x), s(y)) -> -(x, y) 1131.40/291.58 gcd(s(x), 0) -> s(x) 1131.40/291.58 gcd(0, s(x)) -> s(x) 1131.40/291.58 gcd(s(x), s(y)) -> gcd(-(max(x, y), min(x, y)), s(min(x, y))) 1131.40/291.58 1131.40/291.58 S is empty. 1131.40/291.58 Rewrite Strategy: INNERMOST 1131.40/291.58 ---------------------------------------- 1131.40/291.58 1131.40/291.58 (18) LowerBoundPropagationProof (FINISHED) 1131.40/291.58 Propagated lower bound. 1131.40/291.58 ---------------------------------------- 1131.40/291.58 1131.40/291.58 (19) 1131.40/291.58 BOUNDS(n^1, INF) 1131.40/291.58 1131.40/291.58 ---------------------------------------- 1131.40/291.58 1131.40/291.58 (20) 1131.40/291.58 Obligation: 1131.40/291.58 Analyzing the following TRS for decreasing loops: 1131.40/291.58 1131.40/291.58 The Runtime Complexity (innermost) of the given CpxTRS could be proven to be BOUNDS(n^1, n^2). 1131.40/291.58 1131.40/291.58 1131.40/291.58 The TRS R consists of the following rules: 1131.40/291.58 1131.40/291.58 min(x, 0) -> 0 1131.40/291.58 min(0, y) -> 0 1131.40/291.58 min(s(x), s(y)) -> s(min(x, y)) 1131.40/291.58 max(x, 0) -> x 1131.40/291.58 max(0, y) -> y 1131.40/291.58 max(s(x), s(y)) -> s(max(x, y)) 1131.40/291.58 -(x, 0) -> x 1131.40/291.58 -(s(x), s(y)) -> -(x, y) 1131.40/291.58 gcd(s(x), 0) -> s(x) 1131.40/291.58 gcd(0, s(x)) -> s(x) 1131.40/291.58 gcd(s(x), s(y)) -> gcd(-(max(x, y), min(x, y)), s(min(x, y))) 1131.40/291.58 1131.40/291.58 S is empty. 1131.40/291.58 Rewrite Strategy: INNERMOST 1131.50/291.62 EOF