Enters single() Feature: A - 32 Feature: B - 32 Abstract Syntax: [ 1:] int main( ): [ 2:] $4{x} := $1{A} [ 3:] $5{y} := 0 [ 4:] while [ 5:] ( $4{x} > $2{B} ) do [ 6:] $4{x} := $4{x} - 1 [ 7:] $5{y} := $5{y} + 1 [ 8:] od [ 9:] assert( $5{y} > 2 ) [10:] $3{$3} := 0 [11:] return [12:] polyhedra Variant: B{0}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.004236 s Done. Variant: B{0}, A{1}, assert ($5{y} > 2) ERROR: x == 0 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: x == 0 && y == 1 [ 6:]: x == 1 && y == 0 [ 7:]: x == 0 && y == 0 [ 8:]: x == 0 && y == 1 [ 9:]: x == 0 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005343 s Done. Variant: B{0}, A{2}, assert ($5{y} > 2) ERROR: x == 0 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: x >= 0 && -x >= -1 && x+y == 2 [ 6:]: x >= 1 && -x >= -2 && x+y == 2 [ 7:]: x >= 0 && -x >= -1 && x+y == 1 [ 8:]: x >= 0 && -x >= -1 && x+y == 2 [ 9:]: x == 0 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003667 s Done. Variant: B{0}, A{3}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: x >= 0 && -x >= -2 && x+y == 3 [ 6:]: x >= 1 && -x >= -3 && x+y == 3 [ 7:]: x >= 0 && -x >= -2 && x+y == 2 [ 8:]: x >= 0 && -x >= -2 && x+y == 3 [ 9:]: x == 0 && y == 3 [10:]: x == 0 && y == 3 [11:]: $3 == 0 && x == 0 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004248 s Done. Variant: B{0}, A{4}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: x >= 0 && -x >= -3 && x+y == 4 [ 6:]: x >= 1 && -x >= -4 && x+y == 4 [ 7:]: x >= 0 && -x >= -3 && x+y == 3 [ 8:]: x >= 0 && -x >= -3 && x+y == 4 [ 9:]: x == 0 && y == 4 [10:]: x == 0 && y == 4 [11:]: $3 == 0 && x == 0 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.006053 s Done. Variant: B{0}, A{5}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: x >= 0 && -x >= -4 && x+y == 5 [ 6:]: x >= 1 && -x >= -5 && x+y == 5 [ 7:]: x >= 0 && -x >= -4 && x+y == 4 [ 8:]: x >= 0 && -x >= -4 && x+y == 5 [ 9:]: x == 0 && y == 5 [10:]: x == 0 && y == 5 [11:]: $3 == 0 && x == 0 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.003602 s Done. Variant: B{0}, A{6}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: x >= 0 && -x >= -5 && x+y == 6 [ 6:]: x >= 1 && -x >= -6 && x+y == 6 [ 7:]: x >= 0 && -x >= -5 && x+y == 5 [ 8:]: x >= 0 && -x >= -5 && x+y == 6 [ 9:]: x == 0 && y == 6 [10:]: x == 0 && y == 6 [11:]: $3 == 0 && x == 0 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.005351 s Done. Variant: B{0}, A{7}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: x >= 0 && -x >= -6 && x+y == 7 [ 6:]: x >= 1 && -x >= -7 && x+y == 7 [ 7:]: x >= 0 && -x >= -6 && x+y == 6 [ 8:]: x >= 0 && -x >= -6 && x+y == 7 [ 9:]: x == 0 && y == 7 [10:]: x == 0 && y == 7 [11:]: $3 == 0 && x == 0 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.003680 s Done. Variant: B{0}, A{8}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: x >= 0 && -x >= -7 && x+y == 8 [ 6:]: x >= 1 && -x >= -8 && x+y == 8 [ 7:]: x >= 0 && -x >= -7 && x+y == 7 [ 8:]: x >= 0 && -x >= -7 && x+y == 8 [ 9:]: x == 0 && y == 8 [10:]: x == 0 && y == 8 [11:]: $3 == 0 && x == 0 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.004479 s Done. Variant: B{0}, A{9}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: x >= 0 && -x >= -8 && x+y == 9 [ 6:]: x >= 1 && -x >= -9 && x+y == 9 [ 7:]: x >= 0 && -x >= -8 && x+y == 8 [ 8:]: x >= 0 && -x >= -8 && x+y == 9 [ 9:]: x == 0 && y == 9 [10:]: x == 0 && y == 9 [11:]: $3 == 0 && x == 0 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.004777 s Done. Variant: B{0}, A{10}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: x >= 0 && -x >= -9 && x+y == 10 [ 6:]: x >= 1 && -x >= -10 && x+y == 10 [ 7:]: x >= 0 && -x >= -9 && x+y == 9 [ 8:]: x >= 0 && -x >= -9 && x+y == 10 [ 9:]: x == 0 && y == 10 [10:]: x == 0 && y == 10 [11:]: $3 == 0 && x == 0 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.003689 s Done. Variant: B{0}, A{11}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: x >= 0 && -x >= -10 && x+y == 11 [ 6:]: x >= 1 && -x >= -11 && x+y == 11 [ 7:]: x >= 0 && -x >= -10 && x+y == 10 [ 8:]: x >= 0 && -x >= -10 && x+y == 11 [ 9:]: x == 0 && y == 11 [10:]: x == 0 && y == 11 [11:]: $3 == 0 && x == 0 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.005655 s Done. Variant: B{0}, A{12}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: x >= 0 && -x >= -11 && x+y == 12 [ 6:]: x >= 1 && -x >= -12 && x+y == 12 [ 7:]: x >= 0 && -x >= -11 && x+y == 11 [ 8:]: x >= 0 && -x >= -11 && x+y == 12 [ 9:]: x == 0 && y == 12 [10:]: x == 0 && y == 12 [11:]: $3 == 0 && x == 0 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.003769 s Done. Variant: B{0}, A{13}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: x >= 0 && -x >= -12 && x+y == 13 [ 6:]: x >= 1 && -x >= -13 && x+y == 13 [ 7:]: x >= 0 && -x >= -12 && x+y == 12 [ 8:]: x >= 0 && -x >= -12 && x+y == 13 [ 9:]: x == 0 && y == 13 [10:]: x == 0 && y == 13 [11:]: $3 == 0 && x == 0 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.005718 s Done. Variant: B{0}, A{14}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: x >= 0 && -x >= -13 && x+y == 14 [ 6:]: x >= 1 && -x >= -14 && x+y == 14 [ 7:]: x >= 0 && -x >= -13 && x+y == 13 [ 8:]: x >= 0 && -x >= -13 && x+y == 14 [ 9:]: x == 0 && y == 14 [10:]: x == 0 && y == 14 [11:]: $3 == 0 && x == 0 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.004267 s Done. Variant: B{0}, A{15}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: x >= 0 && -x >= -14 && x+y == 15 [ 6:]: x >= 1 && -x >= -15 && x+y == 15 [ 7:]: x >= 0 && -x >= -14 && x+y == 14 [ 8:]: x >= 0 && -x >= -14 && x+y == 15 [ 9:]: x == 0 && y == 15 [10:]: x == 0 && y == 15 [11:]: $3 == 0 && x == 0 && y == 15 [12:]: bottom Backward Analysis: [ 1:]: top ? 49 [ 2:]: top ? 49 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 49 Ranking is: ? 49 Analysis Result: assert CORRECT Time: 0.004528 s Done. Variant: B{0}, A{16}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: x >= 0 && -x >= -15 && x+y == 16 [ 6:]: x >= 1 && -x >= -16 && x+y == 16 [ 7:]: x >= 0 && -x >= -15 && x+y == 15 [ 8:]: x >= 0 && -x >= -15 && x+y == 16 [ 9:]: x == 0 && y == 16 [10:]: x == 0 && y == 16 [11:]: $3 == 0 && x == 0 && y == 16 [12:]: bottom Backward Analysis: [ 1:]: top ? 52 [ 2:]: top ? 52 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 52 Ranking is: ? 52 Analysis Result: assert CORRECT Time: 0.003843 s Done. Variant: B{0}, A{17}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: x >= 0 && -x >= -16 && x+y == 17 [ 6:]: x >= 1 && -x >= -17 && x+y == 17 [ 7:]: x >= 0 && -x >= -16 && x+y == 16 [ 8:]: x >= 0 && -x >= -16 && x+y == 17 [ 9:]: x == 0 && y == 17 [10:]: x == 0 && y == 17 [11:]: $3 == 0 && x == 0 && y == 17 [12:]: bottom Backward Analysis: [ 1:]: top ? 55 [ 2:]: top ? 55 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 55 Ranking is: ? 55 Analysis Result: assert CORRECT Time: 0.005990 s Done. Variant: B{0}, A{18}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x >= 0 && -x >= -17 && x+y == 18 [ 6:]: x >= 1 && -x >= -18 && x+y == 18 [ 7:]: x >= 0 && -x >= -17 && x+y == 17 [ 8:]: x >= 0 && -x >= -17 && x+y == 18 [ 9:]: x == 0 && y == 18 [10:]: x == 0 && y == 18 [11:]: $3 == 0 && x == 0 && y == 18 [12:]: bottom Backward Analysis: [ 1:]: top ? 58 [ 2:]: top ? 58 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 58 Ranking is: ? 58 Analysis Result: assert CORRECT Time: 0.003801 s Done. Variant: B{0}, A{19}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 0 && -x >= -18 && x+y == 19 [ 6:]: x >= 1 && -x >= -19 && x+y == 19 [ 7:]: x >= 0 && -x >= -18 && x+y == 18 [ 8:]: x >= 0 && -x >= -18 && x+y == 19 [ 9:]: x == 0 && y == 19 [10:]: x == 0 && y == 19 [11:]: $3 == 0 && x == 0 && y == 19 [12:]: bottom Backward Analysis: [ 1:]: top ? 61 [ 2:]: top ? 61 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 61 Ranking is: ? 61 Analysis Result: assert CORRECT Time: 0.005901 s Done. Variant: B{0}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 0 && -x >= -19 && x+y == 20 [ 6:]: x >= 1 && -x >= -20 && x+y == 20 [ 7:]: x >= 0 && -x >= -19 && x+y == 19 [ 8:]: x >= 0 && -x >= -19 && x+y == 20 [ 9:]: x == 0 && y == 20 [10:]: x == 0 && y == 20 [11:]: $3 == 0 && x == 0 && y == 20 [12:]: bottom Backward Analysis: [ 1:]: top ? 64 [ 2:]: top ? 64 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 64 Ranking is: ? 64 Analysis Result: assert CORRECT Time: 0.003946 s Done. Variant: B{0}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 0 && -x >= -20 && x+y == 21 [ 6:]: x >= 1 && -x >= -21 && x+y == 21 [ 7:]: x >= 0 && -x >= -20 && x+y == 20 [ 8:]: x >= 0 && -x >= -20 && x+y == 21 [ 9:]: x == 0 && y == 21 [10:]: x == 0 && y == 21 [11:]: $3 == 0 && x == 0 && y == 21 [12:]: bottom Backward Analysis: [ 1:]: top ? 67 [ 2:]: top ? 67 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 67 Ranking is: ? 67 Analysis Result: assert CORRECT Time: 0.004573 s Done. Variant: B{0}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 0 && -x >= -21 && x+y == 22 [ 6:]: x >= 1 && -x >= -22 && x+y == 22 [ 7:]: x >= 0 && -x >= -21 && x+y == 21 [ 8:]: x >= 0 && -x >= -21 && x+y == 22 [ 9:]: x == 0 && y == 22 [10:]: x == 0 && y == 22 [11:]: $3 == 0 && x == 0 && y == 22 [12:]: bottom Backward Analysis: [ 1:]: top ? 70 [ 2:]: top ? 70 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 70 Ranking is: ? 70 Analysis Result: assert CORRECT Time: 0.005083 s Done. Variant: B{0}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 0 && -x >= -22 && x+y == 23 [ 6:]: x >= 1 && -x >= -23 && x+y == 23 [ 7:]: x >= 0 && -x >= -22 && x+y == 22 [ 8:]: x >= 0 && -x >= -22 && x+y == 23 [ 9:]: x == 0 && y == 23 [10:]: x == 0 && y == 23 [11:]: $3 == 0 && x == 0 && y == 23 [12:]: bottom Backward Analysis: [ 1:]: top ? 73 [ 2:]: top ? 73 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 73 Ranking is: ? 73 Analysis Result: assert CORRECT Time: 0.003880 s Done. Variant: B{0}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 0 && -x >= -23 && x+y == 24 [ 6:]: x >= 1 && -x >= -24 && x+y == 24 [ 7:]: x >= 0 && -x >= -23 && x+y == 23 [ 8:]: x >= 0 && -x >= -23 && x+y == 24 [ 9:]: x == 0 && y == 24 [10:]: x == 0 && y == 24 [11:]: $3 == 0 && x == 0 && y == 24 [12:]: bottom Backward Analysis: [ 1:]: top ? 76 [ 2:]: top ? 76 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 76 Ranking is: ? 76 Analysis Result: assert CORRECT Time: 0.005997 s Done. Variant: B{0}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 0 && -x >= -24 && x+y == 25 [ 6:]: x >= 1 && -x >= -25 && x+y == 25 [ 7:]: x >= 0 && -x >= -24 && x+y == 24 [ 8:]: x >= 0 && -x >= -24 && x+y == 25 [ 9:]: x == 0 && y == 25 [10:]: x == 0 && y == 25 [11:]: $3 == 0 && x == 0 && y == 25 [12:]: bottom Backward Analysis: [ 1:]: top ? 79 [ 2:]: top ? 79 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 79 Ranking is: ? 79 Analysis Result: assert CORRECT Time: 0.003901 s Done. Variant: B{0}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 0 && -x >= -25 && x+y == 26 [ 6:]: x >= 1 && -x >= -26 && x+y == 26 [ 7:]: x >= 0 && -x >= -25 && x+y == 25 [ 8:]: x >= 0 && -x >= -25 && x+y == 26 [ 9:]: x == 0 && y == 26 [10:]: x == 0 && y == 26 [11:]: $3 == 0 && x == 0 && y == 26 [12:]: bottom Backward Analysis: [ 1:]: top ? 82 [ 2:]: top ? 82 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 82 Ranking is: ? 82 Analysis Result: assert CORRECT Time: 0.005808 s Done. Variant: B{0}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 0 && -x >= -26 && x+y == 27 [ 6:]: x >= 1 && -x >= -27 && x+y == 27 [ 7:]: x >= 0 && -x >= -26 && x+y == 26 [ 8:]: x >= 0 && -x >= -26 && x+y == 27 [ 9:]: x == 0 && y == 27 [10:]: x == 0 && y == 27 [11:]: $3 == 0 && x == 0 && y == 27 [12:]: bottom Backward Analysis: [ 1:]: top ? 85 [ 2:]: top ? 85 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 85 Ranking is: ? 85 Analysis Result: assert CORRECT Time: 0.003883 s Done. Variant: B{0}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 0 && -x >= -27 && x+y == 28 [ 6:]: x >= 1 && -x >= -28 && x+y == 28 [ 7:]: x >= 0 && -x >= -27 && x+y == 27 [ 8:]: x >= 0 && -x >= -27 && x+y == 28 [ 9:]: x == 0 && y == 28 [10:]: x == 0 && y == 28 [11:]: $3 == 0 && x == 0 && y == 28 [12:]: bottom Backward Analysis: [ 1:]: top ? 88 [ 2:]: top ? 88 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 88 Ranking is: ? 88 Analysis Result: assert CORRECT Time: 0.004645 s Done. Variant: B{0}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 0 && -x >= -28 && x+y == 29 [ 6:]: x >= 1 && -x >= -29 && x+y == 29 [ 7:]: x >= 0 && -x >= -28 && x+y == 28 [ 8:]: x >= 0 && -x >= -28 && x+y == 29 [ 9:]: x == 0 && y == 29 [10:]: x == 0 && y == 29 [11:]: $3 == 0 && x == 0 && y == 29 [12:]: bottom Backward Analysis: [ 1:]: top ? 91 [ 2:]: top ? 91 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 91 Ranking is: ? 91 Analysis Result: assert CORRECT Time: 0.005063 s Done. Variant: B{0}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 0 && -x >= -29 && x+y == 30 [ 6:]: x >= 1 && -x >= -30 && x+y == 30 [ 7:]: x >= 0 && -x >= -29 && x+y == 29 [ 8:]: x >= 0 && -x >= -29 && x+y == 30 [ 9:]: x == 0 && y == 30 [10:]: x == 0 && y == 30 [11:]: $3 == 0 && x == 0 && y == 30 [12:]: bottom Backward Analysis: [ 1:]: top ? 94 [ 2:]: top ? 94 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 94 Ranking is: ? 94 Analysis Result: assert CORRECT Time: 0.003939 s Done. Variant: B{0}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 0 && -x >= -30 && x+y == 31 [ 6:]: x >= 1 && -x >= -31 && x+y == 31 [ 7:]: x >= 0 && -x >= -30 && x+y == 30 [ 8:]: x >= 0 && -x >= -30 && x+y == 31 [ 9:]: x == 0 && y == 31 [10:]: x == 0 && y == 31 [11:]: $3 == 0 && x == 0 && y == 31 [12:]: bottom Backward Analysis: [ 1:]: top ? 97 [ 2:]: top ? 97 [ 3:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 4:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 5:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 6:]: -x >= -1 ? 4 x == 2 ? 7 x >= 3 ? 3x+1 [ 7:]: -x >= 0 ? 3 x == 1 ? 6 x >= 2 ? 3x+3 [ 8:]: -x >= 0 ? 2 x == 1 ? 5 x >= 2 ? 3x+2 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 97 Ranking is: ? 97 Analysis Result: assert CORRECT Time: 0.005944 s Done. Variant: B{1}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003104 s Done. Variant: B{1}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003202 s Done. Variant: B{1}, A{2}, assert ($5{y} > 2) ERROR: x == 1 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: x == 1 && y == 1 [ 6:]: x == 2 && y == 0 [ 7:]: x == 1 && y == 0 [ 8:]: x == 1 && y == 1 [ 9:]: x == 1 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005998 s Done. Variant: B{1}, A{3}, assert ($5{y} > 2) ERROR: x == 1 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: x >= 1 && -x >= -2 && x+y == 3 [ 6:]: x >= 2 && -x >= -3 && x+y == 3 [ 7:]: x >= 1 && -x >= -2 && x+y == 2 [ 8:]: x >= 1 && -x >= -2 && x+y == 3 [ 9:]: x == 1 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003751 s Done. Variant: B{1}, A{4}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: x >= 1 && -x >= -3 && x+y == 4 [ 6:]: x >= 2 && -x >= -4 && x+y == 4 [ 7:]: x >= 1 && -x >= -3 && x+y == 3 [ 8:]: x >= 1 && -x >= -3 && x+y == 4 [ 9:]: x == 1 && y == 3 [10:]: x == 1 && y == 3 [11:]: $3 == 0 && x == 1 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.003902 s Done. Variant: B{1}, A{5}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: x >= 1 && -x >= -4 && x+y == 5 [ 6:]: x >= 2 && -x >= -5 && x+y == 5 [ 7:]: x >= 1 && -x >= -4 && x+y == 4 [ 8:]: x >= 1 && -x >= -4 && x+y == 5 [ 9:]: x == 1 && y == 4 [10:]: x == 1 && y == 4 [11:]: $3 == 0 && x == 1 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.006448 s Done. Variant: B{1}, A{6}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: x >= 1 && -x >= -5 && x+y == 6 [ 6:]: x >= 2 && -x >= -6 && x+y == 6 [ 7:]: x >= 1 && -x >= -5 && x+y == 5 [ 8:]: x >= 1 && -x >= -5 && x+y == 6 [ 9:]: x == 1 && y == 5 [10:]: x == 1 && y == 5 [11:]: $3 == 0 && x == 1 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.003937 s Done. Variant: B{1}, A{7}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: x >= 1 && -x >= -6 && x+y == 7 [ 6:]: x >= 2 && -x >= -7 && x+y == 7 [ 7:]: x >= 1 && -x >= -6 && x+y == 6 [ 8:]: x >= 1 && -x >= -6 && x+y == 7 [ 9:]: x == 1 && y == 6 [10:]: x == 1 && y == 6 [11:]: $3 == 0 && x == 1 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.005838 s Done. Variant: B{1}, A{8}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: x >= 1 && -x >= -7 && x+y == 8 [ 6:]: x >= 2 && -x >= -8 && x+y == 8 [ 7:]: x >= 1 && -x >= -7 && x+y == 7 [ 8:]: x >= 1 && -x >= -7 && x+y == 8 [ 9:]: x == 1 && y == 7 [10:]: x == 1 && y == 7 [11:]: $3 == 0 && x == 1 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.004051 s Done. Variant: B{1}, A{9}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: x >= 1 && -x >= -8 && x+y == 9 [ 6:]: x >= 2 && -x >= -9 && x+y == 9 [ 7:]: x >= 1 && -x >= -8 && x+y == 8 [ 8:]: x >= 1 && -x >= -8 && x+y == 9 [ 9:]: x == 1 && y == 8 [10:]: x == 1 && y == 8 [11:]: $3 == 0 && x == 1 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.005984 s Done. Variant: B{1}, A{10}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: x >= 1 && -x >= -9 && x+y == 10 [ 6:]: x >= 2 && -x >= -10 && x+y == 10 [ 7:]: x >= 1 && -x >= -9 && x+y == 9 [ 8:]: x >= 1 && -x >= -9 && x+y == 10 [ 9:]: x == 1 && y == 9 [10:]: x == 1 && y == 9 [11:]: $3 == 0 && x == 1 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.004001 s Done. Variant: B{1}, A{11}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: x >= 1 && -x >= -10 && x+y == 11 [ 6:]: x >= 2 && -x >= -11 && x+y == 11 [ 7:]: x >= 1 && -x >= -10 && x+y == 10 [ 8:]: x >= 1 && -x >= -10 && x+y == 11 [ 9:]: x == 1 && y == 10 [10:]: x == 1 && y == 10 [11:]: $3 == 0 && x == 1 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.003919 s Done. Variant: B{1}, A{12}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: x >= 1 && -x >= -11 && x+y == 12 [ 6:]: x >= 2 && -x >= -12 && x+y == 12 [ 7:]: x >= 1 && -x >= -11 && x+y == 11 [ 8:]: x >= 1 && -x >= -11 && x+y == 12 [ 9:]: x == 1 && y == 11 [10:]: x == 1 && y == 11 [11:]: $3 == 0 && x == 1 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.005921 s Done. Variant: B{1}, A{13}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: x >= 1 && -x >= -12 && x+y == 13 [ 6:]: x >= 2 && -x >= -13 && x+y == 13 [ 7:]: x >= 1 && -x >= -12 && x+y == 12 [ 8:]: x >= 1 && -x >= -12 && x+y == 13 [ 9:]: x == 1 && y == 12 [10:]: x == 1 && y == 12 [11:]: $3 == 0 && x == 1 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.005030 s Done. Variant: B{1}, A{14}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: x >= 1 && -x >= -13 && x+y == 14 [ 6:]: x >= 2 && -x >= -14 && x+y == 14 [ 7:]: x >= 1 && -x >= -13 && x+y == 13 [ 8:]: x >= 1 && -x >= -13 && x+y == 14 [ 9:]: x == 1 && y == 13 [10:]: x == 1 && y == 13 [11:]: $3 == 0 && x == 1 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.003917 s Done. Variant: B{1}, A{15}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: x >= 1 && -x >= -14 && x+y == 15 [ 6:]: x >= 2 && -x >= -15 && x+y == 15 [ 7:]: x >= 1 && -x >= -14 && x+y == 14 [ 8:]: x >= 1 && -x >= -14 && x+y == 15 [ 9:]: x == 1 && y == 14 [10:]: x == 1 && y == 14 [11:]: $3 == 0 && x == 1 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.006080 s Done. Variant: B{1}, A{16}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: x >= 1 && -x >= -15 && x+y == 16 [ 6:]: x >= 2 && -x >= -16 && x+y == 16 [ 7:]: x >= 1 && -x >= -15 && x+y == 15 [ 8:]: x >= 1 && -x >= -15 && x+y == 16 [ 9:]: x == 1 && y == 15 [10:]: x == 1 && y == 15 [11:]: $3 == 0 && x == 1 && y == 15 [12:]: bottom Backward Analysis: [ 1:]: top ? 49 [ 2:]: top ? 49 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 49 Ranking is: ? 49 Analysis Result: assert CORRECT Time: 0.004051 s Done. Variant: B{1}, A{17}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: x >= 1 && -x >= -16 && x+y == 17 [ 6:]: x >= 2 && -x >= -17 && x+y == 17 [ 7:]: x >= 1 && -x >= -16 && x+y == 16 [ 8:]: x >= 1 && -x >= -16 && x+y == 17 [ 9:]: x == 1 && y == 16 [10:]: x == 1 && y == 16 [11:]: $3 == 0 && x == 1 && y == 16 [12:]: bottom Backward Analysis: [ 1:]: top ? 52 [ 2:]: top ? 52 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 52 Ranking is: ? 52 Analysis Result: assert CORRECT Time: 0.004697 s Done. Variant: B{1}, A{18}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x >= 1 && -x >= -17 && x+y == 18 [ 6:]: x >= 2 && -x >= -18 && x+y == 18 [ 7:]: x >= 1 && -x >= -17 && x+y == 17 [ 8:]: x >= 1 && -x >= -17 && x+y == 18 [ 9:]: x == 1 && y == 17 [10:]: x == 1 && y == 17 [11:]: $3 == 0 && x == 1 && y == 17 [12:]: bottom Backward Analysis: [ 1:]: top ? 55 [ 2:]: top ? 55 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 55 Ranking is: ? 55 Analysis Result: assert CORRECT Time: 0.005205 s Done. Variant: B{1}, A{19}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 1 && -x >= -18 && x+y == 19 [ 6:]: x >= 2 && -x >= -19 && x+y == 19 [ 7:]: x >= 1 && -x >= -18 && x+y == 18 [ 8:]: x >= 1 && -x >= -18 && x+y == 19 [ 9:]: x == 1 && y == 18 [10:]: x == 1 && y == 18 [11:]: $3 == 0 && x == 1 && y == 18 [12:]: bottom Backward Analysis: [ 1:]: top ? 58 [ 2:]: top ? 58 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 58 Ranking is: ? 58 Analysis Result: assert CORRECT Time: 0.003962 s Done. Variant: B{1}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 1 && -x >= -19 && x+y == 20 [ 6:]: x >= 2 && -x >= -20 && x+y == 20 [ 7:]: x >= 1 && -x >= -19 && x+y == 19 [ 8:]: x >= 1 && -x >= -19 && x+y == 20 [ 9:]: x == 1 && y == 19 [10:]: x == 1 && y == 19 [11:]: $3 == 0 && x == 1 && y == 19 [12:]: bottom Backward Analysis: [ 1:]: top ? 61 [ 2:]: top ? 61 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 61 Ranking is: ? 61 Analysis Result: assert CORRECT Time: 0.005871 s Done. Variant: B{1}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 1 && -x >= -20 && x+y == 21 [ 6:]: x >= 2 && -x >= -21 && x+y == 21 [ 7:]: x >= 1 && -x >= -20 && x+y == 20 [ 8:]: x >= 1 && -x >= -20 && x+y == 21 [ 9:]: x == 1 && y == 20 [10:]: x == 1 && y == 20 [11:]: $3 == 0 && x == 1 && y == 20 [12:]: bottom Backward Analysis: [ 1:]: top ? 64 [ 2:]: top ? 64 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 64 Ranking is: ? 64 Analysis Result: assert CORRECT Time: 0.004053 s Done. Variant: B{1}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 1 && -x >= -21 && x+y == 22 [ 6:]: x >= 2 && -x >= -22 && x+y == 22 [ 7:]: x >= 1 && -x >= -21 && x+y == 21 [ 8:]: x >= 1 && -x >= -21 && x+y == 22 [ 9:]: x == 1 && y == 21 [10:]: x == 1 && y == 21 [11:]: $3 == 0 && x == 1 && y == 21 [12:]: bottom Backward Analysis: [ 1:]: top ? 67 [ 2:]: top ? 67 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 67 Ranking is: ? 67 Analysis Result: assert CORRECT Time: 0.005933 s Done. Variant: B{1}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 1 && -x >= -22 && x+y == 23 [ 6:]: x >= 2 && -x >= -23 && x+y == 23 [ 7:]: x >= 1 && -x >= -22 && x+y == 22 [ 8:]: x >= 1 && -x >= -22 && x+y == 23 [ 9:]: x == 1 && y == 22 [10:]: x == 1 && y == 22 [11:]: $3 == 0 && x == 1 && y == 22 [12:]: bottom Backward Analysis: [ 1:]: top ? 70 [ 2:]: top ? 70 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 70 Ranking is: ? 70 Analysis Result: assert CORRECT Time: 0.004120 s Done. Variant: B{1}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 1 && -x >= -23 && x+y == 24 [ 6:]: x >= 2 && -x >= -24 && x+y == 24 [ 7:]: x >= 1 && -x >= -23 && x+y == 23 [ 8:]: x >= 1 && -x >= -23 && x+y == 24 [ 9:]: x == 1 && y == 23 [10:]: x == 1 && y == 23 [11:]: $3 == 0 && x == 1 && y == 23 [12:]: bottom Backward Analysis: [ 1:]: top ? 73 [ 2:]: top ? 73 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 73 Ranking is: ? 73 Analysis Result: assert CORRECT Time: 0.003972 s Done. Variant: B{1}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 1 && -x >= -24 && x+y == 25 [ 6:]: x >= 2 && -x >= -25 && x+y == 25 [ 7:]: x >= 1 && -x >= -24 && x+y == 24 [ 8:]: x >= 1 && -x >= -24 && x+y == 25 [ 9:]: x == 1 && y == 24 [10:]: x == 1 && y == 24 [11:]: $3 == 0 && x == 1 && y == 24 [12:]: bottom Backward Analysis: [ 1:]: top ? 76 [ 2:]: top ? 76 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 76 Ranking is: ? 76 Analysis Result: assert CORRECT Time: 0.006168 s Done. Variant: B{1}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 1 && -x >= -25 && x+y == 26 [ 6:]: x >= 2 && -x >= -26 && x+y == 26 [ 7:]: x >= 1 && -x >= -25 && x+y == 25 [ 8:]: x >= 1 && -x >= -25 && x+y == 26 [ 9:]: x == 1 && y == 25 [10:]: x == 1 && y == 25 [11:]: $3 == 0 && x == 1 && y == 25 [12:]: bottom Backward Analysis: [ 1:]: top ? 79 [ 2:]: top ? 79 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 79 Ranking is: ? 79 Analysis Result: assert CORRECT Time: 0.003996 s Done. Variant: B{1}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 1 && -x >= -26 && x+y == 27 [ 6:]: x >= 2 && -x >= -27 && x+y == 27 [ 7:]: x >= 1 && -x >= -26 && x+y == 26 [ 8:]: x >= 1 && -x >= -26 && x+y == 27 [ 9:]: x == 1 && y == 26 [10:]: x == 1 && y == 26 [11:]: $3 == 0 && x == 1 && y == 26 [12:]: bottom Backward Analysis: [ 1:]: top ? 82 [ 2:]: top ? 82 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 82 Ranking is: ? 82 Analysis Result: assert CORRECT Time: 0.005994 s Done. Variant: B{1}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 1 && -x >= -27 && x+y == 28 [ 6:]: x >= 2 && -x >= -28 && x+y == 28 [ 7:]: x >= 1 && -x >= -27 && x+y == 27 [ 8:]: x >= 1 && -x >= -27 && x+y == 28 [ 9:]: x == 1 && y == 27 [10:]: x == 1 && y == 27 [11:]: $3 == 0 && x == 1 && y == 27 [12:]: bottom Backward Analysis: [ 1:]: top ? 85 [ 2:]: top ? 85 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 85 Ranking is: ? 85 Analysis Result: assert CORRECT Time: 0.004055 s Done. Variant: B{1}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 1 && -x >= -28 && x+y == 29 [ 6:]: x >= 2 && -x >= -29 && x+y == 29 [ 7:]: x >= 1 && -x >= -28 && x+y == 28 [ 8:]: x >= 1 && -x >= -28 && x+y == 29 [ 9:]: x == 1 && y == 28 [10:]: x == 1 && y == 28 [11:]: $3 == 0 && x == 1 && y == 28 [12:]: bottom Backward Analysis: [ 1:]: top ? 88 [ 2:]: top ? 88 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 88 Ranking is: ? 88 Analysis Result: assert CORRECT Time: 0.006216 s Done. Variant: B{1}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 1 && -x >= -29 && x+y == 30 [ 6:]: x >= 2 && -x >= -30 && x+y == 30 [ 7:]: x >= 1 && -x >= -29 && x+y == 29 [ 8:]: x >= 1 && -x >= -29 && x+y == 30 [ 9:]: x == 1 && y == 29 [10:]: x == 1 && y == 29 [11:]: $3 == 0 && x == 1 && y == 29 [12:]: bottom Backward Analysis: [ 1:]: top ? 91 [ 2:]: top ? 91 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 91 Ranking is: ? 91 Analysis Result: assert CORRECT Time: 0.004233 s Done. Variant: B{1}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 1 && -x >= -30 && x+y == 31 [ 6:]: x >= 2 && -x >= -31 && x+y == 31 [ 7:]: x >= 1 && -x >= -30 && x+y == 30 [ 8:]: x >= 1 && -x >= -30 && x+y == 31 [ 9:]: x == 1 && y == 30 [10:]: x == 1 && y == 30 [11:]: $3 == 0 && x == 1 && y == 30 [12:]: bottom Backward Analysis: [ 1:]: top ? 94 [ 2:]: top ? 94 [ 3:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 4:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 5:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 6:]: -x >= -2 ? 4 x == 3 ? 7 x >= 4 ? 3x-2 [ 7:]: -x >= -1 ? 3 x == 2 ? 6 x >= 3 ? 3x+0 [ 8:]: -x >= -1 ? 2 x == 2 ? 5 x >= 3 ? 3x-1 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 94 Ranking is: ? 94 Analysis Result: assert CORRECT Time: 0.004023 s Done. Variant: B{2}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005277 s Done. Variant: B{2}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003239 s Done. Variant: B{2}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003111 s Done. Variant: B{2}, A{3}, assert ($5{y} > 2) ERROR: x == 2 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: x == 2 && y == 1 [ 6:]: x == 3 && y == 0 [ 7:]: x == 2 && y == 0 [ 8:]: x == 2 && y == 1 [ 9:]: x == 2 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005756 s Done. Variant: B{2}, A{4}, assert ($5{y} > 2) ERROR: x == 2 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: x >= 2 && -x >= -3 && x+y == 4 [ 6:]: x >= 3 && -x >= -4 && x+y == 4 [ 7:]: x >= 2 && -x >= -3 && x+y == 3 [ 8:]: x >= 2 && -x >= -3 && x+y == 4 [ 9:]: x == 2 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003771 s Done. Variant: B{2}, A{5}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: x >= 2 && -x >= -4 && x+y == 5 [ 6:]: x >= 3 && -x >= -5 && x+y == 5 [ 7:]: x >= 2 && -x >= -4 && x+y == 4 [ 8:]: x >= 2 && -x >= -4 && x+y == 5 [ 9:]: x == 2 && y == 3 [10:]: x == 2 && y == 3 [11:]: $3 == 0 && x == 2 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.003946 s Done. Variant: B{2}, A{6}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: x >= 2 && -x >= -5 && x+y == 6 [ 6:]: x >= 3 && -x >= -6 && x+y == 6 [ 7:]: x >= 2 && -x >= -5 && x+y == 5 [ 8:]: x >= 2 && -x >= -5 && x+y == 6 [ 9:]: x == 2 && y == 4 [10:]: x == 2 && y == 4 [11:]: $3 == 0 && x == 2 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.006270 s Done. Variant: B{2}, A{7}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: x >= 2 && -x >= -6 && x+y == 7 [ 6:]: x >= 3 && -x >= -7 && x+y == 7 [ 7:]: x >= 2 && -x >= -6 && x+y == 6 [ 8:]: x >= 2 && -x >= -6 && x+y == 7 [ 9:]: x == 2 && y == 5 [10:]: x == 2 && y == 5 [11:]: $3 == 0 && x == 2 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.003980 s Done. Variant: B{2}, A{8}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: x >= 2 && -x >= -7 && x+y == 8 [ 6:]: x >= 3 && -x >= -8 && x+y == 8 [ 7:]: x >= 2 && -x >= -7 && x+y == 7 [ 8:]: x >= 2 && -x >= -7 && x+y == 8 [ 9:]: x == 2 && y == 6 [10:]: x == 2 && y == 6 [11:]: $3 == 0 && x == 2 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.005985 s Done. Variant: B{2}, A{9}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: x >= 2 && -x >= -8 && x+y == 9 [ 6:]: x >= 3 && -x >= -9 && x+y == 9 [ 7:]: x >= 2 && -x >= -8 && x+y == 8 [ 8:]: x >= 2 && -x >= -8 && x+y == 9 [ 9:]: x == 2 && y == 7 [10:]: x == 2 && y == 7 [11:]: $3 == 0 && x == 2 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.003991 s Done. Variant: B{2}, A{10}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: x >= 2 && -x >= -9 && x+y == 10 [ 6:]: x >= 3 && -x >= -10 && x+y == 10 [ 7:]: x >= 2 && -x >= -9 && x+y == 9 [ 8:]: x >= 2 && -x >= -9 && x+y == 10 [ 9:]: x == 2 && y == 8 [10:]: x == 2 && y == 8 [11:]: $3 == 0 && x == 2 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.004828 s Done. Variant: B{2}, A{11}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: x >= 2 && -x >= -10 && x+y == 11 [ 6:]: x >= 3 && -x >= -11 && x+y == 11 [ 7:]: x >= 2 && -x >= -10 && x+y == 10 [ 8:]: x >= 2 && -x >= -10 && x+y == 11 [ 9:]: x == 2 && y == 9 [10:]: x == 2 && y == 9 [11:]: $3 == 0 && x == 2 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.005216 s Done. Variant: B{2}, A{12}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: x >= 2 && -x >= -11 && x+y == 12 [ 6:]: x >= 3 && -x >= -12 && x+y == 12 [ 7:]: x >= 2 && -x >= -11 && x+y == 11 [ 8:]: x >= 2 && -x >= -11 && x+y == 12 [ 9:]: x == 2 && y == 10 [10:]: x == 2 && y == 10 [11:]: $3 == 0 && x == 2 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.003982 s Done. Variant: B{2}, A{13}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: x >= 2 && -x >= -12 && x+y == 13 [ 6:]: x >= 3 && -x >= -13 && x+y == 13 [ 7:]: x >= 2 && -x >= -12 && x+y == 12 [ 8:]: x >= 2 && -x >= -12 && x+y == 13 [ 9:]: x == 2 && y == 11 [10:]: x == 2 && y == 11 [11:]: $3 == 0 && x == 2 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.006030 s Done. Variant: B{2}, A{14}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: x >= 2 && -x >= -13 && x+y == 14 [ 6:]: x >= 3 && -x >= -14 && x+y == 14 [ 7:]: x >= 2 && -x >= -13 && x+y == 13 [ 8:]: x >= 2 && -x >= -13 && x+y == 14 [ 9:]: x == 2 && y == 12 [10:]: x == 2 && y == 12 [11:]: $3 == 0 && x == 2 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.003945 s Done. Variant: B{2}, A{15}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: x >= 2 && -x >= -14 && x+y == 15 [ 6:]: x >= 3 && -x >= -15 && x+y == 15 [ 7:]: x >= 2 && -x >= -14 && x+y == 14 [ 8:]: x >= 2 && -x >= -14 && x+y == 15 [ 9:]: x == 2 && y == 13 [10:]: x == 2 && y == 13 [11:]: $3 == 0 && x == 2 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.006140 s Done. Variant: B{2}, A{16}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: x >= 2 && -x >= -15 && x+y == 16 [ 6:]: x >= 3 && -x >= -16 && x+y == 16 [ 7:]: x >= 2 && -x >= -15 && x+y == 15 [ 8:]: x >= 2 && -x >= -15 && x+y == 16 [ 9:]: x == 2 && y == 14 [10:]: x == 2 && y == 14 [11:]: $3 == 0 && x == 2 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.006542 s Done. Variant: B{2}, A{17}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: x >= 2 && -x >= -16 && x+y == 17 [ 6:]: x >= 3 && -x >= -17 && x+y == 17 [ 7:]: x >= 2 && -x >= -16 && x+y == 16 [ 8:]: x >= 2 && -x >= -16 && x+y == 17 [ 9:]: x == 2 && y == 15 [10:]: x == 2 && y == 15 [11:]: $3 == 0 && x == 2 && y == 15 [12:]: bottom Backward Analysis: [ 1:]: top ? 49 [ 2:]: top ? 49 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 49 Ranking is: ? 49 Analysis Result: assert CORRECT Time: 0.003882 s Done. Variant: B{2}, A{18}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x >= 2 && -x >= -17 && x+y == 18 [ 6:]: x >= 3 && -x >= -18 && x+y == 18 [ 7:]: x >= 2 && -x >= -17 && x+y == 17 [ 8:]: x >= 2 && -x >= -17 && x+y == 18 [ 9:]: x == 2 && y == 16 [10:]: x == 2 && y == 16 [11:]: $3 == 0 && x == 2 && y == 16 [12:]: bottom Backward Analysis: [ 1:]: top ? 52 [ 2:]: top ? 52 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 52 Ranking is: ? 52 Analysis Result: assert CORRECT Time: 0.003874 s Done. Variant: B{2}, A{19}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 2 && -x >= -18 && x+y == 19 [ 6:]: x >= 3 && -x >= -19 && x+y == 19 [ 7:]: x >= 2 && -x >= -18 && x+y == 18 [ 8:]: x >= 2 && -x >= -18 && x+y == 19 [ 9:]: x == 2 && y == 17 [10:]: x == 2 && y == 17 [11:]: $3 == 0 && x == 2 && y == 17 [12:]: bottom Backward Analysis: [ 1:]: top ? 55 [ 2:]: top ? 55 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 55 Ranking is: ? 55 Analysis Result: assert CORRECT Time: 0.005841 s Done. Variant: B{2}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 2 && -x >= -19 && x+y == 20 [ 6:]: x >= 3 && -x >= -20 && x+y == 20 [ 7:]: x >= 2 && -x >= -19 && x+y == 19 [ 8:]: x >= 2 && -x >= -19 && x+y == 20 [ 9:]: x == 2 && y == 18 [10:]: x == 2 && y == 18 [11:]: $3 == 0 && x == 2 && y == 18 [12:]: bottom Backward Analysis: [ 1:]: top ? 58 [ 2:]: top ? 58 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 58 Ranking is: ? 58 Analysis Result: assert CORRECT Time: 0.003899 s Done. Variant: B{2}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 2 && -x >= -20 && x+y == 21 [ 6:]: x >= 3 && -x >= -21 && x+y == 21 [ 7:]: x >= 2 && -x >= -20 && x+y == 20 [ 8:]: x >= 2 && -x >= -20 && x+y == 21 [ 9:]: x == 2 && y == 19 [10:]: x == 2 && y == 19 [11:]: $3 == 0 && x == 2 && y == 19 [12:]: bottom Backward Analysis: [ 1:]: top ? 61 [ 2:]: top ? 61 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 61 Ranking is: ? 61 Analysis Result: assert CORRECT Time: 0.005665 s Done. Variant: B{2}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 2 && -x >= -21 && x+y == 22 [ 6:]: x >= 3 && -x >= -22 && x+y == 22 [ 7:]: x >= 2 && -x >= -21 && x+y == 21 [ 8:]: x >= 2 && -x >= -21 && x+y == 22 [ 9:]: x == 2 && y == 20 [10:]: x == 2 && y == 20 [11:]: $3 == 0 && x == 2 && y == 20 [12:]: bottom Backward Analysis: [ 1:]: top ? 64 [ 2:]: top ? 64 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 64 Ranking is: ? 64 Analysis Result: assert CORRECT Time: 0.003909 s Done. Variant: B{2}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 2 && -x >= -22 && x+y == 23 [ 6:]: x >= 3 && -x >= -23 && x+y == 23 [ 7:]: x >= 2 && -x >= -22 && x+y == 22 [ 8:]: x >= 2 && -x >= -22 && x+y == 23 [ 9:]: x == 2 && y == 21 [10:]: x == 2 && y == 21 [11:]: $3 == 0 && x == 2 && y == 21 [12:]: bottom Backward Analysis: [ 1:]: top ? 67 [ 2:]: top ? 67 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 67 Ranking is: ? 67 Analysis Result: assert CORRECT Time: 0.005716 s Done. Variant: B{2}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 2 && -x >= -23 && x+y == 24 [ 6:]: x >= 3 && -x >= -24 && x+y == 24 [ 7:]: x >= 2 && -x >= -23 && x+y == 23 [ 8:]: x >= 2 && -x >= -23 && x+y == 24 [ 9:]: x == 2 && y == 22 [10:]: x == 2 && y == 22 [11:]: $3 == 0 && x == 2 && y == 22 [12:]: bottom Backward Analysis: [ 1:]: top ? 70 [ 2:]: top ? 70 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 70 Ranking is: ? 70 Analysis Result: assert CORRECT Time: 0.003949 s Done. Variant: B{2}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 2 && -x >= -24 && x+y == 25 [ 6:]: x >= 3 && -x >= -25 && x+y == 25 [ 7:]: x >= 2 && -x >= -24 && x+y == 24 [ 8:]: x >= 2 && -x >= -24 && x+y == 25 [ 9:]: x == 2 && y == 23 [10:]: x == 2 && y == 23 [11:]: $3 == 0 && x == 2 && y == 23 [12:]: bottom Backward Analysis: [ 1:]: top ? 73 [ 2:]: top ? 73 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 73 Ranking is: ? 73 Analysis Result: assert CORRECT Time: 0.003913 s Done. Variant: B{2}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 2 && -x >= -25 && x+y == 26 [ 6:]: x >= 3 && -x >= -26 && x+y == 26 [ 7:]: x >= 2 && -x >= -25 && x+y == 25 [ 8:]: x >= 2 && -x >= -25 && x+y == 26 [ 9:]: x == 2 && y == 24 [10:]: x == 2 && y == 24 [11:]: $3 == 0 && x == 2 && y == 24 [12:]: bottom Backward Analysis: [ 1:]: top ? 76 [ 2:]: top ? 76 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 76 Ranking is: ? 76 Analysis Result: assert CORRECT Time: 0.005756 s Done. Variant: B{2}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 2 && -x >= -26 && x+y == 27 [ 6:]: x >= 3 && -x >= -27 && x+y == 27 [ 7:]: x >= 2 && -x >= -26 && x+y == 26 [ 8:]: x >= 2 && -x >= -26 && x+y == 27 [ 9:]: x == 2 && y == 25 [10:]: x == 2 && y == 25 [11:]: $3 == 0 && x == 2 && y == 25 [12:]: bottom Backward Analysis: [ 1:]: top ? 79 [ 2:]: top ? 79 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 79 Ranking is: ? 79 Analysis Result: assert CORRECT Time: 0.003977 s Done. Variant: B{2}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 2 && -x >= -27 && x+y == 28 [ 6:]: x >= 3 && -x >= -28 && x+y == 28 [ 7:]: x >= 2 && -x >= -27 && x+y == 27 [ 8:]: x >= 2 && -x >= -27 && x+y == 28 [ 9:]: x == 2 && y == 26 [10:]: x == 2 && y == 26 [11:]: $3 == 0 && x == 2 && y == 26 [12:]: bottom Backward Analysis: [ 1:]: top ? 82 [ 2:]: top ? 82 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 82 Ranking is: ? 82 Analysis Result: assert CORRECT Time: 0.005793 s Done. Variant: B{2}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 2 && -x >= -28 && x+y == 29 [ 6:]: x >= 3 && -x >= -29 && x+y == 29 [ 7:]: x >= 2 && -x >= -28 && x+y == 28 [ 8:]: x >= 2 && -x >= -28 && x+y == 29 [ 9:]: x == 2 && y == 27 [10:]: x == 2 && y == 27 [11:]: $3 == 0 && x == 2 && y == 27 [12:]: bottom Backward Analysis: [ 1:]: top ? 85 [ 2:]: top ? 85 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 85 Ranking is: ? 85 Analysis Result: assert CORRECT Time: 0.003973 s Done. Variant: B{2}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 2 && -x >= -29 && x+y == 30 [ 6:]: x >= 3 && -x >= -30 && x+y == 30 [ 7:]: x >= 2 && -x >= -29 && x+y == 29 [ 8:]: x >= 2 && -x >= -29 && x+y == 30 [ 9:]: x == 2 && y == 28 [10:]: x == 2 && y == 28 [11:]: $3 == 0 && x == 2 && y == 28 [12:]: bottom Backward Analysis: [ 1:]: top ? 88 [ 2:]: top ? 88 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 88 Ranking is: ? 88 Analysis Result: assert CORRECT Time: 0.004714 s Done. Variant: B{2}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 2 && -x >= -30 && x+y == 31 [ 6:]: x >= 3 && -x >= -31 && x+y == 31 [ 7:]: x >= 2 && -x >= -30 && x+y == 30 [ 8:]: x >= 2 && -x >= -30 && x+y == 31 [ 9:]: x == 2 && y == 29 [10:]: x == 2 && y == 29 [11:]: $3 == 0 && x == 2 && y == 29 [12:]: bottom Backward Analysis: [ 1:]: top ? 91 [ 2:]: top ? 91 [ 3:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 4:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 5:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 6:]: -x >= -3 ? 4 x == 4 ? 7 x >= 5 ? 3x-5 [ 7:]: -x >= -2 ? 3 x == 3 ? 6 x >= 4 ? 3x-3 [ 8:]: -x >= -2 ? 2 x == 3 ? 5 x >= 4 ? 3x-4 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 91 Ranking is: ? 91 Analysis Result: assert CORRECT Time: 0.005179 s Done. Variant: B{3}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003135 s Done. Variant: B{3}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005011 s Done. Variant: B{3}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003206 s Done. Variant: B{3}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003273 s Done. Variant: B{3}, A{4}, assert ($5{y} > 2) ERROR: x == 3 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: x == 3 && y == 1 [ 6:]: x == 4 && y == 0 [ 7:]: x == 3 && y == 0 [ 8:]: x == 3 && y == 1 [ 9:]: x == 3 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005818 s Done. Variant: B{3}, A{5}, assert ($5{y} > 2) ERROR: x == 3 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: x >= 3 && -x >= -4 && x+y == 5 [ 6:]: x >= 4 && -x >= -5 && x+y == 5 [ 7:]: x >= 3 && -x >= -4 && x+y == 4 [ 8:]: x >= 3 && -x >= -4 && x+y == 5 [ 9:]: x == 3 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003685 s Done. Variant: B{3}, A{6}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: x >= 3 && -x >= -5 && x+y == 6 [ 6:]: x >= 4 && -x >= -6 && x+y == 6 [ 7:]: x >= 3 && -x >= -5 && x+y == 5 [ 8:]: x >= 3 && -x >= -5 && x+y == 6 [ 9:]: x == 3 && y == 3 [10:]: x == 3 && y == 3 [11:]: $3 == 0 && x == 3 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.003911 s Done. Variant: B{3}, A{7}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: x >= 3 && -x >= -6 && x+y == 7 [ 6:]: x >= 4 && -x >= -7 && x+y == 7 [ 7:]: x >= 3 && -x >= -6 && x+y == 6 [ 8:]: x >= 3 && -x >= -6 && x+y == 7 [ 9:]: x == 3 && y == 4 [10:]: x == 3 && y == 4 [11:]: $3 == 0 && x == 3 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.006094 s Done. Variant: B{3}, A{8}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: x >= 3 && -x >= -7 && x+y == 8 [ 6:]: x >= 4 && -x >= -8 && x+y == 8 [ 7:]: x >= 3 && -x >= -7 && x+y == 7 [ 8:]: x >= 3 && -x >= -7 && x+y == 8 [ 9:]: x == 3 && y == 5 [10:]: x == 3 && y == 5 [11:]: $3 == 0 && x == 3 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.003965 s Done. Variant: B{3}, A{9}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: x >= 3 && -x >= -8 && x+y == 9 [ 6:]: x >= 4 && -x >= -9 && x+y == 9 [ 7:]: x >= 3 && -x >= -8 && x+y == 8 [ 8:]: x >= 3 && -x >= -8 && x+y == 9 [ 9:]: x == 3 && y == 6 [10:]: x == 3 && y == 6 [11:]: $3 == 0 && x == 3 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.004788 s Done. Variant: B{3}, A{10}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: x >= 3 && -x >= -9 && x+y == 10 [ 6:]: x >= 4 && -x >= -10 && x+y == 10 [ 7:]: x >= 3 && -x >= -9 && x+y == 9 [ 8:]: x >= 3 && -x >= -9 && x+y == 10 [ 9:]: x == 3 && y == 7 [10:]: x == 3 && y == 7 [11:]: $3 == 0 && x == 3 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.005278 s Done. Variant: B{3}, A{11}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: x >= 3 && -x >= -10 && x+y == 11 [ 6:]: x >= 4 && -x >= -11 && x+y == 11 [ 7:]: x >= 3 && -x >= -10 && x+y == 10 [ 8:]: x >= 3 && -x >= -10 && x+y == 11 [ 9:]: x == 3 && y == 8 [10:]: x == 3 && y == 8 [11:]: $3 == 0 && x == 3 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.003994 s Done. Variant: B{3}, A{12}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: x >= 3 && -x >= -11 && x+y == 12 [ 6:]: x >= 4 && -x >= -12 && x+y == 12 [ 7:]: x >= 3 && -x >= -11 && x+y == 11 [ 8:]: x >= 3 && -x >= -11 && x+y == 12 [ 9:]: x == 3 && y == 9 [10:]: x == 3 && y == 9 [11:]: $3 == 0 && x == 3 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.006440 s Done. Variant: B{3}, A{13}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: x >= 3 && -x >= -12 && x+y == 13 [ 6:]: x >= 4 && -x >= -13 && x+y == 13 [ 7:]: x >= 3 && -x >= -12 && x+y == 12 [ 8:]: x >= 3 && -x >= -12 && x+y == 13 [ 9:]: x == 3 && y == 10 [10:]: x == 3 && y == 10 [11:]: $3 == 0 && x == 3 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.004967 s Done. Variant: B{3}, A{14}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: x >= 3 && -x >= -13 && x+y == 14 [ 6:]: x >= 4 && -x >= -14 && x+y == 14 [ 7:]: x >= 3 && -x >= -13 && x+y == 13 [ 8:]: x >= 3 && -x >= -13 && x+y == 14 [ 9:]: x == 3 && y == 11 [10:]: x == 3 && y == 11 [11:]: $3 == 0 && x == 3 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.004076 s Done. Variant: B{3}, A{15}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: x >= 3 && -x >= -14 && x+y == 15 [ 6:]: x >= 4 && -x >= -15 && x+y == 15 [ 7:]: x >= 3 && -x >= -14 && x+y == 14 [ 8:]: x >= 3 && -x >= -14 && x+y == 15 [ 9:]: x == 3 && y == 12 [10:]: x == 3 && y == 12 [11:]: $3 == 0 && x == 3 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.005936 s Done. Variant: B{3}, A{16}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: x >= 3 && -x >= -15 && x+y == 16 [ 6:]: x >= 4 && -x >= -16 && x+y == 16 [ 7:]: x >= 3 && -x >= -15 && x+y == 15 [ 8:]: x >= 3 && -x >= -15 && x+y == 16 [ 9:]: x == 3 && y == 13 [10:]: x == 3 && y == 13 [11:]: $3 == 0 && x == 3 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.004195 s Done. Variant: B{3}, A{17}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: x >= 3 && -x >= -16 && x+y == 17 [ 6:]: x >= 4 && -x >= -17 && x+y == 17 [ 7:]: x >= 3 && -x >= -16 && x+y == 16 [ 8:]: x >= 3 && -x >= -16 && x+y == 17 [ 9:]: x == 3 && y == 14 [10:]: x == 3 && y == 14 [11:]: $3 == 0 && x == 3 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.003972 s Done. Variant: B{3}, A{18}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x >= 3 && -x >= -17 && x+y == 18 [ 6:]: x >= 4 && -x >= -18 && x+y == 18 [ 7:]: x >= 3 && -x >= -17 && x+y == 17 [ 8:]: x >= 3 && -x >= -17 && x+y == 18 [ 9:]: x == 3 && y == 15 [10:]: x == 3 && y == 15 [11:]: $3 == 0 && x == 3 && y == 15 [12:]: bottom Backward Analysis: [ 1:]: top ? 49 [ 2:]: top ? 49 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 49 Ranking is: ? 49 Analysis Result: assert CORRECT Time: 0.006042 s Done. Variant: B{3}, A{19}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 3 && -x >= -18 && x+y == 19 [ 6:]: x >= 4 && -x >= -19 && x+y == 19 [ 7:]: x >= 3 && -x >= -18 && x+y == 18 [ 8:]: x >= 3 && -x >= -18 && x+y == 19 [ 9:]: x == 3 && y == 16 [10:]: x == 3 && y == 16 [11:]: $3 == 0 && x == 3 && y == 16 [12:]: bottom Backward Analysis: [ 1:]: top ? 52 [ 2:]: top ? 52 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 52 Ranking is: ? 52 Analysis Result: assert CORRECT Time: 0.004006 s Done. Variant: B{3}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 3 && -x >= -19 && x+y == 20 [ 6:]: x >= 4 && -x >= -20 && x+y == 20 [ 7:]: x >= 3 && -x >= -19 && x+y == 19 [ 8:]: x >= 3 && -x >= -19 && x+y == 20 [ 9:]: x == 3 && y == 17 [10:]: x == 3 && y == 17 [11:]: $3 == 0 && x == 3 && y == 17 [12:]: bottom Backward Analysis: [ 1:]: top ? 55 [ 2:]: top ? 55 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 55 Ranking is: ? 55 Analysis Result: assert CORRECT Time: 0.005910 s Done. Variant: B{3}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 3 && -x >= -20 && x+y == 21 [ 6:]: x >= 4 && -x >= -21 && x+y == 21 [ 7:]: x >= 3 && -x >= -20 && x+y == 20 [ 8:]: x >= 3 && -x >= -20 && x+y == 21 [ 9:]: x == 3 && y == 18 [10:]: x == 3 && y == 18 [11:]: $3 == 0 && x == 3 && y == 18 [12:]: bottom Backward Analysis: [ 1:]: top ? 58 [ 2:]: top ? 58 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 58 Ranking is: ? 58 Analysis Result: assert CORRECT Time: 0.004320 s Done. Variant: B{3}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 3 && -x >= -21 && x+y == 22 [ 6:]: x >= 4 && -x >= -22 && x+y == 22 [ 7:]: x >= 3 && -x >= -21 && x+y == 21 [ 8:]: x >= 3 && -x >= -21 && x+y == 22 [ 9:]: x == 3 && y == 19 [10:]: x == 3 && y == 19 [11:]: $3 == 0 && x == 3 && y == 19 [12:]: bottom Backward Analysis: [ 1:]: top ? 61 [ 2:]: top ? 61 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 61 Ranking is: ? 61 Analysis Result: assert CORRECT Time: 0.004976 s Done. Variant: B{3}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 3 && -x >= -22 && x+y == 23 [ 6:]: x >= 4 && -x >= -23 && x+y == 23 [ 7:]: x >= 3 && -x >= -22 && x+y == 22 [ 8:]: x >= 3 && -x >= -22 && x+y == 23 [ 9:]: x == 3 && y == 20 [10:]: x == 3 && y == 20 [11:]: $3 == 0 && x == 3 && y == 20 [12:]: bottom Backward Analysis: [ 1:]: top ? 64 [ 2:]: top ? 64 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 64 Ranking is: ? 64 Analysis Result: assert CORRECT Time: 0.005384 s Done. Variant: B{3}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 3 && -x >= -23 && x+y == 24 [ 6:]: x >= 4 && -x >= -24 && x+y == 24 [ 7:]: x >= 3 && -x >= -23 && x+y == 23 [ 8:]: x >= 3 && -x >= -23 && x+y == 24 [ 9:]: x == 3 && y == 21 [10:]: x == 3 && y == 21 [11:]: $3 == 0 && x == 3 && y == 21 [12:]: bottom Backward Analysis: [ 1:]: top ? 67 [ 2:]: top ? 67 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 67 Ranking is: ? 67 Analysis Result: assert CORRECT Time: 0.003920 s Done. Variant: B{3}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 3 && -x >= -24 && x+y == 25 [ 6:]: x >= 4 && -x >= -25 && x+y == 25 [ 7:]: x >= 3 && -x >= -24 && x+y == 24 [ 8:]: x >= 3 && -x >= -24 && x+y == 25 [ 9:]: x == 3 && y == 22 [10:]: x == 3 && y == 22 [11:]: $3 == 0 && x == 3 && y == 22 [12:]: bottom Backward Analysis: [ 1:]: top ? 70 [ 2:]: top ? 70 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 70 Ranking is: ? 70 Analysis Result: assert CORRECT Time: 0.006131 s Done. Variant: B{3}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 3 && -x >= -25 && x+y == 26 [ 6:]: x >= 4 && -x >= -26 && x+y == 26 [ 7:]: x >= 3 && -x >= -25 && x+y == 25 [ 8:]: x >= 3 && -x >= -25 && x+y == 26 [ 9:]: x == 3 && y == 23 [10:]: x == 3 && y == 23 [11:]: $3 == 0 && x == 3 && y == 23 [12:]: bottom Backward Analysis: [ 1:]: top ? 73 [ 2:]: top ? 73 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 73 Ranking is: ? 73 Analysis Result: assert CORRECT Time: 0.003999 s Done. Variant: B{3}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 3 && -x >= -26 && x+y == 27 [ 6:]: x >= 4 && -x >= -27 && x+y == 27 [ 7:]: x >= 3 && -x >= -26 && x+y == 26 [ 8:]: x >= 3 && -x >= -26 && x+y == 27 [ 9:]: x == 3 && y == 24 [10:]: x == 3 && y == 24 [11:]: $3 == 0 && x == 3 && y == 24 [12:]: bottom Backward Analysis: [ 1:]: top ? 76 [ 2:]: top ? 76 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 76 Ranking is: ? 76 Analysis Result: assert CORRECT Time: 0.005972 s Done. Variant: B{3}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 3 && -x >= -27 && x+y == 28 [ 6:]: x >= 4 && -x >= -28 && x+y == 28 [ 7:]: x >= 3 && -x >= -27 && x+y == 27 [ 8:]: x >= 3 && -x >= -27 && x+y == 28 [ 9:]: x == 3 && y == 25 [10:]: x == 3 && y == 25 [11:]: $3 == 0 && x == 3 && y == 25 [12:]: bottom Backward Analysis: [ 1:]: top ? 79 [ 2:]: top ? 79 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 79 Ranking is: ? 79 Analysis Result: assert CORRECT Time: 0.017825 s Done. Variant: B{3}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 3 && -x >= -28 && x+y == 29 [ 6:]: x >= 4 && -x >= -29 && x+y == 29 [ 7:]: x >= 3 && -x >= -28 && x+y == 28 [ 8:]: x >= 3 && -x >= -28 && x+y == 29 [ 9:]: x == 3 && y == 26 [10:]: x == 3 && y == 26 [11:]: $3 == 0 && x == 3 && y == 26 [12:]: bottom Backward Analysis: [ 1:]: top ? 82 [ 2:]: top ? 82 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 82 Ranking is: ? 82 Analysis Result: assert CORRECT Time: 0.005037 s Done. Variant: B{3}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 3 && -x >= -29 && x+y == 30 [ 6:]: x >= 4 && -x >= -30 && x+y == 30 [ 7:]: x >= 3 && -x >= -29 && x+y == 29 [ 8:]: x >= 3 && -x >= -29 && x+y == 30 [ 9:]: x == 3 && y == 27 [10:]: x == 3 && y == 27 [11:]: $3 == 0 && x == 3 && y == 27 [12:]: bottom Backward Analysis: [ 1:]: top ? 85 [ 2:]: top ? 85 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 85 Ranking is: ? 85 Analysis Result: assert CORRECT Time: 0.005345 s Done. Variant: B{3}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 3 && -x >= -30 && x+y == 31 [ 6:]: x >= 4 && -x >= -31 && x+y == 31 [ 7:]: x >= 3 && -x >= -30 && x+y == 30 [ 8:]: x >= 3 && -x >= -30 && x+y == 31 [ 9:]: x == 3 && y == 28 [10:]: x == 3 && y == 28 [11:]: $3 == 0 && x == 3 && y == 28 [12:]: bottom Backward Analysis: [ 1:]: top ? 88 [ 2:]: top ? 88 [ 3:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 4:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 5:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 6:]: -x >= -4 ? 4 x == 5 ? 7 x >= 6 ? 3x-8 [ 7:]: -x >= -3 ? 3 x == 4 ? 6 x >= 5 ? 3x-6 [ 8:]: -x >= -3 ? 2 x == 4 ? 5 x >= 5 ? 3x-7 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 88 Ranking is: ? 88 Analysis Result: assert CORRECT Time: 0.003995 s Done. Variant: B{4}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005377 s Done. Variant: B{4}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003173 s Done. Variant: B{4}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003113 s Done. Variant: B{4}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005542 s Done. Variant: B{4}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003284 s Done. Variant: B{4}, A{5}, assert ($5{y} > 2) ERROR: x == 4 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: x == 4 && y == 1 [ 6:]: x == 5 && y == 0 [ 7:]: x == 4 && y == 0 [ 8:]: x == 4 && y == 1 [ 9:]: x == 4 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003451 s Done. Variant: B{4}, A{6}, assert ($5{y} > 2) ERROR: x == 4 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: x >= 4 && -x >= -5 && x+y == 6 [ 6:]: x >= 5 && -x >= -6 && x+y == 6 [ 7:]: x >= 4 && -x >= -5 && x+y == 5 [ 8:]: x >= 4 && -x >= -5 && x+y == 6 [ 9:]: x == 4 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006218 s Done. Variant: B{4}, A{7}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: x >= 4 && -x >= -6 && x+y == 7 [ 6:]: x >= 5 && -x >= -7 && x+y == 7 [ 7:]: x >= 4 && -x >= -6 && x+y == 6 [ 8:]: x >= 4 && -x >= -6 && x+y == 7 [ 9:]: x == 4 && y == 3 [10:]: x == 4 && y == 3 [11:]: $3 == 0 && x == 4 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004108 s Done. Variant: B{4}, A{8}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: x >= 4 && -x >= -7 && x+y == 8 [ 6:]: x >= 5 && -x >= -8 && x+y == 8 [ 7:]: x >= 4 && -x >= -7 && x+y == 7 [ 8:]: x >= 4 && -x >= -7 && x+y == 8 [ 9:]: x == 4 && y == 4 [10:]: x == 4 && y == 4 [11:]: $3 == 0 && x == 4 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.003994 s Done. Variant: B{4}, A{9}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: x >= 4 && -x >= -8 && x+y == 9 [ 6:]: x >= 5 && -x >= -9 && x+y == 9 [ 7:]: x >= 4 && -x >= -8 && x+y == 8 [ 8:]: x >= 4 && -x >= -8 && x+y == 9 [ 9:]: x == 4 && y == 5 [10:]: x == 4 && y == 5 [11:]: $3 == 0 && x == 4 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.006329 s Done. Variant: B{4}, A{10}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: x >= 4 && -x >= -9 && x+y == 10 [ 6:]: x >= 5 && -x >= -10 && x+y == 10 [ 7:]: x >= 4 && -x >= -9 && x+y == 9 [ 8:]: x >= 4 && -x >= -9 && x+y == 10 [ 9:]: x == 4 && y == 6 [10:]: x == 4 && y == 6 [11:]: $3 == 0 && x == 4 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.004110 s Done. Variant: B{4}, A{11}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: x >= 4 && -x >= -10 && x+y == 11 [ 6:]: x >= 5 && -x >= -11 && x+y == 11 [ 7:]: x >= 4 && -x >= -10 && x+y == 10 [ 8:]: x >= 4 && -x >= -10 && x+y == 11 [ 9:]: x == 4 && y == 7 [10:]: x == 4 && y == 7 [11:]: $3 == 0 && x == 4 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.006212 s Done. Variant: B{4}, A{12}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: x >= 4 && -x >= -11 && x+y == 12 [ 6:]: x >= 5 && -x >= -12 && x+y == 12 [ 7:]: x >= 4 && -x >= -11 && x+y == 11 [ 8:]: x >= 4 && -x >= -11 && x+y == 12 [ 9:]: x == 4 && y == 8 [10:]: x == 4 && y == 8 [11:]: $3 == 0 && x == 4 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.004156 s Done. Variant: B{4}, A{13}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: x >= 4 && -x >= -12 && x+y == 13 [ 6:]: x >= 5 && -x >= -13 && x+y == 13 [ 7:]: x >= 4 && -x >= -12 && x+y == 12 [ 8:]: x >= 4 && -x >= -12 && x+y == 13 [ 9:]: x == 4 && y == 9 [10:]: x == 4 && y == 9 [11:]: $3 == 0 && x == 4 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.004890 s Done. Variant: B{4}, A{14}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: x >= 4 && -x >= -13 && x+y == 14 [ 6:]: x >= 5 && -x >= -14 && x+y == 14 [ 7:]: x >= 4 && -x >= -13 && x+y == 13 [ 8:]: x >= 4 && -x >= -13 && x+y == 14 [ 9:]: x == 4 && y == 10 [10:]: x == 4 && y == 10 [11:]: $3 == 0 && x == 4 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.005431 s Done. Variant: B{4}, A{15}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: x >= 4 && -x >= -14 && x+y == 15 [ 6:]: x >= 5 && -x >= -15 && x+y == 15 [ 7:]: x >= 4 && -x >= -14 && x+y == 14 [ 8:]: x >= 4 && -x >= -14 && x+y == 15 [ 9:]: x == 4 && y == 11 [10:]: x == 4 && y == 11 [11:]: $3 == 0 && x == 4 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.005299 s Done. Variant: B{4}, A{16}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: x >= 4 && -x >= -15 && x+y == 16 [ 6:]: x >= 5 && -x >= -16 && x+y == 16 [ 7:]: x >= 4 && -x >= -15 && x+y == 15 [ 8:]: x >= 4 && -x >= -15 && x+y == 16 [ 9:]: x == 4 && y == 12 [10:]: x == 4 && y == 12 [11:]: $3 == 0 && x == 4 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.004032 s Done. Variant: B{4}, A{17}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: x >= 4 && -x >= -16 && x+y == 17 [ 6:]: x >= 5 && -x >= -17 && x+y == 17 [ 7:]: x >= 4 && -x >= -16 && x+y == 16 [ 8:]: x >= 4 && -x >= -16 && x+y == 17 [ 9:]: x == 4 && y == 13 [10:]: x == 4 && y == 13 [11:]: $3 == 0 && x == 4 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.006050 s Done. Variant: B{4}, A{18}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x >= 4 && -x >= -17 && x+y == 18 [ 6:]: x >= 5 && -x >= -18 && x+y == 18 [ 7:]: x >= 4 && -x >= -17 && x+y == 17 [ 8:]: x >= 4 && -x >= -17 && x+y == 18 [ 9:]: x == 4 && y == 14 [10:]: x == 4 && y == 14 [11:]: $3 == 0 && x == 4 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.004041 s Done. Variant: B{4}, A{19}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 4 && -x >= -18 && x+y == 19 [ 6:]: x >= 5 && -x >= -19 && x+y == 19 [ 7:]: x >= 4 && -x >= -18 && x+y == 18 [ 8:]: x >= 4 && -x >= -18 && x+y == 19 [ 9:]: x == 4 && y == 15 [10:]: x == 4 && y == 15 [11:]: $3 == 0 && x == 4 && y == 15 [12:]: bottom Backward Analysis: [ 1:]: top ? 49 [ 2:]: top ? 49 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 49 Ranking is: ? 49 Analysis Result: assert CORRECT Time: 0.005986 s Done. Variant: B{4}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 4 && -x >= -19 && x+y == 20 [ 6:]: x >= 5 && -x >= -20 && x+y == 20 [ 7:]: x >= 4 && -x >= -19 && x+y == 19 [ 8:]: x >= 4 && -x >= -19 && x+y == 20 [ 9:]: x == 4 && y == 16 [10:]: x == 4 && y == 16 [11:]: $3 == 0 && x == 4 && y == 16 [12:]: bottom Backward Analysis: [ 1:]: top ? 52 [ 2:]: top ? 52 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 52 Ranking is: ? 52 Analysis Result: assert CORRECT Time: 0.004148 s Done. Variant: B{4}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 4 && -x >= -20 && x+y == 21 [ 6:]: x >= 5 && -x >= -21 && x+y == 21 [ 7:]: x >= 4 && -x >= -20 && x+y == 20 [ 8:]: x >= 4 && -x >= -20 && x+y == 21 [ 9:]: x == 4 && y == 17 [10:]: x == 4 && y == 17 [11:]: $3 == 0 && x == 4 && y == 17 [12:]: bottom Backward Analysis: [ 1:]: top ? 55 [ 2:]: top ? 55 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 55 Ranking is: ? 55 Analysis Result: assert CORRECT Time: 0.003991 s Done. Variant: B{4}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 4 && -x >= -21 && x+y == 22 [ 6:]: x >= 5 && -x >= -22 && x+y == 22 [ 7:]: x >= 4 && -x >= -21 && x+y == 21 [ 8:]: x >= 4 && -x >= -21 && x+y == 22 [ 9:]: x == 4 && y == 18 [10:]: x == 4 && y == 18 [11:]: $3 == 0 && x == 4 && y == 18 [12:]: bottom Backward Analysis: [ 1:]: top ? 58 [ 2:]: top ? 58 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 58 Ranking is: ? 58 Analysis Result: assert CORRECT Time: 0.006146 s Done. Variant: B{4}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 4 && -x >= -22 && x+y == 23 [ 6:]: x >= 5 && -x >= -23 && x+y == 23 [ 7:]: x >= 4 && -x >= -22 && x+y == 22 [ 8:]: x >= 4 && -x >= -22 && x+y == 23 [ 9:]: x == 4 && y == 19 [10:]: x == 4 && y == 19 [11:]: $3 == 0 && x == 4 && y == 19 [12:]: bottom Backward Analysis: [ 1:]: top ? 61 [ 2:]: top ? 61 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 61 Ranking is: ? 61 Analysis Result: assert CORRECT Time: 0.003998 s Done. Variant: B{4}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 4 && -x >= -23 && x+y == 24 [ 6:]: x >= 5 && -x >= -24 && x+y == 24 [ 7:]: x >= 4 && -x >= -23 && x+y == 23 [ 8:]: x >= 4 && -x >= -23 && x+y == 24 [ 9:]: x == 4 && y == 20 [10:]: x == 4 && y == 20 [11:]: $3 == 0 && x == 4 && y == 20 [12:]: bottom Backward Analysis: [ 1:]: top ? 64 [ 2:]: top ? 64 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 64 Ranking is: ? 64 Analysis Result: assert CORRECT Time: 0.006114 s Done. Variant: B{4}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 4 && -x >= -24 && x+y == 25 [ 6:]: x >= 5 && -x >= -25 && x+y == 25 [ 7:]: x >= 4 && -x >= -24 && x+y == 24 [ 8:]: x >= 4 && -x >= -24 && x+y == 25 [ 9:]: x == 4 && y == 21 [10:]: x == 4 && y == 21 [11:]: $3 == 0 && x == 4 && y == 21 [12:]: bottom Backward Analysis: [ 1:]: top ? 67 [ 2:]: top ? 67 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 67 Ranking is: ? 67 Analysis Result: assert CORRECT Time: 0.004107 s Done. Variant: B{4}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 4 && -x >= -25 && x+y == 26 [ 6:]: x >= 5 && -x >= -26 && x+y == 26 [ 7:]: x >= 4 && -x >= -25 && x+y == 25 [ 8:]: x >= 4 && -x >= -25 && x+y == 26 [ 9:]: x == 4 && y == 22 [10:]: x == 4 && y == 22 [11:]: $3 == 0 && x == 4 && y == 22 [12:]: bottom Backward Analysis: [ 1:]: top ? 70 [ 2:]: top ? 70 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 70 Ranking is: ? 70 Analysis Result: assert CORRECT Time: 0.004911 s Done. Variant: B{4}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 4 && -x >= -26 && x+y == 27 [ 6:]: x >= 5 && -x >= -27 && x+y == 27 [ 7:]: x >= 4 && -x >= -26 && x+y == 26 [ 8:]: x >= 4 && -x >= -26 && x+y == 27 [ 9:]: x == 4 && y == 23 [10:]: x == 4 && y == 23 [11:]: $3 == 0 && x == 4 && y == 23 [12:]: bottom Backward Analysis: [ 1:]: top ? 73 [ 2:]: top ? 73 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 73 Ranking is: ? 73 Analysis Result: assert CORRECT Time: 0.005401 s Done. Variant: B{4}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 4 && -x >= -27 && x+y == 28 [ 6:]: x >= 5 && -x >= -28 && x+y == 28 [ 7:]: x >= 4 && -x >= -27 && x+y == 27 [ 8:]: x >= 4 && -x >= -27 && x+y == 28 [ 9:]: x == 4 && y == 24 [10:]: x == 4 && y == 24 [11:]: $3 == 0 && x == 4 && y == 24 [12:]: bottom Backward Analysis: [ 1:]: top ? 76 [ 2:]: top ? 76 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 76 Ranking is: ? 76 Analysis Result: assert CORRECT Time: 0.004044 s Done. Variant: B{4}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 4 && -x >= -28 && x+y == 29 [ 6:]: x >= 5 && -x >= -29 && x+y == 29 [ 7:]: x >= 4 && -x >= -28 && x+y == 28 [ 8:]: x >= 4 && -x >= -28 && x+y == 29 [ 9:]: x == 4 && y == 25 [10:]: x == 4 && y == 25 [11:]: $3 == 0 && x == 4 && y == 25 [12:]: bottom Backward Analysis: [ 1:]: top ? 79 [ 2:]: top ? 79 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 79 Ranking is: ? 79 Analysis Result: assert CORRECT Time: 0.006176 s Done. Variant: B{4}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 4 && -x >= -29 && x+y == 30 [ 6:]: x >= 5 && -x >= -30 && x+y == 30 [ 7:]: x >= 4 && -x >= -29 && x+y == 29 [ 8:]: x >= 4 && -x >= -29 && x+y == 30 [ 9:]: x == 4 && y == 26 [10:]: x == 4 && y == 26 [11:]: $3 == 0 && x == 4 && y == 26 [12:]: bottom Backward Analysis: [ 1:]: top ? 82 [ 2:]: top ? 82 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 82 Ranking is: ? 82 Analysis Result: assert CORRECT Time: 0.004003 s Done. Variant: B{4}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 4 && -x >= -30 && x+y == 31 [ 6:]: x >= 5 && -x >= -31 && x+y == 31 [ 7:]: x >= 4 && -x >= -30 && x+y == 30 [ 8:]: x >= 4 && -x >= -30 && x+y == 31 [ 9:]: x == 4 && y == 27 [10:]: x == 4 && y == 27 [11:]: $3 == 0 && x == 4 && y == 27 [12:]: bottom Backward Analysis: [ 1:]: top ? 85 [ 2:]: top ? 85 [ 3:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 4:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 5:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 6:]: -x >= -5 ? 4 x == 6 ? 7 x >= 7 ? 3x-11 [ 7:]: -x >= -4 ? 3 x == 5 ? 6 x >= 6 ? 3x-9 [ 8:]: -x >= -4 ? 2 x == 5 ? 5 x >= 6 ? 3x-10 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 85 Ranking is: ? 85 Analysis Result: assert CORRECT Time: 0.006025 s Done. Variant: B{5}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003272 s Done. Variant: B{5}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003146 s Done. Variant: B{5}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005486 s Done. Variant: B{5}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003372 s Done. Variant: B{5}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003185 s Done. Variant: B{5}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005752 s Done. Variant: B{5}, A{6}, assert ($5{y} > 2) ERROR: x == 5 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: x == 5 && y == 1 [ 6:]: x == 6 && y == 0 [ 7:]: x == 5 && y == 0 [ 8:]: x == 5 && y == 1 [ 9:]: x == 5 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003691 s Done. Variant: B{5}, A{7}, assert ($5{y} > 2) ERROR: x == 5 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: x >= 5 && -x >= -6 && x+y == 7 [ 6:]: x >= 6 && -x >= -7 && x+y == 7 [ 7:]: x >= 5 && -x >= -6 && x+y == 6 [ 8:]: x >= 5 && -x >= -6 && x+y == 7 [ 9:]: x == 5 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003741 s Done. Variant: B{5}, A{8}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: x >= 5 && -x >= -7 && x+y == 8 [ 6:]: x >= 6 && -x >= -8 && x+y == 8 [ 7:]: x >= 5 && -x >= -7 && x+y == 7 [ 8:]: x >= 5 && -x >= -7 && x+y == 8 [ 9:]: x == 5 && y == 3 [10:]: x == 5 && y == 3 [11:]: $3 == 0 && x == 5 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004995 s Done. Variant: B{5}, A{9}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: x >= 5 && -x >= -8 && x+y == 9 [ 6:]: x >= 6 && -x >= -9 && x+y == 9 [ 7:]: x >= 5 && -x >= -8 && x+y == 8 [ 8:]: x >= 5 && -x >= -8 && x+y == 9 [ 9:]: x == 5 && y == 4 [10:]: x == 5 && y == 4 [11:]: $3 == 0 && x == 5 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.005582 s Done. Variant: B{5}, A{10}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: x >= 5 && -x >= -9 && x+y == 10 [ 6:]: x >= 6 && -x >= -10 && x+y == 10 [ 7:]: x >= 5 && -x >= -9 && x+y == 9 [ 8:]: x >= 5 && -x >= -9 && x+y == 10 [ 9:]: x == 5 && y == 5 [10:]: x == 5 && y == 5 [11:]: $3 == 0 && x == 5 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.004009 s Done. Variant: B{5}, A{11}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: x >= 5 && -x >= -10 && x+y == 11 [ 6:]: x >= 6 && -x >= -11 && x+y == 11 [ 7:]: x >= 5 && -x >= -10 && x+y == 10 [ 8:]: x >= 5 && -x >= -10 && x+y == 11 [ 9:]: x == 5 && y == 6 [10:]: x == 5 && y == 6 [11:]: $3 == 0 && x == 5 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.006218 s Done. Variant: B{5}, A{12}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: x >= 5 && -x >= -11 && x+y == 12 [ 6:]: x >= 6 && -x >= -12 && x+y == 12 [ 7:]: x >= 5 && -x >= -11 && x+y == 11 [ 8:]: x >= 5 && -x >= -11 && x+y == 12 [ 9:]: x == 5 && y == 7 [10:]: x == 5 && y == 7 [11:]: $3 == 0 && x == 5 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.004095 s Done. Variant: B{5}, A{13}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: x >= 5 && -x >= -12 && x+y == 13 [ 6:]: x >= 6 && -x >= -13 && x+y == 13 [ 7:]: x >= 5 && -x >= -12 && x+y == 12 [ 8:]: x >= 5 && -x >= -12 && x+y == 13 [ 9:]: x == 5 && y == 8 [10:]: x == 5 && y == 8 [11:]: $3 == 0 && x == 5 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.006096 s Done. Variant: B{5}, A{14}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: x >= 5 && -x >= -13 && x+y == 14 [ 6:]: x >= 6 && -x >= -14 && x+y == 14 [ 7:]: x >= 5 && -x >= -13 && x+y == 13 [ 8:]: x >= 5 && -x >= -13 && x+y == 14 [ 9:]: x == 5 && y == 9 [10:]: x == 5 && y == 9 [11:]: $3 == 0 && x == 5 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.004194 s Done. Variant: B{5}, A{15}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: x >= 5 && -x >= -14 && x+y == 15 [ 6:]: x >= 6 && -x >= -15 && x+y == 15 [ 7:]: x >= 5 && -x >= -14 && x+y == 14 [ 8:]: x >= 5 && -x >= -14 && x+y == 15 [ 9:]: x == 5 && y == 10 [10:]: x == 5 && y == 10 [11:]: $3 == 0 && x == 5 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.004979 s Done. Variant: B{5}, A{16}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: x >= 5 && -x >= -15 && x+y == 16 [ 6:]: x >= 6 && -x >= -16 && x+y == 16 [ 7:]: x >= 5 && -x >= -15 && x+y == 15 [ 8:]: x >= 5 && -x >= -15 && x+y == 16 [ 9:]: x == 5 && y == 11 [10:]: x == 5 && y == 11 [11:]: $3 == 0 && x == 5 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.005384 s Done. Variant: B{5}, A{17}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: x >= 5 && -x >= -16 && x+y == 17 [ 6:]: x >= 6 && -x >= -17 && x+y == 17 [ 7:]: x >= 5 && -x >= -16 && x+y == 16 [ 8:]: x >= 5 && -x >= -16 && x+y == 17 [ 9:]: x == 5 && y == 12 [10:]: x == 5 && y == 12 [11:]: $3 == 0 && x == 5 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.004092 s Done. Variant: B{5}, A{18}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x >= 5 && -x >= -17 && x+y == 18 [ 6:]: x >= 6 && -x >= -18 && x+y == 18 [ 7:]: x >= 5 && -x >= -17 && x+y == 17 [ 8:]: x >= 5 && -x >= -17 && x+y == 18 [ 9:]: x == 5 && y == 13 [10:]: x == 5 && y == 13 [11:]: $3 == 0 && x == 5 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.006210 s Done. Variant: B{5}, A{19}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 5 && -x >= -18 && x+y == 19 [ 6:]: x >= 6 && -x >= -19 && x+y == 19 [ 7:]: x >= 5 && -x >= -18 && x+y == 18 [ 8:]: x >= 5 && -x >= -18 && x+y == 19 [ 9:]: x == 5 && y == 14 [10:]: x == 5 && y == 14 [11:]: $3 == 0 && x == 5 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.003945 s Done. Variant: B{5}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 5 && -x >= -19 && x+y == 20 [ 6:]: x >= 6 && -x >= -20 && x+y == 20 [ 7:]: x >= 5 && -x >= -19 && x+y == 19 [ 8:]: x >= 5 && -x >= -19 && x+y == 20 [ 9:]: x == 5 && y == 15 [10:]: x == 5 && y == 15 [11:]: $3 == 0 && x == 5 && y == 15 [12:]: bottom Backward Analysis: [ 1:]: top ? 49 [ 2:]: top ? 49 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 49 Ranking is: ? 49 Analysis Result: assert CORRECT Time: 0.006069 s Done. Variant: B{5}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 5 && -x >= -20 && x+y == 21 [ 6:]: x >= 6 && -x >= -21 && x+y == 21 [ 7:]: x >= 5 && -x >= -20 && x+y == 20 [ 8:]: x >= 5 && -x >= -20 && x+y == 21 [ 9:]: x == 5 && y == 16 [10:]: x == 5 && y == 16 [11:]: $3 == 0 && x == 5 && y == 16 [12:]: bottom Backward Analysis: [ 1:]: top ? 52 [ 2:]: top ? 52 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 52 Ranking is: ? 52 Analysis Result: assert CORRECT Time: 0.005241 s Done. Variant: B{5}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 5 && -x >= -21 && x+y == 22 [ 6:]: x >= 6 && -x >= -22 && x+y == 22 [ 7:]: x >= 5 && -x >= -21 && x+y == 21 [ 8:]: x >= 5 && -x >= -21 && x+y == 22 [ 9:]: x == 5 && y == 17 [10:]: x == 5 && y == 17 [11:]: $3 == 0 && x == 5 && y == 17 [12:]: bottom Backward Analysis: [ 1:]: top ? 55 [ 2:]: top ? 55 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 55 Ranking is: ? 55 Analysis Result: assert CORRECT Time: 0.004107 s Done. Variant: B{5}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 5 && -x >= -22 && x+y == 23 [ 6:]: x >= 6 && -x >= -23 && x+y == 23 [ 7:]: x >= 5 && -x >= -22 && x+y == 22 [ 8:]: x >= 5 && -x >= -22 && x+y == 23 [ 9:]: x == 5 && y == 18 [10:]: x == 5 && y == 18 [11:]: $3 == 0 && x == 5 && y == 18 [12:]: bottom Backward Analysis: [ 1:]: top ? 58 [ 2:]: top ? 58 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 58 Ranking is: ? 58 Analysis Result: assert CORRECT Time: 0.003967 s Done. Variant: B{5}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 5 && -x >= -23 && x+y == 24 [ 6:]: x >= 6 && -x >= -24 && x+y == 24 [ 7:]: x >= 5 && -x >= -23 && x+y == 23 [ 8:]: x >= 5 && -x >= -23 && x+y == 24 [ 9:]: x == 5 && y == 19 [10:]: x == 5 && y == 19 [11:]: $3 == 0 && x == 5 && y == 19 [12:]: bottom Backward Analysis: [ 1:]: top ? 61 [ 2:]: top ? 61 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 61 Ranking is: ? 61 Analysis Result: assert CORRECT Time: 0.006183 s Done. Variant: B{5}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 5 && -x >= -24 && x+y == 25 [ 6:]: x >= 6 && -x >= -25 && x+y == 25 [ 7:]: x >= 5 && -x >= -24 && x+y == 24 [ 8:]: x >= 5 && -x >= -24 && x+y == 25 [ 9:]: x == 5 && y == 20 [10:]: x == 5 && y == 20 [11:]: $3 == 0 && x == 5 && y == 20 [12:]: bottom Backward Analysis: [ 1:]: top ? 64 [ 2:]: top ? 64 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 64 Ranking is: ? 64 Analysis Result: assert CORRECT Time: 0.004008 s Done. Variant: B{5}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 5 && -x >= -25 && x+y == 26 [ 6:]: x >= 6 && -x >= -26 && x+y == 26 [ 7:]: x >= 5 && -x >= -25 && x+y == 25 [ 8:]: x >= 5 && -x >= -25 && x+y == 26 [ 9:]: x == 5 && y == 21 [10:]: x == 5 && y == 21 [11:]: $3 == 0 && x == 5 && y == 21 [12:]: bottom Backward Analysis: [ 1:]: top ? 67 [ 2:]: top ? 67 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 67 Ranking is: ? 67 Analysis Result: assert CORRECT Time: 0.006045 s Done. Variant: B{5}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 5 && -x >= -26 && x+y == 27 [ 6:]: x >= 6 && -x >= -27 && x+y == 27 [ 7:]: x >= 5 && -x >= -26 && x+y == 26 [ 8:]: x >= 5 && -x >= -26 && x+y == 27 [ 9:]: x == 5 && y == 22 [10:]: x == 5 && y == 22 [11:]: $3 == 0 && x == 5 && y == 22 [12:]: bottom Backward Analysis: [ 1:]: top ? 70 [ 2:]: top ? 70 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 70 Ranking is: ? 70 Analysis Result: assert CORRECT Time: 0.004091 s Done. Variant: B{5}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 5 && -x >= -27 && x+y == 28 [ 6:]: x >= 6 && -x >= -28 && x+y == 28 [ 7:]: x >= 5 && -x >= -27 && x+y == 27 [ 8:]: x >= 5 && -x >= -27 && x+y == 28 [ 9:]: x == 5 && y == 23 [10:]: x == 5 && y == 23 [11:]: $3 == 0 && x == 5 && y == 23 [12:]: bottom Backward Analysis: [ 1:]: top ? 73 [ 2:]: top ? 73 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 73 Ranking is: ? 73 Analysis Result: assert CORRECT Time: 0.004903 s Done. Variant: B{5}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 5 && -x >= -28 && x+y == 29 [ 6:]: x >= 6 && -x >= -29 && x+y == 29 [ 7:]: x >= 5 && -x >= -28 && x+y == 28 [ 8:]: x >= 5 && -x >= -28 && x+y == 29 [ 9:]: x == 5 && y == 24 [10:]: x == 5 && y == 24 [11:]: $3 == 0 && x == 5 && y == 24 [12:]: bottom Backward Analysis: [ 1:]: top ? 76 [ 2:]: top ? 76 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 76 Ranking is: ? 76 Analysis Result: assert CORRECT Time: 0.005415 s Done. Variant: B{5}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 5 && -x >= -29 && x+y == 30 [ 6:]: x >= 6 && -x >= -30 && x+y == 30 [ 7:]: x >= 5 && -x >= -29 && x+y == 29 [ 8:]: x >= 5 && -x >= -29 && x+y == 30 [ 9:]: x == 5 && y == 25 [10:]: x == 5 && y == 25 [11:]: $3 == 0 && x == 5 && y == 25 [12:]: bottom Backward Analysis: [ 1:]: top ? 79 [ 2:]: top ? 79 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 79 Ranking is: ? 79 Analysis Result: assert CORRECT Time: 0.003965 s Done. Variant: B{5}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 5 && -x >= -30 && x+y == 31 [ 6:]: x >= 6 && -x >= -31 && x+y == 31 [ 7:]: x >= 5 && -x >= -30 && x+y == 30 [ 8:]: x >= 5 && -x >= -30 && x+y == 31 [ 9:]: x == 5 && y == 26 [10:]: x == 5 && y == 26 [11:]: $3 == 0 && x == 5 && y == 26 [12:]: bottom Backward Analysis: [ 1:]: top ? 82 [ 2:]: top ? 82 [ 3:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 4:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 5:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 6:]: -x >= -6 ? 4 x == 7 ? 7 x >= 8 ? 3x-14 [ 7:]: -x >= -5 ? 3 x == 6 ? 6 x >= 7 ? 3x-12 [ 8:]: -x >= -5 ? 2 x == 6 ? 5 x >= 7 ? 3x-13 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 82 Ranking is: ? 82 Analysis Result: assert CORRECT Time: 0.006078 s Done. Variant: B{6}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003183 s Done. Variant: B{6}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003105 s Done. Variant: B{6}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005600 s Done. Variant: B{6}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003254 s Done. Variant: B{6}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003095 s Done. Variant: B{6}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005594 s Done. Variant: B{6}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003291 s Done. Variant: B{6}, A{7}, assert ($5{y} > 2) ERROR: x == 6 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: x == 6 && y == 1 [ 6:]: x == 7 && y == 0 [ 7:]: x == 6 && y == 0 [ 8:]: x == 6 && y == 1 [ 9:]: x == 6 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003484 s Done. Variant: B{6}, A{8}, assert ($5{y} > 2) ERROR: x == 6 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: x >= 6 && -x >= -7 && x+y == 8 [ 6:]: x >= 7 && -x >= -8 && x+y == 8 [ 7:]: x >= 6 && -x >= -7 && x+y == 7 [ 8:]: x >= 6 && -x >= -7 && x+y == 8 [ 9:]: x == 6 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006007 s Done. Variant: B{6}, A{9}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: x >= 6 && -x >= -8 && x+y == 9 [ 6:]: x >= 7 && -x >= -9 && x+y == 9 [ 7:]: x >= 6 && -x >= -8 && x+y == 8 [ 8:]: x >= 6 && -x >= -8 && x+y == 9 [ 9:]: x == 6 && y == 3 [10:]: x == 6 && y == 3 [11:]: $3 == 0 && x == 6 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004181 s Done. Variant: B{6}, A{10}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: x >= 6 && -x >= -9 && x+y == 10 [ 6:]: x >= 7 && -x >= -10 && x+y == 10 [ 7:]: x >= 6 && -x >= -9 && x+y == 9 [ 8:]: x >= 6 && -x >= -9 && x+y == 10 [ 9:]: x == 6 && y == 4 [10:]: x == 6 && y == 4 [11:]: $3 == 0 && x == 6 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.004704 s Done. Variant: B{6}, A{11}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: x >= 6 && -x >= -10 && x+y == 11 [ 6:]: x >= 7 && -x >= -11 && x+y == 11 [ 7:]: x >= 6 && -x >= -10 && x+y == 10 [ 8:]: x >= 6 && -x >= -10 && x+y == 11 [ 9:]: x == 6 && y == 5 [10:]: x == 6 && y == 5 [11:]: $3 == 0 && x == 6 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.007268 s Done. Variant: B{6}, A{12}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: x >= 6 && -x >= -11 && x+y == 12 [ 6:]: x >= 7 && -x >= -12 && x+y == 12 [ 7:]: x >= 6 && -x >= -11 && x+y == 11 [ 8:]: x >= 6 && -x >= -11 && x+y == 12 [ 9:]: x == 6 && y == 6 [10:]: x == 6 && y == 6 [11:]: $3 == 0 && x == 6 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.004101 s Done. Variant: B{6}, A{13}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: x >= 6 && -x >= -12 && x+y == 13 [ 6:]: x >= 7 && -x >= -13 && x+y == 13 [ 7:]: x >= 6 && -x >= -12 && x+y == 12 [ 8:]: x >= 6 && -x >= -12 && x+y == 13 [ 9:]: x == 6 && y == 7 [10:]: x == 6 && y == 7 [11:]: $3 == 0 && x == 6 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.006115 s Done. Variant: B{6}, A{14}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: x >= 6 && -x >= -13 && x+y == 14 [ 6:]: x >= 7 && -x >= -14 && x+y == 14 [ 7:]: x >= 6 && -x >= -13 && x+y == 13 [ 8:]: x >= 6 && -x >= -13 && x+y == 14 [ 9:]: x == 6 && y == 8 [10:]: x == 6 && y == 8 [11:]: $3 == 0 && x == 6 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.004185 s Done. Variant: B{6}, A{15}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: x >= 6 && -x >= -14 && x+y == 15 [ 6:]: x >= 7 && -x >= -15 && x+y == 15 [ 7:]: x >= 6 && -x >= -14 && x+y == 14 [ 8:]: x >= 6 && -x >= -14 && x+y == 15 [ 9:]: x == 6 && y == 9 [10:]: x == 6 && y == 9 [11:]: $3 == 0 && x == 6 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.006274 s Done. Variant: B{6}, A{16}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: x >= 6 && -x >= -15 && x+y == 16 [ 6:]: x >= 7 && -x >= -16 && x+y == 16 [ 7:]: x >= 6 && -x >= -15 && x+y == 15 [ 8:]: x >= 6 && -x >= -15 && x+y == 16 [ 9:]: x == 6 && y == 10 [10:]: x == 6 && y == 10 [11:]: $3 == 0 && x == 6 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.004279 s Done. Variant: B{6}, A{17}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: x >= 6 && -x >= -16 && x+y == 17 [ 6:]: x >= 7 && -x >= -17 && x+y == 17 [ 7:]: x >= 6 && -x >= -16 && x+y == 16 [ 8:]: x >= 6 && -x >= -16 && x+y == 17 [ 9:]: x == 6 && y == 11 [10:]: x == 6 && y == 11 [11:]: $3 == 0 && x == 6 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.004167 s Done. Variant: B{6}, A{18}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x >= 6 && -x >= -17 && x+y == 18 [ 6:]: x >= 7 && -x >= -18 && x+y == 18 [ 7:]: x >= 6 && -x >= -17 && x+y == 17 [ 8:]: x >= 6 && -x >= -17 && x+y == 18 [ 9:]: x == 6 && y == 12 [10:]: x == 6 && y == 12 [11:]: $3 == 0 && x == 6 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.006524 s Done. Variant: B{6}, A{19}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 6 && -x >= -18 && x+y == 19 [ 6:]: x >= 7 && -x >= -19 && x+y == 19 [ 7:]: x >= 6 && -x >= -18 && x+y == 18 [ 8:]: x >= 6 && -x >= -18 && x+y == 19 [ 9:]: x == 6 && y == 13 [10:]: x == 6 && y == 13 [11:]: $3 == 0 && x == 6 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.004178 s Done. Variant: B{6}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 6 && -x >= -19 && x+y == 20 [ 6:]: x >= 7 && -x >= -20 && x+y == 20 [ 7:]: x >= 6 && -x >= -19 && x+y == 19 [ 8:]: x >= 6 && -x >= -19 && x+y == 20 [ 9:]: x == 6 && y == 14 [10:]: x == 6 && y == 14 [11:]: $3 == 0 && x == 6 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.006211 s Done. Variant: B{6}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 6 && -x >= -20 && x+y == 21 [ 6:]: x >= 7 && -x >= -21 && x+y == 21 [ 7:]: x >= 6 && -x >= -20 && x+y == 20 [ 8:]: x >= 6 && -x >= -20 && x+y == 21 [ 9:]: x == 6 && y == 15 [10:]: x == 6 && y == 15 [11:]: $3 == 0 && x == 6 && y == 15 [12:]: bottom Backward Analysis: [ 1:]: top ? 49 [ 2:]: top ? 49 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 49 Ranking is: ? 49 Analysis Result: assert CORRECT Time: 0.004230 s Done. Variant: B{6}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 6 && -x >= -21 && x+y == 22 [ 6:]: x >= 7 && -x >= -22 && x+y == 22 [ 7:]: x >= 6 && -x >= -21 && x+y == 21 [ 8:]: x >= 6 && -x >= -21 && x+y == 22 [ 9:]: x == 6 && y == 16 [10:]: x == 6 && y == 16 [11:]: $3 == 0 && x == 6 && y == 16 [12:]: bottom Backward Analysis: [ 1:]: top ? 52 [ 2:]: top ? 52 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 52 Ranking is: ? 52 Analysis Result: assert CORRECT Time: 0.004853 s Done. Variant: B{6}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 6 && -x >= -22 && x+y == 23 [ 6:]: x >= 7 && -x >= -23 && x+y == 23 [ 7:]: x >= 6 && -x >= -22 && x+y == 22 [ 8:]: x >= 6 && -x >= -22 && x+y == 23 [ 9:]: x == 6 && y == 17 [10:]: x == 6 && y == 17 [11:]: $3 == 0 && x == 6 && y == 17 [12:]: bottom Backward Analysis: [ 1:]: top ? 55 [ 2:]: top ? 55 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 55 Ranking is: ? 55 Analysis Result: assert CORRECT Time: 0.005472 s Done. Variant: B{6}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 6 && -x >= -23 && x+y == 24 [ 6:]: x >= 7 && -x >= -24 && x+y == 24 [ 7:]: x >= 6 && -x >= -23 && x+y == 23 [ 8:]: x >= 6 && -x >= -23 && x+y == 24 [ 9:]: x == 6 && y == 18 [10:]: x == 6 && y == 18 [11:]: $3 == 0 && x == 6 && y == 18 [12:]: bottom Backward Analysis: [ 1:]: top ? 58 [ 2:]: top ? 58 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 58 Ranking is: ? 58 Analysis Result: assert CORRECT Time: 0.003952 s Done. Variant: B{6}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 6 && -x >= -24 && x+y == 25 [ 6:]: x >= 7 && -x >= -25 && x+y == 25 [ 7:]: x >= 6 && -x >= -24 && x+y == 24 [ 8:]: x >= 6 && -x >= -24 && x+y == 25 [ 9:]: x == 6 && y == 19 [10:]: x == 6 && y == 19 [11:]: $3 == 0 && x == 6 && y == 19 [12:]: bottom Backward Analysis: [ 1:]: top ? 61 [ 2:]: top ? 61 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 61 Ranking is: ? 61 Analysis Result: assert CORRECT Time: 0.005987 s Done. Variant: B{6}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 6 && -x >= -25 && x+y == 26 [ 6:]: x >= 7 && -x >= -26 && x+y == 26 [ 7:]: x >= 6 && -x >= -25 && x+y == 25 [ 8:]: x >= 6 && -x >= -25 && x+y == 26 [ 9:]: x == 6 && y == 20 [10:]: x == 6 && y == 20 [11:]: $3 == 0 && x == 6 && y == 20 [12:]: bottom Backward Analysis: [ 1:]: top ? 64 [ 2:]: top ? 64 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 64 Ranking is: ? 64 Analysis Result: assert CORRECT Time: 0.003970 s Done. Variant: B{6}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 6 && -x >= -26 && x+y == 27 [ 6:]: x >= 7 && -x >= -27 && x+y == 27 [ 7:]: x >= 6 && -x >= -26 && x+y == 26 [ 8:]: x >= 6 && -x >= -26 && x+y == 27 [ 9:]: x == 6 && y == 21 [10:]: x == 6 && y == 21 [11:]: $3 == 0 && x == 6 && y == 21 [12:]: bottom Backward Analysis: [ 1:]: top ? 67 [ 2:]: top ? 67 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 67 Ranking is: ? 67 Analysis Result: assert CORRECT Time: 0.006095 s Done. Variant: B{6}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 6 && -x >= -27 && x+y == 28 [ 6:]: x >= 7 && -x >= -28 && x+y == 28 [ 7:]: x >= 6 && -x >= -27 && x+y == 27 [ 8:]: x >= 6 && -x >= -27 && x+y == 28 [ 9:]: x == 6 && y == 22 [10:]: x == 6 && y == 22 [11:]: $3 == 0 && x == 6 && y == 22 [12:]: bottom Backward Analysis: [ 1:]: top ? 70 [ 2:]: top ? 70 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 70 Ranking is: ? 70 Analysis Result: assert CORRECT Time: 0.004113 s Done. Variant: B{6}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 6 && -x >= -28 && x+y == 29 [ 6:]: x >= 7 && -x >= -29 && x+y == 29 [ 7:]: x >= 6 && -x >= -28 && x+y == 28 [ 8:]: x >= 6 && -x >= -28 && x+y == 29 [ 9:]: x == 6 && y == 23 [10:]: x == 6 && y == 23 [11:]: $3 == 0 && x == 6 && y == 23 [12:]: bottom Backward Analysis: [ 1:]: top ? 73 [ 2:]: top ? 73 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 73 Ranking is: ? 73 Analysis Result: assert CORRECT Time: 0.004948 s Done. Variant: B{6}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 6 && -x >= -29 && x+y == 30 [ 6:]: x >= 7 && -x >= -30 && x+y == 30 [ 7:]: x >= 6 && -x >= -29 && x+y == 29 [ 8:]: x >= 6 && -x >= -29 && x+y == 30 [ 9:]: x == 6 && y == 24 [10:]: x == 6 && y == 24 [11:]: $3 == 0 && x == 6 && y == 24 [12:]: bottom Backward Analysis: [ 1:]: top ? 76 [ 2:]: top ? 76 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 76 Ranking is: ? 76 Analysis Result: assert CORRECT Time: 0.005337 s Done. Variant: B{6}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 6 && -x >= -30 && x+y == 31 [ 6:]: x >= 7 && -x >= -31 && x+y == 31 [ 7:]: x >= 6 && -x >= -30 && x+y == 30 [ 8:]: x >= 6 && -x >= -30 && x+y == 31 [ 9:]: x == 6 && y == 25 [10:]: x == 6 && y == 25 [11:]: $3 == 0 && x == 6 && y == 25 [12:]: bottom Backward Analysis: [ 1:]: top ? 79 [ 2:]: top ? 79 [ 3:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 4:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 5:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 6:]: -x >= -7 ? 4 x == 8 ? 7 x >= 9 ? 3x-17 [ 7:]: -x >= -6 ? 3 x == 7 ? 6 x >= 8 ? 3x-15 [ 8:]: -x >= -6 ? 2 x == 7 ? 5 x >= 8 ? 3x-16 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 79 Ranking is: ? 79 Analysis Result: assert CORRECT Time: 0.003974 s Done. Variant: B{7}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005331 s Done. Variant: B{7}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.004392 s Done. Variant: B{7}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003370 s Done. Variant: B{7}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003189 s Done. Variant: B{7}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003228 s Done. Variant: B{7}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005696 s Done. Variant: B{7}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003248 s Done. Variant: B{7}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003131 s Done. Variant: B{7}, A{8}, assert ($5{y} > 2) ERROR: x == 7 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: x == 7 && y == 1 [ 6:]: x == 8 && y == 0 [ 7:]: x == 7 && y == 0 [ 8:]: x == 7 && y == 1 [ 9:]: x == 7 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005916 s Done. Variant: B{7}, A{9}, assert ($5{y} > 2) ERROR: x == 7 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: x >= 7 && -x >= -8 && x+y == 9 [ 6:]: x >= 8 && -x >= -9 && x+y == 9 [ 7:]: x >= 7 && -x >= -8 && x+y == 8 [ 8:]: x >= 7 && -x >= -8 && x+y == 9 [ 9:]: x == 7 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003766 s Done. Variant: B{7}, A{10}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: x >= 7 && -x >= -9 && x+y == 10 [ 6:]: x >= 8 && -x >= -10 && x+y == 10 [ 7:]: x >= 7 && -x >= -9 && x+y == 9 [ 8:]: x >= 7 && -x >= -9 && x+y == 10 [ 9:]: x == 7 && y == 3 [10:]: x == 7 && y == 3 [11:]: $3 == 0 && x == 7 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004030 s Done. Variant: B{7}, A{11}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: x >= 7 && -x >= -10 && x+y == 11 [ 6:]: x >= 8 && -x >= -11 && x+y == 11 [ 7:]: x >= 7 && -x >= -10 && x+y == 10 [ 8:]: x >= 7 && -x >= -10 && x+y == 11 [ 9:]: x == 7 && y == 4 [10:]: x == 7 && y == 4 [11:]: $3 == 0 && x == 7 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.006499 s Done. Variant: B{7}, A{12}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: x >= 7 && -x >= -11 && x+y == 12 [ 6:]: x >= 8 && -x >= -12 && x+y == 12 [ 7:]: x >= 7 && -x >= -11 && x+y == 11 [ 8:]: x >= 7 && -x >= -11 && x+y == 12 [ 9:]: x == 7 && y == 5 [10:]: x == 7 && y == 5 [11:]: $3 == 0 && x == 7 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.004056 s Done. Variant: B{7}, A{13}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: x >= 7 && -x >= -12 && x+y == 13 [ 6:]: x >= 8 && -x >= -13 && x+y == 13 [ 7:]: x >= 7 && -x >= -12 && x+y == 12 [ 8:]: x >= 7 && -x >= -12 && x+y == 13 [ 9:]: x == 7 && y == 6 [10:]: x == 7 && y == 6 [11:]: $3 == 0 && x == 7 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.006113 s Done. Variant: B{7}, A{14}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: x >= 7 && -x >= -13 && x+y == 14 [ 6:]: x >= 8 && -x >= -14 && x+y == 14 [ 7:]: x >= 7 && -x >= -13 && x+y == 13 [ 8:]: x >= 7 && -x >= -13 && x+y == 14 [ 9:]: x == 7 && y == 7 [10:]: x == 7 && y == 7 [11:]: $3 == 0 && x == 7 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.004127 s Done. Variant: B{7}, A{15}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: x >= 7 && -x >= -14 && x+y == 15 [ 6:]: x >= 8 && -x >= -15 && x+y == 15 [ 7:]: x >= 7 && -x >= -14 && x+y == 14 [ 8:]: x >= 7 && -x >= -14 && x+y == 15 [ 9:]: x == 7 && y == 8 [10:]: x == 7 && y == 8 [11:]: $3 == 0 && x == 7 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.004845 s Done. Variant: B{7}, A{16}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: x >= 7 && -x >= -15 && x+y == 16 [ 6:]: x >= 8 && -x >= -16 && x+y == 16 [ 7:]: x >= 7 && -x >= -15 && x+y == 15 [ 8:]: x >= 7 && -x >= -15 && x+y == 16 [ 9:]: x == 7 && y == 9 [10:]: x == 7 && y == 9 [11:]: $3 == 0 && x == 7 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.005372 s Done. Variant: B{7}, A{17}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: x >= 7 && -x >= -16 && x+y == 17 [ 6:]: x >= 8 && -x >= -17 && x+y == 17 [ 7:]: x >= 7 && -x >= -16 && x+y == 16 [ 8:]: x >= 7 && -x >= -16 && x+y == 17 [ 9:]: x == 7 && y == 10 [10:]: x == 7 && y == 10 [11:]: $3 == 0 && x == 7 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.004055 s Done. Variant: B{7}, A{18}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x >= 7 && -x >= -17 && x+y == 18 [ 6:]: x >= 8 && -x >= -18 && x+y == 18 [ 7:]: x >= 7 && -x >= -17 && x+y == 17 [ 8:]: x >= 7 && -x >= -17 && x+y == 18 [ 9:]: x == 7 && y == 11 [10:]: x == 7 && y == 11 [11:]: $3 == 0 && x == 7 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.006262 s Done. Variant: B{7}, A{19}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 7 && -x >= -18 && x+y == 19 [ 6:]: x >= 8 && -x >= -19 && x+y == 19 [ 7:]: x >= 7 && -x >= -18 && x+y == 18 [ 8:]: x >= 7 && -x >= -18 && x+y == 19 [ 9:]: x == 7 && y == 12 [10:]: x == 7 && y == 12 [11:]: $3 == 0 && x == 7 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.004125 s Done. Variant: B{7}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 7 && -x >= -19 && x+y == 20 [ 6:]: x >= 8 && -x >= -20 && x+y == 20 [ 7:]: x >= 7 && -x >= -19 && x+y == 19 [ 8:]: x >= 7 && -x >= -19 && x+y == 20 [ 9:]: x == 7 && y == 13 [10:]: x == 7 && y == 13 [11:]: $3 == 0 && x == 7 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.006265 s Done. Variant: B{7}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 7 && -x >= -20 && x+y == 21 [ 6:]: x >= 8 && -x >= -21 && x+y == 21 [ 7:]: x >= 7 && -x >= -20 && x+y == 20 [ 8:]: x >= 7 && -x >= -20 && x+y == 21 [ 9:]: x == 7 && y == 14 [10:]: x == 7 && y == 14 [11:]: $3 == 0 && x == 7 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.004195 s Done. Variant: B{7}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 7 && -x >= -21 && x+y == 22 [ 6:]: x >= 8 && -x >= -22 && x+y == 22 [ 7:]: x >= 7 && -x >= -21 && x+y == 21 [ 8:]: x >= 7 && -x >= -21 && x+y == 22 [ 9:]: x == 7 && y == 15 [10:]: x == 7 && y == 15 [11:]: $3 == 0 && x == 7 && y == 15 [12:]: bottom Backward Analysis: [ 1:]: top ? 49 [ 2:]: top ? 49 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 49 Ranking is: ? 49 Analysis Result: assert CORRECT Time: 0.004007 s Done. Variant: B{7}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 7 && -x >= -22 && x+y == 23 [ 6:]: x >= 8 && -x >= -23 && x+y == 23 [ 7:]: x >= 7 && -x >= -22 && x+y == 22 [ 8:]: x >= 7 && -x >= -22 && x+y == 23 [ 9:]: x == 7 && y == 16 [10:]: x == 7 && y == 16 [11:]: $3 == 0 && x == 7 && y == 16 [12:]: bottom Backward Analysis: [ 1:]: top ? 52 [ 2:]: top ? 52 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 52 Ranking is: ? 52 Analysis Result: assert CORRECT Time: 0.006368 s Done. Variant: B{7}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 7 && -x >= -23 && x+y == 24 [ 6:]: x >= 8 && -x >= -24 && x+y == 24 [ 7:]: x >= 7 && -x >= -23 && x+y == 23 [ 8:]: x >= 7 && -x >= -23 && x+y == 24 [ 9:]: x == 7 && y == 17 [10:]: x == 7 && y == 17 [11:]: $3 == 0 && x == 7 && y == 17 [12:]: bottom Backward Analysis: [ 1:]: top ? 55 [ 2:]: top ? 55 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 55 Ranking is: ? 55 Analysis Result: assert CORRECT Time: 0.004033 s Done. Variant: B{7}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 7 && -x >= -24 && x+y == 25 [ 6:]: x >= 8 && -x >= -25 && x+y == 25 [ 7:]: x >= 7 && -x >= -24 && x+y == 24 [ 8:]: x >= 7 && -x >= -24 && x+y == 25 [ 9:]: x == 7 && y == 18 [10:]: x == 7 && y == 18 [11:]: $3 == 0 && x == 7 && y == 18 [12:]: bottom Backward Analysis: [ 1:]: top ? 58 [ 2:]: top ? 58 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 58 Ranking is: ? 58 Analysis Result: assert CORRECT Time: 0.006076 s Done. Variant: B{7}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 7 && -x >= -25 && x+y == 26 [ 6:]: x >= 8 && -x >= -26 && x+y == 26 [ 7:]: x >= 7 && -x >= -25 && x+y == 25 [ 8:]: x >= 7 && -x >= -25 && x+y == 26 [ 9:]: x == 7 && y == 19 [10:]: x == 7 && y == 19 [11:]: $3 == 0 && x == 7 && y == 19 [12:]: bottom Backward Analysis: [ 1:]: top ? 61 [ 2:]: top ? 61 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 61 Ranking is: ? 61 Analysis Result: assert CORRECT Time: 0.004233 s Done. Variant: B{7}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 7 && -x >= -26 && x+y == 27 [ 6:]: x >= 8 && -x >= -27 && x+y == 27 [ 7:]: x >= 7 && -x >= -26 && x+y == 26 [ 8:]: x >= 7 && -x >= -26 && x+y == 27 [ 9:]: x == 7 && y == 20 [10:]: x == 7 && y == 20 [11:]: $3 == 0 && x == 7 && y == 20 [12:]: bottom Backward Analysis: [ 1:]: top ? 64 [ 2:]: top ? 64 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 64 Ranking is: ? 64 Analysis Result: assert CORRECT Time: 0.006435 s Done. Variant: B{7}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 7 && -x >= -27 && x+y == 28 [ 6:]: x >= 8 && -x >= -28 && x+y == 28 [ 7:]: x >= 7 && -x >= -27 && x+y == 27 [ 8:]: x >= 7 && -x >= -27 && x+y == 28 [ 9:]: x == 7 && y == 21 [10:]: x == 7 && y == 21 [11:]: $3 == 0 && x == 7 && y == 21 [12:]: bottom Backward Analysis: [ 1:]: top ? 67 [ 2:]: top ? 67 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 67 Ranking is: ? 67 Analysis Result: assert CORRECT Time: 0.004193 s Done. Variant: B{7}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 7 && -x >= -28 && x+y == 29 [ 6:]: x >= 8 && -x >= -29 && x+y == 29 [ 7:]: x >= 7 && -x >= -28 && x+y == 28 [ 8:]: x >= 7 && -x >= -28 && x+y == 29 [ 9:]: x == 7 && y == 22 [10:]: x == 7 && y == 22 [11:]: $3 == 0 && x == 7 && y == 22 [12:]: bottom Backward Analysis: [ 1:]: top ? 70 [ 2:]: top ? 70 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 70 Ranking is: ? 70 Analysis Result: assert CORRECT Time: 0.003979 s Done. Variant: B{7}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 7 && -x >= -29 && x+y == 30 [ 6:]: x >= 8 && -x >= -30 && x+y == 30 [ 7:]: x >= 7 && -x >= -29 && x+y == 29 [ 8:]: x >= 7 && -x >= -29 && x+y == 30 [ 9:]: x == 7 && y == 23 [10:]: x == 7 && y == 23 [11:]: $3 == 0 && x == 7 && y == 23 [12:]: bottom Backward Analysis: [ 1:]: top ? 73 [ 2:]: top ? 73 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 73 Ranking is: ? 73 Analysis Result: assert CORRECT Time: 0.006327 s Done. Variant: B{7}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 7 && -x >= -30 && x+y == 31 [ 6:]: x >= 8 && -x >= -31 && x+y == 31 [ 7:]: x >= 7 && -x >= -30 && x+y == 30 [ 8:]: x >= 7 && -x >= -30 && x+y == 31 [ 9:]: x == 7 && y == 24 [10:]: x == 7 && y == 24 [11:]: $3 == 0 && x == 7 && y == 24 [12:]: bottom Backward Analysis: [ 1:]: top ? 76 [ 2:]: top ? 76 [ 3:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 4:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 5:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 6:]: -x >= -8 ? 4 x == 9 ? 7 x >= 10 ? 3x-20 [ 7:]: -x >= -7 ? 3 x == 8 ? 6 x >= 9 ? 3x-18 [ 8:]: -x >= -7 ? 2 x == 8 ? 5 x >= 9 ? 3x-19 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 76 Ranking is: ? 76 Analysis Result: assert CORRECT Time: 0.004079 s Done. Variant: B{8}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005231 s Done. Variant: B{8}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003301 s Done. Variant: B{8}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003360 s Done. Variant: B{8}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005787 s Done. Variant: B{8}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003409 s Done. Variant: B{8}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003386 s Done. Variant: B{8}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003186 s Done. Variant: B{8}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005901 s Done. Variant: B{8}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003296 s Done. Variant: B{8}, A{9}, assert ($5{y} > 2) ERROR: x == 8 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: x == 8 && y == 1 [ 6:]: x == 9 && y == 0 [ 7:]: x == 8 && y == 0 [ 8:]: x == 8 && y == 1 [ 9:]: x == 8 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003429 s Done. Variant: B{8}, A{10}, assert ($5{y} > 2) ERROR: x == 8 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: x >= 8 && -x >= -9 && x+y == 10 [ 6:]: x >= 9 && -x >= -10 && x+y == 10 [ 7:]: x >= 8 && -x >= -9 && x+y == 9 [ 8:]: x >= 8 && -x >= -9 && x+y == 10 [ 9:]: x == 8 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006189 s Done. Variant: B{8}, A{11}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: x >= 8 && -x >= -10 && x+y == 11 [ 6:]: x >= 9 && -x >= -11 && x+y == 11 [ 7:]: x >= 8 && -x >= -10 && x+y == 10 [ 8:]: x >= 8 && -x >= -10 && x+y == 11 [ 9:]: x == 8 && y == 3 [10:]: x == 8 && y == 3 [11:]: $3 == 0 && x == 8 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004143 s Done. Variant: B{8}, A{12}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: x >= 8 && -x >= -11 && x+y == 12 [ 6:]: x >= 9 && -x >= -12 && x+y == 12 [ 7:]: x >= 8 && -x >= -11 && x+y == 11 [ 8:]: x >= 8 && -x >= -11 && x+y == 12 [ 9:]: x == 8 && y == 4 [10:]: x == 8 && y == 4 [11:]: $3 == 0 && x == 8 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.004948 s Done. Variant: B{8}, A{13}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: x >= 8 && -x >= -12 && x+y == 13 [ 6:]: x >= 9 && -x >= -13 && x+y == 13 [ 7:]: x >= 8 && -x >= -12 && x+y == 12 [ 8:]: x >= 8 && -x >= -12 && x+y == 13 [ 9:]: x == 8 && y == 5 [10:]: x == 8 && y == 5 [11:]: $3 == 0 && x == 8 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.005517 s Done. Variant: B{8}, A{14}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: x >= 8 && -x >= -13 && x+y == 14 [ 6:]: x >= 9 && -x >= -14 && x+y == 14 [ 7:]: x >= 8 && -x >= -13 && x+y == 13 [ 8:]: x >= 8 && -x >= -13 && x+y == 14 [ 9:]: x == 8 && y == 6 [10:]: x == 8 && y == 6 [11:]: $3 == 0 && x == 8 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.004065 s Done. Variant: B{8}, A{15}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: x >= 8 && -x >= -14 && x+y == 15 [ 6:]: x >= 9 && -x >= -15 && x+y == 15 [ 7:]: x >= 8 && -x >= -14 && x+y == 14 [ 8:]: x >= 8 && -x >= -14 && x+y == 15 [ 9:]: x == 8 && y == 7 [10:]: x == 8 && y == 7 [11:]: $3 == 0 && x == 8 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.006272 s Done. Variant: B{8}, A{16}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: x >= 8 && -x >= -15 && x+y == 16 [ 6:]: x >= 9 && -x >= -16 && x+y == 16 [ 7:]: x >= 8 && -x >= -15 && x+y == 15 [ 8:]: x >= 8 && -x >= -15 && x+y == 16 [ 9:]: x == 8 && y == 8 [10:]: x == 8 && y == 8 [11:]: $3 == 0 && x == 8 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.005059 s Done. Variant: B{8}, A{17}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: x >= 8 && -x >= -16 && x+y == 17 [ 6:]: x >= 9 && -x >= -17 && x+y == 17 [ 7:]: x >= 8 && -x >= -16 && x+y == 16 [ 8:]: x >= 8 && -x >= -16 && x+y == 17 [ 9:]: x == 8 && y == 9 [10:]: x == 8 && y == 9 [11:]: $3 == 0 && x == 8 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.004108 s Done. Variant: B{8}, A{18}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x >= 8 && -x >= -17 && x+y == 18 [ 6:]: x >= 9 && -x >= -18 && x+y == 18 [ 7:]: x >= 8 && -x >= -17 && x+y == 17 [ 8:]: x >= 8 && -x >= -17 && x+y == 18 [ 9:]: x == 8 && y == 10 [10:]: x == 8 && y == 10 [11:]: $3 == 0 && x == 8 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.006087 s Done. Variant: B{8}, A{19}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 8 && -x >= -18 && x+y == 19 [ 6:]: x >= 9 && -x >= -19 && x+y == 19 [ 7:]: x >= 8 && -x >= -18 && x+y == 18 [ 8:]: x >= 8 && -x >= -18 && x+y == 19 [ 9:]: x == 8 && y == 11 [10:]: x == 8 && y == 11 [11:]: $3 == 0 && x == 8 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.004223 s Done. Variant: B{8}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 8 && -x >= -19 && x+y == 20 [ 6:]: x >= 9 && -x >= -20 && x+y == 20 [ 7:]: x >= 8 && -x >= -19 && x+y == 19 [ 8:]: x >= 8 && -x >= -19 && x+y == 20 [ 9:]: x == 8 && y == 12 [10:]: x == 8 && y == 12 [11:]: $3 == 0 && x == 8 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.004062 s Done. Variant: B{8}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 8 && -x >= -20 && x+y == 21 [ 6:]: x >= 9 && -x >= -21 && x+y == 21 [ 7:]: x >= 8 && -x >= -20 && x+y == 20 [ 8:]: x >= 8 && -x >= -20 && x+y == 21 [ 9:]: x == 8 && y == 13 [10:]: x == 8 && y == 13 [11:]: $3 == 0 && x == 8 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.006136 s Done. Variant: B{8}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 8 && -x >= -21 && x+y == 22 [ 6:]: x >= 9 && -x >= -22 && x+y == 22 [ 7:]: x >= 8 && -x >= -21 && x+y == 21 [ 8:]: x >= 8 && -x >= -21 && x+y == 22 [ 9:]: x == 8 && y == 14 [10:]: x == 8 && y == 14 [11:]: $3 == 0 && x == 8 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.004001 s Done. Variant: B{8}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 8 && -x >= -22 && x+y == 23 [ 6:]: x >= 9 && -x >= -23 && x+y == 23 [ 7:]: x >= 8 && -x >= -22 && x+y == 22 [ 8:]: x >= 8 && -x >= -22 && x+y == 23 [ 9:]: x == 8 && y == 15 [10:]: x == 8 && y == 15 [11:]: $3 == 0 && x == 8 && y == 15 [12:]: bottom Backward Analysis: [ 1:]: top ? 49 [ 2:]: top ? 49 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 49 Ranking is: ? 49 Analysis Result: assert CORRECT Time: 0.006065 s Done. Variant: B{8}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 8 && -x >= -23 && x+y == 24 [ 6:]: x >= 9 && -x >= -24 && x+y == 24 [ 7:]: x >= 8 && -x >= -23 && x+y == 23 [ 8:]: x >= 8 && -x >= -23 && x+y == 24 [ 9:]: x == 8 && y == 16 [10:]: x == 8 && y == 16 [11:]: $3 == 0 && x == 8 && y == 16 [12:]: bottom Backward Analysis: [ 1:]: top ? 52 [ 2:]: top ? 52 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 52 Ranking is: ? 52 Analysis Result: assert CORRECT Time: 0.004160 s Done. Variant: B{8}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 8 && -x >= -24 && x+y == 25 [ 6:]: x >= 9 && -x >= -25 && x+y == 25 [ 7:]: x >= 8 && -x >= -24 && x+y == 24 [ 8:]: x >= 8 && -x >= -24 && x+y == 25 [ 9:]: x == 8 && y == 17 [10:]: x == 8 && y == 17 [11:]: $3 == 0 && x == 8 && y == 17 [12:]: bottom Backward Analysis: [ 1:]: top ? 55 [ 2:]: top ? 55 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 55 Ranking is: ? 55 Analysis Result: assert CORRECT Time: 0.004948 s Done. Variant: B{8}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 8 && -x >= -25 && x+y == 26 [ 6:]: x >= 9 && -x >= -26 && x+y == 26 [ 7:]: x >= 8 && -x >= -25 && x+y == 25 [ 8:]: x >= 8 && -x >= -25 && x+y == 26 [ 9:]: x == 8 && y == 18 [10:]: x == 8 && y == 18 [11:]: $3 == 0 && x == 8 && y == 18 [12:]: bottom Backward Analysis: [ 1:]: top ? 58 [ 2:]: top ? 58 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 58 Ranking is: ? 58 Analysis Result: assert CORRECT Time: 0.005393 s Done. Variant: B{8}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 8 && -x >= -26 && x+y == 27 [ 6:]: x >= 9 && -x >= -27 && x+y == 27 [ 7:]: x >= 8 && -x >= -26 && x+y == 26 [ 8:]: x >= 8 && -x >= -26 && x+y == 27 [ 9:]: x == 8 && y == 19 [10:]: x == 8 && y == 19 [11:]: $3 == 0 && x == 8 && y == 19 [12:]: bottom Backward Analysis: [ 1:]: top ? 61 [ 2:]: top ? 61 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 61 Ranking is: ? 61 Analysis Result: assert CORRECT Time: 0.004023 s Done. Variant: B{8}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 8 && -x >= -27 && x+y == 28 [ 6:]: x >= 9 && -x >= -28 && x+y == 28 [ 7:]: x >= 8 && -x >= -27 && x+y == 27 [ 8:]: x >= 8 && -x >= -27 && x+y == 28 [ 9:]: x == 8 && y == 20 [10:]: x == 8 && y == 20 [11:]: $3 == 0 && x == 8 && y == 20 [12:]: bottom Backward Analysis: [ 1:]: top ? 64 [ 2:]: top ? 64 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 64 Ranking is: ? 64 Analysis Result: assert CORRECT Time: 0.006203 s Done. Variant: B{8}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 8 && -x >= -28 && x+y == 29 [ 6:]: x >= 9 && -x >= -29 && x+y == 29 [ 7:]: x >= 8 && -x >= -28 && x+y == 28 [ 8:]: x >= 8 && -x >= -28 && x+y == 29 [ 9:]: x == 8 && y == 21 [10:]: x == 8 && y == 21 [11:]: $3 == 0 && x == 8 && y == 21 [12:]: bottom Backward Analysis: [ 1:]: top ? 67 [ 2:]: top ? 67 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 67 Ranking is: ? 67 Analysis Result: assert CORRECT Time: 0.004015 s Done. Variant: B{8}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 8 && -x >= -29 && x+y == 30 [ 6:]: x >= 9 && -x >= -30 && x+y == 30 [ 7:]: x >= 8 && -x >= -29 && x+y == 29 [ 8:]: x >= 8 && -x >= -29 && x+y == 30 [ 9:]: x == 8 && y == 22 [10:]: x == 8 && y == 22 [11:]: $3 == 0 && x == 8 && y == 22 [12:]: bottom Backward Analysis: [ 1:]: top ? 70 [ 2:]: top ? 70 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 70 Ranking is: ? 70 Analysis Result: assert CORRECT Time: 0.006100 s Done. Variant: B{8}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 8 && -x >= -30 && x+y == 31 [ 6:]: x >= 9 && -x >= -31 && x+y == 31 [ 7:]: x >= 8 && -x >= -30 && x+y == 30 [ 8:]: x >= 8 && -x >= -30 && x+y == 31 [ 9:]: x == 8 && y == 23 [10:]: x == 8 && y == 23 [11:]: $3 == 0 && x == 8 && y == 23 [12:]: bottom Backward Analysis: [ 1:]: top ? 73 [ 2:]: top ? 73 [ 3:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 4:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 5:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 6:]: -x >= -9 ? 4 x == 10 ? 7 x >= 11 ? 3x-23 [ 7:]: -x >= -8 ? 3 x == 9 ? 6 x >= 10 ? 3x-21 [ 8:]: -x >= -8 ? 2 x == 9 ? 5 x >= 10 ? 3x-22 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 73 Ranking is: ? 73 Analysis Result: assert CORRECT Time: 0.004138 s Done. Variant: B{9}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003139 s Done. Variant: B{9}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005725 s Done. Variant: B{9}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003285 s Done. Variant: B{9}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003141 s Done. Variant: B{9}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005652 s Done. Variant: B{9}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003245 s Done. Variant: B{9}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003266 s Done. Variant: B{9}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005596 s Done. Variant: B{9}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003285 s Done. Variant: B{9}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003226 s Done. Variant: B{9}, A{10}, assert ($5{y} > 2) ERROR: x == 9 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: x == 9 && y == 1 [ 6:]: x == 10 && y == 0 [ 7:]: x == 9 && y == 0 [ 8:]: x == 9 && y == 1 [ 9:]: x == 9 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003613 s Done. Variant: B{9}, A{11}, assert ($5{y} > 2) ERROR: x == 9 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: x >= 9 && -x >= -10 && x+y == 11 [ 6:]: x >= 10 && -x >= -11 && x+y == 11 [ 7:]: x >= 9 && -x >= -10 && x+y == 10 [ 8:]: x >= 9 && -x >= -10 && x+y == 11 [ 9:]: x == 9 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006507 s Done. Variant: B{9}, A{12}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: x >= 9 && -x >= -11 && x+y == 12 [ 6:]: x >= 10 && -x >= -12 && x+y == 12 [ 7:]: x >= 9 && -x >= -11 && x+y == 11 [ 8:]: x >= 9 && -x >= -11 && x+y == 12 [ 9:]: x == 9 && y == 3 [10:]: x == 9 && y == 3 [11:]: $3 == 0 && x == 9 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004206 s Done. Variant: B{9}, A{13}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: x >= 9 && -x >= -12 && x+y == 13 [ 6:]: x >= 10 && -x >= -13 && x+y == 13 [ 7:]: x >= 9 && -x >= -12 && x+y == 12 [ 8:]: x >= 9 && -x >= -12 && x+y == 13 [ 9:]: x == 9 && y == 4 [10:]: x == 9 && y == 4 [11:]: $3 == 0 && x == 9 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.006399 s Done. Variant: B{9}, A{14}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: x >= 9 && -x >= -13 && x+y == 14 [ 6:]: x >= 10 && -x >= -14 && x+y == 14 [ 7:]: x >= 9 && -x >= -13 && x+y == 13 [ 8:]: x >= 9 && -x >= -13 && x+y == 14 [ 9:]: x == 9 && y == 5 [10:]: x == 9 && y == 5 [11:]: $3 == 0 && x == 9 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.004199 s Done. Variant: B{9}, A{15}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: x >= 9 && -x >= -14 && x+y == 15 [ 6:]: x >= 10 && -x >= -15 && x+y == 15 [ 7:]: x >= 9 && -x >= -14 && x+y == 14 [ 8:]: x >= 9 && -x >= -14 && x+y == 15 [ 9:]: x == 9 && y == 6 [10:]: x == 9 && y == 6 [11:]: $3 == 0 && x == 9 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.004103 s Done. Variant: B{9}, A{16}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: x >= 9 && -x >= -15 && x+y == 16 [ 6:]: x >= 10 && -x >= -16 && x+y == 16 [ 7:]: x >= 9 && -x >= -15 && x+y == 15 [ 8:]: x >= 9 && -x >= -15 && x+y == 16 [ 9:]: x == 9 && y == 7 [10:]: x == 9 && y == 7 [11:]: $3 == 0 && x == 9 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.006192 s Done. Variant: B{9}, A{17}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: x >= 9 && -x >= -16 && x+y == 17 [ 6:]: x >= 10 && -x >= -17 && x+y == 17 [ 7:]: x >= 9 && -x >= -16 && x+y == 16 [ 8:]: x >= 9 && -x >= -16 && x+y == 17 [ 9:]: x == 9 && y == 8 [10:]: x == 9 && y == 8 [11:]: $3 == 0 && x == 9 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.004027 s Done. Variant: B{9}, A{18}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x >= 9 && -x >= -17 && x+y == 18 [ 6:]: x >= 10 && -x >= -18 && x+y == 18 [ 7:]: x >= 9 && -x >= -17 && x+y == 17 [ 8:]: x >= 9 && -x >= -17 && x+y == 18 [ 9:]: x == 9 && y == 9 [10:]: x == 9 && y == 9 [11:]: $3 == 0 && x == 9 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.006038 s Done. Variant: B{9}, A{19}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 9 && -x >= -18 && x+y == 19 [ 6:]: x >= 10 && -x >= -19 && x+y == 19 [ 7:]: x >= 9 && -x >= -18 && x+y == 18 [ 8:]: x >= 9 && -x >= -18 && x+y == 19 [ 9:]: x == 9 && y == 10 [10:]: x == 9 && y == 10 [11:]: $3 == 0 && x == 9 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.004086 s Done. Variant: B{9}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 9 && -x >= -19 && x+y == 20 [ 6:]: x >= 10 && -x >= -20 && x+y == 20 [ 7:]: x >= 9 && -x >= -19 && x+y == 19 [ 8:]: x >= 9 && -x >= -19 && x+y == 20 [ 9:]: x == 9 && y == 11 [10:]: x == 9 && y == 11 [11:]: $3 == 0 && x == 9 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.006058 s Done. Variant: B{9}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 9 && -x >= -20 && x+y == 21 [ 6:]: x >= 10 && -x >= -21 && x+y == 21 [ 7:]: x >= 9 && -x >= -20 && x+y == 20 [ 8:]: x >= 9 && -x >= -20 && x+y == 21 [ 9:]: x == 9 && y == 12 [10:]: x == 9 && y == 12 [11:]: $3 == 0 && x == 9 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.004201 s Done. Variant: B{9}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 9 && -x >= -21 && x+y == 22 [ 6:]: x >= 10 && -x >= -22 && x+y == 22 [ 7:]: x >= 9 && -x >= -21 && x+y == 21 [ 8:]: x >= 9 && -x >= -21 && x+y == 22 [ 9:]: x == 9 && y == 13 [10:]: x == 9 && y == 13 [11:]: $3 == 0 && x == 9 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.003959 s Done. Variant: B{9}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 9 && -x >= -22 && x+y == 23 [ 6:]: x >= 10 && -x >= -23 && x+y == 23 [ 7:]: x >= 9 && -x >= -22 && x+y == 22 [ 8:]: x >= 9 && -x >= -22 && x+y == 23 [ 9:]: x == 9 && y == 14 [10:]: x == 9 && y == 14 [11:]: $3 == 0 && x == 9 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.006198 s Done. Variant: B{9}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 9 && -x >= -23 && x+y == 24 [ 6:]: x >= 10 && -x >= -24 && x+y == 24 [ 7:]: x >= 9 && -x >= -23 && x+y == 23 [ 8:]: x >= 9 && -x >= -23 && x+y == 24 [ 9:]: x == 9 && y == 15 [10:]: x == 9 && y == 15 [11:]: $3 == 0 && x == 9 && y == 15 [12:]: bottom Backward Analysis: [ 1:]: top ? 49 [ 2:]: top ? 49 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 49 Ranking is: ? 49 Analysis Result: assert CORRECT Time: 0.004154 s Done. Variant: B{9}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 9 && -x >= -24 && x+y == 25 [ 6:]: x >= 10 && -x >= -25 && x+y == 25 [ 7:]: x >= 9 && -x >= -24 && x+y == 24 [ 8:]: x >= 9 && -x >= -24 && x+y == 25 [ 9:]: x == 9 && y == 16 [10:]: x == 9 && y == 16 [11:]: $3 == 0 && x == 9 && y == 16 [12:]: bottom Backward Analysis: [ 1:]: top ? 52 [ 2:]: top ? 52 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 52 Ranking is: ? 52 Analysis Result: assert CORRECT Time: 0.006076 s Done. Variant: B{9}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 9 && -x >= -25 && x+y == 26 [ 6:]: x >= 10 && -x >= -26 && x+y == 26 [ 7:]: x >= 9 && -x >= -25 && x+y == 25 [ 8:]: x >= 9 && -x >= -25 && x+y == 26 [ 9:]: x == 9 && y == 17 [10:]: x == 9 && y == 17 [11:]: $3 == 0 && x == 9 && y == 17 [12:]: bottom Backward Analysis: [ 1:]: top ? 55 [ 2:]: top ? 55 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 55 Ranking is: ? 55 Analysis Result: assert CORRECT Time: 0.005315 s Done. Variant: B{9}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 9 && -x >= -26 && x+y == 27 [ 6:]: x >= 10 && -x >= -27 && x+y == 27 [ 7:]: x >= 9 && -x >= -26 && x+y == 26 [ 8:]: x >= 9 && -x >= -26 && x+y == 27 [ 9:]: x == 9 && y == 18 [10:]: x == 9 && y == 18 [11:]: $3 == 0 && x == 9 && y == 18 [12:]: bottom Backward Analysis: [ 1:]: top ? 58 [ 2:]: top ? 58 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 58 Ranking is: ? 58 Analysis Result: assert CORRECT Time: 0.004446 s Done. Variant: B{9}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 9 && -x >= -27 && x+y == 28 [ 6:]: x >= 10 && -x >= -28 && x+y == 28 [ 7:]: x >= 9 && -x >= -27 && x+y == 27 [ 8:]: x >= 9 && -x >= -27 && x+y == 28 [ 9:]: x == 9 && y == 19 [10:]: x == 9 && y == 19 [11:]: $3 == 0 && x == 9 && y == 19 [12:]: bottom Backward Analysis: [ 1:]: top ? 61 [ 2:]: top ? 61 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 61 Ranking is: ? 61 Analysis Result: assert CORRECT Time: 0.004858 s Done. Variant: B{9}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 9 && -x >= -28 && x+y == 29 [ 6:]: x >= 10 && -x >= -29 && x+y == 29 [ 7:]: x >= 9 && -x >= -28 && x+y == 28 [ 8:]: x >= 9 && -x >= -28 && x+y == 29 [ 9:]: x == 9 && y == 20 [10:]: x == 9 && y == 20 [11:]: $3 == 0 && x == 9 && y == 20 [12:]: bottom Backward Analysis: [ 1:]: top ? 64 [ 2:]: top ? 64 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 64 Ranking is: ? 64 Analysis Result: assert CORRECT Time: 0.005337 s Done. Variant: B{9}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 9 && -x >= -29 && x+y == 30 [ 6:]: x >= 10 && -x >= -30 && x+y == 30 [ 7:]: x >= 9 && -x >= -29 && x+y == 29 [ 8:]: x >= 9 && -x >= -29 && x+y == 30 [ 9:]: x == 9 && y == 21 [10:]: x == 9 && y == 21 [11:]: $3 == 0 && x == 9 && y == 21 [12:]: bottom Backward Analysis: [ 1:]: top ? 67 [ 2:]: top ? 67 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 67 Ranking is: ? 67 Analysis Result: assert CORRECT Time: 0.004033 s Done. Variant: B{9}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 9 && -x >= -30 && x+y == 31 [ 6:]: x >= 10 && -x >= -31 && x+y == 31 [ 7:]: x >= 9 && -x >= -30 && x+y == 30 [ 8:]: x >= 9 && -x >= -30 && x+y == 31 [ 9:]: x == 9 && y == 22 [10:]: x == 9 && y == 22 [11:]: $3 == 0 && x == 9 && y == 22 [12:]: bottom Backward Analysis: [ 1:]: top ? 70 [ 2:]: top ? 70 [ 3:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 4:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 5:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 6:]: -x >= -10 ? 4 x == 11 ? 7 x >= 12 ? 3x-26 [ 7:]: -x >= -9 ? 3 x == 10 ? 6 x >= 11 ? 3x-24 [ 8:]: -x >= -9 ? 2 x == 10 ? 5 x >= 11 ? 3x-25 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 70 Ranking is: ? 70 Analysis Result: assert CORRECT Time: 0.006276 s Done. Variant: B{10}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003283 s Done. Variant: B{10}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003231 s Done. Variant: B{10}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005346 s Done. Variant: B{10}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003294 s Done. Variant: B{10}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003188 s Done. Variant: B{10}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005500 s Done. Variant: B{10}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003312 s Done. Variant: B{10}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003216 s Done. Variant: B{10}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005805 s Done. Variant: B{10}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003297 s Done. Variant: B{10}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003256 s Done. Variant: B{10}, A{11}, assert ($5{y} > 2) ERROR: x == 10 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: x == 10 && y == 1 [ 6:]: x == 11 && y == 0 [ 7:]: x == 10 && y == 0 [ 8:]: x == 10 && y == 1 [ 9:]: x == 10 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003456 s Done. Variant: B{10}, A{12}, assert ($5{y} > 2) ERROR: x == 10 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: x >= 10 && -x >= -11 && x+y == 12 [ 6:]: x >= 11 && -x >= -12 && x+y == 12 [ 7:]: x >= 10 && -x >= -11 && x+y == 11 [ 8:]: x >= 10 && -x >= -11 && x+y == 12 [ 9:]: x == 10 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006292 s Done. Variant: B{10}, A{13}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: x >= 10 && -x >= -12 && x+y == 13 [ 6:]: x >= 11 && -x >= -13 && x+y == 13 [ 7:]: x >= 10 && -x >= -12 && x+y == 12 [ 8:]: x >= 10 && -x >= -12 && x+y == 13 [ 9:]: x == 10 && y == 3 [10:]: x == 10 && y == 3 [11:]: $3 == 0 && x == 10 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004051 s Done. Variant: B{10}, A{14}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: x >= 10 && -x >= -13 && x+y == 14 [ 6:]: x >= 11 && -x >= -14 && x+y == 14 [ 7:]: x >= 10 && -x >= -13 && x+y == 13 [ 8:]: x >= 10 && -x >= -13 && x+y == 14 [ 9:]: x == 10 && y == 4 [10:]: x == 10 && y == 4 [11:]: $3 == 0 && x == 10 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.006376 s Done. Variant: B{10}, A{15}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: x >= 10 && -x >= -14 && x+y == 15 [ 6:]: x >= 11 && -x >= -15 && x+y == 15 [ 7:]: x >= 10 && -x >= -14 && x+y == 14 [ 8:]: x >= 10 && -x >= -14 && x+y == 15 [ 9:]: x == 10 && y == 5 [10:]: x == 10 && y == 5 [11:]: $3 == 0 && x == 10 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.010824 s Done. Variant: B{10}, A{16}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: x >= 10 && -x >= -15 && x+y == 16 [ 6:]: x >= 11 && -x >= -16 && x+y == 16 [ 7:]: x >= 10 && -x >= -15 && x+y == 15 [ 8:]: x >= 10 && -x >= -15 && x+y == 16 [ 9:]: x == 10 && y == 6 [10:]: x == 10 && y == 6 [11:]: $3 == 0 && x == 10 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.004073 s Done. Variant: B{10}, A{17}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: x >= 10 && -x >= -16 && x+y == 17 [ 6:]: x >= 11 && -x >= -17 && x+y == 17 [ 7:]: x >= 10 && -x >= -16 && x+y == 16 [ 8:]: x >= 10 && -x >= -16 && x+y == 17 [ 9:]: x == 10 && y == 7 [10:]: x == 10 && y == 7 [11:]: $3 == 0 && x == 10 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.006424 s Done. Variant: B{10}, A{18}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x >= 10 && -x >= -17 && x+y == 18 [ 6:]: x >= 11 && -x >= -18 && x+y == 18 [ 7:]: x >= 10 && -x >= -17 && x+y == 17 [ 8:]: x >= 10 && -x >= -17 && x+y == 18 [ 9:]: x == 10 && y == 8 [10:]: x == 10 && y == 8 [11:]: $3 == 0 && x == 10 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.004077 s Done. Variant: B{10}, A{19}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 10 && -x >= -18 && x+y == 19 [ 6:]: x >= 11 && -x >= -19 && x+y == 19 [ 7:]: x >= 10 && -x >= -18 && x+y == 18 [ 8:]: x >= 10 && -x >= -18 && x+y == 19 [ 9:]: x == 10 && y == 9 [10:]: x == 10 && y == 9 [11:]: $3 == 0 && x == 10 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.006257 s Done. Variant: B{10}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 10 && -x >= -19 && x+y == 20 [ 6:]: x >= 11 && -x >= -20 && x+y == 20 [ 7:]: x >= 10 && -x >= -19 && x+y == 19 [ 8:]: x >= 10 && -x >= -19 && x+y == 20 [ 9:]: x == 10 && y == 10 [10:]: x == 10 && y == 10 [11:]: $3 == 0 && x == 10 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.004241 s Done. Variant: B{10}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 10 && -x >= -20 && x+y == 21 [ 6:]: x >= 11 && -x >= -21 && x+y == 21 [ 7:]: x >= 10 && -x >= -20 && x+y == 20 [ 8:]: x >= 10 && -x >= -20 && x+y == 21 [ 9:]: x == 10 && y == 11 [10:]: x == 10 && y == 11 [11:]: $3 == 0 && x == 10 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.004905 s Done. Variant: B{10}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 10 && -x >= -21 && x+y == 22 [ 6:]: x >= 11 && -x >= -22 && x+y == 22 [ 7:]: x >= 10 && -x >= -21 && x+y == 21 [ 8:]: x >= 10 && -x >= -21 && x+y == 22 [ 9:]: x == 10 && y == 12 [10:]: x == 10 && y == 12 [11:]: $3 == 0 && x == 10 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.005503 s Done. Variant: B{10}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 10 && -x >= -22 && x+y == 23 [ 6:]: x >= 11 && -x >= -23 && x+y == 23 [ 7:]: x >= 10 && -x >= -22 && x+y == 22 [ 8:]: x >= 10 && -x >= -22 && x+y == 23 [ 9:]: x == 10 && y == 13 [10:]: x == 10 && y == 13 [11:]: $3 == 0 && x == 10 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.004087 s Done. Variant: B{10}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 10 && -x >= -23 && x+y == 24 [ 6:]: x >= 11 && -x >= -24 && x+y == 24 [ 7:]: x >= 10 && -x >= -23 && x+y == 23 [ 8:]: x >= 10 && -x >= -23 && x+y == 24 [ 9:]: x == 10 && y == 14 [10:]: x == 10 && y == 14 [11:]: $3 == 0 && x == 10 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.006200 s Done. Variant: B{10}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 10 && -x >= -24 && x+y == 25 [ 6:]: x >= 11 && -x >= -25 && x+y == 25 [ 7:]: x >= 10 && -x >= -24 && x+y == 24 [ 8:]: x >= 10 && -x >= -24 && x+y == 25 [ 9:]: x == 10 && y == 15 [10:]: x == 10 && y == 15 [11:]: $3 == 0 && x == 10 && y == 15 [12:]: bottom Backward Analysis: [ 1:]: top ? 49 [ 2:]: top ? 49 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 49 Ranking is: ? 49 Analysis Result: assert CORRECT Time: 0.004045 s Done. Variant: B{10}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 10 && -x >= -25 && x+y == 26 [ 6:]: x >= 11 && -x >= -26 && x+y == 26 [ 7:]: x >= 10 && -x >= -25 && x+y == 25 [ 8:]: x >= 10 && -x >= -25 && x+y == 26 [ 9:]: x == 10 && y == 16 [10:]: x == 10 && y == 16 [11:]: $3 == 0 && x == 10 && y == 16 [12:]: bottom Backward Analysis: [ 1:]: top ? 52 [ 2:]: top ? 52 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 52 Ranking is: ? 52 Analysis Result: assert CORRECT Time: 0.006241 s Done. Variant: B{10}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 10 && -x >= -26 && x+y == 27 [ 6:]: x >= 11 && -x >= -27 && x+y == 27 [ 7:]: x >= 10 && -x >= -26 && x+y == 26 [ 8:]: x >= 10 && -x >= -26 && x+y == 27 [ 9:]: x == 10 && y == 17 [10:]: x == 10 && y == 17 [11:]: $3 == 0 && x == 10 && y == 17 [12:]: bottom Backward Analysis: [ 1:]: top ? 55 [ 2:]: top ? 55 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 55 Ranking is: ? 55 Analysis Result: assert CORRECT Time: 0.004373 s Done. Variant: B{10}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 10 && -x >= -27 && x+y == 28 [ 6:]: x >= 11 && -x >= -28 && x+y == 28 [ 7:]: x >= 10 && -x >= -27 && x+y == 27 [ 8:]: x >= 10 && -x >= -27 && x+y == 28 [ 9:]: x == 10 && y == 18 [10:]: x == 10 && y == 18 [11:]: $3 == 0 && x == 10 && y == 18 [12:]: bottom Backward Analysis: [ 1:]: top ? 58 [ 2:]: top ? 58 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 58 Ranking is: ? 58 Analysis Result: assert CORRECT Time: 0.005563 s Done. Variant: B{10}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 10 && -x >= -28 && x+y == 29 [ 6:]: x >= 11 && -x >= -29 && x+y == 29 [ 7:]: x >= 10 && -x >= -28 && x+y == 28 [ 8:]: x >= 10 && -x >= -28 && x+y == 29 [ 9:]: x == 10 && y == 19 [10:]: x == 10 && y == 19 [11:]: $3 == 0 && x == 10 && y == 19 [12:]: bottom Backward Analysis: [ 1:]: top ? 61 [ 2:]: top ? 61 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 61 Ranking is: ? 61 Analysis Result: assert CORRECT Time: 0.005493 s Done. Variant: B{10}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 10 && -x >= -29 && x+y == 30 [ 6:]: x >= 11 && -x >= -30 && x+y == 30 [ 7:]: x >= 10 && -x >= -29 && x+y == 29 [ 8:]: x >= 10 && -x >= -29 && x+y == 30 [ 9:]: x == 10 && y == 20 [10:]: x == 10 && y == 20 [11:]: $3 == 0 && x == 10 && y == 20 [12:]: bottom Backward Analysis: [ 1:]: top ? 64 [ 2:]: top ? 64 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 64 Ranking is: ? 64 Analysis Result: assert CORRECT Time: 0.004141 s Done. Variant: B{10}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 10 && -x >= -30 && x+y == 31 [ 6:]: x >= 11 && -x >= -31 && x+y == 31 [ 7:]: x >= 10 && -x >= -30 && x+y == 30 [ 8:]: x >= 10 && -x >= -30 && x+y == 31 [ 9:]: x == 10 && y == 21 [10:]: x == 10 && y == 21 [11:]: $3 == 0 && x == 10 && y == 21 [12:]: bottom Backward Analysis: [ 1:]: top ? 67 [ 2:]: top ? 67 [ 3:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 4:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 5:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 6:]: -x >= -11 ? 4 x == 12 ? 7 x >= 13 ? 3x-29 [ 7:]: -x >= -10 ? 3 x == 11 ? 6 x >= 12 ? 3x-27 [ 8:]: -x >= -10 ? 2 x == 11 ? 5 x >= 12 ? 3x-28 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 67 Ranking is: ? 67 Analysis Result: assert CORRECT Time: 0.006322 s Done. Variant: B{11}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003388 s Done. Variant: B{11}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003144 s Done. Variant: B{11}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005729 s Done. Variant: B{11}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003242 s Done. Variant: B{11}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003158 s Done. Variant: B{11}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005499 s Done. Variant: B{11}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003220 s Done. Variant: B{11}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003125 s Done. Variant: B{11}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005447 s Done. Variant: B{11}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003242 s Done. Variant: B{11}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.004369 s Done. Variant: B{11}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003268 s Done. Variant: B{11}, A{12}, assert ($5{y} > 2) ERROR: x == 11 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: x == 11 && y == 1 [ 6:]: x == 12 && y == 0 [ 7:]: x == 11 && y == 0 [ 8:]: x == 11 && y == 1 [ 9:]: x == 11 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003459 s Done. Variant: B{11}, A{13}, assert ($5{y} > 2) ERROR: x == 11 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: x >= 11 && -x >= -12 && x+y == 13 [ 6:]: x >= 12 && -x >= -13 && x+y == 13 [ 7:]: x >= 11 && -x >= -12 && x+y == 12 [ 8:]: x >= 11 && -x >= -12 && x+y == 13 [ 9:]: x == 11 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006065 s Done. Variant: B{11}, A{14}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: x >= 11 && -x >= -13 && x+y == 14 [ 6:]: x >= 12 && -x >= -14 && x+y == 14 [ 7:]: x >= 11 && -x >= -13 && x+y == 13 [ 8:]: x >= 11 && -x >= -13 && x+y == 14 [ 9:]: x == 11 && y == 3 [10:]: x == 11 && y == 3 [11:]: $3 == 0 && x == 11 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004338 s Done. Variant: B{11}, A{15}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: x >= 11 && -x >= -14 && x+y == 15 [ 6:]: x >= 12 && -x >= -15 && x+y == 15 [ 7:]: x >= 11 && -x >= -14 && x+y == 14 [ 8:]: x >= 11 && -x >= -14 && x+y == 15 [ 9:]: x == 11 && y == 4 [10:]: x == 11 && y == 4 [11:]: $3 == 0 && x == 11 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.003980 s Done. Variant: B{11}, A{16}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: x >= 11 && -x >= -15 && x+y == 16 [ 6:]: x >= 12 && -x >= -16 && x+y == 16 [ 7:]: x >= 11 && -x >= -15 && x+y == 15 [ 8:]: x >= 11 && -x >= -15 && x+y == 16 [ 9:]: x == 11 && y == 5 [10:]: x == 11 && y == 5 [11:]: $3 == 0 && x == 11 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.006446 s Done. Variant: B{11}, A{17}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: x >= 11 && -x >= -16 && x+y == 17 [ 6:]: x >= 12 && -x >= -17 && x+y == 17 [ 7:]: x >= 11 && -x >= -16 && x+y == 16 [ 8:]: x >= 11 && -x >= -16 && x+y == 17 [ 9:]: x == 11 && y == 6 [10:]: x == 11 && y == 6 [11:]: $3 == 0 && x == 11 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.003982 s Done. Variant: B{11}, A{18}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x >= 11 && -x >= -17 && x+y == 18 [ 6:]: x >= 12 && -x >= -18 && x+y == 18 [ 7:]: x >= 11 && -x >= -17 && x+y == 17 [ 8:]: x >= 11 && -x >= -17 && x+y == 18 [ 9:]: x == 11 && y == 7 [10:]: x == 11 && y == 7 [11:]: $3 == 0 && x == 11 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.006000 s Done. Variant: B{11}, A{19}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 11 && -x >= -18 && x+y == 19 [ 6:]: x >= 12 && -x >= -19 && x+y == 19 [ 7:]: x >= 11 && -x >= -18 && x+y == 18 [ 8:]: x >= 11 && -x >= -18 && x+y == 19 [ 9:]: x == 11 && y == 8 [10:]: x == 11 && y == 8 [11:]: $3 == 0 && x == 11 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.004103 s Done. Variant: B{11}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 11 && -x >= -19 && x+y == 20 [ 6:]: x >= 12 && -x >= -20 && x+y == 20 [ 7:]: x >= 11 && -x >= -19 && x+y == 19 [ 8:]: x >= 11 && -x >= -19 && x+y == 20 [ 9:]: x == 11 && y == 9 [10:]: x == 11 && y == 9 [11:]: $3 == 0 && x == 11 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.004981 s Done. Variant: B{11}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 11 && -x >= -20 && x+y == 21 [ 6:]: x >= 12 && -x >= -21 && x+y == 21 [ 7:]: x >= 11 && -x >= -20 && x+y == 20 [ 8:]: x >= 11 && -x >= -20 && x+y == 21 [ 9:]: x == 11 && y == 10 [10:]: x == 11 && y == 10 [11:]: $3 == 0 && x == 11 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.005585 s Done. Variant: B{11}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 11 && -x >= -21 && x+y == 22 [ 6:]: x >= 12 && -x >= -22 && x+y == 22 [ 7:]: x >= 11 && -x >= -21 && x+y == 21 [ 8:]: x >= 11 && -x >= -21 && x+y == 22 [ 9:]: x == 11 && y == 11 [10:]: x == 11 && y == 11 [11:]: $3 == 0 && x == 11 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.004092 s Done. Variant: B{11}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 11 && -x >= -22 && x+y == 23 [ 6:]: x >= 12 && -x >= -23 && x+y == 23 [ 7:]: x >= 11 && -x >= -22 && x+y == 22 [ 8:]: x >= 11 && -x >= -22 && x+y == 23 [ 9:]: x == 11 && y == 12 [10:]: x == 11 && y == 12 [11:]: $3 == 0 && x == 11 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.006198 s Done. Variant: B{11}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 11 && -x >= -23 && x+y == 24 [ 6:]: x >= 12 && -x >= -24 && x+y == 24 [ 7:]: x >= 11 && -x >= -23 && x+y == 23 [ 8:]: x >= 11 && -x >= -23 && x+y == 24 [ 9:]: x == 11 && y == 13 [10:]: x == 11 && y == 13 [11:]: $3 == 0 && x == 11 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.004057 s Done. Variant: B{11}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 11 && -x >= -24 && x+y == 25 [ 6:]: x >= 12 && -x >= -25 && x+y == 25 [ 7:]: x >= 11 && -x >= -24 && x+y == 24 [ 8:]: x >= 11 && -x >= -24 && x+y == 25 [ 9:]: x == 11 && y == 14 [10:]: x == 11 && y == 14 [11:]: $3 == 0 && x == 11 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.006092 s Done. Variant: B{11}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 11 && -x >= -25 && x+y == 26 [ 6:]: x >= 12 && -x >= -26 && x+y == 26 [ 7:]: x >= 11 && -x >= -25 && x+y == 25 [ 8:]: x >= 11 && -x >= -25 && x+y == 26 [ 9:]: x == 11 && y == 15 [10:]: x == 11 && y == 15 [11:]: $3 == 0 && x == 11 && y == 15 [12:]: bottom Backward Analysis: [ 1:]: top ? 49 [ 2:]: top ? 49 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 49 Ranking is: ? 49 Analysis Result: assert CORRECT Time: 0.004216 s Done. Variant: B{11}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 11 && -x >= -26 && x+y == 27 [ 6:]: x >= 12 && -x >= -27 && x+y == 27 [ 7:]: x >= 11 && -x >= -26 && x+y == 26 [ 8:]: x >= 11 && -x >= -26 && x+y == 27 [ 9:]: x == 11 && y == 16 [10:]: x == 11 && y == 16 [11:]: $3 == 0 && x == 11 && y == 16 [12:]: bottom Backward Analysis: [ 1:]: top ? 52 [ 2:]: top ? 52 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 52 Ranking is: ? 52 Analysis Result: assert CORRECT Time: 0.004910 s Done. Variant: B{11}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 11 && -x >= -27 && x+y == 28 [ 6:]: x >= 12 && -x >= -28 && x+y == 28 [ 7:]: x >= 11 && -x >= -27 && x+y == 27 [ 8:]: x >= 11 && -x >= -27 && x+y == 28 [ 9:]: x == 11 && y == 17 [10:]: x == 11 && y == 17 [11:]: $3 == 0 && x == 11 && y == 17 [12:]: bottom Backward Analysis: [ 1:]: top ? 55 [ 2:]: top ? 55 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 55 Ranking is: ? 55 Analysis Result: assert CORRECT Time: 0.005461 s Done. Variant: B{11}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 11 && -x >= -28 && x+y == 29 [ 6:]: x >= 12 && -x >= -29 && x+y == 29 [ 7:]: x >= 11 && -x >= -28 && x+y == 28 [ 8:]: x >= 11 && -x >= -28 && x+y == 29 [ 9:]: x == 11 && y == 18 [10:]: x == 11 && y == 18 [11:]: $3 == 0 && x == 11 && y == 18 [12:]: bottom Backward Analysis: [ 1:]: top ? 58 [ 2:]: top ? 58 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 58 Ranking is: ? 58 Analysis Result: assert CORRECT Time: 0.004079 s Done. Variant: B{11}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 11 && -x >= -29 && x+y == 30 [ 6:]: x >= 12 && -x >= -30 && x+y == 30 [ 7:]: x >= 11 && -x >= -29 && x+y == 29 [ 8:]: x >= 11 && -x >= -29 && x+y == 30 [ 9:]: x == 11 && y == 19 [10:]: x == 11 && y == 19 [11:]: $3 == 0 && x == 11 && y == 19 [12:]: bottom Backward Analysis: [ 1:]: top ? 61 [ 2:]: top ? 61 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 61 Ranking is: ? 61 Analysis Result: assert CORRECT Time: 0.006238 s Done. Variant: B{11}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 11 && -x >= -30 && x+y == 31 [ 6:]: x >= 12 && -x >= -31 && x+y == 31 [ 7:]: x >= 11 && -x >= -30 && x+y == 30 [ 8:]: x >= 11 && -x >= -30 && x+y == 31 [ 9:]: x == 11 && y == 20 [10:]: x == 11 && y == 20 [11:]: $3 == 0 && x == 11 && y == 20 [12:]: bottom Backward Analysis: [ 1:]: top ? 64 [ 2:]: top ? 64 [ 3:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 4:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 5:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 6:]: -x >= -12 ? 4 x == 13 ? 7 x >= 14 ? 3x-32 [ 7:]: -x >= -11 ? 3 x == 12 ? 6 x >= 13 ? 3x-30 [ 8:]: -x >= -11 ? 2 x == 12 ? 5 x >= 13 ? 3x-31 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 64 Ranking is: ? 64 Analysis Result: assert CORRECT Time: 0.004165 s Done. Variant: B{12}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005430 s Done. Variant: B{12}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003313 s Done. Variant: B{12}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003210 s Done. Variant: B{12}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003169 s Done. Variant: B{12}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006036 s Done. Variant: B{12}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003358 s Done. Variant: B{12}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003132 s Done. Variant: B{12}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005511 s Done. Variant: B{12}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003295 s Done. Variant: B{12}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003199 s Done. Variant: B{12}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005577 s Done. Variant: B{12}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003318 s Done. Variant: B{12}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003175 s Done. Variant: B{12}, A{13}, assert ($5{y} > 2) ERROR: x == 12 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: x == 12 && y == 1 [ 6:]: x == 13 && y == 0 [ 7:]: x == 12 && y == 0 [ 8:]: x == 12 && y == 1 [ 9:]: x == 12 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006136 s Done. Variant: B{12}, A{14}, assert ($5{y} > 2) ERROR: x == 12 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: x >= 12 && -x >= -13 && x+y == 14 [ 6:]: x >= 13 && -x >= -14 && x+y == 14 [ 7:]: x >= 12 && -x >= -13 && x+y == 13 [ 8:]: x >= 12 && -x >= -13 && x+y == 14 [ 9:]: x == 12 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003906 s Done. Variant: B{12}, A{15}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: x >= 12 && -x >= -14 && x+y == 15 [ 6:]: x >= 13 && -x >= -15 && x+y == 15 [ 7:]: x >= 12 && -x >= -14 && x+y == 14 [ 8:]: x >= 12 && -x >= -14 && x+y == 15 [ 9:]: x == 12 && y == 3 [10:]: x == 12 && y == 3 [11:]: $3 == 0 && x == 12 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 4:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 5:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 6:]: -x >= -13 ? 4 x == 14 ? 7 x >= 15 ? 3x-35 [ 7:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 8:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004125 s Done. Variant: B{12}, A{16}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: x >= 12 && -x >= -15 && x+y == 16 [ 6:]: x >= 13 && -x >= -16 && x+y == 16 [ 7:]: x >= 12 && -x >= -15 && x+y == 15 [ 8:]: x >= 12 && -x >= -15 && x+y == 16 [ 9:]: x == 12 && y == 4 [10:]: x == 12 && y == 4 [11:]: $3 == 0 && x == 12 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 4:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 5:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 6:]: -x >= -13 ? 4 x == 14 ? 7 x >= 15 ? 3x-35 [ 7:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 8:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.006293 s Done. Variant: B{12}, A{17}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: x >= 12 && -x >= -16 && x+y == 17 [ 6:]: x >= 13 && -x >= -17 && x+y == 17 [ 7:]: x >= 12 && -x >= -16 && x+y == 16 [ 8:]: x >= 12 && -x >= -16 && x+y == 17 [ 9:]: x == 12 && y == 5 [10:]: x == 12 && y == 5 [11:]: $3 == 0 && x == 12 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 4:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 5:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 6:]: -x >= -13 ? 4 x == 14 ? 7 x >= 15 ? 3x-35 [ 7:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 8:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.004162 s Done. Variant: B{12}, A{18}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x >= 12 && -x >= -17 && x+y == 18 [ 6:]: x >= 13 && -x >= -18 && x+y == 18 [ 7:]: x >= 12 && -x >= -17 && x+y == 17 [ 8:]: x >= 12 && -x >= -17 && x+y == 18 [ 9:]: x == 12 && y == 6 [10:]: x == 12 && y == 6 [11:]: $3 == 0 && x == 12 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 4:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 5:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 6:]: -x >= -13 ? 4 x == 14 ? 7 x >= 15 ? 3x-35 [ 7:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 8:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.004916 s Done. Variant: B{12}, A{19}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 12 && -x >= -18 && x+y == 19 [ 6:]: x >= 13 && -x >= -19 && x+y == 19 [ 7:]: x >= 12 && -x >= -18 && x+y == 18 [ 8:]: x >= 12 && -x >= -18 && x+y == 19 [ 9:]: x == 12 && y == 7 [10:]: x == 12 && y == 7 [11:]: $3 == 0 && x == 12 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 4:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 5:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 6:]: -x >= -13 ? 4 x == 14 ? 7 x >= 15 ? 3x-35 [ 7:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 8:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.005421 s Done. Variant: B{12}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 12 && -x >= -19 && x+y == 20 [ 6:]: x >= 13 && -x >= -20 && x+y == 20 [ 7:]: x >= 12 && -x >= -19 && x+y == 19 [ 8:]: x >= 12 && -x >= -19 && x+y == 20 [ 9:]: x == 12 && y == 8 [10:]: x == 12 && y == 8 [11:]: $3 == 0 && x == 12 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 4:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 5:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 6:]: -x >= -13 ? 4 x == 14 ? 7 x >= 15 ? 3x-35 [ 7:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 8:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.004229 s Done. Variant: B{12}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 12 && -x >= -20 && x+y == 21 [ 6:]: x >= 13 && -x >= -21 && x+y == 21 [ 7:]: x >= 12 && -x >= -20 && x+y == 20 [ 8:]: x >= 12 && -x >= -20 && x+y == 21 [ 9:]: x == 12 && y == 9 [10:]: x == 12 && y == 9 [11:]: $3 == 0 && x == 12 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 4:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 5:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 6:]: -x >= -13 ? 4 x == 14 ? 7 x >= 15 ? 3x-35 [ 7:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 8:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.006279 s Done. Variant: B{12}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 12 && -x >= -21 && x+y == 22 [ 6:]: x >= 13 && -x >= -22 && x+y == 22 [ 7:]: x >= 12 && -x >= -21 && x+y == 21 [ 8:]: x >= 12 && -x >= -21 && x+y == 22 [ 9:]: x == 12 && y == 10 [10:]: x == 12 && y == 10 [11:]: $3 == 0 && x == 12 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 4:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 5:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 6:]: -x >= -13 ? 4 x == 14 ? 7 x >= 15 ? 3x-35 [ 7:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 8:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.004229 s Done. Variant: B{12}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 12 && -x >= -22 && x+y == 23 [ 6:]: x >= 13 && -x >= -23 && x+y == 23 [ 7:]: x >= 12 && -x >= -22 && x+y == 22 [ 8:]: x >= 12 && -x >= -22 && x+y == 23 [ 9:]: x == 12 && y == 11 [10:]: x == 12 && y == 11 [11:]: $3 == 0 && x == 12 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 4:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 5:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 6:]: -x >= -13 ? 4 x == 14 ? 7 x >= 15 ? 3x-35 [ 7:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 8:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.006181 s Done. Variant: B{12}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 12 && -x >= -23 && x+y == 24 [ 6:]: x >= 13 && -x >= -24 && x+y == 24 [ 7:]: x >= 12 && -x >= -23 && x+y == 23 [ 8:]: x >= 12 && -x >= -23 && x+y == 24 [ 9:]: x == 12 && y == 12 [10:]: x == 12 && y == 12 [11:]: $3 == 0 && x == 12 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 4:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 5:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 6:]: -x >= -13 ? 4 x == 14 ? 7 x >= 15 ? 3x-35 [ 7:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 8:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.005291 s Done. Variant: B{12}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 12 && -x >= -24 && x+y == 25 [ 6:]: x >= 13 && -x >= -25 && x+y == 25 [ 7:]: x >= 12 && -x >= -24 && x+y == 24 [ 8:]: x >= 12 && -x >= -24 && x+y == 25 [ 9:]: x == 12 && y == 13 [10:]: x == 12 && y == 13 [11:]: $3 == 0 && x == 12 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 4:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 5:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 6:]: -x >= -13 ? 4 x == 14 ? 7 x >= 15 ? 3x-35 [ 7:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 8:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.004235 s Done. Variant: B{12}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 12 && -x >= -25 && x+y == 26 [ 6:]: x >= 13 && -x >= -26 && x+y == 26 [ 7:]: x >= 12 && -x >= -25 && x+y == 25 [ 8:]: x >= 12 && -x >= -25 && x+y == 26 [ 9:]: x == 12 && y == 14 [10:]: x == 12 && y == 14 [11:]: $3 == 0 && x == 12 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 4:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 5:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 6:]: -x >= -13 ? 4 x == 14 ? 7 x >= 15 ? 3x-35 [ 7:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 8:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.004087 s Done. Variant: B{12}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 12 && -x >= -26 && x+y == 27 [ 6:]: x >= 13 && -x >= -27 && x+y == 27 [ 7:]: x >= 12 && -x >= -26 && x+y == 26 [ 8:]: x >= 12 && -x >= -26 && x+y == 27 [ 9:]: x == 12 && y == 15 [10:]: x == 12 && y == 15 [11:]: $3 == 0 && x == 12 && y == 15 [12:]: bottom Backward Analysis: [ 1:]: top ? 49 [ 2:]: top ? 49 [ 3:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 4:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 5:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 6:]: -x >= -13 ? 4 x == 14 ? 7 x >= 15 ? 3x-35 [ 7:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 8:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 49 Ranking is: ? 49 Analysis Result: assert CORRECT Time: 0.006208 s Done. Variant: B{12}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 12 && -x >= -27 && x+y == 28 [ 6:]: x >= 13 && -x >= -28 && x+y == 28 [ 7:]: x >= 12 && -x >= -27 && x+y == 27 [ 8:]: x >= 12 && -x >= -27 && x+y == 28 [ 9:]: x == 12 && y == 16 [10:]: x == 12 && y == 16 [11:]: $3 == 0 && x == 12 && y == 16 [12:]: bottom Backward Analysis: [ 1:]: top ? 52 [ 2:]: top ? 52 [ 3:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 4:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 5:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 6:]: -x >= -13 ? 4 x == 14 ? 7 x >= 15 ? 3x-35 [ 7:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 8:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 52 Ranking is: ? 52 Analysis Result: assert CORRECT Time: 0.003987 s Done. Variant: B{12}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 12 && -x >= -28 && x+y == 29 [ 6:]: x >= 13 && -x >= -29 && x+y == 29 [ 7:]: x >= 12 && -x >= -28 && x+y == 28 [ 8:]: x >= 12 && -x >= -28 && x+y == 29 [ 9:]: x == 12 && y == 17 [10:]: x == 12 && y == 17 [11:]: $3 == 0 && x == 12 && y == 17 [12:]: bottom Backward Analysis: [ 1:]: top ? 55 [ 2:]: top ? 55 [ 3:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 4:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 5:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 6:]: -x >= -13 ? 4 x == 14 ? 7 x >= 15 ? 3x-35 [ 7:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 8:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 55 Ranking is: ? 55 Analysis Result: assert CORRECT Time: 0.006651 s Done. Variant: B{12}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 12 && -x >= -29 && x+y == 30 [ 6:]: x >= 13 && -x >= -30 && x+y == 30 [ 7:]: x >= 12 && -x >= -29 && x+y == 29 [ 8:]: x >= 12 && -x >= -29 && x+y == 30 [ 9:]: x == 12 && y == 18 [10:]: x == 12 && y == 18 [11:]: $3 == 0 && x == 12 && y == 18 [12:]: bottom Backward Analysis: [ 1:]: top ? 58 [ 2:]: top ? 58 [ 3:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 4:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 5:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 6:]: -x >= -13 ? 4 x == 14 ? 7 x >= 15 ? 3x-35 [ 7:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 8:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 58 Ranking is: ? 58 Analysis Result: assert CORRECT Time: 0.004373 s Done. Variant: B{12}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 12 && -x >= -30 && x+y == 31 [ 6:]: x >= 13 && -x >= -31 && x+y == 31 [ 7:]: x >= 12 && -x >= -30 && x+y == 30 [ 8:]: x >= 12 && -x >= -30 && x+y == 31 [ 9:]: x == 12 && y == 19 [10:]: x == 12 && y == 19 [11:]: $3 == 0 && x == 12 && y == 19 [12:]: bottom Backward Analysis: [ 1:]: top ? 61 [ 2:]: top ? 61 [ 3:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 4:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 5:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 6:]: -x >= -13 ? 4 x == 14 ? 7 x >= 15 ? 3x-35 [ 7:]: -x >= -12 ? 3 x == 13 ? 6 x >= 14 ? 3x-33 [ 8:]: -x >= -12 ? 2 x == 13 ? 5 x >= 14 ? 3x-34 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 61 Ranking is: ? 61 Analysis Result: assert CORRECT Time: 0.005272 s Done. Variant: B{13}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.004622 s Done. Variant: B{13}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003265 s Done. Variant: B{13}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003258 s Done. Variant: B{13}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005718 s Done. Variant: B{13}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003242 s Done. Variant: B{13}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003137 s Done. Variant: B{13}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005762 s Done. Variant: B{13}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003280 s Done. Variant: B{13}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003159 s Done. Variant: B{13}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005589 s Done. Variant: B{13}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003360 s Done. Variant: B{13}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003157 s Done. Variant: B{13}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003180 s Done. Variant: B{13}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006065 s Done. Variant: B{13}, A{14}, assert ($5{y} > 2) ERROR: x == 13 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: x == 13 && y == 1 [ 6:]: x == 14 && y == 0 [ 7:]: x == 13 && y == 0 [ 8:]: x == 13 && y == 1 [ 9:]: x == 13 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003536 s Done. Variant: B{13}, A{15}, assert ($5{y} > 2) ERROR: x == 13 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: x >= 13 && -x >= -14 && x+y == 15 [ 6:]: x >= 14 && -x >= -15 && x+y == 15 [ 7:]: x >= 13 && -x >= -14 && x+y == 14 [ 8:]: x >= 13 && -x >= -14 && x+y == 15 [ 9:]: x == 13 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003694 s Done. Variant: B{13}, A{16}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: x >= 13 && -x >= -15 && x+y == 16 [ 6:]: x >= 14 && -x >= -16 && x+y == 16 [ 7:]: x >= 13 && -x >= -15 && x+y == 15 [ 8:]: x >= 13 && -x >= -15 && x+y == 16 [ 9:]: x == 13 && y == 3 [10:]: x == 13 && y == 3 [11:]: $3 == 0 && x == 13 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 4:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 5:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 6:]: -x >= -14 ? 4 x == 15 ? 7 x >= 16 ? 3x-38 [ 7:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 8:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.006861 s Done. Variant: B{13}, A{17}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: x >= 13 && -x >= -16 && x+y == 17 [ 6:]: x >= 14 && -x >= -17 && x+y == 17 [ 7:]: x >= 13 && -x >= -16 && x+y == 16 [ 8:]: x >= 13 && -x >= -16 && x+y == 17 [ 9:]: x == 13 && y == 4 [10:]: x == 13 && y == 4 [11:]: $3 == 0 && x == 13 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 4:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 5:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 6:]: -x >= -14 ? 4 x == 15 ? 7 x >= 16 ? 3x-38 [ 7:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 8:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.004065 s Done. Variant: B{13}, A{18}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x >= 13 && -x >= -17 && x+y == 18 [ 6:]: x >= 14 && -x >= -18 && x+y == 18 [ 7:]: x >= 13 && -x >= -17 && x+y == 17 [ 8:]: x >= 13 && -x >= -17 && x+y == 18 [ 9:]: x == 13 && y == 5 [10:]: x == 13 && y == 5 [11:]: $3 == 0 && x == 13 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 4:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 5:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 6:]: -x >= -14 ? 4 x == 15 ? 7 x >= 16 ? 3x-38 [ 7:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 8:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.006257 s Done. Variant: B{13}, A{19}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 13 && -x >= -18 && x+y == 19 [ 6:]: x >= 14 && -x >= -19 && x+y == 19 [ 7:]: x >= 13 && -x >= -18 && x+y == 18 [ 8:]: x >= 13 && -x >= -18 && x+y == 19 [ 9:]: x == 13 && y == 6 [10:]: x == 13 && y == 6 [11:]: $3 == 0 && x == 13 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 4:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 5:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 6:]: -x >= -14 ? 4 x == 15 ? 7 x >= 16 ? 3x-38 [ 7:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 8:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.004160 s Done. Variant: B{13}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 13 && -x >= -19 && x+y == 20 [ 6:]: x >= 14 && -x >= -20 && x+y == 20 [ 7:]: x >= 13 && -x >= -19 && x+y == 19 [ 8:]: x >= 13 && -x >= -19 && x+y == 20 [ 9:]: x == 13 && y == 7 [10:]: x == 13 && y == 7 [11:]: $3 == 0 && x == 13 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 4:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 5:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 6:]: -x >= -14 ? 4 x == 15 ? 7 x >= 16 ? 3x-38 [ 7:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 8:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.004948 s Done. Variant: B{13}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 13 && -x >= -20 && x+y == 21 [ 6:]: x >= 14 && -x >= -21 && x+y == 21 [ 7:]: x >= 13 && -x >= -20 && x+y == 20 [ 8:]: x >= 13 && -x >= -20 && x+y == 21 [ 9:]: x == 13 && y == 8 [10:]: x == 13 && y == 8 [11:]: $3 == 0 && x == 13 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 4:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 5:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 6:]: -x >= -14 ? 4 x == 15 ? 7 x >= 16 ? 3x-38 [ 7:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 8:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.005715 s Done. Variant: B{13}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 13 && -x >= -21 && x+y == 22 [ 6:]: x >= 14 && -x >= -22 && x+y == 22 [ 7:]: x >= 13 && -x >= -21 && x+y == 21 [ 8:]: x >= 13 && -x >= -21 && x+y == 22 [ 9:]: x == 13 && y == 9 [10:]: x == 13 && y == 9 [11:]: $3 == 0 && x == 13 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 4:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 5:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 6:]: -x >= -14 ? 4 x == 15 ? 7 x >= 16 ? 3x-38 [ 7:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 8:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.004078 s Done. Variant: B{13}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 13 && -x >= -22 && x+y == 23 [ 6:]: x >= 14 && -x >= -23 && x+y == 23 [ 7:]: x >= 13 && -x >= -22 && x+y == 22 [ 8:]: x >= 13 && -x >= -22 && x+y == 23 [ 9:]: x == 13 && y == 10 [10:]: x == 13 && y == 10 [11:]: $3 == 0 && x == 13 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 4:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 5:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 6:]: -x >= -14 ? 4 x == 15 ? 7 x >= 16 ? 3x-38 [ 7:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 8:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.006273 s Done. Variant: B{13}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 13 && -x >= -23 && x+y == 24 [ 6:]: x >= 14 && -x >= -24 && x+y == 24 [ 7:]: x >= 13 && -x >= -23 && x+y == 23 [ 8:]: x >= 13 && -x >= -23 && x+y == 24 [ 9:]: x == 13 && y == 11 [10:]: x == 13 && y == 11 [11:]: $3 == 0 && x == 13 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 4:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 5:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 6:]: -x >= -14 ? 4 x == 15 ? 7 x >= 16 ? 3x-38 [ 7:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 8:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.004129 s Done. Variant: B{13}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 13 && -x >= -24 && x+y == 25 [ 6:]: x >= 14 && -x >= -25 && x+y == 25 [ 7:]: x >= 13 && -x >= -24 && x+y == 24 [ 8:]: x >= 13 && -x >= -24 && x+y == 25 [ 9:]: x == 13 && y == 12 [10:]: x == 13 && y == 12 [11:]: $3 == 0 && x == 13 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 4:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 5:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 6:]: -x >= -14 ? 4 x == 15 ? 7 x >= 16 ? 3x-38 [ 7:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 8:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.006340 s Done. Variant: B{13}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 13 && -x >= -25 && x+y == 26 [ 6:]: x >= 14 && -x >= -26 && x+y == 26 [ 7:]: x >= 13 && -x >= -25 && x+y == 25 [ 8:]: x >= 13 && -x >= -25 && x+y == 26 [ 9:]: x == 13 && y == 13 [10:]: x == 13 && y == 13 [11:]: $3 == 0 && x == 13 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 4:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 5:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 6:]: -x >= -14 ? 4 x == 15 ? 7 x >= 16 ? 3x-38 [ 7:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 8:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.004191 s Done. Variant: B{13}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 13 && -x >= -26 && x+y == 27 [ 6:]: x >= 14 && -x >= -27 && x+y == 27 [ 7:]: x >= 13 && -x >= -26 && x+y == 26 [ 8:]: x >= 13 && -x >= -26 && x+y == 27 [ 9:]: x == 13 && y == 14 [10:]: x == 13 && y == 14 [11:]: $3 == 0 && x == 13 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 4:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 5:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 6:]: -x >= -14 ? 4 x == 15 ? 7 x >= 16 ? 3x-38 [ 7:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 8:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.004977 s Done. Variant: B{13}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 13 && -x >= -27 && x+y == 28 [ 6:]: x >= 14 && -x >= -28 && x+y == 28 [ 7:]: x >= 13 && -x >= -27 && x+y == 27 [ 8:]: x >= 13 && -x >= -27 && x+y == 28 [ 9:]: x == 13 && y == 15 [10:]: x == 13 && y == 15 [11:]: $3 == 0 && x == 13 && y == 15 [12:]: bottom Backward Analysis: [ 1:]: top ? 49 [ 2:]: top ? 49 [ 3:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 4:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 5:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 6:]: -x >= -14 ? 4 x == 15 ? 7 x >= 16 ? 3x-38 [ 7:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 8:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 49 Ranking is: ? 49 Analysis Result: assert CORRECT Time: 0.005575 s Done. Variant: B{13}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 13 && -x >= -28 && x+y == 29 [ 6:]: x >= 14 && -x >= -29 && x+y == 29 [ 7:]: x >= 13 && -x >= -28 && x+y == 28 [ 8:]: x >= 13 && -x >= -28 && x+y == 29 [ 9:]: x == 13 && y == 16 [10:]: x == 13 && y == 16 [11:]: $3 == 0 && x == 13 && y == 16 [12:]: bottom Backward Analysis: [ 1:]: top ? 52 [ 2:]: top ? 52 [ 3:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 4:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 5:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 6:]: -x >= -14 ? 4 x == 15 ? 7 x >= 16 ? 3x-38 [ 7:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 8:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 52 Ranking is: ? 52 Analysis Result: assert CORRECT Time: 0.004170 s Done. Variant: B{13}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 13 && -x >= -29 && x+y == 30 [ 6:]: x >= 14 && -x >= -30 && x+y == 30 [ 7:]: x >= 13 && -x >= -29 && x+y == 29 [ 8:]: x >= 13 && -x >= -29 && x+y == 30 [ 9:]: x == 13 && y == 17 [10:]: x == 13 && y == 17 [11:]: $3 == 0 && x == 13 && y == 17 [12:]: bottom Backward Analysis: [ 1:]: top ? 55 [ 2:]: top ? 55 [ 3:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 4:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 5:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 6:]: -x >= -14 ? 4 x == 15 ? 7 x >= 16 ? 3x-38 [ 7:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 8:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 55 Ranking is: ? 55 Analysis Result: assert CORRECT Time: 0.006187 s Done. Variant: B{13}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 13 && -x >= -30 && x+y == 31 [ 6:]: x >= 14 && -x >= -31 && x+y == 31 [ 7:]: x >= 13 && -x >= -30 && x+y == 30 [ 8:]: x >= 13 && -x >= -30 && x+y == 31 [ 9:]: x == 13 && y == 18 [10:]: x == 13 && y == 18 [11:]: $3 == 0 && x == 13 && y == 18 [12:]: bottom Backward Analysis: [ 1:]: top ? 58 [ 2:]: top ? 58 [ 3:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 4:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 5:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 6:]: -x >= -14 ? 4 x == 15 ? 7 x >= 16 ? 3x-38 [ 7:]: -x >= -13 ? 3 x == 14 ? 6 x >= 15 ? 3x-36 [ 8:]: -x >= -13 ? 2 x == 14 ? 5 x >= 15 ? 3x-37 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 58 Ranking is: ? 58 Analysis Result: assert CORRECT Time: 0.004034 s Done. Variant: B{14}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005234 s Done. Variant: B{14}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003269 s Done. Variant: B{14}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003247 s Done. Variant: B{14}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003234 s Done. Variant: B{14}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005739 s Done. Variant: B{14}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003126 s Done. Variant: B{14}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003142 s Done. Variant: B{14}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005492 s Done. Variant: B{14}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003262 s Done. Variant: B{14}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.004498 s Done. Variant: B{14}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003294 s Done. Variant: B{14}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003229 s Done. Variant: B{14}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005486 s Done. Variant: B{14}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003250 s Done. Variant: B{14}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003239 s Done. Variant: B{14}, A{15}, assert ($5{y} > 2) ERROR: x == 14 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: x == 14 && y == 1 [ 6:]: x == 15 && y == 0 [ 7:]: x == 14 && y == 0 [ 8:]: x == 14 && y == 1 [ 9:]: x == 14 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005725 s Done. Variant: B{14}, A{16}, assert ($5{y} > 2) ERROR: x == 14 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: x >= 14 && -x >= -15 && x+y == 16 [ 6:]: x >= 15 && -x >= -16 && x+y == 16 [ 7:]: x >= 14 && -x >= -15 && x+y == 15 [ 8:]: x >= 14 && -x >= -15 && x+y == 16 [ 9:]: x == 14 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003859 s Done. Variant: B{14}, A{17}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: x >= 14 && -x >= -16 && x+y == 17 [ 6:]: x >= 15 && -x >= -17 && x+y == 17 [ 7:]: x >= 14 && -x >= -16 && x+y == 16 [ 8:]: x >= 14 && -x >= -16 && x+y == 17 [ 9:]: x == 14 && y == 3 [10:]: x == 14 && y == 3 [11:]: $3 == 0 && x == 14 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 4:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 5:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 6:]: -x >= -15 ? 4 x == 16 ? 7 x >= 17 ? 3x-41 [ 7:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 8:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004023 s Done. Variant: B{14}, A{18}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x >= 14 && -x >= -17 && x+y == 18 [ 6:]: x >= 15 && -x >= -18 && x+y == 18 [ 7:]: x >= 14 && -x >= -17 && x+y == 17 [ 8:]: x >= 14 && -x >= -17 && x+y == 18 [ 9:]: x == 14 && y == 4 [10:]: x == 14 && y == 4 [11:]: $3 == 0 && x == 14 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 4:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 5:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 6:]: -x >= -15 ? 4 x == 16 ? 7 x >= 17 ? 3x-41 [ 7:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 8:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.006206 s Done. Variant: B{14}, A{19}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 14 && -x >= -18 && x+y == 19 [ 6:]: x >= 15 && -x >= -19 && x+y == 19 [ 7:]: x >= 14 && -x >= -18 && x+y == 18 [ 8:]: x >= 14 && -x >= -18 && x+y == 19 [ 9:]: x == 14 && y == 5 [10:]: x == 14 && y == 5 [11:]: $3 == 0 && x == 14 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 4:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 5:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 6:]: -x >= -15 ? 4 x == 16 ? 7 x >= 17 ? 3x-41 [ 7:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 8:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.004235 s Done. Variant: B{14}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 14 && -x >= -19 && x+y == 20 [ 6:]: x >= 15 && -x >= -20 && x+y == 20 [ 7:]: x >= 14 && -x >= -19 && x+y == 19 [ 8:]: x >= 14 && -x >= -19 && x+y == 20 [ 9:]: x == 14 && y == 6 [10:]: x == 14 && y == 6 [11:]: $3 == 0 && x == 14 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 4:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 5:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 6:]: -x >= -15 ? 4 x == 16 ? 7 x >= 17 ? 3x-41 [ 7:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 8:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.006045 s Done. Variant: B{14}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 14 && -x >= -20 && x+y == 21 [ 6:]: x >= 15 && -x >= -21 && x+y == 21 [ 7:]: x >= 14 && -x >= -20 && x+y == 20 [ 8:]: x >= 14 && -x >= -20 && x+y == 21 [ 9:]: x == 14 && y == 7 [10:]: x == 14 && y == 7 [11:]: $3 == 0 && x == 14 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 4:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 5:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 6:]: -x >= -15 ? 4 x == 16 ? 7 x >= 17 ? 3x-41 [ 7:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 8:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.004213 s Done. Variant: B{14}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 14 && -x >= -21 && x+y == 22 [ 6:]: x >= 15 && -x >= -22 && x+y == 22 [ 7:]: x >= 14 && -x >= -21 && x+y == 21 [ 8:]: x >= 14 && -x >= -21 && x+y == 22 [ 9:]: x == 14 && y == 8 [10:]: x == 14 && y == 8 [11:]: $3 == 0 && x == 14 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 4:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 5:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 6:]: -x >= -15 ? 4 x == 16 ? 7 x >= 17 ? 3x-41 [ 7:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 8:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.004023 s Done. Variant: B{14}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 14 && -x >= -22 && x+y == 23 [ 6:]: x >= 15 && -x >= -23 && x+y == 23 [ 7:]: x >= 14 && -x >= -22 && x+y == 22 [ 8:]: x >= 14 && -x >= -22 && x+y == 23 [ 9:]: x == 14 && y == 9 [10:]: x == 14 && y == 9 [11:]: $3 == 0 && x == 14 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 4:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 5:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 6:]: -x >= -15 ? 4 x == 16 ? 7 x >= 17 ? 3x-41 [ 7:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 8:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.006268 s Done. Variant: B{14}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 14 && -x >= -23 && x+y == 24 [ 6:]: x >= 15 && -x >= -24 && x+y == 24 [ 7:]: x >= 14 && -x >= -23 && x+y == 23 [ 8:]: x >= 14 && -x >= -23 && x+y == 24 [ 9:]: x == 14 && y == 10 [10:]: x == 14 && y == 10 [11:]: $3 == 0 && x == 14 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 4:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 5:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 6:]: -x >= -15 ? 4 x == 16 ? 7 x >= 17 ? 3x-41 [ 7:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 8:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.004019 s Done. Variant: B{14}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 14 && -x >= -24 && x+y == 25 [ 6:]: x >= 15 && -x >= -25 && x+y == 25 [ 7:]: x >= 14 && -x >= -24 && x+y == 24 [ 8:]: x >= 14 && -x >= -24 && x+y == 25 [ 9:]: x == 14 && y == 11 [10:]: x == 14 && y == 11 [11:]: $3 == 0 && x == 14 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 4:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 5:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 6:]: -x >= -15 ? 4 x == 16 ? 7 x >= 17 ? 3x-41 [ 7:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 8:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.006053 s Done. Variant: B{14}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 14 && -x >= -25 && x+y == 26 [ 6:]: x >= 15 && -x >= -26 && x+y == 26 [ 7:]: x >= 14 && -x >= -25 && x+y == 25 [ 8:]: x >= 14 && -x >= -25 && x+y == 26 [ 9:]: x == 14 && y == 12 [10:]: x == 14 && y == 12 [11:]: $3 == 0 && x == 14 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 4:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 5:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 6:]: -x >= -15 ? 4 x == 16 ? 7 x >= 17 ? 3x-41 [ 7:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 8:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.004184 s Done. Variant: B{14}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 14 && -x >= -26 && x+y == 27 [ 6:]: x >= 15 && -x >= -27 && x+y == 27 [ 7:]: x >= 14 && -x >= -26 && x+y == 26 [ 8:]: x >= 14 && -x >= -26 && x+y == 27 [ 9:]: x == 14 && y == 13 [10:]: x == 14 && y == 13 [11:]: $3 == 0 && x == 14 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 4:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 5:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 6:]: -x >= -15 ? 4 x == 16 ? 7 x >= 17 ? 3x-41 [ 7:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 8:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.006172 s Done. Variant: B{14}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 14 && -x >= -27 && x+y == 28 [ 6:]: x >= 15 && -x >= -28 && x+y == 28 [ 7:]: x >= 14 && -x >= -27 && x+y == 27 [ 8:]: x >= 14 && -x >= -27 && x+y == 28 [ 9:]: x == 14 && y == 14 [10:]: x == 14 && y == 14 [11:]: $3 == 0 && x == 14 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 4:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 5:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 6:]: -x >= -15 ? 4 x == 16 ? 7 x >= 17 ? 3x-41 [ 7:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 8:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.004214 s Done. Variant: B{14}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 14 && -x >= -28 && x+y == 29 [ 6:]: x >= 15 && -x >= -29 && x+y == 29 [ 7:]: x >= 14 && -x >= -28 && x+y == 28 [ 8:]: x >= 14 && -x >= -28 && x+y == 29 [ 9:]: x == 14 && y == 15 [10:]: x == 14 && y == 15 [11:]: $3 == 0 && x == 14 && y == 15 [12:]: bottom Backward Analysis: [ 1:]: top ? 49 [ 2:]: top ? 49 [ 3:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 4:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 5:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 6:]: -x >= -15 ? 4 x == 16 ? 7 x >= 17 ? 3x-41 [ 7:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 8:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 49 Ranking is: ? 49 Analysis Result: assert CORRECT Time: 0.004049 s Done. Variant: B{14}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 14 && -x >= -29 && x+y == 30 [ 6:]: x >= 15 && -x >= -30 && x+y == 30 [ 7:]: x >= 14 && -x >= -29 && x+y == 29 [ 8:]: x >= 14 && -x >= -29 && x+y == 30 [ 9:]: x == 14 && y == 16 [10:]: x == 14 && y == 16 [11:]: $3 == 0 && x == 14 && y == 16 [12:]: bottom Backward Analysis: [ 1:]: top ? 52 [ 2:]: top ? 52 [ 3:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 4:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 5:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 6:]: -x >= -15 ? 4 x == 16 ? 7 x >= 17 ? 3x-41 [ 7:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 8:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 52 Ranking is: ? 52 Analysis Result: assert CORRECT Time: 0.006315 s Done. Variant: B{14}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 14 && -x >= -30 && x+y == 31 [ 6:]: x >= 15 && -x >= -31 && x+y == 31 [ 7:]: x >= 14 && -x >= -30 && x+y == 30 [ 8:]: x >= 14 && -x >= -30 && x+y == 31 [ 9:]: x == 14 && y == 17 [10:]: x == 14 && y == 17 [11:]: $3 == 0 && x == 14 && y == 17 [12:]: bottom Backward Analysis: [ 1:]: top ? 55 [ 2:]: top ? 55 [ 3:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 4:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 5:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 6:]: -x >= -15 ? 4 x == 16 ? 7 x >= 17 ? 3x-41 [ 7:]: -x >= -14 ? 3 x == 15 ? 6 x >= 16 ? 3x-39 [ 8:]: -x >= -14 ? 2 x == 15 ? 5 x >= 16 ? 3x-40 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 55 Ranking is: ? 55 Analysis Result: assert CORRECT Time: 0.004041 s Done. Variant: B{15}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005169 s Done. Variant: B{15}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003307 s Done. Variant: B{15}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003195 s Done. Variant: B{15}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005792 s Done. Variant: B{15}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003354 s Done. Variant: B{15}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003253 s Done. Variant: B{15}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003259 s Done. Variant: B{15}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005784 s Done. Variant: B{15}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003252 s Done. Variant: B{15}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003259 s Done. Variant: B{15}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005674 s Done. Variant: B{15}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003288 s Done. Variant: B{15}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003190 s Done. Variant: B{15}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005651 s Done. Variant: B{15}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003367 s Done. Variant: B{15}, A{15}, assert ($5{y} > 2) ERROR: x == 15 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 15 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003270 s Done. Variant: B{15}, A{16}, assert ($5{y} > 2) ERROR: x == 15 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: x == 15 && y == 1 [ 6:]: x == 16 && y == 0 [ 7:]: x == 15 && y == 0 [ 8:]: x == 15 && y == 1 [ 9:]: x == 15 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003452 s Done. Variant: B{15}, A{17}, assert ($5{y} > 2) ERROR: x == 15 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: x >= 15 && -x >= -16 && x+y == 17 [ 6:]: x >= 16 && -x >= -17 && x+y == 17 [ 7:]: x >= 15 && -x >= -16 && x+y == 16 [ 8:]: x >= 15 && -x >= -16 && x+y == 17 [ 9:]: x == 15 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006678 s Done. Variant: B{15}, A{18}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x >= 15 && -x >= -17 && x+y == 18 [ 6:]: x >= 16 && -x >= -18 && x+y == 18 [ 7:]: x >= 15 && -x >= -17 && x+y == 17 [ 8:]: x >= 15 && -x >= -17 && x+y == 18 [ 9:]: x == 15 && y == 3 [10:]: x == 15 && y == 3 [11:]: $3 == 0 && x == 15 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 4:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 5:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 6:]: -x >= -16 ? 4 x == 17 ? 7 x >= 18 ? 3x-44 [ 7:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 8:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004293 s Done. Variant: B{15}, A{19}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 15 && -x >= -18 && x+y == 19 [ 6:]: x >= 16 && -x >= -19 && x+y == 19 [ 7:]: x >= 15 && -x >= -18 && x+y == 18 [ 8:]: x >= 15 && -x >= -18 && x+y == 19 [ 9:]: x == 15 && y == 4 [10:]: x == 15 && y == 4 [11:]: $3 == 0 && x == 15 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 4:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 5:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 6:]: -x >= -16 ? 4 x == 17 ? 7 x >= 18 ? 3x-44 [ 7:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 8:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.006382 s Done. Variant: B{15}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 15 && -x >= -19 && x+y == 20 [ 6:]: x >= 16 && -x >= -20 && x+y == 20 [ 7:]: x >= 15 && -x >= -19 && x+y == 19 [ 8:]: x >= 15 && -x >= -19 && x+y == 20 [ 9:]: x == 15 && y == 5 [10:]: x == 15 && y == 5 [11:]: $3 == 0 && x == 15 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 4:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 5:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 6:]: -x >= -16 ? 4 x == 17 ? 7 x >= 18 ? 3x-44 [ 7:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 8:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.004256 s Done. Variant: B{15}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 15 && -x >= -20 && x+y == 21 [ 6:]: x >= 16 && -x >= -21 && x+y == 21 [ 7:]: x >= 15 && -x >= -20 && x+y == 20 [ 8:]: x >= 15 && -x >= -20 && x+y == 21 [ 9:]: x == 15 && y == 6 [10:]: x == 15 && y == 6 [11:]: $3 == 0 && x == 15 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 4:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 5:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 6:]: -x >= -16 ? 4 x == 17 ? 7 x >= 18 ? 3x-44 [ 7:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 8:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.004108 s Done. Variant: B{15}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 15 && -x >= -21 && x+y == 22 [ 6:]: x >= 16 && -x >= -22 && x+y == 22 [ 7:]: x >= 15 && -x >= -21 && x+y == 21 [ 8:]: x >= 15 && -x >= -21 && x+y == 22 [ 9:]: x == 15 && y == 7 [10:]: x == 15 && y == 7 [11:]: $3 == 0 && x == 15 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 4:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 5:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 6:]: -x >= -16 ? 4 x == 17 ? 7 x >= 18 ? 3x-44 [ 7:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 8:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.006383 s Done. Variant: B{15}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 15 && -x >= -22 && x+y == 23 [ 6:]: x >= 16 && -x >= -23 && x+y == 23 [ 7:]: x >= 15 && -x >= -22 && x+y == 22 [ 8:]: x >= 15 && -x >= -22 && x+y == 23 [ 9:]: x == 15 && y == 8 [10:]: x == 15 && y == 8 [11:]: $3 == 0 && x == 15 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 4:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 5:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 6:]: -x >= -16 ? 4 x == 17 ? 7 x >= 18 ? 3x-44 [ 7:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 8:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.005410 s Done. Variant: B{15}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 15 && -x >= -23 && x+y == 24 [ 6:]: x >= 16 && -x >= -24 && x+y == 24 [ 7:]: x >= 15 && -x >= -23 && x+y == 23 [ 8:]: x >= 15 && -x >= -23 && x+y == 24 [ 9:]: x == 15 && y == 9 [10:]: x == 15 && y == 9 [11:]: $3 == 0 && x == 15 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 4:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 5:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 6:]: -x >= -16 ? 4 x == 17 ? 7 x >= 18 ? 3x-44 [ 7:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 8:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.004052 s Done. Variant: B{15}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 15 && -x >= -24 && x+y == 25 [ 6:]: x >= 16 && -x >= -25 && x+y == 25 [ 7:]: x >= 15 && -x >= -24 && x+y == 24 [ 8:]: x >= 15 && -x >= -24 && x+y == 25 [ 9:]: x == 15 && y == 10 [10:]: x == 15 && y == 10 [11:]: $3 == 0 && x == 15 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 4:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 5:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 6:]: -x >= -16 ? 4 x == 17 ? 7 x >= 18 ? 3x-44 [ 7:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 8:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.006106 s Done. Variant: B{15}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 15 && -x >= -25 && x+y == 26 [ 6:]: x >= 16 && -x >= -26 && x+y == 26 [ 7:]: x >= 15 && -x >= -25 && x+y == 25 [ 8:]: x >= 15 && -x >= -25 && x+y == 26 [ 9:]: x == 15 && y == 11 [10:]: x == 15 && y == 11 [11:]: $3 == 0 && x == 15 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 4:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 5:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 6:]: -x >= -16 ? 4 x == 17 ? 7 x >= 18 ? 3x-44 [ 7:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 8:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.004107 s Done. Variant: B{15}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 15 && -x >= -26 && x+y == 27 [ 6:]: x >= 16 && -x >= -27 && x+y == 27 [ 7:]: x >= 15 && -x >= -26 && x+y == 26 [ 8:]: x >= 15 && -x >= -26 && x+y == 27 [ 9:]: x == 15 && y == 12 [10:]: x == 15 && y == 12 [11:]: $3 == 0 && x == 15 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 4:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 5:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 6:]: -x >= -16 ? 4 x == 17 ? 7 x >= 18 ? 3x-44 [ 7:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 8:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.004856 s Done. Variant: B{15}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 15 && -x >= -27 && x+y == 28 [ 6:]: x >= 16 && -x >= -28 && x+y == 28 [ 7:]: x >= 15 && -x >= -27 && x+y == 27 [ 8:]: x >= 15 && -x >= -27 && x+y == 28 [ 9:]: x == 15 && y == 13 [10:]: x == 15 && y == 13 [11:]: $3 == 0 && x == 15 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 4:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 5:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 6:]: -x >= -16 ? 4 x == 17 ? 7 x >= 18 ? 3x-44 [ 7:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 8:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.005372 s Done. Variant: B{15}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 15 && -x >= -28 && x+y == 29 [ 6:]: x >= 16 && -x >= -29 && x+y == 29 [ 7:]: x >= 15 && -x >= -28 && x+y == 28 [ 8:]: x >= 15 && -x >= -28 && x+y == 29 [ 9:]: x == 15 && y == 14 [10:]: x == 15 && y == 14 [11:]: $3 == 0 && x == 15 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 4:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 5:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 6:]: -x >= -16 ? 4 x == 17 ? 7 x >= 18 ? 3x-44 [ 7:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 8:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.004054 s Done. Variant: B{15}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 15 && -x >= -29 && x+y == 30 [ 6:]: x >= 16 && -x >= -30 && x+y == 30 [ 7:]: x >= 15 && -x >= -29 && x+y == 29 [ 8:]: x >= 15 && -x >= -29 && x+y == 30 [ 9:]: x == 15 && y == 15 [10:]: x == 15 && y == 15 [11:]: $3 == 0 && x == 15 && y == 15 [12:]: bottom Backward Analysis: [ 1:]: top ? 49 [ 2:]: top ? 49 [ 3:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 4:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 5:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 6:]: -x >= -16 ? 4 x == 17 ? 7 x >= 18 ? 3x-44 [ 7:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 8:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 49 Ranking is: ? 49 Analysis Result: assert CORRECT Time: 0.006470 s Done. Variant: B{15}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 15 && -x >= -30 && x+y == 31 [ 6:]: x >= 16 && -x >= -31 && x+y == 31 [ 7:]: x >= 15 && -x >= -30 && x+y == 30 [ 8:]: x >= 15 && -x >= -30 && x+y == 31 [ 9:]: x == 15 && y == 16 [10:]: x == 15 && y == 16 [11:]: $3 == 0 && x == 15 && y == 16 [12:]: bottom Backward Analysis: [ 1:]: top ? 52 [ 2:]: top ? 52 [ 3:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 4:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 5:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 6:]: -x >= -16 ? 4 x == 17 ? 7 x >= 18 ? 3x-44 [ 7:]: -x >= -15 ? 3 x == 16 ? 6 x >= 17 ? 3x-42 [ 8:]: -x >= -15 ? 2 x == 16 ? 5 x >= 17 ? 3x-43 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 52 Ranking is: ? 52 Analysis Result: assert CORRECT Time: 0.004055 s Done. Variant: B{16}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005048 s Done. Variant: B{16}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003344 s Done. Variant: B{16}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003287 s Done. Variant: B{16}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003168 s Done. Variant: B{16}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005813 s Done. Variant: B{16}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003234 s Done. Variant: B{16}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003192 s Done. Variant: B{16}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005724 s Done. Variant: B{16}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003287 s Done. Variant: B{16}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003170 s Done. Variant: B{16}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005605 s Done. Variant: B{16}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003323 s Done. Variant: B{16}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003176 s Done. Variant: B{16}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003156 s Done. Variant: B{16}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005760 s Done. Variant: B{16}, A{15}, assert ($5{y} > 2) ERROR: x == 15 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 15 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003240 s Done. Variant: B{16}, A{16}, assert ($5{y} > 2) ERROR: x == 16 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 16 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003142 s Done. Variant: B{16}, A{17}, assert ($5{y} > 2) ERROR: x == 16 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: x == 16 && y == 1 [ 6:]: x == 17 && y == 0 [ 7:]: x == 16 && y == 0 [ 8:]: x == 16 && y == 1 [ 9:]: x == 16 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005852 s Done. Variant: B{16}, A{18}, assert ($5{y} > 2) ERROR: x == 16 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x >= 16 && -x >= -17 && x+y == 18 [ 6:]: x >= 17 && -x >= -18 && x+y == 18 [ 7:]: x >= 16 && -x >= -17 && x+y == 17 [ 8:]: x >= 16 && -x >= -17 && x+y == 18 [ 9:]: x == 16 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003928 s Done. Variant: B{16}, A{19}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 16 && -x >= -18 && x+y == 19 [ 6:]: x >= 17 && -x >= -19 && x+y == 19 [ 7:]: x >= 16 && -x >= -18 && x+y == 18 [ 8:]: x >= 16 && -x >= -18 && x+y == 19 [ 9:]: x == 16 && y == 3 [10:]: x == 16 && y == 3 [11:]: $3 == 0 && x == 16 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 4:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 5:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 6:]: -x >= -17 ? 4 x == 18 ? 7 x >= 19 ? 3x-47 [ 7:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 8:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004043 s Done. Variant: B{16}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 16 && -x >= -19 && x+y == 20 [ 6:]: x >= 17 && -x >= -20 && x+y == 20 [ 7:]: x >= 16 && -x >= -19 && x+y == 19 [ 8:]: x >= 16 && -x >= -19 && x+y == 20 [ 9:]: x == 16 && y == 4 [10:]: x == 16 && y == 4 [11:]: $3 == 0 && x == 16 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 4:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 5:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 6:]: -x >= -17 ? 4 x == 18 ? 7 x >= 19 ? 3x-47 [ 7:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 8:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.006602 s Done. Variant: B{16}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 16 && -x >= -20 && x+y == 21 [ 6:]: x >= 17 && -x >= -21 && x+y == 21 [ 7:]: x >= 16 && -x >= -20 && x+y == 20 [ 8:]: x >= 16 && -x >= -20 && x+y == 21 [ 9:]: x == 16 && y == 5 [10:]: x == 16 && y == 5 [11:]: $3 == 0 && x == 16 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 4:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 5:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 6:]: -x >= -17 ? 4 x == 18 ? 7 x >= 19 ? 3x-47 [ 7:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 8:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.004140 s Done. Variant: B{16}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 16 && -x >= -21 && x+y == 22 [ 6:]: x >= 17 && -x >= -22 && x+y == 22 [ 7:]: x >= 16 && -x >= -21 && x+y == 21 [ 8:]: x >= 16 && -x >= -21 && x+y == 22 [ 9:]: x == 16 && y == 6 [10:]: x == 16 && y == 6 [11:]: $3 == 0 && x == 16 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 4:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 5:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 6:]: -x >= -17 ? 4 x == 18 ? 7 x >= 19 ? 3x-47 [ 7:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 8:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.006570 s Done. Variant: B{16}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 16 && -x >= -22 && x+y == 23 [ 6:]: x >= 17 && -x >= -23 && x+y == 23 [ 7:]: x >= 16 && -x >= -22 && x+y == 22 [ 8:]: x >= 16 && -x >= -22 && x+y == 23 [ 9:]: x == 16 && y == 7 [10:]: x == 16 && y == 7 [11:]: $3 == 0 && x == 16 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 4:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 5:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 6:]: -x >= -17 ? 4 x == 18 ? 7 x >= 19 ? 3x-47 [ 7:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 8:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.004317 s Done. Variant: B{16}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 16 && -x >= -23 && x+y == 24 [ 6:]: x >= 17 && -x >= -24 && x+y == 24 [ 7:]: x >= 16 && -x >= -23 && x+y == 23 [ 8:]: x >= 16 && -x >= -23 && x+y == 24 [ 9:]: x == 16 && y == 8 [10:]: x == 16 && y == 8 [11:]: $3 == 0 && x == 16 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 4:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 5:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 6:]: -x >= -17 ? 4 x == 18 ? 7 x >= 19 ? 3x-47 [ 7:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 8:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.004970 s Done. Variant: B{16}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 16 && -x >= -24 && x+y == 25 [ 6:]: x >= 17 && -x >= -25 && x+y == 25 [ 7:]: x >= 16 && -x >= -24 && x+y == 24 [ 8:]: x >= 16 && -x >= -24 && x+y == 25 [ 9:]: x == 16 && y == 9 [10:]: x == 16 && y == 9 [11:]: $3 == 0 && x == 16 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 4:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 5:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 6:]: -x >= -17 ? 4 x == 18 ? 7 x >= 19 ? 3x-47 [ 7:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 8:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.005528 s Done. Variant: B{16}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 16 && -x >= -25 && x+y == 26 [ 6:]: x >= 17 && -x >= -26 && x+y == 26 [ 7:]: x >= 16 && -x >= -25 && x+y == 25 [ 8:]: x >= 16 && -x >= -25 && x+y == 26 [ 9:]: x == 16 && y == 10 [10:]: x == 16 && y == 10 [11:]: $3 == 0 && x == 16 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 4:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 5:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 6:]: -x >= -17 ? 4 x == 18 ? 7 x >= 19 ? 3x-47 [ 7:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 8:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.004178 s Done. Variant: B{16}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 16 && -x >= -26 && x+y == 27 [ 6:]: x >= 17 && -x >= -27 && x+y == 27 [ 7:]: x >= 16 && -x >= -26 && x+y == 26 [ 8:]: x >= 16 && -x >= -26 && x+y == 27 [ 9:]: x == 16 && y == 11 [10:]: x == 16 && y == 11 [11:]: $3 == 0 && x == 16 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 4:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 5:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 6:]: -x >= -17 ? 4 x == 18 ? 7 x >= 19 ? 3x-47 [ 7:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 8:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.006132 s Done. Variant: B{16}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 16 && -x >= -27 && x+y == 28 [ 6:]: x >= 17 && -x >= -28 && x+y == 28 [ 7:]: x >= 16 && -x >= -27 && x+y == 27 [ 8:]: x >= 16 && -x >= -27 && x+y == 28 [ 9:]: x == 16 && y == 12 [10:]: x == 16 && y == 12 [11:]: $3 == 0 && x == 16 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 4:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 5:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 6:]: -x >= -17 ? 4 x == 18 ? 7 x >= 19 ? 3x-47 [ 7:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 8:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.004062 s Done. Variant: B{16}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 16 && -x >= -28 && x+y == 29 [ 6:]: x >= 17 && -x >= -29 && x+y == 29 [ 7:]: x >= 16 && -x >= -28 && x+y == 28 [ 8:]: x >= 16 && -x >= -28 && x+y == 29 [ 9:]: x == 16 && y == 13 [10:]: x == 16 && y == 13 [11:]: $3 == 0 && x == 16 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 4:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 5:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 6:]: -x >= -17 ? 4 x == 18 ? 7 x >= 19 ? 3x-47 [ 7:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 8:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.006154 s Done. Variant: B{16}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 16 && -x >= -29 && x+y == 30 [ 6:]: x >= 17 && -x >= -30 && x+y == 30 [ 7:]: x >= 16 && -x >= -29 && x+y == 29 [ 8:]: x >= 16 && -x >= -29 && x+y == 30 [ 9:]: x == 16 && y == 14 [10:]: x == 16 && y == 14 [11:]: $3 == 0 && x == 16 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 4:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 5:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 6:]: -x >= -17 ? 4 x == 18 ? 7 x >= 19 ? 3x-47 [ 7:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 8:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.004122 s Done. Variant: B{16}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 16 && -x >= -30 && x+y == 31 [ 6:]: x >= 17 && -x >= -31 && x+y == 31 [ 7:]: x >= 16 && -x >= -30 && x+y == 30 [ 8:]: x >= 16 && -x >= -30 && x+y == 31 [ 9:]: x == 16 && y == 15 [10:]: x == 16 && y == 15 [11:]: $3 == 0 && x == 16 && y == 15 [12:]: bottom Backward Analysis: [ 1:]: top ? 49 [ 2:]: top ? 49 [ 3:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 4:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 5:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 6:]: -x >= -17 ? 4 x == 18 ? 7 x >= 19 ? 3x-47 [ 7:]: -x >= -16 ? 3 x == 17 ? 6 x >= 18 ? 3x-45 [ 8:]: -x >= -16 ? 2 x == 17 ? 5 x >= 18 ? 3x-46 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 49 Ranking is: ? 49 Analysis Result: assert CORRECT Time: 0.004797 s Done. Variant: B{17}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.004612 s Done. Variant: B{17}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003130 s Done. Variant: B{17}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003142 s Done. Variant: B{17}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005685 s Done. Variant: B{17}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003210 s Done. Variant: B{17}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003183 s Done. Variant: B{17}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005699 s Done. Variant: B{17}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003221 s Done. Variant: B{17}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005149 s Done. Variant: B{17}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003283 s Done. Variant: B{17}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003165 s Done. Variant: B{17}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.017364 s Done. Variant: B{17}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003138 s Done. Variant: B{17}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003229 s Done. Variant: B{17}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005698 s Done. Variant: B{17}, A{15}, assert ($5{y} > 2) ERROR: x == 15 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 15 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003253 s Done. Variant: B{17}, A{16}, assert ($5{y} > 2) ERROR: x == 16 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 16 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003179 s Done. Variant: B{17}, A{17}, assert ($5{y} > 2) ERROR: x == 17 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 17 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003141 s Done. Variant: B{17}, A{18}, assert ($5{y} > 2) ERROR: x == 17 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: x == 17 && y == 1 [ 6:]: x == 18 && y == 0 [ 7:]: x == 17 && y == 0 [ 8:]: x == 17 && y == 1 [ 9:]: x == 17 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006167 s Done. Variant: B{17}, A{19}, assert ($5{y} > 2) ERROR: x == 17 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x >= 17 && -x >= -18 && x+y == 19 [ 6:]: x >= 18 && -x >= -19 && x+y == 19 [ 7:]: x >= 17 && -x >= -18 && x+y == 18 [ 8:]: x >= 17 && -x >= -18 && x+y == 19 [ 9:]: x == 17 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003780 s Done. Variant: B{17}, A{20}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 17 && -x >= -19 && x+y == 20 [ 6:]: x >= 18 && -x >= -20 && x+y == 20 [ 7:]: x >= 17 && -x >= -19 && x+y == 19 [ 8:]: x >= 17 && -x >= -19 && x+y == 20 [ 9:]: x == 17 && y == 3 [10:]: x == 17 && y == 3 [11:]: $3 == 0 && x == 17 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 4:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 5:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 6:]: -x >= -18 ? 4 x == 19 ? 7 x >= 20 ? 3x-50 [ 7:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 8:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004999 s Done. Variant: B{17}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 17 && -x >= -20 && x+y == 21 [ 6:]: x >= 18 && -x >= -21 && x+y == 21 [ 7:]: x >= 17 && -x >= -20 && x+y == 20 [ 8:]: x >= 17 && -x >= -20 && x+y == 21 [ 9:]: x == 17 && y == 4 [10:]: x == 17 && y == 4 [11:]: $3 == 0 && x == 17 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 4:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 5:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 6:]: -x >= -18 ? 4 x == 19 ? 7 x >= 20 ? 3x-50 [ 7:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 8:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.005607 s Done. Variant: B{17}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 17 && -x >= -21 && x+y == 22 [ 6:]: x >= 18 && -x >= -22 && x+y == 22 [ 7:]: x >= 17 && -x >= -21 && x+y == 21 [ 8:]: x >= 17 && -x >= -21 && x+y == 22 [ 9:]: x == 17 && y == 5 [10:]: x == 17 && y == 5 [11:]: $3 == 0 && x == 17 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 4:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 5:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 6:]: -x >= -18 ? 4 x == 19 ? 7 x >= 20 ? 3x-50 [ 7:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 8:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.004049 s Done. Variant: B{17}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 17 && -x >= -22 && x+y == 23 [ 6:]: x >= 18 && -x >= -23 && x+y == 23 [ 7:]: x >= 17 && -x >= -22 && x+y == 22 [ 8:]: x >= 17 && -x >= -22 && x+y == 23 [ 9:]: x == 17 && y == 6 [10:]: x == 17 && y == 6 [11:]: $3 == 0 && x == 17 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 4:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 5:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 6:]: -x >= -18 ? 4 x == 19 ? 7 x >= 20 ? 3x-50 [ 7:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 8:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.006249 s Done. Variant: B{17}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 17 && -x >= -23 && x+y == 24 [ 6:]: x >= 18 && -x >= -24 && x+y == 24 [ 7:]: x >= 17 && -x >= -23 && x+y == 23 [ 8:]: x >= 17 && -x >= -23 && x+y == 24 [ 9:]: x == 17 && y == 7 [10:]: x == 17 && y == 7 [11:]: $3 == 0 && x == 17 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 4:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 5:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 6:]: -x >= -18 ? 4 x == 19 ? 7 x >= 20 ? 3x-50 [ 7:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 8:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.004124 s Done. Variant: B{17}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 17 && -x >= -24 && x+y == 25 [ 6:]: x >= 18 && -x >= -25 && x+y == 25 [ 7:]: x >= 17 && -x >= -24 && x+y == 24 [ 8:]: x >= 17 && -x >= -24 && x+y == 25 [ 9:]: x == 17 && y == 8 [10:]: x == 17 && y == 8 [11:]: $3 == 0 && x == 17 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 4:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 5:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 6:]: -x >= -18 ? 4 x == 19 ? 7 x >= 20 ? 3x-50 [ 7:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 8:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.006171 s Done. Variant: B{17}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 17 && -x >= -25 && x+y == 26 [ 6:]: x >= 18 && -x >= -26 && x+y == 26 [ 7:]: x >= 17 && -x >= -25 && x+y == 25 [ 8:]: x >= 17 && -x >= -25 && x+y == 26 [ 9:]: x == 17 && y == 9 [10:]: x == 17 && y == 9 [11:]: $3 == 0 && x == 17 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 4:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 5:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 6:]: -x >= -18 ? 4 x == 19 ? 7 x >= 20 ? 3x-50 [ 7:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 8:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.004113 s Done. Variant: B{17}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 17 && -x >= -26 && x+y == 27 [ 6:]: x >= 18 && -x >= -27 && x+y == 27 [ 7:]: x >= 17 && -x >= -26 && x+y == 26 [ 8:]: x >= 17 && -x >= -26 && x+y == 27 [ 9:]: x == 17 && y == 10 [10:]: x == 17 && y == 10 [11:]: $3 == 0 && x == 17 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 4:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 5:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 6:]: -x >= -18 ? 4 x == 19 ? 7 x >= 20 ? 3x-50 [ 7:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 8:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.004914 s Done. Variant: B{17}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 17 && -x >= -27 && x+y == 28 [ 6:]: x >= 18 && -x >= -28 && x+y == 28 [ 7:]: x >= 17 && -x >= -27 && x+y == 27 [ 8:]: x >= 17 && -x >= -27 && x+y == 28 [ 9:]: x == 17 && y == 11 [10:]: x == 17 && y == 11 [11:]: $3 == 0 && x == 17 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 4:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 5:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 6:]: -x >= -18 ? 4 x == 19 ? 7 x >= 20 ? 3x-50 [ 7:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 8:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.005448 s Done. Variant: B{17}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 17 && -x >= -28 && x+y == 29 [ 6:]: x >= 18 && -x >= -29 && x+y == 29 [ 7:]: x >= 17 && -x >= -28 && x+y == 28 [ 8:]: x >= 17 && -x >= -28 && x+y == 29 [ 9:]: x == 17 && y == 12 [10:]: x == 17 && y == 12 [11:]: $3 == 0 && x == 17 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 4:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 5:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 6:]: -x >= -18 ? 4 x == 19 ? 7 x >= 20 ? 3x-50 [ 7:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 8:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.004057 s Done. Variant: B{17}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 17 && -x >= -29 && x+y == 30 [ 6:]: x >= 18 && -x >= -30 && x+y == 30 [ 7:]: x >= 17 && -x >= -29 && x+y == 29 [ 8:]: x >= 17 && -x >= -29 && x+y == 30 [ 9:]: x == 17 && y == 13 [10:]: x == 17 && y == 13 [11:]: $3 == 0 && x == 17 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 4:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 5:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 6:]: -x >= -18 ? 4 x == 19 ? 7 x >= 20 ? 3x-50 [ 7:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 8:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.006300 s Done. Variant: B{17}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 17 && -x >= -30 && x+y == 31 [ 6:]: x >= 18 && -x >= -31 && x+y == 31 [ 7:]: x >= 17 && -x >= -30 && x+y == 30 [ 8:]: x >= 17 && -x >= -30 && x+y == 31 [ 9:]: x == 17 && y == 14 [10:]: x == 17 && y == 14 [11:]: $3 == 0 && x == 17 && y == 14 [12:]: bottom Backward Analysis: [ 1:]: top ? 46 [ 2:]: top ? 46 [ 3:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 4:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 5:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 6:]: -x >= -18 ? 4 x == 19 ? 7 x >= 20 ? 3x-50 [ 7:]: -x >= -17 ? 3 x == 18 ? 6 x >= 19 ? 3x-48 [ 8:]: -x >= -17 ? 2 x == 18 ? 5 x >= 19 ? 3x-49 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 46 Ranking is: ? 46 Analysis Result: assert CORRECT Time: 0.004167 s Done. Variant: B{18}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005251 s Done. Variant: B{18}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003315 s Done. Variant: B{18}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003246 s Done. Variant: B{18}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003169 s Done. Variant: B{18}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005892 s Done. Variant: B{18}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003269 s Done. Variant: B{18}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003177 s Done. Variant: B{18}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005590 s Done. Variant: B{18}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003348 s Done. Variant: B{18}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003215 s Done. Variant: B{18}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005750 s Done. Variant: B{18}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003426 s Done. Variant: B{18}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003204 s Done. Variant: B{18}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003162 s Done. Variant: B{18}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005855 s Done. Variant: B{18}, A{15}, assert ($5{y} > 2) ERROR: x == 15 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 15 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003291 s Done. Variant: B{18}, A{16}, assert ($5{y} > 2) ERROR: x == 16 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 16 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003217 s Done. Variant: B{18}, A{17}, assert ($5{y} > 2) ERROR: x == 17 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 17 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005733 s Done. Variant: B{18}, A{18}, assert ($5{y} > 2) ERROR: x == 18 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 18 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003458 s Done. Variant: B{18}, A{19}, assert ($5{y} > 2) ERROR: x == 18 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: x == 18 && y == 1 [ 6:]: x == 19 && y == 0 [ 7:]: x == 18 && y == 0 [ 8:]: x == 18 && y == 1 [ 9:]: x == 18 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003828 s Done. Variant: B{18}, A{20}, assert ($5{y} > 2) ERROR: x == 18 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x >= 18 && -x >= -19 && x+y == 20 [ 6:]: x >= 19 && -x >= -20 && x+y == 20 [ 7:]: x >= 18 && -x >= -19 && x+y == 19 [ 8:]: x >= 18 && -x >= -19 && x+y == 20 [ 9:]: x == 18 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006500 s Done. Variant: B{18}, A{21}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 18 && -x >= -20 && x+y == 21 [ 6:]: x >= 19 && -x >= -21 && x+y == 21 [ 7:]: x >= 18 && -x >= -20 && x+y == 20 [ 8:]: x >= 18 && -x >= -20 && x+y == 21 [ 9:]: x == 18 && y == 3 [10:]: x == 18 && y == 3 [11:]: $3 == 0 && x == 18 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 4:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 5:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 6:]: -x >= -19 ? 4 x == 20 ? 7 x >= 21 ? 3x-53 [ 7:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 8:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004227 s Done. Variant: B{18}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 18 && -x >= -21 && x+y == 22 [ 6:]: x >= 19 && -x >= -22 && x+y == 22 [ 7:]: x >= 18 && -x >= -21 && x+y == 21 [ 8:]: x >= 18 && -x >= -21 && x+y == 22 [ 9:]: x == 18 && y == 4 [10:]: x == 18 && y == 4 [11:]: $3 == 0 && x == 18 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 4:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 5:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 6:]: -x >= -19 ? 4 x == 20 ? 7 x >= 21 ? 3x-53 [ 7:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 8:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.004257 s Done. Variant: B{18}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 18 && -x >= -22 && x+y == 23 [ 6:]: x >= 19 && -x >= -23 && x+y == 23 [ 7:]: x >= 18 && -x >= -22 && x+y == 22 [ 8:]: x >= 18 && -x >= -22 && x+y == 23 [ 9:]: x == 18 && y == 5 [10:]: x == 18 && y == 5 [11:]: $3 == 0 && x == 18 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 4:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 5:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 6:]: -x >= -19 ? 4 x == 20 ? 7 x >= 21 ? 3x-53 [ 7:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 8:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.006854 s Done. Variant: B{18}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 18 && -x >= -23 && x+y == 24 [ 6:]: x >= 19 && -x >= -24 && x+y == 24 [ 7:]: x >= 18 && -x >= -23 && x+y == 23 [ 8:]: x >= 18 && -x >= -23 && x+y == 24 [ 9:]: x == 18 && y == 6 [10:]: x == 18 && y == 6 [11:]: $3 == 0 && x == 18 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 4:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 5:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 6:]: -x >= -19 ? 4 x == 20 ? 7 x >= 21 ? 3x-53 [ 7:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 8:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.004162 s Done. Variant: B{18}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 18 && -x >= -24 && x+y == 25 [ 6:]: x >= 19 && -x >= -25 && x+y == 25 [ 7:]: x >= 18 && -x >= -24 && x+y == 24 [ 8:]: x >= 18 && -x >= -24 && x+y == 25 [ 9:]: x == 18 && y == 7 [10:]: x == 18 && y == 7 [11:]: $3 == 0 && x == 18 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 4:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 5:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 6:]: -x >= -19 ? 4 x == 20 ? 7 x >= 21 ? 3x-53 [ 7:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 8:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.006038 s Done. Variant: B{18}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 18 && -x >= -25 && x+y == 26 [ 6:]: x >= 19 && -x >= -26 && x+y == 26 [ 7:]: x >= 18 && -x >= -25 && x+y == 25 [ 8:]: x >= 18 && -x >= -25 && x+y == 26 [ 9:]: x == 18 && y == 8 [10:]: x == 18 && y == 8 [11:]: $3 == 0 && x == 18 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 4:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 5:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 6:]: -x >= -19 ? 4 x == 20 ? 7 x >= 21 ? 3x-53 [ 7:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 8:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.004206 s Done. Variant: B{18}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 18 && -x >= -26 && x+y == 27 [ 6:]: x >= 19 && -x >= -27 && x+y == 27 [ 7:]: x >= 18 && -x >= -26 && x+y == 26 [ 8:]: x >= 18 && -x >= -26 && x+y == 27 [ 9:]: x == 18 && y == 9 [10:]: x == 18 && y == 9 [11:]: $3 == 0 && x == 18 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 4:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 5:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 6:]: -x >= -19 ? 4 x == 20 ? 7 x >= 21 ? 3x-53 [ 7:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 8:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.006141 s Done. Variant: B{18}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 18 && -x >= -27 && x+y == 28 [ 6:]: x >= 19 && -x >= -28 && x+y == 28 [ 7:]: x >= 18 && -x >= -27 && x+y == 27 [ 8:]: x >= 18 && -x >= -27 && x+y == 28 [ 9:]: x == 18 && y == 10 [10:]: x == 18 && y == 10 [11:]: $3 == 0 && x == 18 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 4:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 5:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 6:]: -x >= -19 ? 4 x == 20 ? 7 x >= 21 ? 3x-53 [ 7:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 8:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.004589 s Done. Variant: B{18}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 18 && -x >= -28 && x+y == 29 [ 6:]: x >= 19 && -x >= -29 && x+y == 29 [ 7:]: x >= 18 && -x >= -28 && x+y == 28 [ 8:]: x >= 18 && -x >= -28 && x+y == 29 [ 9:]: x == 18 && y == 11 [10:]: x == 18 && y == 11 [11:]: $3 == 0 && x == 18 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 4:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 5:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 6:]: -x >= -19 ? 4 x == 20 ? 7 x >= 21 ? 3x-53 [ 7:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 8:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.004797 s Done. Variant: B{18}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 18 && -x >= -29 && x+y == 30 [ 6:]: x >= 19 && -x >= -30 && x+y == 30 [ 7:]: x >= 18 && -x >= -29 && x+y == 29 [ 8:]: x >= 18 && -x >= -29 && x+y == 30 [ 9:]: x == 18 && y == 12 [10:]: x == 18 && y == 12 [11:]: $3 == 0 && x == 18 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 4:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 5:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 6:]: -x >= -19 ? 4 x == 20 ? 7 x >= 21 ? 3x-53 [ 7:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 8:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.004083 s Done. Variant: B{18}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 18 && -x >= -30 && x+y == 31 [ 6:]: x >= 19 && -x >= -31 && x+y == 31 [ 7:]: x >= 18 && -x >= -30 && x+y == 30 [ 8:]: x >= 18 && -x >= -30 && x+y == 31 [ 9:]: x == 18 && y == 13 [10:]: x == 18 && y == 13 [11:]: $3 == 0 && x == 18 && y == 13 [12:]: bottom Backward Analysis: [ 1:]: top ? 43 [ 2:]: top ? 43 [ 3:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 4:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 5:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 6:]: -x >= -19 ? 4 x == 20 ? 7 x >= 21 ? 3x-53 [ 7:]: -x >= -18 ? 3 x == 19 ? 6 x >= 20 ? 3x-51 [ 8:]: -x >= -18 ? 2 x == 19 ? 5 x >= 20 ? 3x-52 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 43 Ranking is: ? 43 Analysis Result: assert CORRECT Time: 0.006235 s Done. Variant: B{19}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003287 s Done. Variant: B{19}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003186 s Done. Variant: B{19}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005412 s Done. Variant: B{19}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003355 s Done. Variant: B{19}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003151 s Done. Variant: B{19}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005536 s Done. Variant: B{19}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003291 s Done. Variant: B{19}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003212 s Done. Variant: B{19}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005542 s Done. Variant: B{19}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003414 s Done. Variant: B{19}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003258 s Done. Variant: B{19}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003125 s Done. Variant: B{19}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005737 s Done. Variant: B{19}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003337 s Done. Variant: B{19}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003186 s Done. Variant: B{19}, A{15}, assert ($5{y} > 2) ERROR: x == 15 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 15 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005619 s Done. Variant: B{19}, A{16}, assert ($5{y} > 2) ERROR: x == 16 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 16 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003334 s Done. Variant: B{19}, A{17}, assert ($5{y} > 2) ERROR: x == 17 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 17 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003224 s Done. Variant: B{19}, A{18}, assert ($5{y} > 2) ERROR: x == 18 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 18 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005555 s Done. Variant: B{19}, A{19}, assert ($5{y} > 2) ERROR: x == 19 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 19 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003374 s Done. Variant: B{19}, A{20}, assert ($5{y} > 2) ERROR: x == 19 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: x == 19 && y == 1 [ 6:]: x == 20 && y == 0 [ 7:]: x == 19 && y == 0 [ 8:]: x == 19 && y == 1 [ 9:]: x == 19 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003491 s Done. Variant: B{19}, A{21}, assert ($5{y} > 2) ERROR: x == 19 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x >= 19 && -x >= -20 && x+y == 21 [ 6:]: x >= 20 && -x >= -21 && x+y == 21 [ 7:]: x >= 19 && -x >= -20 && x+y == 20 [ 8:]: x >= 19 && -x >= -20 && x+y == 21 [ 9:]: x == 19 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003690 s Done. Variant: B{19}, A{22}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 19 && -x >= -21 && x+y == 22 [ 6:]: x >= 20 && -x >= -22 && x+y == 22 [ 7:]: x >= 19 && -x >= -21 && x+y == 21 [ 8:]: x >= 19 && -x >= -21 && x+y == 22 [ 9:]: x == 19 && y == 3 [10:]: x == 19 && y == 3 [11:]: $3 == 0 && x == 19 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 4:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 5:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 6:]: -x >= -20 ? 4 x == 21 ? 7 x >= 22 ? 3x-56 [ 7:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 8:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.006907 s Done. Variant: B{19}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 19 && -x >= -22 && x+y == 23 [ 6:]: x >= 20 && -x >= -23 && x+y == 23 [ 7:]: x >= 19 && -x >= -22 && x+y == 22 [ 8:]: x >= 19 && -x >= -22 && x+y == 23 [ 9:]: x == 19 && y == 4 [10:]: x == 19 && y == 4 [11:]: $3 == 0 && x == 19 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 4:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 5:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 6:]: -x >= -20 ? 4 x == 21 ? 7 x >= 22 ? 3x-56 [ 7:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 8:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.004107 s Done. Variant: B{19}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 19 && -x >= -23 && x+y == 24 [ 6:]: x >= 20 && -x >= -24 && x+y == 24 [ 7:]: x >= 19 && -x >= -23 && x+y == 23 [ 8:]: x >= 19 && -x >= -23 && x+y == 24 [ 9:]: x == 19 && y == 5 [10:]: x == 19 && y == 5 [11:]: $3 == 0 && x == 19 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 4:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 5:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 6:]: -x >= -20 ? 4 x == 21 ? 7 x >= 22 ? 3x-56 [ 7:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 8:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.006051 s Done. Variant: B{19}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 19 && -x >= -24 && x+y == 25 [ 6:]: x >= 20 && -x >= -25 && x+y == 25 [ 7:]: x >= 19 && -x >= -24 && x+y == 24 [ 8:]: x >= 19 && -x >= -24 && x+y == 25 [ 9:]: x == 19 && y == 6 [10:]: x == 19 && y == 6 [11:]: $3 == 0 && x == 19 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 4:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 5:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 6:]: -x >= -20 ? 4 x == 21 ? 7 x >= 22 ? 3x-56 [ 7:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 8:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.004377 s Done. Variant: B{19}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 19 && -x >= -25 && x+y == 26 [ 6:]: x >= 20 && -x >= -26 && x+y == 26 [ 7:]: x >= 19 && -x >= -25 && x+y == 25 [ 8:]: x >= 19 && -x >= -25 && x+y == 26 [ 9:]: x == 19 && y == 7 [10:]: x == 19 && y == 7 [11:]: $3 == 0 && x == 19 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 4:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 5:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 6:]: -x >= -20 ? 4 x == 21 ? 7 x >= 22 ? 3x-56 [ 7:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 8:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.006242 s Done. Variant: B{19}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 19 && -x >= -26 && x+y == 27 [ 6:]: x >= 20 && -x >= -27 && x+y == 27 [ 7:]: x >= 19 && -x >= -26 && x+y == 26 [ 8:]: x >= 19 && -x >= -26 && x+y == 27 [ 9:]: x == 19 && y == 8 [10:]: x == 19 && y == 8 [11:]: $3 == 0 && x == 19 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 4:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 5:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 6:]: -x >= -20 ? 4 x == 21 ? 7 x >= 22 ? 3x-56 [ 7:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 8:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.004944 s Done. Variant: B{19}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 19 && -x >= -27 && x+y == 28 [ 6:]: x >= 20 && -x >= -28 && x+y == 28 [ 7:]: x >= 19 && -x >= -27 && x+y == 27 [ 8:]: x >= 19 && -x >= -27 && x+y == 28 [ 9:]: x == 19 && y == 9 [10:]: x == 19 && y == 9 [11:]: $3 == 0 && x == 19 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 4:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 5:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 6:]: -x >= -20 ? 4 x == 21 ? 7 x >= 22 ? 3x-56 [ 7:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 8:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.004415 s Done. Variant: B{19}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 19 && -x >= -28 && x+y == 29 [ 6:]: x >= 20 && -x >= -29 && x+y == 29 [ 7:]: x >= 19 && -x >= -28 && x+y == 28 [ 8:]: x >= 19 && -x >= -28 && x+y == 29 [ 9:]: x == 19 && y == 10 [10:]: x == 19 && y == 10 [11:]: $3 == 0 && x == 19 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 4:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 5:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 6:]: -x >= -20 ? 4 x == 21 ? 7 x >= 22 ? 3x-56 [ 7:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 8:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.006751 s Done. Variant: B{19}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 19 && -x >= -29 && x+y == 30 [ 6:]: x >= 20 && -x >= -30 && x+y == 30 [ 7:]: x >= 19 && -x >= -29 && x+y == 29 [ 8:]: x >= 19 && -x >= -29 && x+y == 30 [ 9:]: x == 19 && y == 11 [10:]: x == 19 && y == 11 [11:]: $3 == 0 && x == 19 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 4:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 5:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 6:]: -x >= -20 ? 4 x == 21 ? 7 x >= 22 ? 3x-56 [ 7:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 8:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.004154 s Done. Variant: B{19}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 19 && -x >= -30 && x+y == 31 [ 6:]: x >= 20 && -x >= -31 && x+y == 31 [ 7:]: x >= 19 && -x >= -30 && x+y == 30 [ 8:]: x >= 19 && -x >= -30 && x+y == 31 [ 9:]: x == 19 && y == 12 [10:]: x == 19 && y == 12 [11:]: $3 == 0 && x == 19 && y == 12 [12:]: bottom Backward Analysis: [ 1:]: top ? 40 [ 2:]: top ? 40 [ 3:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 4:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 5:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 6:]: -x >= -20 ? 4 x == 21 ? 7 x >= 22 ? 3x-56 [ 7:]: -x >= -19 ? 3 x == 20 ? 6 x >= 21 ? 3x-54 [ 8:]: -x >= -19 ? 2 x == 20 ? 5 x >= 21 ? 3x-55 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 40 Ranking is: ? 40 Analysis Result: assert CORRECT Time: 0.006346 s Done. Variant: B{20}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003290 s Done. Variant: B{20}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003159 s Done. Variant: B{20}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005453 s Done. Variant: B{20}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003385 s Done. Variant: B{20}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003210 s Done. Variant: B{20}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005580 s Done. Variant: B{20}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003326 s Done. Variant: B{20}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003211 s Done. Variant: B{20}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003151 s Done. Variant: B{20}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005845 s Done. Variant: B{20}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003207 s Done. Variant: B{20}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003112 s Done. Variant: B{20}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005591 s Done. Variant: B{20}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003272 s Done. Variant: B{20}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003261 s Done. Variant: B{20}, A{15}, assert ($5{y} > 2) ERROR: x == 15 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 15 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005542 s Done. Variant: B{20}, A{16}, assert ($5{y} > 2) ERROR: x == 16 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 16 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003364 s Done. Variant: B{20}, A{17}, assert ($5{y} > 2) ERROR: x == 17 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 17 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.004447 s Done. Variant: B{20}, A{18}, assert ($5{y} > 2) ERROR: x == 18 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 18 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003507 s Done. Variant: B{20}, A{19}, assert ($5{y} > 2) ERROR: x == 19 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 19 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003211 s Done. Variant: B{20}, A{20}, assert ($5{y} > 2) ERROR: x == 20 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 20 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005737 s Done. Variant: B{20}, A{21}, assert ($5{y} > 2) ERROR: x == 20 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: x == 20 && y == 1 [ 6:]: x == 21 && y == 0 [ 7:]: x == 20 && y == 0 [ 8:]: x == 20 && y == 1 [ 9:]: x == 20 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003660 s Done. Variant: B{20}, A{22}, assert ($5{y} > 2) ERROR: x == 20 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x >= 20 && -x >= -21 && x+y == 22 [ 6:]: x >= 21 && -x >= -22 && x+y == 22 [ 7:]: x >= 20 && -x >= -21 && x+y == 21 [ 8:]: x >= 20 && -x >= -21 && x+y == 22 [ 9:]: x == 20 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003750 s Done. Variant: B{20}, A{23}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 20 && -x >= -22 && x+y == 23 [ 6:]: x >= 21 && -x >= -23 && x+y == 23 [ 7:]: x >= 20 && -x >= -22 && x+y == 22 [ 8:]: x >= 20 && -x >= -22 && x+y == 23 [ 9:]: x == 20 && y == 3 [10:]: x == 20 && y == 3 [11:]: $3 == 0 && x == 20 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 4:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 5:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 6:]: -x >= -21 ? 4 x == 22 ? 7 x >= 23 ? 3x-59 [ 7:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 8:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.006621 s Done. Variant: B{20}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 20 && -x >= -23 && x+y == 24 [ 6:]: x >= 21 && -x >= -24 && x+y == 24 [ 7:]: x >= 20 && -x >= -23 && x+y == 23 [ 8:]: x >= 20 && -x >= -23 && x+y == 24 [ 9:]: x == 20 && y == 4 [10:]: x == 20 && y == 4 [11:]: $3 == 0 && x == 20 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 4:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 5:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 6:]: -x >= -21 ? 4 x == 22 ? 7 x >= 23 ? 3x-59 [ 7:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 8:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.004216 s Done. Variant: B{20}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 20 && -x >= -24 && x+y == 25 [ 6:]: x >= 21 && -x >= -25 && x+y == 25 [ 7:]: x >= 20 && -x >= -24 && x+y == 24 [ 8:]: x >= 20 && -x >= -24 && x+y == 25 [ 9:]: x == 20 && y == 5 [10:]: x == 20 && y == 5 [11:]: $3 == 0 && x == 20 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 4:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 5:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 6:]: -x >= -21 ? 4 x == 22 ? 7 x >= 23 ? 3x-59 [ 7:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 8:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.003984 s Done. Variant: B{20}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 20 && -x >= -25 && x+y == 26 [ 6:]: x >= 21 && -x >= -26 && x+y == 26 [ 7:]: x >= 20 && -x >= -25 && x+y == 25 [ 8:]: x >= 20 && -x >= -25 && x+y == 26 [ 9:]: x == 20 && y == 6 [10:]: x == 20 && y == 6 [11:]: $3 == 0 && x == 20 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 4:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 5:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 6:]: -x >= -21 ? 4 x == 22 ? 7 x >= 23 ? 3x-59 [ 7:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 8:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.006145 s Done. Variant: B{20}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 20 && -x >= -26 && x+y == 27 [ 6:]: x >= 21 && -x >= -27 && x+y == 27 [ 7:]: x >= 20 && -x >= -26 && x+y == 26 [ 8:]: x >= 20 && -x >= -26 && x+y == 27 [ 9:]: x == 20 && y == 7 [10:]: x == 20 && y == 7 [11:]: $3 == 0 && x == 20 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 4:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 5:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 6:]: -x >= -21 ? 4 x == 22 ? 7 x >= 23 ? 3x-59 [ 7:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 8:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.004075 s Done. Variant: B{20}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 20 && -x >= -27 && x+y == 28 [ 6:]: x >= 21 && -x >= -28 && x+y == 28 [ 7:]: x >= 20 && -x >= -27 && x+y == 27 [ 8:]: x >= 20 && -x >= -27 && x+y == 28 [ 9:]: x == 20 && y == 8 [10:]: x == 20 && y == 8 [11:]: $3 == 0 && x == 20 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 4:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 5:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 6:]: -x >= -21 ? 4 x == 22 ? 7 x >= 23 ? 3x-59 [ 7:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 8:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.006046 s Done. Variant: B{20}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 20 && -x >= -28 && x+y == 29 [ 6:]: x >= 21 && -x >= -29 && x+y == 29 [ 7:]: x >= 20 && -x >= -28 && x+y == 28 [ 8:]: x >= 20 && -x >= -28 && x+y == 29 [ 9:]: x == 20 && y == 9 [10:]: x == 20 && y == 9 [11:]: $3 == 0 && x == 20 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 4:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 5:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 6:]: -x >= -21 ? 4 x == 22 ? 7 x >= 23 ? 3x-59 [ 7:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 8:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.004181 s Done. Variant: B{20}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 20 && -x >= -29 && x+y == 30 [ 6:]: x >= 21 && -x >= -30 && x+y == 30 [ 7:]: x >= 20 && -x >= -29 && x+y == 29 [ 8:]: x >= 20 && -x >= -29 && x+y == 30 [ 9:]: x == 20 && y == 10 [10:]: x == 20 && y == 10 [11:]: $3 == 0 && x == 20 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 4:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 5:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 6:]: -x >= -21 ? 4 x == 22 ? 7 x >= 23 ? 3x-59 [ 7:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 8:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.006169 s Done. Variant: B{20}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 20 && -x >= -30 && x+y == 31 [ 6:]: x >= 21 && -x >= -31 && x+y == 31 [ 7:]: x >= 20 && -x >= -30 && x+y == 30 [ 8:]: x >= 20 && -x >= -30 && x+y == 31 [ 9:]: x == 20 && y == 11 [10:]: x == 20 && y == 11 [11:]: $3 == 0 && x == 20 && y == 11 [12:]: bottom Backward Analysis: [ 1:]: top ? 37 [ 2:]: top ? 37 [ 3:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 4:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 5:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 6:]: -x >= -21 ? 4 x == 22 ? 7 x >= 23 ? 3x-59 [ 7:]: -x >= -20 ? 3 x == 21 ? 6 x >= 22 ? 3x-57 [ 8:]: -x >= -20 ? 2 x == 21 ? 5 x >= 22 ? 3x-58 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 37 Ranking is: ? 37 Analysis Result: assert CORRECT Time: 0.004246 s Done. Variant: B{21}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003157 s Done. Variant: B{21}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005325 s Done. Variant: B{21}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003402 s Done. Variant: B{21}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003252 s Done. Variant: B{21}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005664 s Done. Variant: B{21}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003326 s Done. Variant: B{21}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003275 s Done. Variant: B{21}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003241 s Done. Variant: B{21}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005953 s Done. Variant: B{21}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003259 s Done. Variant: B{21}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003230 s Done. Variant: B{21}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005662 s Done. Variant: B{21}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003329 s Done. Variant: B{21}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003182 s Done. Variant: B{21}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005769 s Done. Variant: B{21}, A{15}, assert ($5{y} > 2) ERROR: x == 15 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 15 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003345 s Done. Variant: B{21}, A{16}, assert ($5{y} > 2) ERROR: x == 16 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 16 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003313 s Done. Variant: B{21}, A{17}, assert ($5{y} > 2) ERROR: x == 17 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 17 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003144 s Done. Variant: B{21}, A{18}, assert ($5{y} > 2) ERROR: x == 18 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 18 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005877 s Done. Variant: B{21}, A{19}, assert ($5{y} > 2) ERROR: x == 19 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 19 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003218 s Done. Variant: B{21}, A{20}, assert ($5{y} > 2) ERROR: x == 20 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 20 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003150 s Done. Variant: B{21}, A{21}, assert ($5{y} > 2) ERROR: x == 21 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 21 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005527 s Done. Variant: B{21}, A{22}, assert ($5{y} > 2) ERROR: x == 21 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: x == 21 && y == 1 [ 6:]: x == 22 && y == 0 [ 7:]: x == 21 && y == 0 [ 8:]: x == 21 && y == 1 [ 9:]: x == 21 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003694 s Done. Variant: B{21}, A{23}, assert ($5{y} > 2) ERROR: x == 21 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x >= 21 && -x >= -22 && x+y == 23 [ 6:]: x >= 22 && -x >= -23 && x+y == 23 [ 7:]: x >= 21 && -x >= -22 && x+y == 22 [ 8:]: x >= 21 && -x >= -22 && x+y == 23 [ 9:]: x == 21 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003755 s Done. Variant: B{21}, A{24}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 21 && -x >= -23 && x+y == 24 [ 6:]: x >= 22 && -x >= -24 && x+y == 24 [ 7:]: x >= 21 && -x >= -23 && x+y == 23 [ 8:]: x >= 21 && -x >= -23 && x+y == 24 [ 9:]: x == 21 && y == 3 [10:]: x == 21 && y == 3 [11:]: $3 == 0 && x == 21 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -21 ? 3 x == 22 ? 6 x >= 23 ? 3x-60 [ 4:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 5:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 6:]: -x >= -22 ? 4 x == 23 ? 7 x >= 24 ? 3x-62 [ 7:]: -x >= -21 ? 3 x == 22 ? 6 x >= 23 ? 3x-60 [ 8:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.006441 s Done. Variant: B{21}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 21 && -x >= -24 && x+y == 25 [ 6:]: x >= 22 && -x >= -25 && x+y == 25 [ 7:]: x >= 21 && -x >= -24 && x+y == 24 [ 8:]: x >= 21 && -x >= -24 && x+y == 25 [ 9:]: x == 21 && y == 4 [10:]: x == 21 && y == 4 [11:]: $3 == 0 && x == 21 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -21 ? 3 x == 22 ? 6 x >= 23 ? 3x-60 [ 4:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 5:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 6:]: -x >= -22 ? 4 x == 23 ? 7 x >= 24 ? 3x-62 [ 7:]: -x >= -21 ? 3 x == 22 ? 6 x >= 23 ? 3x-60 [ 8:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.004275 s Done. Variant: B{21}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 21 && -x >= -25 && x+y == 26 [ 6:]: x >= 22 && -x >= -26 && x+y == 26 [ 7:]: x >= 21 && -x >= -25 && x+y == 25 [ 8:]: x >= 21 && -x >= -25 && x+y == 26 [ 9:]: x == 21 && y == 5 [10:]: x == 21 && y == 5 [11:]: $3 == 0 && x == 21 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -21 ? 3 x == 22 ? 6 x >= 23 ? 3x-60 [ 4:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 5:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 6:]: -x >= -22 ? 4 x == 23 ? 7 x >= 24 ? 3x-62 [ 7:]: -x >= -21 ? 3 x == 22 ? 6 x >= 23 ? 3x-60 [ 8:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.006392 s Done. Variant: B{21}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 21 && -x >= -26 && x+y == 27 [ 6:]: x >= 22 && -x >= -27 && x+y == 27 [ 7:]: x >= 21 && -x >= -26 && x+y == 26 [ 8:]: x >= 21 && -x >= -26 && x+y == 27 [ 9:]: x == 21 && y == 6 [10:]: x == 21 && y == 6 [11:]: $3 == 0 && x == 21 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -21 ? 3 x == 22 ? 6 x >= 23 ? 3x-60 [ 4:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 5:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 6:]: -x >= -22 ? 4 x == 23 ? 7 x >= 24 ? 3x-62 [ 7:]: -x >= -21 ? 3 x == 22 ? 6 x >= 23 ? 3x-60 [ 8:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.004335 s Done. Variant: B{21}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 21 && -x >= -27 && x+y == 28 [ 6:]: x >= 22 && -x >= -28 && x+y == 28 [ 7:]: x >= 21 && -x >= -27 && x+y == 27 [ 8:]: x >= 21 && -x >= -27 && x+y == 28 [ 9:]: x == 21 && y == 7 [10:]: x == 21 && y == 7 [11:]: $3 == 0 && x == 21 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -21 ? 3 x == 22 ? 6 x >= 23 ? 3x-60 [ 4:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 5:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 6:]: -x >= -22 ? 4 x == 23 ? 7 x >= 24 ? 3x-62 [ 7:]: -x >= -21 ? 3 x == 22 ? 6 x >= 23 ? 3x-60 [ 8:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.004109 s Done. Variant: B{21}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 21 && -x >= -28 && x+y == 29 [ 6:]: x >= 22 && -x >= -29 && x+y == 29 [ 7:]: x >= 21 && -x >= -28 && x+y == 28 [ 8:]: x >= 21 && -x >= -28 && x+y == 29 [ 9:]: x == 21 && y == 8 [10:]: x == 21 && y == 8 [11:]: $3 == 0 && x == 21 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -21 ? 3 x == 22 ? 6 x >= 23 ? 3x-60 [ 4:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 5:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 6:]: -x >= -22 ? 4 x == 23 ? 7 x >= 24 ? 3x-62 [ 7:]: -x >= -21 ? 3 x == 22 ? 6 x >= 23 ? 3x-60 [ 8:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.006295 s Done. Variant: B{21}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 21 && -x >= -29 && x+y == 30 [ 6:]: x >= 22 && -x >= -30 && x+y == 30 [ 7:]: x >= 21 && -x >= -29 && x+y == 29 [ 8:]: x >= 21 && -x >= -29 && x+y == 30 [ 9:]: x == 21 && y == 9 [10:]: x == 21 && y == 9 [11:]: $3 == 0 && x == 21 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -21 ? 3 x == 22 ? 6 x >= 23 ? 3x-60 [ 4:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 5:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 6:]: -x >= -22 ? 4 x == 23 ? 7 x >= 24 ? 3x-62 [ 7:]: -x >= -21 ? 3 x == 22 ? 6 x >= 23 ? 3x-60 [ 8:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.004135 s Done. Variant: B{21}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 21 && -x >= -30 && x+y == 31 [ 6:]: x >= 22 && -x >= -31 && x+y == 31 [ 7:]: x >= 21 && -x >= -30 && x+y == 30 [ 8:]: x >= 21 && -x >= -30 && x+y == 31 [ 9:]: x == 21 && y == 10 [10:]: x == 21 && y == 10 [11:]: $3 == 0 && x == 21 && y == 10 [12:]: bottom Backward Analysis: [ 1:]: top ? 34 [ 2:]: top ? 34 [ 3:]: -x >= -21 ? 3 x == 22 ? 6 x >= 23 ? 3x-60 [ 4:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 5:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 6:]: -x >= -22 ? 4 x == 23 ? 7 x >= 24 ? 3x-62 [ 7:]: -x >= -21 ? 3 x == 22 ? 6 x >= 23 ? 3x-60 [ 8:]: -x >= -21 ? 2 x == 22 ? 5 x >= 23 ? 3x-61 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 34 Ranking is: ? 34 Analysis Result: assert CORRECT Time: 0.006181 s Done. Variant: B{22}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003240 s Done. Variant: B{22}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003163 s Done. Variant: B{22}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005359 s Done. Variant: B{22}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003256 s Done. Variant: B{22}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.004571 s Done. Variant: B{22}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003265 s Done. Variant: B{22}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003170 s Done. Variant: B{22}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005533 s Done. Variant: B{22}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003271 s Done. Variant: B{22}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003228 s Done. Variant: B{22}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005581 s Done. Variant: B{22}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003281 s Done. Variant: B{22}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003199 s Done. Variant: B{22}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003158 s Done. Variant: B{22}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005761 s Done. Variant: B{22}, A{15}, assert ($5{y} > 2) ERROR: x == 15 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 15 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003207 s Done. Variant: B{22}, A{16}, assert ($5{y} > 2) ERROR: x == 16 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 16 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003175 s Done. Variant: B{22}, A{17}, assert ($5{y} > 2) ERROR: x == 17 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 17 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005512 s Done. Variant: B{22}, A{18}, assert ($5{y} > 2) ERROR: x == 18 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 18 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003392 s Done. Variant: B{22}, A{19}, assert ($5{y} > 2) ERROR: x == 19 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 19 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003258 s Done. Variant: B{22}, A{20}, assert ($5{y} > 2) ERROR: x == 20 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 20 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005645 s Done. Variant: B{22}, A{21}, assert ($5{y} > 2) ERROR: x == 21 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 21 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003306 s Done. Variant: B{22}, A{22}, assert ($5{y} > 2) ERROR: x == 22 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 22 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003288 s Done. Variant: B{22}, A{23}, assert ($5{y} > 2) ERROR: x == 22 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: x == 22 && y == 1 [ 6:]: x == 23 && y == 0 [ 7:]: x == 22 && y == 0 [ 8:]: x == 22 && y == 1 [ 9:]: x == 22 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005965 s Done. Variant: B{22}, A{24}, assert ($5{y} > 2) ERROR: x == 22 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x >= 22 && -x >= -23 && x+y == 24 [ 6:]: x >= 23 && -x >= -24 && x+y == 24 [ 7:]: x >= 22 && -x >= -23 && x+y == 23 [ 8:]: x >= 22 && -x >= -23 && x+y == 24 [ 9:]: x == 22 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.004158 s Done. Variant: B{22}, A{25}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 22 && -x >= -24 && x+y == 25 [ 6:]: x >= 23 && -x >= -25 && x+y == 25 [ 7:]: x >= 22 && -x >= -24 && x+y == 24 [ 8:]: x >= 22 && -x >= -24 && x+y == 25 [ 9:]: x == 22 && y == 3 [10:]: x == 22 && y == 3 [11:]: $3 == 0 && x == 22 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -22 ? 3 x == 23 ? 6 x >= 24 ? 3x-63 [ 4:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 5:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 6:]: -x >= -23 ? 4 x == 24 ? 7 x >= 25 ? 3x-65 [ 7:]: -x >= -22 ? 3 x == 23 ? 6 x >= 24 ? 3x-63 [ 8:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004110 s Done. Variant: B{22}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 22 && -x >= -25 && x+y == 26 [ 6:]: x >= 23 && -x >= -26 && x+y == 26 [ 7:]: x >= 22 && -x >= -25 && x+y == 25 [ 8:]: x >= 22 && -x >= -25 && x+y == 26 [ 9:]: x == 22 && y == 4 [10:]: x == 22 && y == 4 [11:]: $3 == 0 && x == 22 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -22 ? 3 x == 23 ? 6 x >= 24 ? 3x-63 [ 4:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 5:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 6:]: -x >= -23 ? 4 x == 24 ? 7 x >= 25 ? 3x-65 [ 7:]: -x >= -22 ? 3 x == 23 ? 6 x >= 24 ? 3x-63 [ 8:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.006328 s Done. Variant: B{22}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 22 && -x >= -26 && x+y == 27 [ 6:]: x >= 23 && -x >= -27 && x+y == 27 [ 7:]: x >= 22 && -x >= -26 && x+y == 26 [ 8:]: x >= 22 && -x >= -26 && x+y == 27 [ 9:]: x == 22 && y == 5 [10:]: x == 22 && y == 5 [11:]: $3 == 0 && x == 22 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -22 ? 3 x == 23 ? 6 x >= 24 ? 3x-63 [ 4:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 5:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 6:]: -x >= -23 ? 4 x == 24 ? 7 x >= 25 ? 3x-65 [ 7:]: -x >= -22 ? 3 x == 23 ? 6 x >= 24 ? 3x-63 [ 8:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.004136 s Done. Variant: B{22}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 22 && -x >= -27 && x+y == 28 [ 6:]: x >= 23 && -x >= -28 && x+y == 28 [ 7:]: x >= 22 && -x >= -27 && x+y == 27 [ 8:]: x >= 22 && -x >= -27 && x+y == 28 [ 9:]: x == 22 && y == 6 [10:]: x == 22 && y == 6 [11:]: $3 == 0 && x == 22 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -22 ? 3 x == 23 ? 6 x >= 24 ? 3x-63 [ 4:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 5:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 6:]: -x >= -23 ? 4 x == 24 ? 7 x >= 25 ? 3x-65 [ 7:]: -x >= -22 ? 3 x == 23 ? 6 x >= 24 ? 3x-63 [ 8:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.004902 s Done. Variant: B{22}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 22 && -x >= -28 && x+y == 29 [ 6:]: x >= 23 && -x >= -29 && x+y == 29 [ 7:]: x >= 22 && -x >= -28 && x+y == 28 [ 8:]: x >= 22 && -x >= -28 && x+y == 29 [ 9:]: x == 22 && y == 7 [10:]: x == 22 && y == 7 [11:]: $3 == 0 && x == 22 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -22 ? 3 x == 23 ? 6 x >= 24 ? 3x-63 [ 4:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 5:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 6:]: -x >= -23 ? 4 x == 24 ? 7 x >= 25 ? 3x-65 [ 7:]: -x >= -22 ? 3 x == 23 ? 6 x >= 24 ? 3x-63 [ 8:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.005451 s Done. Variant: B{22}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 22 && -x >= -29 && x+y == 30 [ 6:]: x >= 23 && -x >= -30 && x+y == 30 [ 7:]: x >= 22 && -x >= -29 && x+y == 29 [ 8:]: x >= 22 && -x >= -29 && x+y == 30 [ 9:]: x == 22 && y == 8 [10:]: x == 22 && y == 8 [11:]: $3 == 0 && x == 22 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -22 ? 3 x == 23 ? 6 x >= 24 ? 3x-63 [ 4:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 5:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 6:]: -x >= -23 ? 4 x == 24 ? 7 x >= 25 ? 3x-65 [ 7:]: -x >= -22 ? 3 x == 23 ? 6 x >= 24 ? 3x-63 [ 8:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.004110 s Done. Variant: B{22}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 22 && -x >= -30 && x+y == 31 [ 6:]: x >= 23 && -x >= -31 && x+y == 31 [ 7:]: x >= 22 && -x >= -30 && x+y == 30 [ 8:]: x >= 22 && -x >= -30 && x+y == 31 [ 9:]: x == 22 && y == 9 [10:]: x == 22 && y == 9 [11:]: $3 == 0 && x == 22 && y == 9 [12:]: bottom Backward Analysis: [ 1:]: top ? 31 [ 2:]: top ? 31 [ 3:]: -x >= -22 ? 3 x == 23 ? 6 x >= 24 ? 3x-63 [ 4:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 5:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 6:]: -x >= -23 ? 4 x == 24 ? 7 x >= 25 ? 3x-65 [ 7:]: -x >= -22 ? 3 x == 23 ? 6 x >= 24 ? 3x-63 [ 8:]: -x >= -22 ? 2 x == 23 ? 5 x >= 24 ? 3x-64 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 31 Ranking is: ? 31 Analysis Result: assert CORRECT Time: 0.006334 s Done. Variant: B{23}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003271 s Done. Variant: B{23}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003123 s Done. Variant: B{23}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005695 s Done. Variant: B{23}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003347 s Done. Variant: B{23}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003217 s Done. Variant: B{23}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005725 s Done. Variant: B{23}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003301 s Done. Variant: B{23}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003334 s Done. Variant: B{23}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005644 s Done. Variant: B{23}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003331 s Done. Variant: B{23}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003194 s Done. Variant: B{23}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003135 s Done. Variant: B{23}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005692 s Done. Variant: B{23}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003245 s Done. Variant: B{23}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003154 s Done. Variant: B{23}, A{15}, assert ($5{y} > 2) ERROR: x == 15 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 15 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005441 s Done. Variant: B{23}, A{16}, assert ($5{y} > 2) ERROR: x == 16 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 16 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003424 s Done. Variant: B{23}, A{17}, assert ($5{y} > 2) ERROR: x == 17 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 17 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003207 s Done. Variant: B{23}, A{18}, assert ($5{y} > 2) ERROR: x == 18 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 18 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005507 s Done. Variant: B{23}, A{19}, assert ($5{y} > 2) ERROR: x == 19 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 19 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003341 s Done. Variant: B{23}, A{20}, assert ($5{y} > 2) ERROR: x == 20 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 20 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003193 s Done. Variant: B{23}, A{21}, assert ($5{y} > 2) ERROR: x == 21 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 21 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003157 s Done. Variant: B{23}, A{22}, assert ($5{y} > 2) ERROR: x == 22 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 22 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005812 s Done. Variant: B{23}, A{23}, assert ($5{y} > 2) ERROR: x == 23 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 23 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003377 s Done. Variant: B{23}, A{24}, assert ($5{y} > 2) ERROR: x == 23 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: x == 23 && y == 1 [ 6:]: x == 24 && y == 0 [ 7:]: x == 23 && y == 0 [ 8:]: x == 23 && y == 1 [ 9:]: x == 23 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003431 s Done. Variant: B{23}, A{25}, assert ($5{y} > 2) ERROR: x == 23 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x >= 23 && -x >= -24 && x+y == 25 [ 6:]: x >= 24 && -x >= -25 && x+y == 25 [ 7:]: x >= 23 && -x >= -24 && x+y == 24 [ 8:]: x >= 23 && -x >= -24 && x+y == 25 [ 9:]: x == 23 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006267 s Done. Variant: B{23}, A{26}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 23 && -x >= -25 && x+y == 26 [ 6:]: x >= 24 && -x >= -26 && x+y == 26 [ 7:]: x >= 23 && -x >= -25 && x+y == 25 [ 8:]: x >= 23 && -x >= -25 && x+y == 26 [ 9:]: x == 23 && y == 3 [10:]: x == 23 && y == 3 [11:]: $3 == 0 && x == 23 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -23 ? 3 x == 24 ? 6 x >= 25 ? 3x-66 [ 4:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 5:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 6:]: -x >= -24 ? 4 x == 25 ? 7 x >= 26 ? 3x-68 [ 7:]: -x >= -23 ? 3 x == 24 ? 6 x >= 25 ? 3x-66 [ 8:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.005839 s Done. Variant: B{23}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 23 && -x >= -26 && x+y == 27 [ 6:]: x >= 24 && -x >= -27 && x+y == 27 [ 7:]: x >= 23 && -x >= -26 && x+y == 26 [ 8:]: x >= 23 && -x >= -26 && x+y == 27 [ 9:]: x == 23 && y == 4 [10:]: x == 23 && y == 4 [11:]: $3 == 0 && x == 23 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -23 ? 3 x == 24 ? 6 x >= 25 ? 3x-66 [ 4:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 5:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 6:]: -x >= -24 ? 4 x == 25 ? 7 x >= 26 ? 3x-68 [ 7:]: -x >= -23 ? 3 x == 24 ? 6 x >= 25 ? 3x-66 [ 8:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.004180 s Done. Variant: B{23}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 23 && -x >= -27 && x+y == 28 [ 6:]: x >= 24 && -x >= -28 && x+y == 28 [ 7:]: x >= 23 && -x >= -27 && x+y == 27 [ 8:]: x >= 23 && -x >= -27 && x+y == 28 [ 9:]: x == 23 && y == 5 [10:]: x == 23 && y == 5 [11:]: $3 == 0 && x == 23 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -23 ? 3 x == 24 ? 6 x >= 25 ? 3x-66 [ 4:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 5:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 6:]: -x >= -24 ? 4 x == 25 ? 7 x >= 26 ? 3x-68 [ 7:]: -x >= -23 ? 3 x == 24 ? 6 x >= 25 ? 3x-66 [ 8:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.004031 s Done. Variant: B{23}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 23 && -x >= -28 && x+y == 29 [ 6:]: x >= 24 && -x >= -29 && x+y == 29 [ 7:]: x >= 23 && -x >= -28 && x+y == 28 [ 8:]: x >= 23 && -x >= -28 && x+y == 29 [ 9:]: x == 23 && y == 6 [10:]: x == 23 && y == 6 [11:]: $3 == 0 && x == 23 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -23 ? 3 x == 24 ? 6 x >= 25 ? 3x-66 [ 4:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 5:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 6:]: -x >= -24 ? 4 x == 25 ? 7 x >= 26 ? 3x-68 [ 7:]: -x >= -23 ? 3 x == 24 ? 6 x >= 25 ? 3x-66 [ 8:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.006353 s Done. Variant: B{23}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 23 && -x >= -29 && x+y == 30 [ 6:]: x >= 24 && -x >= -30 && x+y == 30 [ 7:]: x >= 23 && -x >= -29 && x+y == 29 [ 8:]: x >= 23 && -x >= -29 && x+y == 30 [ 9:]: x == 23 && y == 7 [10:]: x == 23 && y == 7 [11:]: $3 == 0 && x == 23 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -23 ? 3 x == 24 ? 6 x >= 25 ? 3x-66 [ 4:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 5:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 6:]: -x >= -24 ? 4 x == 25 ? 7 x >= 26 ? 3x-68 [ 7:]: -x >= -23 ? 3 x == 24 ? 6 x >= 25 ? 3x-66 [ 8:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.004034 s Done. Variant: B{23}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 23 && -x >= -30 && x+y == 31 [ 6:]: x >= 24 && -x >= -31 && x+y == 31 [ 7:]: x >= 23 && -x >= -30 && x+y == 30 [ 8:]: x >= 23 && -x >= -30 && x+y == 31 [ 9:]: x == 23 && y == 8 [10:]: x == 23 && y == 8 [11:]: $3 == 0 && x == 23 && y == 8 [12:]: bottom Backward Analysis: [ 1:]: top ? 28 [ 2:]: top ? 28 [ 3:]: -x >= -23 ? 3 x == 24 ? 6 x >= 25 ? 3x-66 [ 4:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 5:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 6:]: -x >= -24 ? 4 x == 25 ? 7 x >= 26 ? 3x-68 [ 7:]: -x >= -23 ? 3 x == 24 ? 6 x >= 25 ? 3x-66 [ 8:]: -x >= -23 ? 2 x == 24 ? 5 x >= 25 ? 3x-67 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 28 Ranking is: ? 28 Analysis Result: assert CORRECT Time: 0.005912 s Done. Variant: B{24}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003291 s Done. Variant: B{24}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003148 s Done. Variant: B{24}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005439 s Done. Variant: B{24}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003290 s Done. Variant: B{24}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003243 s Done. Variant: B{24}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005508 s Done. Variant: B{24}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003341 s Done. Variant: B{24}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003223 s Done. Variant: B{24}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003615 s Done. Variant: B{24}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006226 s Done. Variant: B{24}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003164 s Done. Variant: B{24}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003175 s Done. Variant: B{24}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005590 s Done. Variant: B{24}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003301 s Done. Variant: B{24}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003172 s Done. Variant: B{24}, A{15}, assert ($5{y} > 2) ERROR: x == 15 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 15 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005622 s Done. Variant: B{24}, A{16}, assert ($5{y} > 2) ERROR: x == 16 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 16 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003357 s Done. Variant: B{24}, A{17}, assert ($5{y} > 2) ERROR: x == 17 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 17 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003233 s Done. Variant: B{24}, A{18}, assert ($5{y} > 2) ERROR: x == 18 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 18 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003118 s Done. Variant: B{24}, A{19}, assert ($5{y} > 2) ERROR: x == 19 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 19 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005909 s Done. Variant: B{24}, A{20}, assert ($5{y} > 2) ERROR: x == 20 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 20 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003170 s Done. Variant: B{24}, A{21}, assert ($5{y} > 2) ERROR: x == 21 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 21 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003177 s Done. Variant: B{24}, A{22}, assert ($5{y} > 2) ERROR: x == 22 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 22 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005406 s Done. Variant: B{24}, A{23}, assert ($5{y} > 2) ERROR: x == 23 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 23 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003288 s Done. Variant: B{24}, A{24}, assert ($5{y} > 2) ERROR: x == 24 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 24 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003229 s Done. Variant: B{24}, A{25}, assert ($5{y} > 2) ERROR: x == 24 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: x == 24 && y == 1 [ 6:]: x == 25 && y == 0 [ 7:]: x == 24 && y == 0 [ 8:]: x == 24 && y == 1 [ 9:]: x == 24 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006067 s Done. Variant: B{24}, A{26}, assert ($5{y} > 2) ERROR: x == 24 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x >= 24 && -x >= -25 && x+y == 26 [ 6:]: x >= 25 && -x >= -26 && x+y == 26 [ 7:]: x >= 24 && -x >= -25 && x+y == 25 [ 8:]: x >= 24 && -x >= -25 && x+y == 26 [ 9:]: x == 24 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003858 s Done. Variant: B{24}, A{27}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 24 && -x >= -26 && x+y == 27 [ 6:]: x >= 25 && -x >= -27 && x+y == 27 [ 7:]: x >= 24 && -x >= -26 && x+y == 26 [ 8:]: x >= 24 && -x >= -26 && x+y == 27 [ 9:]: x == 24 && y == 3 [10:]: x == 24 && y == 3 [11:]: $3 == 0 && x == 24 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -24 ? 3 x == 25 ? 6 x >= 26 ? 3x-69 [ 4:]: -x >= -24 ? 2 x == 25 ? 5 x >= 26 ? 3x-70 [ 5:]: -x >= -24 ? 2 x == 25 ? 5 x >= 26 ? 3x-70 [ 6:]: -x >= -25 ? 4 x == 26 ? 7 x >= 27 ? 3x-71 [ 7:]: -x >= -24 ? 3 x == 25 ? 6 x >= 26 ? 3x-69 [ 8:]: -x >= -24 ? 2 x == 25 ? 5 x >= 26 ? 3x-70 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.003987 s Done. Variant: B{24}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 24 && -x >= -27 && x+y == 28 [ 6:]: x >= 25 && -x >= -28 && x+y == 28 [ 7:]: x >= 24 && -x >= -27 && x+y == 27 [ 8:]: x >= 24 && -x >= -27 && x+y == 28 [ 9:]: x == 24 && y == 4 [10:]: x == 24 && y == 4 [11:]: $3 == 0 && x == 24 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -24 ? 3 x == 25 ? 6 x >= 26 ? 3x-69 [ 4:]: -x >= -24 ? 2 x == 25 ? 5 x >= 26 ? 3x-70 [ 5:]: -x >= -24 ? 2 x == 25 ? 5 x >= 26 ? 3x-70 [ 6:]: -x >= -25 ? 4 x == 26 ? 7 x >= 27 ? 3x-71 [ 7:]: -x >= -24 ? 3 x == 25 ? 6 x >= 26 ? 3x-69 [ 8:]: -x >= -24 ? 2 x == 25 ? 5 x >= 26 ? 3x-70 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.006594 s Done. Variant: B{24}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 24 && -x >= -28 && x+y == 29 [ 6:]: x >= 25 && -x >= -29 && x+y == 29 [ 7:]: x >= 24 && -x >= -28 && x+y == 28 [ 8:]: x >= 24 && -x >= -28 && x+y == 29 [ 9:]: x == 24 && y == 5 [10:]: x == 24 && y == 5 [11:]: $3 == 0 && x == 24 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -24 ? 3 x == 25 ? 6 x >= 26 ? 3x-69 [ 4:]: -x >= -24 ? 2 x == 25 ? 5 x >= 26 ? 3x-70 [ 5:]: -x >= -24 ? 2 x == 25 ? 5 x >= 26 ? 3x-70 [ 6:]: -x >= -25 ? 4 x == 26 ? 7 x >= 27 ? 3x-71 [ 7:]: -x >= -24 ? 3 x == 25 ? 6 x >= 26 ? 3x-69 [ 8:]: -x >= -24 ? 2 x == 25 ? 5 x >= 26 ? 3x-70 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.004104 s Done. Variant: B{24}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 24 && -x >= -29 && x+y == 30 [ 6:]: x >= 25 && -x >= -30 && x+y == 30 [ 7:]: x >= 24 && -x >= -29 && x+y == 29 [ 8:]: x >= 24 && -x >= -29 && x+y == 30 [ 9:]: x == 24 && y == 6 [10:]: x == 24 && y == 6 [11:]: $3 == 0 && x == 24 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -24 ? 3 x == 25 ? 6 x >= 26 ? 3x-69 [ 4:]: -x >= -24 ? 2 x == 25 ? 5 x >= 26 ? 3x-70 [ 5:]: -x >= -24 ? 2 x == 25 ? 5 x >= 26 ? 3x-70 [ 6:]: -x >= -25 ? 4 x == 26 ? 7 x >= 27 ? 3x-71 [ 7:]: -x >= -24 ? 3 x == 25 ? 6 x >= 26 ? 3x-69 [ 8:]: -x >= -24 ? 2 x == 25 ? 5 x >= 26 ? 3x-70 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.006242 s Done. Variant: B{24}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 24 && -x >= -30 && x+y == 31 [ 6:]: x >= 25 && -x >= -31 && x+y == 31 [ 7:]: x >= 24 && -x >= -30 && x+y == 30 [ 8:]: x >= 24 && -x >= -30 && x+y == 31 [ 9:]: x == 24 && y == 7 [10:]: x == 24 && y == 7 [11:]: $3 == 0 && x == 24 && y == 7 [12:]: bottom Backward Analysis: [ 1:]: top ? 25 [ 2:]: top ? 25 [ 3:]: -x >= -24 ? 3 x == 25 ? 6 x >= 26 ? 3x-69 [ 4:]: -x >= -24 ? 2 x == 25 ? 5 x >= 26 ? 3x-70 [ 5:]: -x >= -24 ? 2 x == 25 ? 5 x >= 26 ? 3x-70 [ 6:]: -x >= -25 ? 4 x == 26 ? 7 x >= 27 ? 3x-71 [ 7:]: -x >= -24 ? 3 x == 25 ? 6 x >= 26 ? 3x-69 [ 8:]: -x >= -24 ? 2 x == 25 ? 5 x >= 26 ? 3x-70 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 25 Ranking is: ? 25 Analysis Result: assert CORRECT Time: 0.004313 s Done. Variant: B{25}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003383 s Done. Variant: B{25}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005458 s Done. Variant: B{25}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003319 s Done. Variant: B{25}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003328 s Done. Variant: B{25}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005652 s Done. Variant: B{25}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003332 s Done. Variant: B{25}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003216 s Done. Variant: B{25}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003146 s Done. Variant: B{25}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005831 s Done. Variant: B{25}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003175 s Done. Variant: B{25}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003146 s Done. Variant: B{25}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005320 s Done. Variant: B{25}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003295 s Done. Variant: B{25}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003156 s Done. Variant: B{25}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005498 s Done. Variant: B{25}, A{15}, assert ($5{y} > 2) ERROR: x == 15 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 15 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003253 s Done. Variant: B{25}, A{16}, assert ($5{y} > 2) ERROR: x == 16 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 16 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.004638 s Done. Variant: B{25}, A{17}, assert ($5{y} > 2) ERROR: x == 17 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 17 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003265 s Done. Variant: B{25}, A{18}, assert ($5{y} > 2) ERROR: x == 18 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 18 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003153 s Done. Variant: B{25}, A{19}, assert ($5{y} > 2) ERROR: x == 19 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 19 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005568 s Done. Variant: B{25}, A{20}, assert ($5{y} > 2) ERROR: x == 20 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 20 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003312 s Done. Variant: B{25}, A{21}, assert ($5{y} > 2) ERROR: x == 21 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 21 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003188 s Done. Variant: B{25}, A{22}, assert ($5{y} > 2) ERROR: x == 22 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 22 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005507 s Done. Variant: B{25}, A{23}, assert ($5{y} > 2) ERROR: x == 23 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 23 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003322 s Done. Variant: B{25}, A{24}, assert ($5{y} > 2) ERROR: x == 24 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 24 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003257 s Done. Variant: B{25}, A{25}, assert ($5{y} > 2) ERROR: x == 25 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 25 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003186 s Done. Variant: B{25}, A{26}, assert ($5{y} > 2) ERROR: x == 25 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: x == 25 && y == 1 [ 6:]: x == 26 && y == 0 [ 7:]: x == 25 && y == 0 [ 8:]: x == 25 && y == 1 [ 9:]: x == 25 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006067 s Done. Variant: B{25}, A{27}, assert ($5{y} > 2) ERROR: x == 25 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x >= 25 && -x >= -26 && x+y == 27 [ 6:]: x >= 26 && -x >= -27 && x+y == 27 [ 7:]: x >= 25 && -x >= -26 && x+y == 26 [ 8:]: x >= 25 && -x >= -26 && x+y == 27 [ 9:]: x == 25 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003776 s Done. Variant: B{25}, A{28}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 25 && -x >= -27 && x+y == 28 [ 6:]: x >= 26 && -x >= -28 && x+y == 28 [ 7:]: x >= 25 && -x >= -27 && x+y == 27 [ 8:]: x >= 25 && -x >= -27 && x+y == 28 [ 9:]: x == 25 && y == 3 [10:]: x == 25 && y == 3 [11:]: $3 == 0 && x == 25 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -25 ? 3 x == 26 ? 6 x >= 27 ? 3x-72 [ 4:]: -x >= -25 ? 2 x == 26 ? 5 x >= 27 ? 3x-73 [ 5:]: -x >= -25 ? 2 x == 26 ? 5 x >= 27 ? 3x-73 [ 6:]: -x >= -26 ? 4 x == 27 ? 7 x >= 28 ? 3x-74 [ 7:]: -x >= -25 ? 3 x == 26 ? 6 x >= 27 ? 3x-72 [ 8:]: -x >= -25 ? 2 x == 26 ? 5 x >= 27 ? 3x-73 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004072 s Done. Variant: B{25}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 25 && -x >= -28 && x+y == 29 [ 6:]: x >= 26 && -x >= -29 && x+y == 29 [ 7:]: x >= 25 && -x >= -28 && x+y == 28 [ 8:]: x >= 25 && -x >= -28 && x+y == 29 [ 9:]: x == 25 && y == 4 [10:]: x == 25 && y == 4 [11:]: $3 == 0 && x == 25 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -25 ? 3 x == 26 ? 6 x >= 27 ? 3x-72 [ 4:]: -x >= -25 ? 2 x == 26 ? 5 x >= 27 ? 3x-73 [ 5:]: -x >= -25 ? 2 x == 26 ? 5 x >= 27 ? 3x-73 [ 6:]: -x >= -26 ? 4 x == 27 ? 7 x >= 28 ? 3x-74 [ 7:]: -x >= -25 ? 3 x == 26 ? 6 x >= 27 ? 3x-72 [ 8:]: -x >= -25 ? 2 x == 26 ? 5 x >= 27 ? 3x-73 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.006617 s Done. Variant: B{25}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 25 && -x >= -29 && x+y == 30 [ 6:]: x >= 26 && -x >= -30 && x+y == 30 [ 7:]: x >= 25 && -x >= -29 && x+y == 29 [ 8:]: x >= 25 && -x >= -29 && x+y == 30 [ 9:]: x == 25 && y == 5 [10:]: x == 25 && y == 5 [11:]: $3 == 0 && x == 25 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -25 ? 3 x == 26 ? 6 x >= 27 ? 3x-72 [ 4:]: -x >= -25 ? 2 x == 26 ? 5 x >= 27 ? 3x-73 [ 5:]: -x >= -25 ? 2 x == 26 ? 5 x >= 27 ? 3x-73 [ 6:]: -x >= -26 ? 4 x == 27 ? 7 x >= 28 ? 3x-74 [ 7:]: -x >= -25 ? 3 x == 26 ? 6 x >= 27 ? 3x-72 [ 8:]: -x >= -25 ? 2 x == 26 ? 5 x >= 27 ? 3x-73 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.004044 s Done. Variant: B{25}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 25 && -x >= -30 && x+y == 31 [ 6:]: x >= 26 && -x >= -31 && x+y == 31 [ 7:]: x >= 25 && -x >= -30 && x+y == 30 [ 8:]: x >= 25 && -x >= -30 && x+y == 31 [ 9:]: x == 25 && y == 6 [10:]: x == 25 && y == 6 [11:]: $3 == 0 && x == 25 && y == 6 [12:]: bottom Backward Analysis: [ 1:]: top ? 22 [ 2:]: top ? 22 [ 3:]: -x >= -25 ? 3 x == 26 ? 6 x >= 27 ? 3x-72 [ 4:]: -x >= -25 ? 2 x == 26 ? 5 x >= 27 ? 3x-73 [ 5:]: -x >= -25 ? 2 x == 26 ? 5 x >= 27 ? 3x-73 [ 6:]: -x >= -26 ? 4 x == 27 ? 7 x >= 28 ? 3x-74 [ 7:]: -x >= -25 ? 3 x == 26 ? 6 x >= 27 ? 3x-72 [ 8:]: -x >= -25 ? 2 x == 26 ? 5 x >= 27 ? 3x-73 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 22 Ranking is: ? 22 Analysis Result: assert CORRECT Time: 0.005973 s Done. Variant: B{26}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003368 s Done. Variant: B{26}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003158 s Done. Variant: B{26}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005350 s Done. Variant: B{26}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003340 s Done. Variant: B{26}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003254 s Done. Variant: B{26}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005584 s Done. Variant: B{26}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003315 s Done. Variant: B{26}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003199 s Done. Variant: B{26}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003130 s Done. Variant: B{26}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006090 s Done. Variant: B{26}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003246 s Done. Variant: B{26}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003121 s Done. Variant: B{26}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005409 s Done. Variant: B{26}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003348 s Done. Variant: B{26}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003234 s Done. Variant: B{26}, A{15}, assert ($5{y} > 2) ERROR: x == 15 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 15 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005653 s Done. Variant: B{26}, A{16}, assert ($5{y} > 2) ERROR: x == 16 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 16 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003352 s Done. Variant: B{26}, A{17}, assert ($5{y} > 2) ERROR: x == 17 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 17 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003342 s Done. Variant: B{26}, A{18}, assert ($5{y} > 2) ERROR: x == 18 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 18 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005765 s Done. Variant: B{26}, A{19}, assert ($5{y} > 2) ERROR: x == 19 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 19 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003354 s Done. Variant: B{26}, A{20}, assert ($5{y} > 2) ERROR: x == 20 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 20 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003271 s Done. Variant: B{26}, A{21}, assert ($5{y} > 2) ERROR: x == 21 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 21 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003203 s Done. Variant: B{26}, A{22}, assert ($5{y} > 2) ERROR: x == 22 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 22 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005752 s Done. Variant: B{26}, A{23}, assert ($5{y} > 2) ERROR: x == 23 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 23 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003202 s Done. Variant: B{26}, A{24}, assert ($5{y} > 2) ERROR: x == 24 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 24 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003140 s Done. Variant: B{26}, A{25}, assert ($5{y} > 2) ERROR: x == 25 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 25 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005715 s Done. Variant: B{26}, A{26}, assert ($5{y} > 2) ERROR: x == 26 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 26 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003300 s Done. Variant: B{26}, A{27}, assert ($5{y} > 2) ERROR: x == 26 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: x == 26 && y == 1 [ 6:]: x == 27 && y == 0 [ 7:]: x == 26 && y == 0 [ 8:]: x == 26 && y == 1 [ 9:]: x == 26 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003446 s Done. Variant: B{26}, A{28}, assert ($5{y} > 2) ERROR: x == 26 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x >= 26 && -x >= -27 && x+y == 28 [ 6:]: x >= 27 && -x >= -28 && x+y == 28 [ 7:]: x >= 26 && -x >= -27 && x+y == 27 [ 8:]: x >= 26 && -x >= -27 && x+y == 28 [ 9:]: x == 26 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006119 s Done. Variant: B{26}, A{29}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 26 && -x >= -28 && x+y == 29 [ 6:]: x >= 27 && -x >= -29 && x+y == 29 [ 7:]: x >= 26 && -x >= -28 && x+y == 28 [ 8:]: x >= 26 && -x >= -28 && x+y == 29 [ 9:]: x == 26 && y == 3 [10:]: x == 26 && y == 3 [11:]: $3 == 0 && x == 26 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -26 ? 3 x == 27 ? 6 x >= 28 ? 3x-75 [ 4:]: -x >= -26 ? 2 x == 27 ? 5 x >= 28 ? 3x-76 [ 5:]: -x >= -26 ? 2 x == 27 ? 5 x >= 28 ? 3x-76 [ 6:]: -x >= -27 ? 4 x == 28 ? 7 x >= 29 ? 3x-77 [ 7:]: -x >= -26 ? 3 x == 27 ? 6 x >= 28 ? 3x-75 [ 8:]: -x >= -26 ? 2 x == 27 ? 5 x >= 28 ? 3x-76 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.004223 s Done. Variant: B{26}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 26 && -x >= -29 && x+y == 30 [ 6:]: x >= 27 && -x >= -30 && x+y == 30 [ 7:]: x >= 26 && -x >= -29 && x+y == 29 [ 8:]: x >= 26 && -x >= -29 && x+y == 30 [ 9:]: x == 26 && y == 4 [10:]: x == 26 && y == 4 [11:]: $3 == 0 && x == 26 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -26 ? 3 x == 27 ? 6 x >= 28 ? 3x-75 [ 4:]: -x >= -26 ? 2 x == 27 ? 5 x >= 28 ? 3x-76 [ 5:]: -x >= -26 ? 2 x == 27 ? 5 x >= 28 ? 3x-76 [ 6:]: -x >= -27 ? 4 x == 28 ? 7 x >= 29 ? 3x-77 [ 7:]: -x >= -26 ? 3 x == 27 ? 6 x >= 28 ? 3x-75 [ 8:]: -x >= -26 ? 2 x == 27 ? 5 x >= 28 ? 3x-76 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.004044 s Done. Variant: B{26}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 26 && -x >= -30 && x+y == 31 [ 6:]: x >= 27 && -x >= -31 && x+y == 31 [ 7:]: x >= 26 && -x >= -30 && x+y == 30 [ 8:]: x >= 26 && -x >= -30 && x+y == 31 [ 9:]: x == 26 && y == 5 [10:]: x == 26 && y == 5 [11:]: $3 == 0 && x == 26 && y == 5 [12:]: bottom Backward Analysis: [ 1:]: top ? 19 [ 2:]: top ? 19 [ 3:]: -x >= -26 ? 3 x == 27 ? 6 x >= 28 ? 3x-75 [ 4:]: -x >= -26 ? 2 x == 27 ? 5 x >= 28 ? 3x-76 [ 5:]: -x >= -26 ? 2 x == 27 ? 5 x >= 28 ? 3x-76 [ 6:]: -x >= -27 ? 4 x == 28 ? 7 x >= 29 ? 3x-77 [ 7:]: -x >= -26 ? 3 x == 27 ? 6 x >= 28 ? 3x-75 [ 8:]: -x >= -26 ? 2 x == 27 ? 5 x >= 28 ? 3x-76 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 19 Ranking is: ? 19 Analysis Result: assert CORRECT Time: 0.006372 s Done. Variant: B{27}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003277 s Done. Variant: B{27}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003147 s Done. Variant: B{27}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005831 s Done. Variant: B{27}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003478 s Done. Variant: B{27}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003339 s Done. Variant: B{27}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005815 s Done. Variant: B{27}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003623 s Done. Variant: B{27}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006023 s Done. Variant: B{27}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003401 s Done. Variant: B{27}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003220 s Done. Variant: B{27}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005836 s Done. Variant: B{27}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003297 s Done. Variant: B{27}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003258 s Done. Variant: B{27}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005790 s Done. Variant: B{27}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003283 s Done. Variant: B{27}, A{15}, assert ($5{y} > 2) ERROR: x == 15 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 15 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003138 s Done. Variant: B{27}, A{16}, assert ($5{y} > 2) ERROR: x == 16 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 16 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003172 s Done. Variant: B{27}, A{17}, assert ($5{y} > 2) ERROR: x == 17 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 17 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005819 s Done. Variant: B{27}, A{18}, assert ($5{y} > 2) ERROR: x == 18 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 18 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003250 s Done. Variant: B{27}, A{19}, assert ($5{y} > 2) ERROR: x == 19 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 19 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003117 s Done. Variant: B{27}, A{20}, assert ($5{y} > 2) ERROR: x == 20 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 20 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005542 s Done. Variant: B{27}, A{21}, assert ($5{y} > 2) ERROR: x == 21 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 21 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003350 s Done. Variant: B{27}, A{22}, assert ($5{y} > 2) ERROR: x == 22 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 22 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003196 s Done. Variant: B{27}, A{23}, assert ($5{y} > 2) ERROR: x == 23 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 23 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005489 s Done. Variant: B{27}, A{24}, assert ($5{y} > 2) ERROR: x == 24 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 24 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003395 s Done. Variant: B{27}, A{25}, assert ($5{y} > 2) ERROR: x == 25 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 25 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003240 s Done. Variant: B{27}, A{26}, assert ($5{y} > 2) ERROR: x == 26 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 26 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005698 s Done. Variant: B{27}, A{27}, assert ($5{y} > 2) ERROR: x == 27 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 27 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003373 s Done. Variant: B{27}, A{28}, assert ($5{y} > 2) ERROR: x == 27 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: x == 27 && y == 1 [ 6:]: x == 28 && y == 0 [ 7:]: x == 27 && y == 0 [ 8:]: x == 27 && y == 1 [ 9:]: x == 27 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003530 s Done. Variant: B{27}, A{29}, assert ($5{y} > 2) ERROR: x == 27 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x >= 27 && -x >= -28 && x+y == 29 [ 6:]: x >= 28 && -x >= -29 && x+y == 29 [ 7:]: x >= 27 && -x >= -28 && x+y == 28 [ 8:]: x >= 27 && -x >= -28 && x+y == 29 [ 9:]: x == 27 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003849 s Done. Variant: B{27}, A{30}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 27 && -x >= -29 && x+y == 30 [ 6:]: x >= 28 && -x >= -30 && x+y == 30 [ 7:]: x >= 27 && -x >= -29 && x+y == 29 [ 8:]: x >= 27 && -x >= -29 && x+y == 30 [ 9:]: x == 27 && y == 3 [10:]: x == 27 && y == 3 [11:]: $3 == 0 && x == 27 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -27 ? 3 x == 28 ? 6 x >= 29 ? 3x-78 [ 4:]: -x >= -27 ? 2 x == 28 ? 5 x >= 29 ? 3x-79 [ 5:]: -x >= -27 ? 2 x == 28 ? 5 x >= 29 ? 3x-79 [ 6:]: -x >= -28 ? 4 x == 29 ? 7 x >= 30 ? 3x-80 [ 7:]: -x >= -27 ? 3 x == 28 ? 6 x >= 29 ? 3x-78 [ 8:]: -x >= -27 ? 2 x == 28 ? 5 x >= 29 ? 3x-79 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.006816 s Done. Variant: B{27}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 27 && -x >= -30 && x+y == 31 [ 6:]: x >= 28 && -x >= -31 && x+y == 31 [ 7:]: x >= 27 && -x >= -30 && x+y == 30 [ 8:]: x >= 27 && -x >= -30 && x+y == 31 [ 9:]: x == 27 && y == 4 [10:]: x == 27 && y == 4 [11:]: $3 == 0 && x == 27 && y == 4 [12:]: bottom Backward Analysis: [ 1:]: top ? 16 [ 2:]: top ? 16 [ 3:]: -x >= -27 ? 3 x == 28 ? 6 x >= 29 ? 3x-78 [ 4:]: -x >= -27 ? 2 x == 28 ? 5 x >= 29 ? 3x-79 [ 5:]: -x >= -27 ? 2 x == 28 ? 5 x >= 29 ? 3x-79 [ 6:]: -x >= -28 ? 4 x == 29 ? 7 x >= 30 ? 3x-80 [ 7:]: -x >= -27 ? 3 x == 28 ? 6 x >= 29 ? 3x-78 [ 8:]: -x >= -27 ? 2 x == 28 ? 5 x >= 29 ? 3x-79 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 16 Ranking is: ? 16 Analysis Result: assert CORRECT Time: 0.004145 s Done. Variant: B{28}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005941 s Done. Variant: B{28}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003339 s Done. Variant: B{28}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003176 s Done. Variant: B{28}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006119 s Done. Variant: B{28}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003387 s Done. Variant: B{28}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003235 s Done. Variant: B{28}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003172 s Done. Variant: B{28}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005749 s Done. Variant: B{28}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003326 s Done. Variant: B{28}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003145 s Done. Variant: B{28}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005610 s Done. Variant: B{28}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003336 s Done. Variant: B{28}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003264 s Done. Variant: B{28}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005663 s Done. Variant: B{28}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003344 s Done. Variant: B{28}, A{15}, assert ($5{y} > 2) ERROR: x == 15 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 15 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003270 s Done. Variant: B{28}, A{16}, assert ($5{y} > 2) ERROR: x == 16 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 16 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003165 s Done. Variant: B{28}, A{17}, assert ($5{y} > 2) ERROR: x == 17 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 17 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006007 s Done. Variant: B{28}, A{18}, assert ($5{y} > 2) ERROR: x == 18 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 18 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003401 s Done. Variant: B{28}, A{19}, assert ($5{y} > 2) ERROR: x == 19 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 19 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003320 s Done. Variant: B{28}, A{20}, assert ($5{y} > 2) ERROR: x == 20 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 20 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005717 s Done. Variant: B{28}, A{21}, assert ($5{y} > 2) ERROR: x == 21 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 21 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003288 s Done. Variant: B{28}, A{22}, assert ($5{y} > 2) ERROR: x == 22 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 22 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003346 s Done. Variant: B{28}, A{23}, assert ($5{y} > 2) ERROR: x == 23 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 23 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005599 s Done. Variant: B{28}, A{24}, assert ($5{y} > 2) ERROR: x == 24 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 24 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003473 s Done. Variant: B{28}, A{25}, assert ($5{y} > 2) ERROR: x == 25 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 25 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003205 s Done. Variant: B{28}, A{26}, assert ($5{y} > 2) ERROR: x == 26 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 26 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003191 s Done. Variant: B{28}, A{27}, assert ($5{y} > 2) ERROR: x == 27 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 27 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005630 s Done. Variant: B{28}, A{28}, assert ($5{y} > 2) ERROR: x == 28 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 28 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003222 s Done. Variant: B{28}, A{29}, assert ($5{y} > 2) ERROR: x == 28 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: x == 28 && y == 1 [ 6:]: x == 29 && y == 0 [ 7:]: x == 28 && y == 0 [ 8:]: x == 28 && y == 1 [ 9:]: x == 28 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003464 s Done. Variant: B{28}, A{30}, assert ($5{y} > 2) ERROR: x == 28 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x >= 28 && -x >= -29 && x+y == 30 [ 6:]: x >= 29 && -x >= -30 && x+y == 30 [ 7:]: x >= 28 && -x >= -29 && x+y == 29 [ 8:]: x >= 28 && -x >= -29 && x+y == 30 [ 9:]: x == 28 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.006289 s Done. Variant: B{28}, A{31}, assert ($5{y} > 2) CORRECT Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 28 && -x >= -30 && x+y == 31 [ 6:]: x >= 29 && -x >= -31 && x+y == 31 [ 7:]: x >= 28 && -x >= -30 && x+y == 30 [ 8:]: x >= 28 && -x >= -30 && x+y == 31 [ 9:]: x == 28 && y == 3 [10:]: x == 28 && y == 3 [11:]: $3 == 0 && x == 28 && y == 3 [12:]: bottom Backward Analysis: [ 1:]: top ? 13 [ 2:]: top ? 13 [ 3:]: -x >= -28 ? 3 x == 29 ? 6 x >= 30 ? 3x-81 [ 4:]: -x >= -28 ? 2 x == 29 ? 5 x >= 30 ? 3x-82 [ 5:]: -x >= -28 ? 2 x == 29 ? 5 x >= 30 ? 3x-82 [ 6:]: -x >= -29 ? 4 x == 30 ? 7 x >= 31 ? 3x-83 [ 7:]: -x >= -28 ? 3 x == 29 ? 6 x >= 30 ? 3x-81 [ 8:]: -x >= -28 ? 2 x == 29 ? 5 x >= 30 ? 3x-82 [ 9:]: top ? 1 [10:]: top ? 1 [11:]: top ? 0. [12:]: top ? 0. Ranking function is: top ? 13 Ranking is: ? 13 Analysis Result: assert CORRECT Time: 0.003980 s Done. Variant: B{29}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003135 s Done. Variant: B{29}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005564 s Done. Variant: B{29}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.004314 s Done. Variant: B{29}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003294 s Done. Variant: B{29}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003191 s Done. Variant: B{29}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003216 s Done. Variant: B{29}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005722 s Done. Variant: B{29}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003175 s Done. Variant: B{29}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003167 s Done. Variant: B{29}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005616 s Done. Variant: B{29}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003374 s Done. Variant: B{29}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003166 s Done. Variant: B{29}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005486 s Done. Variant: B{29}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003354 s Done. Variant: B{29}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003226 s Done. Variant: B{29}, A{15}, assert ($5{y} > 2) ERROR: x == 15 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 15 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003129 s Done. Variant: B{29}, A{16}, assert ($5{y} > 2) ERROR: x == 16 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 16 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005874 s Done. Variant: B{29}, A{17}, assert ($5{y} > 2) ERROR: x == 17 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 17 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003379 s Done. Variant: B{29}, A{18}, assert ($5{y} > 2) ERROR: x == 18 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 18 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003147 s Done. Variant: B{29}, A{19}, assert ($5{y} > 2) ERROR: x == 19 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 19 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005499 s Done. Variant: B{29}, A{20}, assert ($5{y} > 2) ERROR: x == 20 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 20 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003440 s Done. Variant: B{29}, A{21}, assert ($5{y} > 2) ERROR: x == 21 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 21 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003439 s Done. Variant: B{29}, A{22}, assert ($5{y} > 2) ERROR: x == 22 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 22 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005704 s Done. Variant: B{29}, A{23}, assert ($5{y} > 2) ERROR: x == 23 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 23 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003323 s Done. Variant: B{29}, A{24}, assert ($5{y} > 2) ERROR: x == 24 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 24 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003162 s Done. Variant: B{29}, A{25}, assert ($5{y} > 2) ERROR: x == 25 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 25 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003162 s Done. Variant: B{29}, A{26}, assert ($5{y} > 2) ERROR: x == 26 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 26 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005930 s Done. Variant: B{29}, A{27}, assert ($5{y} > 2) ERROR: x == 27 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 27 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003259 s Done. Variant: B{29}, A{28}, assert ($5{y} > 2) ERROR: x == 28 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 28 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003125 s Done. Variant: B{29}, A{29}, assert ($5{y} > 2) ERROR: x == 29 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 29 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005517 s Done. Variant: B{29}, A{30}, assert ($5{y} > 2) ERROR: x == 29 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: x == 29 && y == 1 [ 6:]: x == 30 && y == 0 [ 7:]: x == 29 && y == 0 [ 8:]: x == 29 && y == 1 [ 9:]: x == 29 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003687 s Done. Variant: B{29}, A{31}, assert ($5{y} > 2) ERROR: x == 29 && y == 2 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x >= 29 && -x >= -30 && x+y == 31 [ 6:]: x >= 30 && -x >= -31 && x+y == 31 [ 7:]: x >= 29 && -x >= -30 && x+y == 30 [ 8:]: x >= 29 && -x >= -30 && x+y == 31 [ 9:]: x == 29 && y == 2 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003708 s Done. Variant: B{30}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005544 s Done. Variant: B{30}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003302 s Done. Variant: B{30}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003277 s Done. Variant: B{30}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005657 s Done. Variant: B{30}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003360 s Done. Variant: B{30}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003283 s Done. Variant: B{30}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003285 s Done. Variant: B{30}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005868 s Done. Variant: B{30}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003213 s Done. Variant: B{30}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003147 s Done. Variant: B{30}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005658 s Done. Variant: B{30}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003314 s Done. Variant: B{30}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003208 s Done. Variant: B{30}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005663 s Done. Variant: B{30}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003506 s Done. Variant: B{30}, A{15}, assert ($5{y} > 2) ERROR: x == 15 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 15 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003249 s Done. Variant: B{30}, A{16}, assert ($5{y} > 2) ERROR: x == 16 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 16 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003214 s Done. Variant: B{30}, A{17}, assert ($5{y} > 2) ERROR: x == 17 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 17 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005882 s Done. Variant: B{30}, A{18}, assert ($5{y} > 2) ERROR: x == 18 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 18 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003332 s Done. Variant: B{30}, A{19}, assert ($5{y} > 2) ERROR: x == 19 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 19 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003163 s Done. Variant: B{30}, A{20}, assert ($5{y} > 2) ERROR: x == 20 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 20 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005602 s Done. Variant: B{30}, A{21}, assert ($5{y} > 2) ERROR: x == 21 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 21 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003361 s Done. Variant: B{30}, A{22}, assert ($5{y} > 2) ERROR: x == 22 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 22 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003308 s Done. Variant: B{30}, A{23}, assert ($5{y} > 2) ERROR: x == 23 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 23 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005744 s Done. Variant: B{30}, A{24}, assert ($5{y} > 2) ERROR: x == 24 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 24 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003307 s Done. Variant: B{30}, A{25}, assert ($5{y} > 2) ERROR: x == 25 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 25 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003217 s Done. Variant: B{30}, A{26}, assert ($5{y} > 2) ERROR: x == 26 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 26 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003135 s Done. Variant: B{30}, A{27}, assert ($5{y} > 2) ERROR: x == 27 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 27 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005932 s Done. Variant: B{30}, A{28}, assert ($5{y} > 2) ERROR: x == 28 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 28 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.004476 s Done. Variant: B{30}, A{29}, assert ($5{y} > 2) ERROR: x == 29 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 29 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003269 s Done. Variant: B{30}, A{30}, assert ($5{y} > 2) ERROR: x == 30 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 30 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003278 s Done. Variant: B{30}, A{31}, assert ($5{y} > 2) ERROR: x == 30 && y == 1 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: x == 30 && y == 1 [ 6:]: x == 31 && y == 0 [ 7:]: x == 30 && y == 0 [ 8:]: x == 30 && y == 1 [ 9:]: x == 30 && y == 1 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005941 s Done. Variant: B{31}, A{0}, assert ($5{y} > 2) ERROR: x == 0 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 0 [ 4:]: x == 0 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 0 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003319 s Done. Variant: B{31}, A{1}, assert ($5{y} > 2) ERROR: x == 1 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 1 [ 4:]: x == 1 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 1 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003167 s Done. Variant: B{31}, A{2}, assert ($5{y} > 2) ERROR: x == 2 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 2 [ 4:]: x == 2 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 2 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003202 s Done. Variant: B{31}, A{3}, assert ($5{y} > 2) ERROR: x == 3 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 3 [ 4:]: x == 3 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 3 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005947 s Done. Variant: B{31}, A{4}, assert ($5{y} > 2) ERROR: x == 4 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 4 [ 4:]: x == 4 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 4 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003204 s Done. Variant: B{31}, A{5}, assert ($5{y} > 2) ERROR: x == 5 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 5 [ 4:]: x == 5 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 5 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003168 s Done. Variant: B{31}, A{6}, assert ($5{y} > 2) ERROR: x == 6 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 6 [ 4:]: x == 6 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 6 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005482 s Done. Variant: B{31}, A{7}, assert ($5{y} > 2) ERROR: x == 7 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 7 [ 4:]: x == 7 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 7 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003321 s Done. Variant: B{31}, A{8}, assert ($5{y} > 2) ERROR: x == 8 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 8 [ 4:]: x == 8 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 8 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003325 s Done. Variant: B{31}, A{9}, assert ($5{y} > 2) ERROR: x == 9 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 9 [ 4:]: x == 9 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 9 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005559 s Done. Variant: B{31}, A{10}, assert ($5{y} > 2) ERROR: x == 10 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 10 [ 4:]: x == 10 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 10 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003348 s Done. Variant: B{31}, A{11}, assert ($5{y} > 2) ERROR: x == 11 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 11 [ 4:]: x == 11 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 11 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003295 s Done. Variant: B{31}, A{12}, assert ($5{y} > 2) ERROR: x == 12 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 12 [ 4:]: x == 12 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 12 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003580 s Done. Variant: B{31}, A{13}, assert ($5{y} > 2) ERROR: x == 13 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 13 [ 4:]: x == 13 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 13 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005857 s Done. Variant: B{31}, A{14}, assert ($5{y} > 2) ERROR: x == 14 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 14 [ 4:]: x == 14 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 14 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003212 s Done. Variant: B{31}, A{15}, assert ($5{y} > 2) ERROR: x == 15 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 15 [ 4:]: x == 15 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 15 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003164 s Done. Variant: B{31}, A{16}, assert ($5{y} > 2) ERROR: x == 16 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 16 [ 4:]: x == 16 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 16 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005712 s Done. Variant: B{31}, A{17}, assert ($5{y} > 2) ERROR: x == 17 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 17 [ 4:]: x == 17 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 17 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003329 s Done. Variant: B{31}, A{18}, assert ($5{y} > 2) ERROR: x == 18 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 18 [ 4:]: x == 18 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 18 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003245 s Done. Variant: B{31}, A{19}, assert ($5{y} > 2) ERROR: x == 19 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 19 [ 4:]: x == 19 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 19 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005467 s Done. Variant: B{31}, A{20}, assert ($5{y} > 2) ERROR: x == 20 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 20 [ 4:]: x == 20 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 20 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003429 s Done. Variant: B{31}, A{21}, assert ($5{y} > 2) ERROR: x == 21 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 21 [ 4:]: x == 21 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 21 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003212 s Done. Variant: B{31}, A{22}, assert ($5{y} > 2) ERROR: x == 22 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 22 [ 4:]: x == 22 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 22 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003188 s Done. Variant: B{31}, A{23}, assert ($5{y} > 2) ERROR: x == 23 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 23 [ 4:]: x == 23 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 23 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005812 s Done. Variant: B{31}, A{24}, assert ($5{y} > 2) ERROR: x == 24 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 24 [ 4:]: x == 24 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 24 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003261 s Done. Variant: B{31}, A{25}, assert ($5{y} > 2) ERROR: x == 25 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 25 [ 4:]: x == 25 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 25 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003274 s Done. Variant: B{31}, A{26}, assert ($5{y} > 2) ERROR: x == 26 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 26 [ 4:]: x == 26 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 26 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005848 s Done. Variant: B{31}, A{27}, assert ($5{y} > 2) ERROR: x == 27 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 27 [ 4:]: x == 27 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 27 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003398 s Done. Variant: B{31}, A{28}, assert ($5{y} > 2) ERROR: x == 28 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 28 [ 4:]: x == 28 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 28 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003320 s Done. Variant: B{31}, A{29}, assert ($5{y} > 2) ERROR: x == 29 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 29 [ 4:]: x == 29 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 29 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.005833 s Done. Variant: B{31}, A{30}, assert ($5{y} > 2) ERROR: x == 30 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 30 [ 4:]: x == 30 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 30 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003294 s Done. Variant: B{31}, A{31}, assert ($5{y} > 2) ERROR: x == 31 && y == 0 Forward Analysis: [ 1:]: top [ 2:]: top [ 3:]: x == 31 [ 4:]: x == 31 && y == 0 [ 5:]: bottom [ 6:]: bottom [ 7:]: bottom [ 8:]: bottom [ 9:]: x == 31 && y == 0 [10:]: bottom [11:]: bottom [12:]: bottom Analysis Result: assert ERROR Time: 0.003221 s Done. SUMMARY RESULTS ... CORRECT Configs are ... B=28, A=31, Ranking is ? 13 B=27, A=31, Ranking is ? 16 B=27, A=30, Ranking is ? 13 B=26, A=31, Ranking is ? 19 B=26, A=30, Ranking is ? 16 B=26, A=29, Ranking is ? 13 B=25, A=31, Ranking is ? 22 B=25, A=30, Ranking is ? 19 B=25, A=29, Ranking is ? 16 B=25, A=28, Ranking is ? 13 B=24, A=31, Ranking is ? 25 B=24, A=30, Ranking is ? 22 B=24, A=29, Ranking is ? 19 B=24, A=28, Ranking is ? 16 B=24, A=27, Ranking is ? 13 B=23, A=31, Ranking is ? 28 B=23, A=30, Ranking is ? 25 B=23, A=29, Ranking is ? 22 B=23, A=28, Ranking is ? 19 B=23, A=27, Ranking is ? 16 B=23, A=26, Ranking is ? 13 B=22, A=31, Ranking is ? 31 B=22, A=30, Ranking is ? 28 B=22, A=29, Ranking is ? 25 B=22, A=28, Ranking is ? 22 B=22, A=27, Ranking is ? 19 B=22, A=26, Ranking is ? 16 B=22, A=25, Ranking is ? 13 B=21, A=31, Ranking is ? 34 B=21, A=30, Ranking is ? 31 B=21, A=29, Ranking is ? 28 B=21, A=28, Ranking is ? 25 B=21, A=27, Ranking is ? 22 B=21, A=26, Ranking is ? 19 B=21, A=25, Ranking is ? 16 B=21, A=24, Ranking is ? 13 B=20, A=31, Ranking is ? 37 B=20, A=30, Ranking is ? 34 B=20, A=29, Ranking is ? 31 B=20, A=28, Ranking is ? 28 B=20, A=27, Ranking is ? 25 B=20, A=26, Ranking is ? 22 B=20, A=25, Ranking is ? 19 B=20, A=24, Ranking is ? 16 B=20, A=23, Ranking is ? 13 B=19, A=31, Ranking is ? 40 B=19, A=30, Ranking is ? 37 B=19, A=29, Ranking is ? 34 B=19, A=28, Ranking is ? 31 B=19, A=27, Ranking is ? 28 B=19, A=26, Ranking is ? 25 B=19, A=25, Ranking is ? 22 B=19, A=24, Ranking is ? 19 B=19, A=23, Ranking is ? 16 B=19, A=22, Ranking is ? 13 B=18, A=31, Ranking is ? 43 B=18, A=30, Ranking is ? 40 B=18, A=29, Ranking is ? 37 B=18, A=28, Ranking is ? 34 B=18, A=27, Ranking is ? 31 B=18, A=26, Ranking is ? 28 B=18, A=25, Ranking is ? 25 B=18, A=24, Ranking is ? 22 B=18, A=23, Ranking is ? 19 B=18, A=22, Ranking is ? 16 B=18, A=21, Ranking is ? 13 B=17, A=31, Ranking is ? 46 B=17, A=30, Ranking is ? 43 B=17, A=29, Ranking is ? 40 B=17, A=28, Ranking is ? 37 B=17, A=27, Ranking is ? 34 B=17, A=26, Ranking is ? 31 B=17, A=25, Ranking is ? 28 B=17, A=24, Ranking is ? 25 B=17, A=23, Ranking is ? 22 B=17, A=22, Ranking is ? 19 B=17, A=21, Ranking is ? 16 B=17, A=20, Ranking is ? 13 B=16, A=31, Ranking is ? 49 B=16, A=30, Ranking is ? 46 B=16, A=29, Ranking is ? 43 B=16, A=28, Ranking is ? 40 B=16, A=27, Ranking is ? 37 B=16, A=26, Ranking is ? 34 B=16, A=25, Ranking is ? 31 B=16, A=24, Ranking is ? 28 B=16, A=23, Ranking is ? 25 B=16, A=22, Ranking is ? 22 B=16, A=21, Ranking is ? 19 B=16, A=20, Ranking is ? 16 B=16, A=19, Ranking is ? 13 B=15, A=31, Ranking is ? 52 B=15, A=30, Ranking is ? 49 B=15, A=29, Ranking is ? 46 B=15, A=28, Ranking is ? 43 B=15, A=27, Ranking is ? 40 B=15, A=26, Ranking is ? 37 B=15, A=25, Ranking is ? 34 B=15, A=24, Ranking is ? 31 B=15, A=23, Ranking is ? 28 B=15, A=22, Ranking is ? 25 B=15, A=21, Ranking is ? 22 B=15, A=20, Ranking is ? 19 B=15, A=19, Ranking is ? 16 B=15, A=18, Ranking is ? 13 B=14, A=31, Ranking is ? 55 B=14, A=30, Ranking is ? 52 B=14, A=29, Ranking is ? 49 B=14, A=28, Ranking is ? 46 B=14, A=27, Ranking is ? 43 B=14, A=26, Ranking is ? 40 B=14, A=25, Ranking is ? 37 B=14, A=24, Ranking is ? 34 B=14, A=23, Ranking is ? 31 B=14, A=22, Ranking is ? 28 B=14, A=21, Ranking is ? 25 B=14, A=20, Ranking is ? 22 B=14, A=19, Ranking is ? 19 B=14, A=18, Ranking is ? 16 B=14, A=17, Ranking is ? 13 B=13, A=31, Ranking is ? 58 B=13, A=30, Ranking is ? 55 B=13, A=29, Ranking is ? 52 B=13, A=28, Ranking is ? 49 B=13, A=27, Ranking is ? 46 B=13, A=26, Ranking is ? 43 B=13, A=25, Ranking is ? 40 B=13, A=24, Ranking is ? 37 B=13, A=23, Ranking is ? 34 B=13, A=22, Ranking is ? 31 B=13, A=21, Ranking is ? 28 B=13, A=20, Ranking is ? 25 B=13, A=19, Ranking is ? 22 B=13, A=18, Ranking is ? 19 B=13, A=17, Ranking is ? 16 B=13, A=16, Ranking is ? 13 B=12, A=31, Ranking is ? 61 B=12, A=30, Ranking is ? 58 B=12, A=29, Ranking is ? 55 B=12, A=28, Ranking is ? 52 B=12, A=27, Ranking is ? 49 B=12, A=26, Ranking is ? 46 B=12, A=25, Ranking is ? 43 B=12, A=24, Ranking is ? 40 B=12, A=23, Ranking is ? 37 B=12, A=22, Ranking is ? 34 B=12, A=21, Ranking is ? 31 B=12, A=20, Ranking is ? 28 B=12, A=19, Ranking is ? 25 B=12, A=18, Ranking is ? 22 B=12, A=17, Ranking is ? 19 B=12, A=16, Ranking is ? 16 B=12, A=15, Ranking is ? 13 B=11, A=31, Ranking is ? 64 B=11, A=30, Ranking is ? 61 B=11, A=29, Ranking is ? 58 B=11, A=28, Ranking is ? 55 B=11, A=27, Ranking is ? 52 B=11, A=26, Ranking is ? 49 B=11, A=25, Ranking is ? 46 B=11, A=24, Ranking is ? 43 B=11, A=23, Ranking is ? 40 B=11, A=22, Ranking is ? 37 B=11, A=21, Ranking is ? 34 B=11, A=20, Ranking is ? 31 B=11, A=19, Ranking is ? 28 B=11, A=18, Ranking is ? 25 B=11, A=17, Ranking is ? 22 B=11, A=16, Ranking is ? 19 B=11, A=15, Ranking is ? 16 B=11, A=14, Ranking is ? 13 B=10, A=31, Ranking is ? 67 B=10, A=30, Ranking is ? 64 B=10, A=29, Ranking is ? 61 B=10, A=28, Ranking is ? 58 B=10, A=27, Ranking is ? 55 B=10, A=26, Ranking is ? 52 B=10, A=25, Ranking is ? 49 B=10, A=24, Ranking is ? 46 B=10, A=23, Ranking is ? 43 B=10, A=22, Ranking is ? 40 B=10, A=21, Ranking is ? 37 B=10, A=20, Ranking is ? 34 B=10, A=19, Ranking is ? 31 B=10, A=18, Ranking is ? 28 B=10, A=17, Ranking is ? 25 B=10, A=16, Ranking is ? 22 B=10, A=15, Ranking is ? 19 B=10, A=14, Ranking is ? 16 B=10, A=13, Ranking is ? 13 B=9, A=31, Ranking is ? 70 B=9, A=30, Ranking is ? 67 B=9, A=29, Ranking is ? 64 B=9, A=28, Ranking is ? 61 B=9, A=27, Ranking is ? 58 B=9, A=26, Ranking is ? 55 B=9, A=25, Ranking is ? 52 B=9, A=24, Ranking is ? 49 B=9, A=23, Ranking is ? 46 B=9, A=22, Ranking is ? 43 B=9, A=21, Ranking is ? 40 B=9, A=20, Ranking is ? 37 B=9, A=19, Ranking is ? 34 B=9, A=18, Ranking is ? 31 B=9, A=17, Ranking is ? 28 B=9, A=16, Ranking is ? 25 B=9, A=15, Ranking is ? 22 B=9, A=14, Ranking is ? 19 B=9, A=13, Ranking is ? 16 B=9, A=12, Ranking is ? 13 B=8, A=31, Ranking is ? 73 B=8, A=30, Ranking is ? 70 B=8, A=29, Ranking is ? 67 B=8, A=28, Ranking is ? 64 B=8, A=27, Ranking is ? 61 B=8, A=26, Ranking is ? 58 B=8, A=25, Ranking is ? 55 B=8, A=24, Ranking is ? 52 B=8, A=23, Ranking is ? 49 B=8, A=22, Ranking is ? 46 B=8, A=21, Ranking is ? 43 B=8, A=20, Ranking is ? 40 B=8, A=19, Ranking is ? 37 B=8, A=18, Ranking is ? 34 B=8, A=17, Ranking is ? 31 B=8, A=16, Ranking is ? 28 B=8, A=15, Ranking is ? 25 B=8, A=14, Ranking is ? 22 B=8, A=13, Ranking is ? 19 B=8, A=12, Ranking is ? 16 B=8, A=11, Ranking is ? 13 B=7, A=31, Ranking is ? 76 B=7, A=30, Ranking is ? 73 B=7, A=29, Ranking is ? 70 B=7, A=28, Ranking is ? 67 B=7, A=27, Ranking is ? 64 B=7, A=26, Ranking is ? 61 B=7, A=25, Ranking is ? 58 B=7, A=24, Ranking is ? 55 B=7, A=23, Ranking is ? 52 B=7, A=22, Ranking is ? 49 B=7, A=21, Ranking is ? 46 B=7, A=20, Ranking is ? 43 B=7, A=19, Ranking is ? 40 B=7, A=18, Ranking is ? 37 B=7, A=17, Ranking is ? 34 B=7, A=16, Ranking is ? 31 B=7, A=15, Ranking is ? 28 B=7, A=14, Ranking is ? 25 B=7, A=13, Ranking is ? 22 B=7, A=12, Ranking is ? 19 B=7, A=11, Ranking is ? 16 B=7, A=10, Ranking is ? 13 B=6, A=31, Ranking is ? 79 B=6, A=30, Ranking is ? 76 B=6, A=29, Ranking is ? 73 B=6, A=28, Ranking is ? 70 B=6, A=27, Ranking is ? 67 B=6, A=26, Ranking is ? 64 B=6, A=25, Ranking is ? 61 B=6, A=24, Ranking is ? 58 B=6, A=23, Ranking is ? 55 B=6, A=22, Ranking is ? 52 B=6, A=21, Ranking is ? 49 B=6, A=20, Ranking is ? 46 B=6, A=19, Ranking is ? 43 B=6, A=18, Ranking is ? 40 B=6, A=17, Ranking is ? 37 B=6, A=16, Ranking is ? 34 B=6, A=15, Ranking is ? 31 B=6, A=14, Ranking is ? 28 B=6, A=13, Ranking is ? 25 B=6, A=12, Ranking is ? 22 B=6, A=11, Ranking is ? 19 B=6, A=10, Ranking is ? 16 B=6, A=9, Ranking is ? 13 B=5, A=31, Ranking is ? 82 B=5, A=30, Ranking is ? 79 B=5, A=29, Ranking is ? 76 B=5, A=28, Ranking is ? 73 B=5, A=27, Ranking is ? 70 B=5, A=26, Ranking is ? 67 B=5, A=25, Ranking is ? 64 B=5, A=24, Ranking is ? 61 B=5, A=23, Ranking is ? 58 B=5, A=22, Ranking is ? 55 B=5, A=21, Ranking is ? 52 B=5, A=20, Ranking is ? 49 B=5, A=19, Ranking is ? 46 B=5, A=18, Ranking is ? 43 B=5, A=17, Ranking is ? 40 B=5, A=16, Ranking is ? 37 B=5, A=15, Ranking is ? 34 B=5, A=14, Ranking is ? 31 B=5, A=13, Ranking is ? 28 B=5, A=12, Ranking is ? 25 B=5, A=11, Ranking is ? 22 B=5, A=10, Ranking is ? 19 B=5, A=9, Ranking is ? 16 B=5, A=8, Ranking is ? 13 B=4, A=31, Ranking is ? 85 B=4, A=30, Ranking is ? 82 B=4, A=29, Ranking is ? 79 B=4, A=28, Ranking is ? 76 B=4, A=27, Ranking is ? 73 B=4, A=26, Ranking is ? 70 B=4, A=25, Ranking is ? 67 B=4, A=24, Ranking is ? 64 B=4, A=23, Ranking is ? 61 B=4, A=22, Ranking is ? 58 B=4, A=21, Ranking is ? 55 B=4, A=20, Ranking is ? 52 B=4, A=19, Ranking is ? 49 B=4, A=18, Ranking is ? 46 B=4, A=17, Ranking is ? 43 B=4, A=16, Ranking is ? 40 B=4, A=15, Ranking is ? 37 B=4, A=14, Ranking is ? 34 B=4, A=13, Ranking is ? 31 B=4, A=12, Ranking is ? 28 B=4, A=11, Ranking is ? 25 B=4, A=10, Ranking is ? 22 B=4, A=9, Ranking is ? 19 B=4, A=8, Ranking is ? 16 B=4, A=7, Ranking is ? 13 B=3, A=31, Ranking is ? 88 B=3, A=30, Ranking is ? 85 B=3, A=29, Ranking is ? 82 B=3, A=28, Ranking is ? 79 B=3, A=27, Ranking is ? 76 B=3, A=26, Ranking is ? 73 B=3, A=25, Ranking is ? 70 B=3, A=24, Ranking is ? 67 B=3, A=23, Ranking is ? 64 B=3, A=22, Ranking is ? 61 B=3, A=21, Ranking is ? 58 B=3, A=20, Ranking is ? 55 B=3, A=19, Ranking is ? 52 B=3, A=18, Ranking is ? 49 B=3, A=17, Ranking is ? 46 B=3, A=16, Ranking is ? 43 B=3, A=15, Ranking is ? 40 B=3, A=14, Ranking is ? 37 B=3, A=13, Ranking is ? 34 B=3, A=12, Ranking is ? 31 B=3, A=11, Ranking is ? 28 B=3, A=10, Ranking is ? 25 B=3, A=9, Ranking is ? 22 B=3, A=8, Ranking is ? 19 B=3, A=7, Ranking is ? 16 B=3, A=6, Ranking is ? 13 B=2, A=31, Ranking is ? 91 B=2, A=30, Ranking is ? 88 B=2, A=29, Ranking is ? 85 B=2, A=28, Ranking is ? 82 B=2, A=27, Ranking is ? 79 B=2, A=26, Ranking is ? 76 B=2, A=25, Ranking is ? 73 B=2, A=24, Ranking is ? 70 B=2, A=23, Ranking is ? 67 B=2, A=22, Ranking is ? 64 B=2, A=21, Ranking is ? 61 B=2, A=20, Ranking is ? 58 B=2, A=19, Ranking is ? 55 B=2, A=18, Ranking is ? 52 B=2, A=17, Ranking is ? 49 B=2, A=16, Ranking is ? 46 B=2, A=15, Ranking is ? 43 B=2, A=14, Ranking is ? 40 B=2, A=13, Ranking is ? 37 B=2, A=12, Ranking is ? 34 B=2, A=11, Ranking is ? 31 B=2, A=10, Ranking is ? 28 B=2, A=9, Ranking is ? 25 B=2, A=8, Ranking is ? 22 B=2, A=7, Ranking is ? 19 B=2, A=6, Ranking is ? 16 B=2, A=5, Ranking is ? 13 B=1, A=31, Ranking is ? 94 B=1, A=30, Ranking is ? 91 B=1, A=29, Ranking is ? 88 B=1, A=28, Ranking is ? 85 B=1, A=27, Ranking is ? 82 B=1, A=26, Ranking is ? 79 B=1, A=25, Ranking is ? 76 B=1, A=24, Ranking is ? 73 B=1, A=23, Ranking is ? 70 B=1, A=22, Ranking is ? 67 B=1, A=21, Ranking is ? 64 B=1, A=20, Ranking is ? 61 B=1, A=19, Ranking is ? 58 B=1, A=18, Ranking is ? 55 B=1, A=17, Ranking is ? 52 B=1, A=16, Ranking is ? 49 B=1, A=15, Ranking is ? 46 B=1, A=14, Ranking is ? 43 B=1, A=13, Ranking is ? 40 B=1, A=12, Ranking is ? 37 B=1, A=11, Ranking is ? 34 B=1, A=10, Ranking is ? 31 B=1, A=9, Ranking is ? 28 B=1, A=8, Ranking is ? 25 B=1, A=7, Ranking is ? 22 B=1, A=6, Ranking is ? 19 B=1, A=5, Ranking is ? 16 B=1, A=4, Ranking is ? 13 B=0, A=31, Ranking is ? 97 B=0, A=30, Ranking is ? 94 B=0, A=29, Ranking is ? 91 B=0, A=28, Ranking is ? 88 B=0, A=27, Ranking is ? 85 B=0, A=26, Ranking is ? 82 B=0, A=25, Ranking is ? 79 B=0, A=24, Ranking is ? 76 B=0, A=23, Ranking is ? 73 B=0, A=22, Ranking is ? 70 B=0, A=21, Ranking is ? 67 B=0, A=20, Ranking is ? 64 B=0, A=19, Ranking is ? 61 B=0, A=18, Ranking is ? 58 B=0, A=17, Ranking is ? 55 B=0, A=16, Ranking is ? 52 B=0, A=15, Ranking is ? 49 B=0, A=14, Ranking is ? 46 B=0, A=13, Ranking is ? 43 B=0, A=12, Ranking is ? 40 B=0, A=11, Ranking is ? 37 B=0, A=10, Ranking is ? 34 B=0, A=9, Ranking is ? 31 B=0, A=8, Ranking is ? 28 B=0, A=7, Ranking is ? 25 B=0, A=6, Ranking is ? 22 B=0, A=5, Ranking is ? 19 B=0, A=4, Ranking is ? 16 B=0, A=3, Ranking is ? 13 TOTAL Time: 4.582590 s