nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 | search_path stringlengths 505 16.8k | rating float64 0 0.99 | search_type stringclasses 5
values | heuristic stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|
[
10,
78,
95,
75
] | 88 | [
"78-10=68",
"95-75=20",
"68+20=88"
] | Current State: 88:[10, 78, 95, 75], Operations: []
Exploring Operation: 78-10=68, Resulting Numbers: [95, 75, 68]
Generated Node #2: [95, 75, 68] from Operation: 78-10=68
Current State: 88:[95, 75, 68], Operations: ['78-10=68']
Exploring Operation: 95-75=20, Resulting Numbers: [68, 20]
Generated Node #3: [68, 20] from ... | 4 | Current State: 88:[10, 78, 95, 75], Operations: []
Exploring Operation: 78-75=3, Resulting Numbers: [10, 95, 3]
Generated Node #0,0: 88:[10, 95, 3] Operation: 78-75=3
Moving to Node #0,0
Current State: 88:[10, 95, 3], Operations: ['78-75=3']
Exploring Operation: 95-10=85, Resulting Numbers: [3, 85]
Generated Node #0,0,... | 0.993924 | hs_1 | sum_heuristic |
[
28,
8,
14,
93
] | 83 | [
"28/14=2",
"93-8=85",
"85-2=83"
] | Current State: 83:[28, 8, 14, 93], Operations: []
Exploring Operation: 28/14=2, Resulting Numbers: [8, 93, 2]
Generated Node #2: [8, 93, 2] from Operation: 28/14=2
Current State: 83:[8, 93, 2], Operations: ['28/14=2']
Exploring Operation: 93-8=85, Resulting Numbers: [2, 85]
Generated Node #3: [2, 85] from Operation: 93... | 4 | Current State: 83:[28, 8, 14, 93], Operations: []
Exploring Operation: 8*14=112, Resulting Numbers: [28, 93, 112]
Generated Node #0,0: 83:[28, 93, 112] Operation: 8*14=112
Exploring Operation: 28+14=42, Resulting Numbers: [8, 93, 42]
Generated Node #0,1: 83:[8, 93, 42] Operation: 28+14=42
Exploring Operation: 28+8=36, ... | 0 | hs_3 | mult_heuristic |
[
96,
84,
4,
95
] | 98 | [
"96-84=12",
"12/4=3",
"95+3=98"
] | Current State: 98:[96, 84, 4, 95], Operations: []
Exploring Operation: 96-84=12, Resulting Numbers: [4, 95, 12]
Generated Node #2: [4, 95, 12] from Operation: 96-84=12
Current State: 98:[4, 95, 12], Operations: ['96-84=12']
Exploring Operation: 12/4=3, Resulting Numbers: [95, 3]
Generated Node #3: [95, 3] from Operatio... | 4 | Current State: 98:[96, 84, 4, 95], Operations: []
Exploring Operation: 96-84=12, Resulting Numbers: [4, 95, 12]
Generated Node #0,0: 98:[4, 95, 12] Operation: 96-84=12
Exploring Operation: 84+4=88, Resulting Numbers: [96, 95, 88]
Generated Node #0,1: 98:[96, 95, 88] Operation: 84+4=88
Exploring Operation: 84/4=21, Resu... | 0.984375 | hs_5 | sum_heuristic |
[
78,
55,
15,
60
] | 81 | [
"60-55=5",
"15/5=3",
"78+3=81"
] | Current State: 81:[78, 55, 15, 60], Operations: []
Exploring Operation: 60-55=5, Resulting Numbers: [78, 15, 5]
Generated Node #2: [78, 15, 5] from Operation: 60-55=5
Current State: 81:[78, 15, 5], Operations: ['60-55=5']
Exploring Operation: 15/5=3, Resulting Numbers: [78, 3]
Generated Node #3: [78, 3] from Operation:... | 4 | Current State: 81:[78, 55, 15, 60], Operations: []
Exploring Operation: 78-55=23, Resulting Numbers: [15, 60, 23]
Generated Node #0,0: 81:[15, 60, 23] Operation: 78-55=23
Exploring Operation: 55+15=70, Resulting Numbers: [78, 60, 70]
Generated Node #0,1: 81:[78, 60, 70] Operation: 55+15=70
Exploring Operation: 60/15=4,... | 0.986979 | hs_5 | sum_heuristic |
[
40,
52,
79,
5
] | 35 | [
"40/5=8",
"79-52=27",
"8+27=35"
] | Current State: 35:[40, 52, 79, 5], Operations: []
Exploring Operation: 40/5=8, Resulting Numbers: [52, 79, 8]
Generated Node #2: [52, 79, 8] from Operation: 40/5=8
Current State: 35:[52, 79, 8], Operations: ['40/5=8']
Exploring Operation: 79-52=27, Resulting Numbers: [8, 27]
Generated Node #3: [8, 27] from Operation: 7... | 4 | Current State: 35:[40, 52, 79, 5], Operations: []
Exploring Operation: 79-52=27, Resulting Numbers: [40, 5, 27]
Generated Node #0,0: 35:[40, 5, 27] Operation: 79-52=27
Exploring Operation: 79-40=39, Resulting Numbers: [52, 5, 39]
Generated Node #0,1: 35:[52, 5, 39] Operation: 79-40=39
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
30,
37,
4,
34
] | 97 | [
"30+37=67",
"34-4=30",
"67+30=97"
] | Current State: 97:[30, 37, 4, 34], Operations: []
Exploring Operation: 30+37=67, Resulting Numbers: [4, 34, 67]
Generated Node #2: [4, 34, 67] from Operation: 30+37=67
Current State: 97:[4, 34, 67], Operations: ['30+37=67']
Exploring Operation: 34-4=30, Resulting Numbers: [67, 30]
Generated Node #3: [67, 30] from Opera... | 4 | Current State: 97:[30, 37, 4, 34], Operations: []
Exploring Operation: 30+37=67, Resulting Numbers: [4, 34, 67]
Generated Node #0,0: 97:[4, 34, 67] Operation: 30+37=67
Exploring Operation: 30*4=120, Resulting Numbers: [37, 34, 120]
Generated Node #0,1: 97:[37, 34, 120] Operation: 30*4=120
Exploring Operation: 4*34=136,... | 0.948785 | hs_4 | sum_heuristic |
[
12,
14,
98,
8
] | 76 | [
"12*98=1176",
"1176/14=84",
"84-8=76"
] | Current State: 76:[12, 14, 98, 8], Operations: []
Exploring Operation: 12*98=1176, Resulting Numbers: [14, 8, 1176]
Generated Node #2: [14, 8, 1176] from Operation: 12*98=1176
Current State: 76:[14, 8, 1176], Operations: ['12*98=1176']
Exploring Operation: 1176/14=84, Resulting Numbers: [8, 84]
Generated Node #3: [8, 8... | 4 | Current State: 76:[12, 14, 98, 8], Operations: []
Exploring Operation: 98-12=86, Resulting Numbers: [14, 8, 86]
Generated Node #0,0: 76:[14, 8, 86] Operation: 98-12=86
Exploring Operation: 98-8=90, Resulting Numbers: [12, 14, 90]
Generated Node #0,1: 76:[12, 14, 90] Operation: 98-8=90
Exploring Operation: 14-12=2, Resu... | 0 | hs_5 | mult_heuristic |
[
51,
8,
51,
13
] | 91 | [
"51/51=1",
"8-1=7",
"13*7=91"
] | Current State: 91:[51, 8, 51, 13], Operations: []
Exploring Operation: 51/51=1, Resulting Numbers: [8, 13, 1]
Generated Node #2: [8, 13, 1] from Operation: 51/51=1
Current State: 91:[8, 13, 1], Operations: ['51/51=1']
Exploring Operation: 8-1=7, Resulting Numbers: [13, 7]
Generated Node #3: [13, 7] from Operation: 8-1=... | 4 | Current State: 91:[51, 8, 51, 13], Operations: []
Exploring Operation: 51/51=1, Resulting Numbers: [8, 13, 1]
Generated Node #0,0: 91:[8, 13, 1] Operation: 51/51=1
Exploring Operation: 51+51=102, Resulting Numbers: [8, 13, 102]
Generated Node #0,1: 91:[8, 13, 102] Operation: 51+51=102
Exploring Operation: 51-13=38, Res... | 0.986979 | hs_5 | sum_heuristic |
[
69,
78,
26,
93
] | 76 | [
"78-69=9",
"93-26=67",
"9+67=76"
] | Current State: 76:[69, 78, 26, 93], Operations: []
Exploring Operation: 78-69=9, Resulting Numbers: [26, 93, 9]
Generated Node #2: [26, 93, 9] from Operation: 78-69=9
Current State: 76:[26, 93, 9], Operations: ['78-69=9']
Exploring Operation: 93-26=67, Resulting Numbers: [9, 67]
Generated Node #3: [9, 67] from Operatio... | 4 | Current State: 76:[69, 78, 26, 93], Operations: []
Exploring Operation: 93-69=24, Resulting Numbers: [78, 26, 24]
Generated Node #0,0: 76:[78, 26, 24] Operation: 93-69=24
Start Sub Search at level 1: Moving to Node #0,0
Current State: 76:[78, 26, 24], Operations: ['93-69=24']
Exploring Operation: 26-24=2, Resulting Num... | 0.993924 | hs_1 | mult_heuristic |
[
45,
3,
34,
78
] | 37 | [
"45-34=11",
"78/3=26",
"11+26=37"
] | Current State: 37:[45, 3, 34, 78], Operations: []
Exploring Operation: 45-34=11, Resulting Numbers: [3, 78, 11]
Generated Node #2: [3, 78, 11] from Operation: 45-34=11
Current State: 37:[3, 78, 11], Operations: ['45-34=11']
Exploring Operation: 78/3=26, Resulting Numbers: [11, 26]
Generated Node #3: [11, 26] from Opera... | 4 | Current State: 37:[45, 3, 34, 78], Operations: []
Exploring Operation: 78-45=33, Resulting Numbers: [3, 34, 33]
Generated Node #0,0: 37:[3, 34, 33] Operation: 78-45=33
Exploring Operation: 78/3=26, Resulting Numbers: [45, 34, 26]
Generated Node #0,1: 37:[45, 34, 26] Operation: 78/3=26
Exploring Operation: 45-3=42, Resu... | 0.985243 | hs_3 | mult_heuristic |
[
47,
75,
38,
25
] | 91 | [
"75-47=28",
"38+25=63",
"28+63=91"
] | Current State: 91:[47, 75, 38, 25], Operations: []
Exploring Operation: 75-47=28, Resulting Numbers: [38, 25, 28]
Generated Node #2: [38, 25, 28] from Operation: 75-47=28
Current State: 91:[38, 25, 28], Operations: ['75-47=28']
Exploring Operation: 38+25=63, Resulting Numbers: [28, 63]
Generated Node #3: [28, 63] from ... | 4 | Current State: 91:[47, 75, 38, 25], Operations: []
Exploring Operation: 47+38=85, Resulting Numbers: [75, 25, 85]
Generated Node #0,0: 91:[75, 25, 85] Operation: 47+38=85
Exploring Operation: 38-25=13, Resulting Numbers: [47, 75, 13]
Generated Node #0,1: 91:[47, 75, 13] Operation: 38-25=13
Exploring Operation: 47-38=9,... | 0.983507 | hs_4 | mult_heuristic |
[
86,
75,
99,
60
] | 69 | [
"86-75=11",
"99/11=9",
"60+9=69"
] | Current State: 69:[86, 75, 99, 60], Operations: []
Exploring Operation: 86-75=11, Resulting Numbers: [99, 60, 11]
Generated Node #2: [99, 60, 11] from Operation: 86-75=11
Current State: 69:[99, 60, 11], Operations: ['86-75=11']
Exploring Operation: 99/11=9, Resulting Numbers: [60, 9]
Generated Node #3: [60, 9] from Ope... | 4 | Current State: 69:[86, 75, 99, 60], Operations: []
Exploring Operation: 99-75=24, Resulting Numbers: [86, 60, 24]
Generated Node #0,0: 69:[86, 60, 24] Operation: 99-75=24
Exploring Operation: 86-60=26, Resulting Numbers: [75, 99, 26]
Generated Node #0,1: 69:[75, 99, 26] Operation: 86-60=26
Exploring Operation: 99-86=13... | 0 | hs_3 | mult_heuristic |
[
13,
33,
53,
61
] | 38 | [
"13+33=46",
"61-53=8",
"46-8=38"
] | Current State: 38:[13, 33, 53, 61], Operations: []
Exploring Operation: 13+33=46, Resulting Numbers: [53, 61, 46]
Generated Node #2: [53, 61, 46] from Operation: 13+33=46
Current State: 38:[53, 61, 46], Operations: ['13+33=46']
Exploring Operation: 61-53=8, Resulting Numbers: [46, 8]
Generated Node #3: [46, 8] from Ope... | 4 | Current State: 38:[13, 33, 53, 61], Operations: []
Exploring Operation: 61-53=8, Resulting Numbers: [13, 33, 8]
Generated Node #0,0: 38:[13, 33, 8] Operation: 61-53=8
Exploring Operation: 61-13=48, Resulting Numbers: [33, 53, 48]
Generated Node #0,1: 38:[33, 53, 48] Operation: 61-13=48
Exploring Operation: 53-13=40, Re... | 0.950521 | hs_4 | sum_heuristic |
[
7,
32,
12,
8
] | 43 | [
"7+32=39",
"12-8=4",
"39+4=43"
] | Current State: 43:[7, 32, 12, 8], Operations: []
Exploring Operation: 7+32=39, Resulting Numbers: [12, 8, 39]
Generated Node #2: [12, 8, 39] from Operation: 7+32=39
Current State: 43:[12, 8, 39], Operations: ['7+32=39']
Exploring Operation: 12-8=4, Resulting Numbers: [39, 4]
Generated Node #3: [39, 4] from Operation: 1... | 4 | Current State: 43:[7, 32, 12, 8], Operations: []
Exploring Operation: 7*8=56, Resulting Numbers: [32, 12, 56]
Generated Node #0,0: 43:[32, 12, 56] Operation: 7*8=56
Moving to Node #0,0
Current State: 43:[32, 12, 56], Operations: ['7*8=56']
Exploring Operation: 56-12=44, Resulting Numbers: [32, 44]
Generated Node #0,0,0... | 0 | hs_1 | mult_heuristic |
[
4,
55,
6,
40
] | 70 | [
"6-4=2",
"55*2=110",
"110-40=70"
] | Current State: 70:[4, 55, 6, 40], Operations: []
Exploring Operation: 6-4=2, Resulting Numbers: [55, 40, 2]
Generated Node #2: [55, 40, 2] from Operation: 6-4=2
Current State: 70:[55, 40, 2], Operations: ['6-4=2']
Exploring Operation: 55*2=110, Resulting Numbers: [40, 110]
Generated Node #3: [40, 110] from Operation: 5... | 4 | Current State: 70:[4, 55, 6, 40], Operations: []
Exploring Operation: 55-40=15, Resulting Numbers: [4, 6, 15]
Generated Node #0,0: 70:[4, 6, 15] Operation: 55-40=15
Moving to Node #0,0
Current State: 70:[4, 6, 15], Operations: ['55-40=15']
Exploring Operation: 4+6=10, Resulting Numbers: [15, 10]
Generated Node #0,0,0: ... | 0 | hs_1 | sum_heuristic |
[
41,
39,
46,
77
] | 52 | [
"46-39=7",
"77/7=11",
"41+11=52"
] | Current State: 52:[41, 39, 46, 77], Operations: []
Exploring Operation: 46-39=7, Resulting Numbers: [41, 77, 7]
Generated Node #2: [41, 77, 7] from Operation: 46-39=7
Current State: 52:[41, 77, 7], Operations: ['46-39=7']
Exploring Operation: 77/7=11, Resulting Numbers: [41, 11]
Generated Node #3: [41, 11] from Operati... | 4 | Current State: 52:[41, 39, 46, 77], Operations: []
Exploring Operation: 77-46=31, Resulting Numbers: [41, 39, 31]
Generated Node #0,0: 52:[41, 39, 31] Operation: 77-46=31
Exploring Operation: 77-41=36, Resulting Numbers: [39, 46, 36]
Generated Node #0,1: 52:[39, 46, 36] Operation: 77-41=36
Exploring Operation: 46-41=5,... | 0 | hs_5 | mult_heuristic |
[
97,
90,
10,
25
] | 95 | [
"97-90=7",
"10*7=70",
"25+70=95"
] | Current State: 95:[97, 90, 10, 25], Operations: []
Exploring Operation: 97-90=7, Resulting Numbers: [10, 25, 7]
Generated Node #2: [10, 25, 7] from Operation: 97-90=7
Current State: 95:[10, 25, 7], Operations: ['97-90=7']
Exploring Operation: 10*7=70, Resulting Numbers: [25, 70]
Generated Node #3: [25, 70] from Operati... | 4 | Current State: 95:[97, 90, 10, 25], Operations: []
Exploring Operation: 90/10=9, Resulting Numbers: [97, 25, 9]
Generated Node #0,0: 95:[97, 25, 9] Operation: 90/10=9
Exploring Operation: 25-10=15, Resulting Numbers: [97, 90, 15]
Generated Node #0,1: 95:[97, 90, 15] Operation: 25-10=15
Exploring Operation: 97-10=87, Re... | 0 | hs_5 | mult_heuristic |
[
74,
86,
32,
29
] | 49 | [
"86-74=12",
"32+29=61",
"61-12=49"
] | Current State: 49:[74, 86, 32, 29], Operations: []
Exploring Operation: 86-74=12, Resulting Numbers: [32, 29, 12]
Generated Node #2: [32, 29, 12] from Operation: 86-74=12
Current State: 49:[32, 29, 12], Operations: ['86-74=12']
Exploring Operation: 32+29=61, Resulting Numbers: [12, 61]
Generated Node #3: [12, 61] from ... | 4 | Current State: 49:[74, 86, 32, 29], Operations: []
Exploring Operation: 86-74=12, Resulting Numbers: [32, 29, 12]
Generated Node #0,0: 49:[32, 29, 12] Operation: 86-74=12
Exploring Operation: 86-32=54, Resulting Numbers: [74, 29, 54]
Generated Node #0,1: 49:[74, 29, 54] Operation: 86-32=54
Exploring Operation: 86-29=57... | 0.987847 | hs_3 | sum_heuristic |
[
66,
5,
83,
54
] | 31 | [
"83-66=17",
"5*17=85",
"85-54=31"
] | Current State: 31:[66, 5, 83, 54], Operations: []
Exploring Operation: 83-66=17, Resulting Numbers: [5, 54, 17]
Generated Node #2: [5, 54, 17] from Operation: 83-66=17
Current State: 31:[5, 54, 17], Operations: ['83-66=17']
Exploring Operation: 5*17=85, Resulting Numbers: [54, 85]
Generated Node #3: [54, 85] from Opera... | 4 | Current State: 31:[66, 5, 83, 54], Operations: []
Exploring Operation: 83-54=29, Resulting Numbers: [66, 5, 29]
Generated Node #0,0: 31:[66, 5, 29] Operation: 83-54=29
Exploring Operation: 83-66=17, Resulting Numbers: [5, 54, 17]
Generated Node #0,1: 31:[5, 54, 17] Operation: 83-66=17
Moving to Node #0,0
Current State:... | 0 | hs_2 | mult_heuristic |
[
1,
37,
5,
85
] | 43 | [
"1*37=37",
"85-5=80",
"80-37=43"
] | Current State: 43:[1, 37, 5, 85], Operations: []
Exploring Operation: 1*37=37, Resulting Numbers: [5, 85, 37]
Generated Node #2: [5, 85, 37] from Operation: 1*37=37
Current State: 43:[5, 85, 37], Operations: ['1*37=37']
Exploring Operation: 85-5=80, Resulting Numbers: [37, 80]
Generated Node #3: [37, 80] from Operation... | 4 | Current State: 43:[1, 37, 5, 85], Operations: []
Exploring Operation: 85/5=17, Resulting Numbers: [1, 37, 17]
Generated Node #0,0: 43:[1, 37, 17] Operation: 85/5=17
Start Sub Search at level 1: Moving to Node #0,0
Current State: 43:[1, 37, 17], Operations: ['85/5=17']
Exploring Operation: 1+37=38, Resulting Numbers: [1... | 0 | hs_1 | sum_heuristic |
[
32,
36,
32,
66
] | 58 | [
"36-32=4",
"32/4=8",
"66-8=58"
] | Current State: 58:[32, 36, 32, 66], Operations: []
Exploring Operation: 36-32=4, Resulting Numbers: [66, 4]
Generated Node #2: [66, 4] from Operation: 36-32=4
Current State: 58:[66, 4], Operations: ['36-32=4']
Exploring Operation: 32/4=8, Resulting Numbers: [66, 8]
Generated Node #3: [66, 8] from Operation: 32/4=8
Curr... | 4 | Current State: 58:[32, 36, 32, 66], Operations: []
Exploring Operation: 36-32=4, Resulting Numbers: [32, 66, 4]
Generated Node #0,0: 58:[32, 66, 4] Operation: 36-32=4
Exploring Operation: 66-36=30, Resulting Numbers: [32, 32, 30]
Generated Node #0,1: 58:[32, 32, 30] Operation: 66-36=30
Start Sub Search at level 1: Movi... | 0 | hs_2 | mult_heuristic |
[
61,
48,
20,
11
] | 22 | [
"61-48=13",
"20-11=9",
"13+9=22"
] | Current State: 22:[61, 48, 20, 11], Operations: []
Exploring Operation: 61-48=13, Resulting Numbers: [20, 11, 13]
Generated Node #2: [20, 11, 13] from Operation: 61-48=13
Current State: 22:[20, 11, 13], Operations: ['61-48=13']
Exploring Operation: 20-11=9, Resulting Numbers: [13, 9]
Generated Node #3: [13, 9] from Ope... | 4 | Current State: 22:[61, 48, 20, 11], Operations: []
Exploring Operation: 61-20=41, Resulting Numbers: [48, 11, 41]
Generated Node #0,0: 22:[48, 11, 41] Operation: 61-20=41
Exploring Operation: 61-48=13, Resulting Numbers: [20, 11, 13]
Generated Node #0,1: 22:[20, 11, 13] Operation: 61-48=13
Exploring Operation: 61-11=50... | 0.986111 | hs_5 | mult_heuristic |
[
36,
3,
79,
13
] | 59 | [
"36-3=33",
"79+13=92",
"92-33=59"
] | Current State: 59:[36, 3, 79, 13], Operations: []
Exploring Operation: 36-3=33, Resulting Numbers: [79, 13, 33]
Generated Node #2: [79, 13, 33] from Operation: 36-3=33
Current State: 59:[79, 13, 33], Operations: ['36-3=33']
Exploring Operation: 79+13=92, Resulting Numbers: [33, 92]
Generated Node #3: [33, 92] from Oper... | 4 | Current State: 59:[36, 3, 79, 13], Operations: []
Exploring Operation: 3+13=16, Resulting Numbers: [36, 79, 16]
Generated Node #0,0: 59:[36, 79, 16] Operation: 3+13=16
Exploring Operation: 36+3=39, Resulting Numbers: [79, 13, 39]
Generated Node #0,1: 59:[79, 13, 39] Operation: 36+3=39
Exploring Operation: 3*13=39, Resu... | 0.96441 | hs_5 | sum_heuristic |
[
82,
48,
24,
2
] | 86 | [
"82+2=84",
"48/24=2",
"84+2=86"
] | Current State: 86:[82, 48, 24, 2], Operations: []
Exploring Operation: 82+2=84, Resulting Numbers: [48, 24, 84]
Generated Node #2: [48, 24, 84] from Operation: 82+2=84
Current State: 86:[48, 24, 84], Operations: ['82+2=84']
Exploring Operation: 48/24=2, Resulting Numbers: [84, 2]
Generated Node #3: [84, 2] from Operati... | 4 | Current State: 86:[82, 48, 24, 2], Operations: []
Exploring Operation: 24*2=48, Resulting Numbers: [82, 48, 48]
Generated Node #0,0: 86:[82, 48, 48] Operation: 24*2=48
Exploring Operation: 48/24=2, Resulting Numbers: [82, 2, 2]
Generated Node #0,1: 86:[82, 2, 2] Operation: 48/24=2
Moving to Node #0,1
Current State: 86:... | 0.990451 | hs_2 | sum_heuristic |
[
97,
41,
21,
1
] | 99 | [
"41+1=42",
"42/21=2",
"97+2=99"
] | Current State: 99:[97, 41, 21, 1], Operations: []
Exploring Operation: 41+1=42, Resulting Numbers: [97, 21, 42]
Generated Node #2: [97, 21, 42] from Operation: 41+1=42
Current State: 99:[97, 21, 42], Operations: ['41+1=42']
Exploring Operation: 42/21=2, Resulting Numbers: [97, 2]
Generated Node #3: [97, 2] from Operati... | 4 | Current State: 99:[97, 41, 21, 1], Operations: []
Exploring Operation: 41-21=20, Resulting Numbers: [97, 1, 20]
Generated Node #0,0: 99:[97, 1, 20] Operation: 41-21=20
Exploring Operation: 97+1=98, Resulting Numbers: [41, 21, 98]
Generated Node #0,1: 99:[41, 21, 98] Operation: 97+1=98
Moving to Node #0,0
Current State:... | 0 | hs_2 | sum_heuristic |
[
12,
7,
1,
18
] | 48 | [
"18-12=6",
"7+1=8",
"6*8=48"
] | Current State: 48:[12, 7, 1, 18], Operations: []
Exploring Operation: 18-12=6, Resulting Numbers: [7, 1, 6]
Generated Node #2: [7, 1, 6] from Operation: 18-12=6
Current State: 48:[7, 1, 6], Operations: ['18-12=6']
Exploring Operation: 7+1=8, Resulting Numbers: [6, 8]
Generated Node #3: [6, 8] from Operation: 7+1=8
Curr... | 4 | Current State: 48:[12, 7, 1, 18], Operations: []
Exploring Operation: 18-12=6, Resulting Numbers: [7, 1, 6]
Generated Node #0,0: 48:[7, 1, 6] Operation: 18-12=6
Exploring Operation: 7-1=6, Resulting Numbers: [12, 18, 6]
Generated Node #0,1: 48:[12, 18, 6] Operation: 7-1=6
Exploring Operation: 7+1=8, Resulting Numbers: ... | 0.986979 | hs_5 | mult_heuristic |
[
20,
15,
54,
17
] | 49 | [
"20-17=3",
"15/3=5",
"54-5=49"
] | Current State: 49:[20, 15, 54, 17], Operations: []
Exploring Operation: 20-17=3, Resulting Numbers: [15, 54, 3]
Generated Node #2: [15, 54, 3] from Operation: 20-17=3
Current State: 49:[15, 54, 3], Operations: ['20-17=3']
Exploring Operation: 15/3=5, Resulting Numbers: [54, 5]
Generated Node #3: [54, 5] from Operation:... | 4 | Current State: 49:[20, 15, 54, 17], Operations: []
Exploring Operation: 20-15=5, Resulting Numbers: [54, 17, 5]
Generated Node #0,0: 49:[54, 17, 5] Operation: 20-15=5
Exploring Operation: 20+15=35, Resulting Numbers: [54, 17, 35]
Generated Node #0,1: 49:[54, 17, 35] Operation: 20+15=35
Exploring Operation: 20+17=37, Re... | 0.967882 | hs_5 | mult_heuristic |
[
34,
90,
4,
18
] | 70 | [
"90-34=56",
"18-4=14",
"56+14=70"
] | Current State: 70:[34, 90, 4, 18], Operations: []
Exploring Operation: 90-34=56, Resulting Numbers: [4, 18, 56]
Generated Node #2: [4, 18, 56] from Operation: 90-34=56
Current State: 70:[4, 18, 56], Operations: ['90-34=56']
Exploring Operation: 18-4=14, Resulting Numbers: [56, 14]
Generated Node #3: [56, 14] from Opera... | 4 | Current State: 70:[34, 90, 4, 18], Operations: []
Exploring Operation: 90/18=5, Resulting Numbers: [34, 4, 5]
Generated Node #0,0: 70:[34, 4, 5] Operation: 90/18=5
Moving to Node #0,0
Current State: 70:[34, 4, 5], Operations: ['90/18=5']
Exploring Operation: 4+5=9, Resulting Numbers: [34, 9]
Generated Node #0,0,0: 70:[... | 0 | hs_1 | mult_heuristic |
[
15,
46,
21,
49
] | 66 | [
"49-46=3",
"15*3=45",
"21+45=66"
] | Current State: 66:[15, 46, 21, 49], Operations: []
Exploring Operation: 49-46=3, Resulting Numbers: [15, 21, 3]
Generated Node #2: [15, 21, 3] from Operation: 49-46=3
Current State: 66:[15, 21, 3], Operations: ['49-46=3']
Exploring Operation: 15*3=45, Resulting Numbers: [21, 45]
Generated Node #3: [21, 45] from Operati... | 4 | Current State: 66:[15, 46, 21, 49], Operations: []
Exploring Operation: 49-46=3, Resulting Numbers: [15, 21, 3]
Generated Node #0,0: 66:[15, 21, 3] Operation: 49-46=3
Moving to Node #0,0
Current State: 66:[15, 21, 3], Operations: ['49-46=3']
Exploring Operation: 21-15=6, Resulting Numbers: [3, 6]
Generated Node #0,0,0:... | 0 | hs_1 | mult_heuristic |
[
24,
54,
56,
29
] | 97 | [
"54*56=3024",
"3024/24=126",
"126-29=97"
] | Current State: 97:[24, 54, 56, 29], Operations: []
Exploring Operation: 54*56=3024, Resulting Numbers: [24, 29, 3024]
Generated Node #2: [24, 29, 3024] from Operation: 54*56=3024
Current State: 97:[24, 29, 3024], Operations: ['54*56=3024']
Exploring Operation: 3024/24=126, Resulting Numbers: [29, 126]
Generated Node #3... | 4 | Current State: 97:[24, 54, 56, 29], Operations: []
Exploring Operation: 24+56=80, Resulting Numbers: [54, 29, 80]
Generated Node #0,0: 97:[54, 29, 80] Operation: 24+56=80
Exploring Operation: 24+54=78, Resulting Numbers: [56, 29, 78]
Generated Node #0,1: 97:[56, 29, 78] Operation: 24+54=78
Moving to Node #0,0
Current S... | 0 | hs_2 | mult_heuristic |
[
32,
59,
30,
37
] | 11 | [
"32-30=2",
"59-37=22",
"22/2=11"
] | Current State: 11:[32, 59, 30, 37], Operations: []
Exploring Operation: 32-30=2, Resulting Numbers: [59, 37, 2]
Generated Node #2: [59, 37, 2] from Operation: 32-30=2
Current State: 11:[59, 37, 2], Operations: ['32-30=2']
Exploring Operation: 59-37=22, Resulting Numbers: [2, 22]
Generated Node #3: [2, 22] from Operatio... | 4 | Current State: 11:[32, 59, 30, 37], Operations: []
Exploring Operation: 59-30=29, Resulting Numbers: [32, 37, 29]
Generated Node #0,0: 11:[32, 37, 29] Operation: 59-30=29
Exploring Operation: 37-30=7, Resulting Numbers: [32, 59, 7]
Generated Node #0,1: 11:[32, 59, 7] Operation: 37-30=7
Exploring Operation: 59-37=22, Re... | 0.985243 | hs_5 | sum_heuristic |
[
6,
48,
20,
78
] | 50 | [
"48/6=8",
"78-20=58",
"58-8=50"
] | Current State: 50:[6, 48, 20, 78], Operations: []
Exploring Operation: 48/6=8, Resulting Numbers: [20, 78, 8]
Generated Node #2: [20, 78, 8] from Operation: 48/6=8
Current State: 50:[20, 78, 8], Operations: ['48/6=8']
Exploring Operation: 78-20=58, Resulting Numbers: [8, 58]
Generated Node #3: [8, 58] from Operation: 7... | 4 | Current State: 50:[6, 48, 20, 78], Operations: []
Exploring Operation: 78-48=30, Resulting Numbers: [6, 20, 30]
Generated Node #0,0: 50:[6, 20, 30] Operation: 78-48=30
Exploring Operation: 78/6=13, Resulting Numbers: [48, 20, 13]
Generated Node #0,1: 50:[48, 20, 13] Operation: 78/6=13
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
35,
61,
79,
52
] | 77 | [
"61-35=26",
"52/26=2",
"79-2=77"
] | Current State: 77:[35, 61, 79, 52], Operations: []
Exploring Operation: 61-35=26, Resulting Numbers: [79, 52, 26]
Generated Node #2: [79, 52, 26] from Operation: 61-35=26
Current State: 77:[79, 52, 26], Operations: ['61-35=26']
Exploring Operation: 52/26=2, Resulting Numbers: [79, 2]
Generated Node #3: [79, 2] from Ope... | 4 | Current State: 77:[35, 61, 79, 52], Operations: []
Exploring Operation: 61-52=9, Resulting Numbers: [35, 79, 9]
Generated Node #0,0: 77:[35, 79, 9] Operation: 61-52=9
Exploring Operation: 52-35=17, Resulting Numbers: [61, 79, 17]
Generated Node #0,1: 77:[61, 79, 17] Operation: 52-35=17
Exploring Operation: 35+52=87, Re... | 0.935764 | hs_5 | mult_heuristic |
[
38,
66,
88,
63
] | 53 | [
"66-38=28",
"88-63=25",
"28+25=53"
] | Current State: 53:[38, 66, 88, 63], Operations: []
Exploring Operation: 66-38=28, Resulting Numbers: [88, 63, 28]
Generated Node #2: [88, 63, 28] from Operation: 66-38=28
Current State: 53:[88, 63, 28], Operations: ['66-38=28']
Exploring Operation: 88-63=25, Resulting Numbers: [28, 25]
Generated Node #3: [28, 25] from ... | 4 | Current State: 53:[38, 66, 88, 63], Operations: []
Exploring Operation: 88-63=25, Resulting Numbers: [38, 66, 25]
Generated Node #0,0: 53:[38, 66, 25] Operation: 88-63=25
Exploring Operation: 88-38=50, Resulting Numbers: [66, 63, 50]
Generated Node #0,1: 53:[66, 63, 50] Operation: 88-38=50
Exploring Operation: 88-66=22... | 0.980903 | hs_3 | mult_heuristic |
[
10,
10,
32,
63
] | 51 | [
"10+10=20",
"63-32=31",
"20+31=51"
] | Current State: 51:[10, 10, 32, 63], Operations: []
Exploring Operation: 10+10=20, Resulting Numbers: [32, 63, 20]
Generated Node #2: [32, 63, 20] from Operation: 10+10=20
Current State: 51:[32, 63, 20], Operations: ['10+10=20']
Exploring Operation: 63-32=31, Resulting Numbers: [20, 31]
Generated Node #3: [20, 31] from ... | 4 | Current State: 51:[10, 10, 32, 63], Operations: []
Exploring Operation: 32-10=22, Resulting Numbers: [10, 63, 22]
Generated Node #0,0: 51:[10, 63, 22] Operation: 32-10=22
Exploring Operation: 63-10=53, Resulting Numbers: [10, 32, 53]
Generated Node #0,1: 51:[10, 32, 53] Operation: 63-10=53
Start Sub Search at level 1: ... | 0.989583 | hs_2 | sum_heuristic |
[
4,
3,
77,
32
] | 72 | [
"32/4=8",
"3+77=80",
"80-8=72"
] | Current State: 72:[4, 3, 77, 32], Operations: []
Exploring Operation: 32/4=8, Resulting Numbers: [3, 77, 8]
Generated Node #2: [3, 77, 8] from Operation: 32/4=8
Current State: 72:[3, 77, 8], Operations: ['32/4=8']
Exploring Operation: 3+77=80, Resulting Numbers: [8, 80]
Generated Node #3: [8, 80] from Operation: 3+77=8... | 4 | Current State: 72:[4, 3, 77, 32], Operations: []
Exploring Operation: 77-3=74, Resulting Numbers: [4, 32, 74]
Generated Node #0,0: 72:[4, 32, 74] Operation: 77-3=74
Exploring Operation: 32/4=8, Resulting Numbers: [3, 77, 8]
Generated Node #0,1: 72:[3, 77, 8] Operation: 32/4=8
Exploring Operation: 77-4=73, Resulting Num... | 0.932292 | hs_5 | mult_heuristic |
[
23,
86,
21,
6
] | 90 | [
"86-23=63",
"21+6=27",
"63+27=90"
] | Current State: 90:[23, 86, 21, 6], Operations: []
Exploring Operation: 86-23=63, Resulting Numbers: [21, 6, 63]
Generated Node #2: [21, 6, 63] from Operation: 86-23=63
Current State: 90:[21, 6, 63], Operations: ['86-23=63']
Exploring Operation: 21+6=27, Resulting Numbers: [63, 27]
Generated Node #3: [63, 27] from Opera... | 4 | Current State: 90:[23, 86, 21, 6], Operations: []
Exploring Operation: 23+21=44, Resulting Numbers: [86, 6, 44]
Generated Node #0,0: 90:[86, 6, 44] Operation: 23+21=44
Exploring Operation: 23-21=2, Resulting Numbers: [86, 6, 2]
Generated Node #0,1: 90:[86, 6, 2] Operation: 23-21=2
Start Sub Search at level 1: Moving to... | 0.990451 | hs_2 | sum_heuristic |
[
14,
66,
20,
65
] | 16 | [
"66-14=52",
"20*52=1040",
"1040/65=16"
] | Current State: 16:[14, 66, 20, 65], Operations: []
Exploring Operation: 66-14=52, Resulting Numbers: [20, 65, 52]
Generated Node #2: [20, 65, 52] from Operation: 66-14=52
Current State: 16:[20, 65, 52], Operations: ['66-14=52']
Exploring Operation: 20*52=1040, Resulting Numbers: [65, 1040]
Generated Node #3: [65, 1040]... | 4 | Current State: 16:[14, 66, 20, 65], Operations: []
Exploring Operation: 66-20=46, Resulting Numbers: [14, 65, 46]
Generated Node #0,0: 16:[14, 65, 46] Operation: 66-20=46
Exploring Operation: 66-65=1, Resulting Numbers: [14, 20, 1]
Generated Node #0,1: 16:[14, 20, 1] Operation: 66-65=1
Moving to Node #0,1
Current State... | 0 | hs_2 | sum_heuristic |
[
11,
64,
98,
75
] | 97 | [
"11+64=75",
"75/75=1",
"98-1=97"
] | Current State: 97:[11, 64, 98, 75], Operations: []
Exploring Operation: 11+64=75, Resulting Numbers: [98, 75, 75]
Generated Node #2: [98, 75, 75] from Operation: 11+64=75
Current State: 97:[98, 75, 75], Operations: ['11+64=75']
Exploring Operation: 75/75=1, Resulting Numbers: [98, 1]
Generated Node #3: [98, 1] from Ope... | 4 | Current State: 97:[11, 64, 98, 75], Operations: []
Exploring Operation: 11+64=75, Resulting Numbers: [98, 75, 75]
Generated Node #0,0: 97:[98, 75, 75] Operation: 11+64=75
Start Sub Search at level 1: Moving to Node #0,0
Current State: 97:[98, 75, 75], Operations: ['11+64=75']
Exploring Operation: 75+75=150, Resulting N... | 0 | hs_1 | sum_heuristic |
[
60,
54,
11,
2
] | 55 | [
"60*2=120",
"54+11=65",
"120-65=55"
] | Current State: 55:[60, 54, 11, 2], Operations: []
Exploring Operation: 60*2=120, Resulting Numbers: [54, 11, 120]
Generated Node #2: [54, 11, 120] from Operation: 60*2=120
Current State: 55:[54, 11, 120], Operations: ['60*2=120']
Exploring Operation: 54+11=65, Resulting Numbers: [120, 65]
Generated Node #3: [120, 65] f... | 4 | Current State: 55:[60, 54, 11, 2], Operations: []
Exploring Operation: 60-2=58, Resulting Numbers: [54, 11, 58]
Generated Node #0,0: 55:[54, 11, 58] Operation: 60-2=58
Exploring Operation: 54+2=56, Resulting Numbers: [60, 11, 56]
Generated Node #0,1: 55:[60, 11, 56] Operation: 54+2=56
Exploring Operation: 60-54=6, Resu... | 0 | hs_3 | mult_heuristic |
[
4,
47,
27,
24
] | 16 | [
"47-27=20",
"24-20=4",
"4*4=16"
] | Current State: 16:[4, 47, 27, 24], Operations: []
Exploring Operation: 47-27=20, Resulting Numbers: [4, 24, 20]
Generated Node #2: [4, 24, 20] from Operation: 47-27=20
Current State: 16:[4, 24, 20], Operations: ['47-27=20']
Exploring Operation: 24-20=4, Resulting Numbers: [4, 4]
Generated Node #3: [4, 4] from Operation... | 4 | Current State: 16:[4, 47, 27, 24], Operations: []
Exploring Operation: 47-27=20, Resulting Numbers: [4, 24, 20]
Generated Node #0,0: 16:[4, 24, 20] Operation: 47-27=20
Exploring Operation: 47-24=23, Resulting Numbers: [4, 27, 23]
Generated Node #0,1: 16:[4, 27, 23] Operation: 47-24=23
Start Sub Search at level 1: Movin... | 0.991319 | hs_2 | mult_heuristic |
[
98,
91,
70,
50
] | 33 | [
"91*50=4550",
"4550/70=65",
"98-65=33"
] | Current State: 33:[98, 91, 70, 50], Operations: []
Exploring Operation: 91*50=4550, Resulting Numbers: [98, 70, 4550]
Generated Node #2: [98, 70, 4550] from Operation: 91*50=4550
Current State: 33:[98, 70, 4550], Operations: ['91*50=4550']
Exploring Operation: 4550/70=65, Resulting Numbers: [98, 65]
Generated Node #3: ... | 4 | Current State: 33:[98, 91, 70, 50], Operations: []
Exploring Operation: 98-91=7, Resulting Numbers: [70, 50, 7]
Generated Node #0,0: 33:[70, 50, 7] Operation: 98-91=7
Moving to Node #0,0
Current State: 33:[70, 50, 7], Operations: ['98-91=7']
Exploring Operation: 70-50=20, Resulting Numbers: [7, 20]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
88,
5,
32,
38
] | 62 | [
"88+32=120",
"120/5=24",
"38+24=62"
] | Current State: 62:[88, 5, 32, 38], Operations: []
Exploring Operation: 88+32=120, Resulting Numbers: [5, 38, 120]
Generated Node #2: [5, 38, 120] from Operation: 88+32=120
Current State: 62:[5, 38, 120], Operations: ['88+32=120']
Exploring Operation: 120/5=24, Resulting Numbers: [38, 24]
Generated Node #3: [38, 24] fro... | 4 | Current State: 62:[88, 5, 32, 38], Operations: []
Exploring Operation: 88-32=56, Resulting Numbers: [5, 38, 56]
Generated Node #0,0: 62:[5, 38, 56] Operation: 88-32=56
Moving to Node #0,0
Current State: 62:[5, 38, 56], Operations: ['88-32=56']
Exploring Operation: 38-5=33, Resulting Numbers: [56, 33]
Generated Node #0,... | 0 | hs_1 | mult_heuristic |
[
45,
84,
44,
27
] | 22 | [
"84-45=39",
"44-27=17",
"39-17=22"
] | Current State: 22:[45, 84, 44, 27], Operations: []
Exploring Operation: 84-45=39, Resulting Numbers: [44, 27, 39]
Generated Node #2: [44, 27, 39] from Operation: 84-45=39
Current State: 22:[44, 27, 39], Operations: ['84-45=39']
Exploring Operation: 44-27=17, Resulting Numbers: [39, 17]
Generated Node #3: [39, 17] from ... | 4 | Current State: 22:[45, 84, 44, 27], Operations: []
Exploring Operation: 45-44=1, Resulting Numbers: [84, 27, 1]
Generated Node #0,0: 22:[84, 27, 1] Operation: 45-44=1
Exploring Operation: 84-44=40, Resulting Numbers: [45, 27, 40]
Generated Node #0,1: 22:[45, 27, 40] Operation: 84-44=40
Exploring Operation: 84-45=39, Re... | 0.990451 | hs_3 | sum_heuristic |
[
79,
52,
85,
32
] | 26 | [
"79-52=27",
"85-32=53",
"53-27=26"
] | Current State: 26:[79, 52, 85, 32], Operations: []
Exploring Operation: 79-52=27, Resulting Numbers: [85, 32, 27]
Generated Node #2: [85, 32, 27] from Operation: 79-52=27
Current State: 26:[85, 32, 27], Operations: ['79-52=27']
Exploring Operation: 85-32=53, Resulting Numbers: [27, 53]
Generated Node #3: [27, 53] from ... | 4 | Current State: 26:[79, 52, 85, 32], Operations: []
Exploring Operation: 85-32=53, Resulting Numbers: [79, 52, 53]
Generated Node #0,0: 26:[79, 52, 53] Operation: 85-32=53
Exploring Operation: 79-52=27, Resulting Numbers: [85, 32, 27]
Generated Node #0,1: 26:[85, 32, 27] Operation: 79-52=27
Exploring Operation: 85-52=33... | 0.986979 | hs_5 | mult_heuristic |
[
34,
38,
3,
59
] | 29 | [
"59-38=21",
"3*21=63",
"63-34=29"
] | Current State: 29:[34, 38, 3, 59], Operations: []
Exploring Operation: 59-38=21, Resulting Numbers: [34, 3, 21]
Generated Node #2: [34, 3, 21] from Operation: 59-38=21
Current State: 29:[34, 3, 21], Operations: ['59-38=21']
Exploring Operation: 3*21=63, Resulting Numbers: [34, 63]
Generated Node #3: [34, 63] from Opera... | 4 | Current State: 29:[34, 38, 3, 59], Operations: []
Exploring Operation: 59-34=25, Resulting Numbers: [38, 3, 25]
Generated Node #0,0: 29:[38, 3, 25] Operation: 59-34=25
Exploring Operation: 59-38=21, Resulting Numbers: [34, 3, 21]
Generated Node #0,1: 29:[34, 3, 21] Operation: 59-38=21
Moving to Node #0,0
Current State:... | 0 | hs_2 | sum_heuristic |
[
30,
34,
12,
67
] | 15 | [
"30+34=64",
"12+67=79",
"79-64=15"
] | Current State: 15:[30, 34, 12, 67], Operations: []
Exploring Operation: 30+34=64, Resulting Numbers: [12, 67, 64]
Generated Node #2: [12, 67, 64] from Operation: 30+34=64
Current State: 15:[12, 67, 64], Operations: ['30+34=64']
Exploring Operation: 12+67=79, Resulting Numbers: [64, 79]
Generated Node #3: [64, 79] from ... | 4 | Current State: 15:[30, 34, 12, 67], Operations: []
Exploring Operation: 34-30=4, Resulting Numbers: [12, 67, 4]
Generated Node #0,0: 15:[12, 67, 4] Operation: 34-30=4
Exploring Operation: 30-12=18, Resulting Numbers: [34, 67, 18]
Generated Node #0,1: 15:[34, 67, 18] Operation: 30-12=18
Exploring Operation: 67-30=37, Re... | 0.988715 | hs_4 | mult_heuristic |
[
62,
71,
80,
30
] | 83 | [
"62+71=133",
"80-30=50",
"133-50=83"
] | Current State: 83:[62, 71, 80, 30], Operations: []
Exploring Operation: 62+71=133, Resulting Numbers: [80, 30, 133]
Generated Node #2: [80, 30, 133] from Operation: 62+71=133
Current State: 83:[80, 30, 133], Operations: ['62+71=133']
Exploring Operation: 80-30=50, Resulting Numbers: [133, 50]
Generated Node #3: [133, 5... | 4 | Current State: 83:[62, 71, 80, 30], Operations: []
Exploring Operation: 62+30=92, Resulting Numbers: [71, 80, 92]
Generated Node #0,0: 83:[71, 80, 92] Operation: 62+30=92
Exploring Operation: 71+30=101, Resulting Numbers: [62, 80, 101]
Generated Node #0,1: 83:[62, 80, 101] Operation: 71+30=101
Start Sub Search at level... | 0 | hs_2 | mult_heuristic |
[
70,
28,
92,
97
] | 93 | [
"70+28=98",
"97-92=5",
"98-5=93"
] | Current State: 93:[70, 28, 92, 97], Operations: []
Exploring Operation: 70+28=98, Resulting Numbers: [92, 97, 98]
Generated Node #2: [92, 97, 98] from Operation: 70+28=98
Current State: 93:[92, 97, 98], Operations: ['70+28=98']
Exploring Operation: 97-92=5, Resulting Numbers: [98, 5]
Generated Node #3: [98, 5] from Ope... | 4 | Current State: 93:[70, 28, 92, 97], Operations: []
Exploring Operation: 70-28=42, Resulting Numbers: [92, 97, 42]
Generated Node #0,0: 93:[92, 97, 42] Operation: 70-28=42
Exploring Operation: 70+28=98, Resulting Numbers: [92, 97, 98]
Generated Node #0,1: 93:[92, 97, 98] Operation: 70+28=98
Exploring Operation: 97-70=27... | 0.987847 | hs_3 | sum_heuristic |
[
22,
11,
60,
11
] | 20 | [
"22+11=33",
"60*11=660",
"660/33=20"
] | Current State: 20:[22, 11, 60, 11], Operations: []
Exploring Operation: 22+11=33, Resulting Numbers: [60, 33]
Generated Node #2: [60, 33] from Operation: 22+11=33
Current State: 20:[60, 33], Operations: ['22+11=33']
Exploring Operation: 60*11=660, Resulting Numbers: [33, 660]
Generated Node #3: [33, 660] from Operation... | 4 | Current State: 20:[22, 11, 60, 11], Operations: []
Exploring Operation: 60-11=49, Resulting Numbers: [22, 11, 49]
Generated Node #0,0: 20:[22, 11, 49] Operation: 60-11=49
Exploring Operation: 60-22=38, Resulting Numbers: [11, 11, 38]
Generated Node #0,1: 20:[11, 11, 38] Operation: 60-22=38
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
72,
59,
6,
51
] | 96 | [
"72/6=12",
"59-51=8",
"12*8=96"
] | Current State: 96:[72, 59, 6, 51], Operations: []
Exploring Operation: 72/6=12, Resulting Numbers: [59, 51, 12]
Generated Node #2: [59, 51, 12] from Operation: 72/6=12
Current State: 96:[59, 51, 12], Operations: ['72/6=12']
Exploring Operation: 59-51=8, Resulting Numbers: [12, 8]
Generated Node #3: [12, 8] from Operati... | 4 | Current State: 96:[72, 59, 6, 51], Operations: []
Exploring Operation: 72-59=13, Resulting Numbers: [6, 51, 13]
Generated Node #0,0: 96:[6, 51, 13] Operation: 72-59=13
Exploring Operation: 72-51=21, Resulting Numbers: [59, 6, 21]
Generated Node #0,1: 96:[59, 6, 21] Operation: 72-51=21
Exploring Operation: 59-51=8, Resu... | 0.960069 | hs_4 | sum_heuristic |
[
82,
36,
19,
74
] | 25 | [
"82+36=118",
"19+74=93",
"118-93=25"
] | Current State: 25:[82, 36, 19, 74], Operations: []
Exploring Operation: 82+36=118, Resulting Numbers: [19, 74, 118]
Generated Node #2: [19, 74, 118] from Operation: 82+36=118
Current State: 25:[19, 74, 118], Operations: ['82+36=118']
Exploring Operation: 19+74=93, Resulting Numbers: [118, 93]
Generated Node #3: [118, 9... | 4 | Current State: 25:[82, 36, 19, 74], Operations: []
Exploring Operation: 82-36=46, Resulting Numbers: [19, 74, 46]
Generated Node #0,0: 25:[19, 74, 46] Operation: 82-36=46
Exploring Operation: 74-36=38, Resulting Numbers: [82, 19, 38]
Generated Node #0,1: 25:[82, 19, 38] Operation: 74-36=38
Exploring Operation: 82-74=8,... | 0.980035 | hs_3 | mult_heuristic |
[
27,
56,
72,
69
] | 42 | [
"27+69=96",
"56*72=4032",
"4032/96=42"
] | Current State: 42:[27, 56, 72, 69], Operations: []
Exploring Operation: 27+69=96, Resulting Numbers: [56, 72, 96]
Generated Node #2: [56, 72, 96] from Operation: 27+69=96
Current State: 42:[56, 72, 96], Operations: ['27+69=96']
Exploring Operation: 56*72=4032, Resulting Numbers: [96, 4032]
Generated Node #3: [96, 4032]... | 4 | Current State: 42:[27, 56, 72, 69], Operations: []
Exploring Operation: 72-56=16, Resulting Numbers: [27, 69, 16]
Generated Node #0,0: 42:[27, 69, 16] Operation: 72-56=16
Exploring Operation: 72-69=3, Resulting Numbers: [27, 56, 3]
Generated Node #0,1: 42:[27, 56, 3] Operation: 72-69=3
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
49,
8,
15,
6
] | 32 | [
"49-8=41",
"15-6=9",
"41-9=32"
] | Current State: 32:[49, 8, 15, 6], Operations: []
Exploring Operation: 49-8=41, Resulting Numbers: [15, 6, 41]
Generated Node #2: [15, 6, 41] from Operation: 49-8=41
Current State: 32:[15, 6, 41], Operations: ['49-8=41']
Exploring Operation: 15-6=9, Resulting Numbers: [41, 9]
Generated Node #3: [41, 9] from Operation: 1... | 4 | Current State: 32:[49, 8, 15, 6], Operations: []
Exploring Operation: 8-6=2, Resulting Numbers: [49, 15, 2]
Generated Node #0,0: 32:[49, 15, 2] Operation: 8-6=2
Exploring Operation: 49-8=41, Resulting Numbers: [15, 6, 41]
Generated Node #0,1: 32:[15, 6, 41] Operation: 49-8=41
Exploring Operation: 49-6=43, Resulting Num... | 0.976563 | hs_4 | sum_heuristic |
[
7,
84,
43,
5
] | 96 | [
"43-7=36",
"5*36=180",
"180-84=96"
] | Current State: 96:[7, 84, 43, 5], Operations: []
Exploring Operation: 43-7=36, Resulting Numbers: [84, 5, 36]
Generated Node #2: [84, 5, 36] from Operation: 43-7=36
Current State: 96:[84, 5, 36], Operations: ['43-7=36']
Exploring Operation: 5*36=180, Resulting Numbers: [84, 180]
Generated Node #3: [84, 180] from Operat... | 4 | Current State: 96:[7, 84, 43, 5], Operations: []
Exploring Operation: 84/7=12, Resulting Numbers: [43, 5, 12]
Generated Node #0,0: 96:[43, 5, 12] Operation: 84/7=12
Moving to Node #0,0
Current State: 96:[43, 5, 12], Operations: ['84/7=12']
Exploring Operation: 43+5=48, Resulting Numbers: [12, 48]
Generated Node #0,0,0:... | 0 | hs_1 | mult_heuristic |
[
31,
27,
86,
7
] | 83 | [
"31-27=4",
"86-7=79",
"4+79=83"
] | Current State: 83:[31, 27, 86, 7], Operations: []
Exploring Operation: 31-27=4, Resulting Numbers: [86, 7, 4]
Generated Node #2: [86, 7, 4] from Operation: 31-27=4
Current State: 83:[86, 7, 4], Operations: ['31-27=4']
Exploring Operation: 86-7=79, Resulting Numbers: [4, 79]
Generated Node #3: [4, 79] from Operation: 86... | 4 | Current State: 83:[31, 27, 86, 7], Operations: []
Exploring Operation: 27+7=34, Resulting Numbers: [31, 86, 34]
Generated Node #0,0: 83:[31, 86, 34] Operation: 27+7=34
Exploring Operation: 31+27=58, Resulting Numbers: [86, 7, 58]
Generated Node #0,1: 83:[86, 7, 58] Operation: 31+27=58
Exploring Operation: 31+7=38, Resu... | 0.962674 | hs_3 | mult_heuristic |
[
41,
43,
1,
20
] | 41 | [
"43-41=2",
"20*2=40",
"1+40=41"
] | Current State: 41:[41, 43, 1, 20], Operations: []
Exploring Operation: 43-41=2, Resulting Numbers: [1, 20, 2]
Generated Node #2: [1, 20, 2] from Operation: 43-41=2
Current State: 41:[1, 20, 2], Operations: ['43-41=2']
Exploring Operation: 20*2=40, Resulting Numbers: [1, 40]
Generated Node #3: [1, 40] from Operation: 20... | 4 | Current State: 41:[41, 43, 1, 20], Operations: []
Exploring Operation: 41/1=41, Resulting Numbers: [43, 20, 41]
Generated Node #0,0: 41:[43, 20, 41] Operation: 41/1=41
Exploring Operation: 1+20=21, Resulting Numbers: [41, 43, 21]
Generated Node #0,1: 41:[41, 43, 21] Operation: 1+20=21
Exploring Operation: 43-1=42, Resu... | 0 | hs_5 | mult_heuristic |
[
64,
48,
53,
27
] | 60 | [
"53+27=80",
"48*80=3840",
"3840/64=60"
] | Current State: 60:[64, 48, 53, 27], Operations: []
Exploring Operation: 53+27=80, Resulting Numbers: [64, 48, 80]
Generated Node #2: [64, 48, 80] from Operation: 53+27=80
Current State: 60:[64, 48, 80], Operations: ['53+27=80']
Exploring Operation: 48*80=3840, Resulting Numbers: [64, 3840]
Generated Node #3: [64, 3840]... | 4 | Current State: 60:[64, 48, 53, 27], Operations: []
Exploring Operation: 64-48=16, Resulting Numbers: [53, 27, 16]
Generated Node #0,0: 60:[53, 27, 16] Operation: 64-48=16
Exploring Operation: 48-27=21, Resulting Numbers: [64, 53, 21]
Generated Node #0,1: 60:[64, 53, 21] Operation: 48-27=21
Exploring Operation: 53-48=5,... | 0 | hs_3 | sum_heuristic |
[
98,
66,
10,
74
] | 84 | [
"66+74=140",
"140/10=14",
"98-14=84"
] | Current State: 84:[98, 66, 10, 74], Operations: []
Exploring Operation: 66+74=140, Resulting Numbers: [98, 10, 140]
Generated Node #2: [98, 10, 140] from Operation: 66+74=140
Current State: 84:[98, 10, 140], Operations: ['66+74=140']
Exploring Operation: 140/10=14, Resulting Numbers: [98, 14]
Generated Node #3: [98, 14... | 4 | Current State: 84:[98, 66, 10, 74], Operations: []
Exploring Operation: 74-66=8, Resulting Numbers: [98, 10, 8]
Generated Node #0,0: 84:[98, 10, 8] Operation: 74-66=8
Exploring Operation: 98-66=32, Resulting Numbers: [10, 74, 32]
Generated Node #0,1: 84:[10, 74, 32] Operation: 98-66=32
Exploring Operation: 98-74=24, Re... | 0 | hs_3 | mult_heuristic |
[
51,
59,
27,
1
] | 83 | [
"51+59=110",
"27*1=27",
"110-27=83"
] | Current State: 83:[51, 59, 27, 1], Operations: []
Exploring Operation: 51+59=110, Resulting Numbers: [27, 1, 110]
Generated Node #2: [27, 1, 110] from Operation: 51+59=110
Current State: 83:[27, 1, 110], Operations: ['51+59=110']
Exploring Operation: 27*1=27, Resulting Numbers: [110, 27]
Generated Node #3: [110, 27] fr... | 4 | Current State: 83:[51, 59, 27, 1], Operations: []
Exploring Operation: 51+27=78, Resulting Numbers: [59, 1, 78]
Generated Node #0,0: 83:[59, 1, 78] Operation: 51+27=78
Exploring Operation: 59+1=60, Resulting Numbers: [51, 27, 60]
Generated Node #0,1: 83:[51, 27, 60] Operation: 59+1=60
Exploring Operation: 51+1=52, Resu... | 0 | hs_3 | mult_heuristic |
[
87,
89,
33,
77
] | 55 | [
"89-87=2",
"33+77=110",
"110/2=55"
] | Current State: 55:[87, 89, 33, 77], Operations: []
Exploring Operation: 89-87=2, Resulting Numbers: [33, 77, 2]
Generated Node #2: [33, 77, 2] from Operation: 89-87=2
Current State: 55:[33, 77, 2], Operations: ['89-87=2']
Exploring Operation: 33+77=110, Resulting Numbers: [2, 110]
Generated Node #3: [2, 110] from Opera... | 4 | Current State: 55:[87, 89, 33, 77], Operations: []
Exploring Operation: 89-33=56, Resulting Numbers: [87, 77, 56]
Generated Node #0,0: 55:[87, 77, 56] Operation: 89-33=56
Exploring Operation: 89-87=2, Resulting Numbers: [33, 77, 2]
Generated Node #0,1: 55:[33, 77, 2] Operation: 89-87=2
Exploring Operation: 89-77=12, Re... | 0 | hs_4 | mult_heuristic |
[
45,
46,
49,
5
] | 54 | [
"46-45=1",
"49+5=54",
"1*54=54"
] | Current State: 54:[45, 46, 49, 5], Operations: []
Exploring Operation: 46-45=1, Resulting Numbers: [49, 5, 1]
Generated Node #2: [49, 5, 1] from Operation: 46-45=1
Current State: 54:[49, 5, 1], Operations: ['46-45=1']
Exploring Operation: 49+5=54, Resulting Numbers: [1, 54]
Generated Node #3: [1, 54] from Operation: 49... | 4 | Current State: 54:[45, 46, 49, 5], Operations: []
Exploring Operation: 46-45=1, Resulting Numbers: [49, 5, 1]
Generated Node #0,0: 54:[49, 5, 1] Operation: 46-45=1
Exploring Operation: 49-45=4, Resulting Numbers: [46, 5, 4]
Generated Node #0,1: 54:[46, 5, 4] Operation: 49-45=4
Exploring Operation: 49-46=3, Resulting Nu... | 0.990451 | hs_3 | mult_heuristic |
[
39,
77,
47,
50
] | 64 | [
"50-47=3",
"39/3=13",
"77-13=64"
] | Current State: 64:[39, 77, 47, 50], Operations: []
Exploring Operation: 50-47=3, Resulting Numbers: [39, 77, 3]
Generated Node #2: [39, 77, 3] from Operation: 50-47=3
Current State: 64:[39, 77, 3], Operations: ['50-47=3']
Exploring Operation: 39/3=13, Resulting Numbers: [77, 13]
Generated Node #3: [77, 13] from Operati... | 4 | Current State: 64:[39, 77, 47, 50], Operations: []
Exploring Operation: 50-47=3, Resulting Numbers: [39, 77, 3]
Generated Node #0,0: 64:[39, 77, 3] Operation: 50-47=3
Moving to Node #0,0
Current State: 64:[39, 77, 3], Operations: ['50-47=3']
Exploring Operation: 77-39=38, Resulting Numbers: [3, 38]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
73,
32,
4,
27
] | 18 | [
"73-32=41",
"27-4=23",
"41-23=18"
] | Current State: 18:[73, 32, 4, 27], Operations: []
Exploring Operation: 73-32=41, Resulting Numbers: [4, 27, 41]
Generated Node #2: [4, 27, 41] from Operation: 73-32=41
Current State: 18:[4, 27, 41], Operations: ['73-32=41']
Exploring Operation: 27-4=23, Resulting Numbers: [41, 23]
Generated Node #3: [41, 23] from Opera... | 4 | Current State: 18:[73, 32, 4, 27], Operations: []
Exploring Operation: 73-27=46, Resulting Numbers: [32, 4, 46]
Generated Node #0,0: 18:[32, 4, 46] Operation: 73-27=46
Exploring Operation: 73-32=41, Resulting Numbers: [4, 27, 41]
Generated Node #0,1: 18:[4, 27, 41] Operation: 73-32=41
Moving to Node #0,1
Current State:... | 0.992188 | hs_2 | sum_heuristic |
[
98,
89,
39,
45
] | 54 | [
"98-89=9",
"45-39=6",
"9*6=54"
] | Current State: 54:[98, 89, 39, 45], Operations: []
Exploring Operation: 98-89=9, Resulting Numbers: [39, 45, 9]
Generated Node #2: [39, 45, 9] from Operation: 98-89=9
Current State: 54:[39, 45, 9], Operations: ['98-89=9']
Exploring Operation: 45-39=6, Resulting Numbers: [9, 6]
Generated Node #3: [9, 6] from Operation: ... | 4 | Current State: 54:[98, 89, 39, 45], Operations: []
Exploring Operation: 98-89=9, Resulting Numbers: [39, 45, 9]
Generated Node #0,0: 54:[39, 45, 9] Operation: 98-89=9
Exploring Operation: 98-39=59, Resulting Numbers: [89, 45, 59]
Generated Node #0,1: 54:[89, 45, 59] Operation: 98-39=59
Exploring Operation: 98-45=53, Re... | 0.976563 | hs_3 | sum_heuristic |
[
91,
37,
56,
33
] | 39 | [
"91+37=128",
"56+33=89",
"128-89=39"
] | Current State: 39:[91, 37, 56, 33], Operations: []
Exploring Operation: 91+37=128, Resulting Numbers: [56, 33, 128]
Generated Node #2: [56, 33, 128] from Operation: 91+37=128
Current State: 39:[56, 33, 128], Operations: ['91+37=128']
Exploring Operation: 56+33=89, Resulting Numbers: [128, 89]
Generated Node #3: [128, 8... | 4 | Current State: 39:[91, 37, 56, 33], Operations: []
Exploring Operation: 91-37=54, Resulting Numbers: [56, 33, 54]
Generated Node #0,0: 39:[56, 33, 54] Operation: 91-37=54
Exploring Operation: 91-33=58, Resulting Numbers: [37, 56, 58]
Generated Node #0,1: 39:[37, 56, 58] Operation: 91-33=58
Exploring Operation: 56-37=19... | 0.986111 | hs_5 | sum_heuristic |
[
84,
42,
81,
69
] | 55 | [
"84-81=3",
"42/3=14",
"69-14=55"
] | Current State: 55:[84, 42, 81, 69], Operations: []
Exploring Operation: 84-81=3, Resulting Numbers: [42, 69, 3]
Generated Node #2: [42, 69, 3] from Operation: 84-81=3
Current State: 55:[42, 69, 3], Operations: ['84-81=3']
Exploring Operation: 42/3=14, Resulting Numbers: [69, 14]
Generated Node #3: [69, 14] from Operati... | 4 | Current State: 55:[84, 42, 81, 69], Operations: []
Exploring Operation: 84-81=3, Resulting Numbers: [42, 69, 3]
Generated Node #0,0: 55:[42, 69, 3] Operation: 84-81=3
Exploring Operation: 84/42=2, Resulting Numbers: [81, 69, 2]
Generated Node #0,1: 55:[81, 69, 2] Operation: 84/42=2
Start Sub Search at level 1: Moving t... | 0.991319 | hs_2 | sum_heuristic |
[
47,
15,
78,
31
] | 78 | [
"47-15=32",
"32-31=1",
"78*1=78"
] | Current State: 78:[47, 15, 78, 31], Operations: []
Exploring Operation: 47-15=32, Resulting Numbers: [78, 31, 32]
Generated Node #2: [78, 31, 32] from Operation: 47-15=32
Current State: 78:[78, 31, 32], Operations: ['47-15=32']
Exploring Operation: 32-31=1, Resulting Numbers: [78, 1]
Generated Node #3: [78, 1] from Ope... | 4 | Current State: 78:[47, 15, 78, 31], Operations: []
Exploring Operation: 47-31=16, Resulting Numbers: [15, 78, 16]
Generated Node #0,0: 78:[15, 78, 16] Operation: 47-31=16
Exploring Operation: 47+31=78, Resulting Numbers: [15, 78, 78]
Generated Node #0,1: 78:[15, 78, 78] Operation: 47+31=78
Moving to Node #0,1
Current S... | 0.990451 | hs_2 | mult_heuristic |
[
2,
3,
7,
22
] | 96 | [
"2+22=24",
"7-3=4",
"24*4=96"
] | Current State: 96:[2, 3, 7, 22], Operations: []
Exploring Operation: 2+22=24, Resulting Numbers: [3, 7, 24]
Generated Node #2: [3, 7, 24] from Operation: 2+22=24
Current State: 96:[3, 7, 24], Operations: ['2+22=24']
Exploring Operation: 7-3=4, Resulting Numbers: [24, 4]
Generated Node #3: [24, 4] from Operation: 7-3=4
... | 4 | Current State: 96:[2, 3, 7, 22], Operations: []
Exploring Operation: 22-7=15, Resulting Numbers: [2, 3, 15]
Generated Node #0,0: 96:[2, 3, 15] Operation: 22-7=15
Exploring Operation: 2+22=24, Resulting Numbers: [3, 7, 24]
Generated Node #0,1: 96:[3, 7, 24] Operation: 2+22=24
Start Sub Search at level 1: Moving to Node ... | 0.986111 | hs_2 | mult_heuristic |
[
78,
65,
70,
24
] | 59 | [
"78-65=13",
"70-24=46",
"13+46=59"
] | Current State: 59:[78, 65, 70, 24], Operations: []
Exploring Operation: 78-65=13, Resulting Numbers: [70, 24, 13]
Generated Node #2: [70, 24, 13] from Operation: 78-65=13
Current State: 59:[70, 24, 13], Operations: ['78-65=13']
Exploring Operation: 70-24=46, Resulting Numbers: [13, 46]
Generated Node #3: [13, 46] from ... | 4 | Current State: 59:[78, 65, 70, 24], Operations: []
Exploring Operation: 65+24=89, Resulting Numbers: [78, 70, 89]
Generated Node #0,0: 59:[78, 70, 89] Operation: 65+24=89
Exploring Operation: 78-24=54, Resulting Numbers: [65, 70, 54]
Generated Node #0,1: 59:[65, 70, 54] Operation: 78-24=54
Exploring Operation: 78+24=10... | 0.983507 | hs_5 | mult_heuristic |
[
36,
67,
21,
90
] | 61 | [
"36-21=15",
"90/15=6",
"67-6=61"
] | Current State: 61:[36, 67, 21, 90], Operations: []
Exploring Operation: 36-21=15, Resulting Numbers: [67, 90, 15]
Generated Node #2: [67, 90, 15] from Operation: 36-21=15
Current State: 61:[67, 90, 15], Operations: ['36-21=15']
Exploring Operation: 90/15=6, Resulting Numbers: [67, 6]
Generated Node #3: [67, 6] from Ope... | 4 | Current State: 61:[36, 67, 21, 90], Operations: []
Exploring Operation: 36+21=57, Resulting Numbers: [67, 90, 57]
Generated Node #0,0: 61:[67, 90, 57] Operation: 36+21=57
Exploring Operation: 67-21=46, Resulting Numbers: [36, 90, 46]
Generated Node #0,1: 61:[36, 90, 46] Operation: 67-21=46
Exploring Operation: 90-36=54... | 0.908854 | hs_5 | sum_heuristic |
[
34,
83,
60,
21
] | 17 | [
"83-60=23",
"23-21=2",
"34/2=17"
] | Current State: 17:[34, 83, 60, 21], Operations: []
Exploring Operation: 83-60=23, Resulting Numbers: [34, 21, 23]
Generated Node #2: [34, 21, 23] from Operation: 83-60=23
Current State: 17:[34, 21, 23], Operations: ['83-60=23']
Exploring Operation: 23-21=2, Resulting Numbers: [34, 2]
Generated Node #3: [34, 2] from Ope... | 4 | Current State: 17:[34, 83, 60, 21], Operations: []
Exploring Operation: 83-21=62, Resulting Numbers: [34, 60, 62]
Generated Node #0,0: 17:[34, 60, 62] Operation: 83-21=62
Exploring Operation: 60-34=26, Resulting Numbers: [83, 21, 26]
Generated Node #0,1: 17:[83, 21, 26] Operation: 60-34=26
Exploring Operation: 83-60=23... | 0.981771 | hs_4 | sum_heuristic |
[
8,
58,
62,
88
] | 14 | [
"62-58=4",
"88/4=22",
"22-8=14"
] | Current State: 14:[8, 58, 62, 88], Operations: []
Exploring Operation: 62-58=4, Resulting Numbers: [8, 88, 4]
Generated Node #2: [8, 88, 4] from Operation: 62-58=4
Current State: 14:[8, 88, 4], Operations: ['62-58=4']
Exploring Operation: 88/4=22, Resulting Numbers: [8, 22]
Generated Node #3: [8, 22] from Operation: 88... | 4 | Current State: 14:[8, 58, 62, 88], Operations: []
Exploring Operation: 88-62=26, Resulting Numbers: [8, 58, 26]
Generated Node #0,0: 14:[8, 58, 26] Operation: 88-62=26
Moving to Node #0,0
Current State: 14:[8, 58, 26], Operations: ['88-62=26']
Exploring Operation: 58-26=32, Resulting Numbers: [8, 32]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
95,
23,
50,
24
] | 47 | [
"95-23=72",
"72/24=3",
"50-3=47"
] | Current State: 47:[95, 23, 50, 24], Operations: []
Exploring Operation: 95-23=72, Resulting Numbers: [50, 24, 72]
Generated Node #2: [50, 24, 72] from Operation: 95-23=72
Current State: 47:[50, 24, 72], Operations: ['95-23=72']
Exploring Operation: 72/24=3, Resulting Numbers: [50, 3]
Generated Node #3: [50, 3] from Ope... | 4 | Current State: 47:[95, 23, 50, 24], Operations: []
Exploring Operation: 95-50=45, Resulting Numbers: [23, 24, 45]
Generated Node #0,0: 47:[23, 24, 45] Operation: 95-50=45
Exploring Operation: 95-23=72, Resulting Numbers: [50, 24, 72]
Generated Node #0,1: 47:[50, 24, 72] Operation: 95-23=72
Exploring Operation: 95-24=71... | 0.97309 | hs_3 | sum_heuristic |
[
45,
99,
30,
54
] | 10 | [
"99*30=2970",
"2970/54=55",
"55-45=10"
] | Current State: 10:[45, 99, 30, 54], Operations: []
Exploring Operation: 99*30=2970, Resulting Numbers: [45, 54, 2970]
Generated Node #2: [45, 54, 2970] from Operation: 99*30=2970
Current State: 10:[45, 54, 2970], Operations: ['99*30=2970']
Exploring Operation: 2970/54=55, Resulting Numbers: [45, 55]
Generated Node #3: ... | 4 | Current State: 10:[45, 99, 30, 54], Operations: []
Exploring Operation: 99-54=45, Resulting Numbers: [45, 30, 45]
Generated Node #0,0: 10:[45, 30, 45] Operation: 99-54=45
Start Sub Search at level 1: Moving to Node #0,0
Current State: 10:[45, 30, 45], Operations: ['99-54=45']
Exploring Operation: 45/45=1, Resulting Num... | 0 | hs_1 | sum_heuristic |
[
26,
16,
43,
67
] | 100 | [
"26-16=10",
"43+67=110",
"110-10=100"
] | Current State: 100:[26, 16, 43, 67], Operations: []
Exploring Operation: 26-16=10, Resulting Numbers: [43, 67, 10]
Generated Node #2: [43, 67, 10] from Operation: 26-16=10
Current State: 100:[43, 67, 10], Operations: ['26-16=10']
Exploring Operation: 43+67=110, Resulting Numbers: [10, 110]
Generated Node #3: [10, 110] ... | 4 | Current State: 100:[26, 16, 43, 67], Operations: []
Exploring Operation: 43+67=110, Resulting Numbers: [26, 16, 110]
Generated Node #0,0: 100:[26, 16, 110] Operation: 43+67=110
Exploring Operation: 67-43=24, Resulting Numbers: [26, 16, 24]
Generated Node #0,1: 100:[26, 16, 24] Operation: 67-43=24
Exploring Operation: 2... | 0.954861 | hs_4 | mult_heuristic |
[
30,
28,
40,
50
] | 29 | [
"30*28=840",
"840/40=21",
"50-21=29"
] | Current State: 29:[30, 28, 40, 50], Operations: []
Exploring Operation: 30*28=840, Resulting Numbers: [40, 50, 840]
Generated Node #2: [40, 50, 840] from Operation: 30*28=840
Current State: 29:[40, 50, 840], Operations: ['30*28=840']
Exploring Operation: 840/40=21, Resulting Numbers: [50, 21]
Generated Node #3: [50, 21... | 4 | Current State: 29:[30, 28, 40, 50], Operations: []
Exploring Operation: 50-30=20, Resulting Numbers: [28, 40, 20]
Generated Node #0,0: 29:[28, 40, 20] Operation: 50-30=20
Exploring Operation: 50-28=22, Resulting Numbers: [30, 40, 22]
Generated Node #0,1: 29:[30, 40, 22] Operation: 50-28=22
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
42,
87,
15,
3
] | 30 | [
"87-42=45",
"45/3=15",
"15+15=30"
] | Current State: 30:[42, 87, 15, 3], Operations: []
Exploring Operation: 87-42=45, Resulting Numbers: [15, 3, 45]
Generated Node #2: [15, 3, 45] from Operation: 87-42=45
Current State: 30:[15, 3, 45], Operations: ['87-42=45']
Exploring Operation: 45/3=15, Resulting Numbers: [15, 15]
Generated Node #3: [15, 15] from Opera... | 4 | Current State: 30:[42, 87, 15, 3], Operations: []
Exploring Operation: 42/3=14, Resulting Numbers: [87, 15, 14]
Generated Node #0,0: 30:[87, 15, 14] Operation: 42/3=14
Exploring Operation: 87/3=29, Resulting Numbers: [42, 15, 29]
Generated Node #0,1: 30:[42, 15, 29] Operation: 87/3=29
Exploring Operation: 87-42=45, Res... | 0.971354 | hs_4 | sum_heuristic |
[
10,
75,
21,
4
] | 60 | [
"10+75=85",
"21+4=25",
"85-25=60"
] | Current State: 60:[10, 75, 21, 4], Operations: []
Exploring Operation: 10+75=85, Resulting Numbers: [21, 4, 85]
Generated Node #2: [21, 4, 85] from Operation: 10+75=85
Current State: 60:[21, 4, 85], Operations: ['10+75=85']
Exploring Operation: 21+4=25, Resulting Numbers: [85, 25]
Generated Node #3: [85, 25] from Opera... | 4 | Current State: 60:[10, 75, 21, 4], Operations: []
Exploring Operation: 75-10=65, Resulting Numbers: [21, 4, 65]
Generated Node #0,0: 60:[21, 4, 65] Operation: 75-10=65
Start Sub Search at level 1: Moving to Node #0,0
Current State: 60:[21, 4, 65], Operations: ['75-10=65']
Exploring Operation: 65-4=61, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
44,
70,
53,
20
] | 47 | [
"70-44=26",
"53+20=73",
"73-26=47"
] | Current State: 47:[44, 70, 53, 20], Operations: []
Exploring Operation: 70-44=26, Resulting Numbers: [53, 20, 26]
Generated Node #2: [53, 20, 26] from Operation: 70-44=26
Current State: 47:[53, 20, 26], Operations: ['70-44=26']
Exploring Operation: 53+20=73, Resulting Numbers: [26, 73]
Generated Node #3: [26, 73] from ... | 4 | Current State: 47:[44, 70, 53, 20], Operations: []
Exploring Operation: 53-20=33, Resulting Numbers: [44, 70, 33]
Generated Node #0,0: 47:[44, 70, 33] Operation: 53-20=33
Exploring Operation: 70-20=50, Resulting Numbers: [44, 53, 50]
Generated Node #0,1: 47:[44, 53, 50] Operation: 70-20=50
Start Sub Search at level 1: ... | 0.990451 | hs_2 | sum_heuristic |
[
3,
11,
10,
21
] | 62 | [
"3*10=30",
"11+21=32",
"30+32=62"
] | Current State: 62:[3, 11, 10, 21], Operations: []
Exploring Operation: 3*10=30, Resulting Numbers: [11, 21, 30]
Generated Node #2: [11, 21, 30] from Operation: 3*10=30
Current State: 62:[11, 21, 30], Operations: ['3*10=30']
Exploring Operation: 11+21=32, Resulting Numbers: [30, 32]
Generated Node #3: [30, 32] from Oper... | 4 | Current State: 62:[3, 11, 10, 21], Operations: []
Exploring Operation: 11+21=32, Resulting Numbers: [3, 10, 32]
Generated Node #0,0: 62:[3, 10, 32] Operation: 11+21=32
Exploring Operation: 10+21=31, Resulting Numbers: [3, 11, 31]
Generated Node #0,1: 62:[3, 11, 31] Operation: 10+21=31
Moving to Node #0,0
Current State:... | 0.991319 | hs_2 | sum_heuristic |
[
13,
89,
23,
13
] | 57 | [
"13*13=169",
"89+23=112",
"169-112=57"
] | Current State: 57:[13, 89, 23, 13], Operations: []
Exploring Operation: 13*13=169, Resulting Numbers: [89, 23, 169]
Generated Node #2: [89, 23, 169] from Operation: 13*13=169
Current State: 57:[89, 23, 169], Operations: ['13*13=169']
Exploring Operation: 89+23=112, Resulting Numbers: [169, 112]
Generated Node #3: [169,... | 4 | Current State: 57:[13, 89, 23, 13], Operations: []
Exploring Operation: 89-23=66, Resulting Numbers: [13, 13, 66]
Generated Node #0,0: 57:[13, 13, 66] Operation: 89-23=66
Exploring Operation: 13-13=0, Resulting Numbers: [89, 23, 0]
Generated Node #0,1: 57:[89, 23, 0] Operation: 13-13=0
Exploring Operation: 89-13=76, Re... | 0 | hs_5 | mult_heuristic |
[
71,
36,
70,
22
] | 59 | [
"71+36=107",
"70-22=48",
"107-48=59"
] | Current State: 59:[71, 36, 70, 22], Operations: []
Exploring Operation: 71+36=107, Resulting Numbers: [70, 22, 107]
Generated Node #2: [70, 22, 107] from Operation: 71+36=107
Current State: 59:[70, 22, 107], Operations: ['71+36=107']
Exploring Operation: 70-22=48, Resulting Numbers: [107, 48]
Generated Node #3: [107, 4... | 4 | Current State: 59:[71, 36, 70, 22], Operations: []
Exploring Operation: 36+22=58, Resulting Numbers: [71, 70, 58]
Generated Node #0,0: 59:[71, 70, 58] Operation: 36+22=58
Exploring Operation: 71-22=49, Resulting Numbers: [36, 70, 49]
Generated Node #0,1: 59:[36, 70, 49] Operation: 71-22=49
Moving to Node #0,0
Current S... | 0.989583 | hs_2 | sum_heuristic |
[
75,
83,
36,
78
] | 34 | [
"83-75=8",
"78-36=42",
"42-8=34"
] | Current State: 34:[75, 83, 36, 78], Operations: []
Exploring Operation: 83-75=8, Resulting Numbers: [36, 78, 8]
Generated Node #2: [36, 78, 8] from Operation: 83-75=8
Current State: 34:[36, 78, 8], Operations: ['83-75=8']
Exploring Operation: 78-36=42, Resulting Numbers: [8, 42]
Generated Node #3: [8, 42] from Operatio... | 4 | Current State: 34:[75, 83, 36, 78], Operations: []
Exploring Operation: 78-75=3, Resulting Numbers: [83, 36, 3]
Generated Node #0,0: 34:[83, 36, 3] Operation: 78-75=3
Exploring Operation: 83-75=8, Resulting Numbers: [36, 78, 8]
Generated Node #0,1: 34:[36, 78, 8] Operation: 83-75=8
Exploring Operation: 83-78=5, Resulti... | 0.973958 | hs_3 | sum_heuristic |
[
25,
36,
58,
49
] | 99 | [
"36-25=11",
"58-49=9",
"11*9=99"
] | Current State: 99:[25, 36, 58, 49], Operations: []
Exploring Operation: 36-25=11, Resulting Numbers: [58, 49, 11]
Generated Node #2: [58, 49, 11] from Operation: 36-25=11
Current State: 99:[58, 49, 11], Operations: ['36-25=11']
Exploring Operation: 58-49=9, Resulting Numbers: [11, 9]
Generated Node #3: [11, 9] from Ope... | 4 | Current State: 99:[25, 36, 58, 49], Operations: []
Exploring Operation: 36+58=94, Resulting Numbers: [25, 49, 94]
Generated Node #0,0: 99:[25, 49, 94] Operation: 36+58=94
Exploring Operation: 58-49=9, Resulting Numbers: [25, 36, 9]
Generated Node #0,1: 99:[25, 36, 9] Operation: 58-49=9
Exploring Operation: 58+49=107, R... | 0.988715 | hs_4 | sum_heuristic |
[
57,
3,
6,
31
] | 70 | [
"57+31=88",
"3*6=18",
"88-18=70"
] | Current State: 70:[57, 3, 6, 31], Operations: []
Exploring Operation: 57+31=88, Resulting Numbers: [3, 6, 88]
Generated Node #2: [3, 6, 88] from Operation: 57+31=88
Current State: 70:[3, 6, 88], Operations: ['57+31=88']
Exploring Operation: 3*6=18, Resulting Numbers: [88, 18]
Generated Node #3: [88, 18] from Operation:... | 4 | Current State: 70:[57, 3, 6, 31], Operations: []
Exploring Operation: 57+3=60, Resulting Numbers: [6, 31, 60]
Generated Node #0,0: 70:[6, 31, 60] Operation: 57+3=60
Exploring Operation: 57/3=19, Resulting Numbers: [6, 31, 19]
Generated Node #0,1: 70:[6, 31, 19] Operation: 57/3=19
Exploring Operation: 57+6=63, Resulting... | 0 | hs_4 | mult_heuristic |
[
60,
81,
39,
81
] | 98 | [
"60+39=99",
"81/81=1",
"99-1=98"
] | Current State: 98:[60, 81, 39, 81], Operations: []
Exploring Operation: 60+39=99, Resulting Numbers: [81, 81, 99]
Generated Node #2: [81, 81, 99] from Operation: 60+39=99
Current State: 98:[81, 81, 99], Operations: ['60+39=99']
Exploring Operation: 81/81=1, Resulting Numbers: [99, 1]
Generated Node #3: [99, 1] from Ope... | 4 | Current State: 98:[60, 81, 39, 81], Operations: []
Exploring Operation: 81-60=21, Resulting Numbers: [39, 81, 21]
Generated Node #0,0: 98:[39, 81, 21] Operation: 81-60=21
Exploring Operation: 81/81=1, Resulting Numbers: [60, 39, 1]
Generated Node #0,1: 98:[60, 39, 1] Operation: 81/81=1
Exploring Operation: 81-81=0, Res... | 0.990451 | hs_3 | sum_heuristic |
[
4,
20,
98,
14
] | 31 | [
"4+20=24",
"98/14=7",
"24+7=31"
] | Current State: 31:[4, 20, 98, 14], Operations: []
Exploring Operation: 4+20=24, Resulting Numbers: [98, 14, 24]
Generated Node #2: [98, 14, 24] from Operation: 4+20=24
Current State: 31:[98, 14, 24], Operations: ['4+20=24']
Exploring Operation: 98/14=7, Resulting Numbers: [24, 7]
Generated Node #3: [24, 7] from Operati... | 4 | Current State: 31:[4, 20, 98, 14], Operations: []
Exploring Operation: 4+20=24, Resulting Numbers: [98, 14, 24]
Generated Node #0,0: 31:[98, 14, 24] Operation: 4+20=24
Exploring Operation: 98/14=7, Resulting Numbers: [4, 20, 7]
Generated Node #0,1: 31:[4, 20, 7] Operation: 98/14=7
Exploring Operation: 4+14=18, Resultin... | 0.959201 | hs_5 | mult_heuristic |
[
75,
40,
1,
80
] | 38 | [
"75+1=76",
"80/40=2",
"76/2=38"
] | Current State: 38:[75, 40, 1, 80], Operations: []
Exploring Operation: 75+1=76, Resulting Numbers: [40, 80, 76]
Generated Node #2: [40, 80, 76] from Operation: 75+1=76
Current State: 38:[40, 80, 76], Operations: ['75+1=76']
Exploring Operation: 80/40=2, Resulting Numbers: [76, 2]
Generated Node #3: [76, 2] from Operati... | 4 | Current State: 38:[75, 40, 1, 80], Operations: []
Exploring Operation: 80/40=2, Resulting Numbers: [75, 1, 2]
Generated Node #0,0: 38:[75, 1, 2] Operation: 80/40=2
Exploring Operation: 80-75=5, Resulting Numbers: [40, 1, 5]
Generated Node #0,1: 38:[40, 1, 5] Operation: 80-75=5
Start Sub Search at level 1: Moving to Nod... | 0 | hs_2 | mult_heuristic |
[
28,
22,
92,
90
] | 100 | [
"28+22=50",
"92-90=2",
"50*2=100"
] | Current State: 100:[28, 22, 92, 90], Operations: []
Exploring Operation: 28+22=50, Resulting Numbers: [92, 90, 50]
Generated Node #2: [92, 90, 50] from Operation: 28+22=50
Current State: 100:[92, 90, 50], Operations: ['28+22=50']
Exploring Operation: 92-90=2, Resulting Numbers: [50, 2]
Generated Node #3: [50, 2] from O... | 4 | Current State: 100:[28, 22, 92, 90], Operations: []
Exploring Operation: 28+22=50, Resulting Numbers: [92, 90, 50]
Generated Node #0,0: 100:[92, 90, 50] Operation: 28+22=50
Exploring Operation: 28-22=6, Resulting Numbers: [92, 90, 6]
Generated Node #0,1: 100:[92, 90, 6] Operation: 28-22=6
Exploring Operation: 92-90=2, ... | 0.989583 | hs_3 | sum_heuristic |
[
69,
96,
29,
81
] | 32 | [
"96-69=27",
"81/27=3",
"29+3=32"
] | Current State: 32:[69, 96, 29, 81], Operations: []
Exploring Operation: 96-69=27, Resulting Numbers: [29, 81, 27]
Generated Node #2: [29, 81, 27] from Operation: 96-69=27
Current State: 32:[29, 81, 27], Operations: ['96-69=27']
Exploring Operation: 81/27=3, Resulting Numbers: [29, 3]
Generated Node #3: [29, 3] from Ope... | 4 | Current State: 32:[69, 96, 29, 81], Operations: []
Exploring Operation: 81-69=12, Resulting Numbers: [96, 29, 12]
Generated Node #0,0: 32:[96, 29, 12] Operation: 81-69=12
Exploring Operation: 96-69=27, Resulting Numbers: [29, 81, 27]
Generated Node #0,1: 32:[29, 81, 27] Operation: 96-69=27
Exploring Operation: 69-29=40... | 0.974826 | hs_4 | mult_heuristic |
[
62,
53,
5,
22
] | 23 | [
"62-53=9",
"5*9=45",
"45-22=23"
] | Current State: 23:[62, 53, 5, 22], Operations: []
Exploring Operation: 62-53=9, Resulting Numbers: [5, 22, 9]
Generated Node #2: [5, 22, 9] from Operation: 62-53=9
Current State: 23:[5, 22, 9], Operations: ['62-53=9']
Exploring Operation: 5*9=45, Resulting Numbers: [22, 45]
Generated Node #3: [22, 45] from Operation: 5... | 4 | Current State: 23:[62, 53, 5, 22], Operations: []
Exploring Operation: 62-53=9, Resulting Numbers: [5, 22, 9]
Generated Node #0,0: 23:[5, 22, 9] Operation: 62-53=9
Exploring Operation: 62-5=57, Resulting Numbers: [53, 22, 57]
Generated Node #0,1: 23:[53, 22, 57] Operation: 62-5=57
Start Sub Search at level 1: Moving to... | 0 | hs_2 | mult_heuristic |
[
4,
9,
78,
8
] | 89 | [
"8/4=2",
"9+78=87",
"2+87=89"
] | Current State: 89:[4, 9, 78, 8], Operations: []
Exploring Operation: 8/4=2, Resulting Numbers: [9, 78, 2]
Generated Node #2: [9, 78, 2] from Operation: 8/4=2
Current State: 89:[9, 78, 2], Operations: ['8/4=2']
Exploring Operation: 9+78=87, Resulting Numbers: [2, 87]
Generated Node #3: [2, 87] from Operation: 9+78=87
Cu... | 4 | Current State: 89:[4, 9, 78, 8], Operations: []
Exploring Operation: 4*9=36, Resulting Numbers: [78, 8, 36]
Generated Node #0,0: 89:[78, 8, 36] Operation: 4*9=36
Exploring Operation: 9*8=72, Resulting Numbers: [4, 78, 72]
Generated Node #0,1: 89:[4, 78, 72] Operation: 9*8=72
Exploring Operation: 4*8=32, Resulting Numbe... | 0 | hs_3 | sum_heuristic |
[
1,
61,
13,
10
] | 58 | [
"1*61=61",
"13-10=3",
"61-3=58"
] | Current State: 58:[1, 61, 13, 10], Operations: []
Exploring Operation: 1*61=61, Resulting Numbers: [13, 10, 61]
Generated Node #2: [13, 10, 61] from Operation: 1*61=61
Current State: 58:[13, 10, 61], Operations: ['1*61=61']
Exploring Operation: 13-10=3, Resulting Numbers: [61, 3]
Generated Node #3: [61, 3] from Operati... | 4 | Current State: 58:[1, 61, 13, 10], Operations: []
Exploring Operation: 13-10=3, Resulting Numbers: [1, 61, 3]
Generated Node #0,0: 58:[1, 61, 3] Operation: 13-10=3
Start Sub Search at level 1: Moving to Node #0,0
Current State: 58:[1, 61, 3], Operations: ['13-10=3']
Exploring Operation: 61-3=58, Resulting Numbers: [1, ... | 0.993924 | hs_1 | sum_heuristic |
[
56,
95,
53,
24
] | 87 | [
"56-53=3",
"24/3=8",
"95-8=87"
] | Current State: 87:[56, 95, 53, 24], Operations: []
Exploring Operation: 56-53=3, Resulting Numbers: [95, 24, 3]
Generated Node #2: [95, 24, 3] from Operation: 56-53=3
Current State: 87:[95, 24, 3], Operations: ['56-53=3']
Exploring Operation: 24/3=8, Resulting Numbers: [95, 8]
Generated Node #3: [95, 8] from Operation:... | 4 | Current State: 87:[56, 95, 53, 24], Operations: []
Exploring Operation: 56+53=109, Resulting Numbers: [95, 24, 109]
Generated Node #0,0: 87:[95, 24, 109] Operation: 56+53=109
Exploring Operation: 56-53=3, Resulting Numbers: [95, 24, 3]
Generated Node #0,1: 87:[95, 24, 3] Operation: 56-53=3
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
44,
45,
50,
30
] | 79 | [
"45-44=1",
"50+30=80",
"80-1=79"
] | Current State: 79:[44, 45, 50, 30], Operations: []
Exploring Operation: 45-44=1, Resulting Numbers: [50, 30, 1]
Generated Node #2: [50, 30, 1] from Operation: 45-44=1
Current State: 79:[50, 30, 1], Operations: ['45-44=1']
Exploring Operation: 50+30=80, Resulting Numbers: [1, 80]
Generated Node #3: [1, 80] from Operatio... | 4 | Current State: 79:[44, 45, 50, 30], Operations: []
Exploring Operation: 44+30=74, Resulting Numbers: [45, 50, 74]
Generated Node #0,0: 79:[45, 50, 74] Operation: 44+30=74
Exploring Operation: 50+30=80, Resulting Numbers: [44, 45, 80]
Generated Node #0,1: 79:[44, 45, 80] Operation: 50+30=80
Exploring Operation: 45+30=75... | 0.985243 | hs_3 | sum_heuristic |
[
43,
66,
18,
6
] | 57 | [
"66+18=84",
"84/6=14",
"43+14=57"
] | Current State: 57:[43, 66, 18, 6], Operations: []
Exploring Operation: 66+18=84, Resulting Numbers: [43, 6, 84]
Generated Node #2: [43, 6, 84] from Operation: 66+18=84
Current State: 57:[43, 6, 84], Operations: ['66+18=84']
Exploring Operation: 84/6=14, Resulting Numbers: [43, 14]
Generated Node #3: [43, 14] from Opera... | 4 | Current State: 57:[43, 66, 18, 6], Operations: []
Exploring Operation: 66-6=60, Resulting Numbers: [43, 18, 60]
Generated Node #0,0: 57:[43, 18, 60] Operation: 66-6=60
Exploring Operation: 43+6=49, Resulting Numbers: [66, 18, 49]
Generated Node #0,1: 57:[66, 18, 49] Operation: 43+6=49
Exploring Operation: 43+18=61, Res... | 0 | hs_5 | mult_heuristic |
[
4,
73,
5,
2
] | 45 | [
"5+2=7",
"4*7=28",
"73-28=45"
] | Current State: 45:[4, 73, 5, 2], Operations: []
Exploring Operation: 5+2=7, Resulting Numbers: [4, 73, 7]
Generated Node #2: [4, 73, 7] from Operation: 5+2=7
Current State: 45:[4, 73, 7], Operations: ['5+2=7']
Exploring Operation: 4*7=28, Resulting Numbers: [73, 28]
Generated Node #3: [73, 28] from Operation: 4*7=28
Cu... | 4 | Current State: 45:[4, 73, 5, 2], Operations: []
Exploring Operation: 73-2=71, Resulting Numbers: [4, 5, 71]
Generated Node #0,0: 45:[4, 5, 71] Operation: 73-2=71
Exploring Operation: 73-5=68, Resulting Numbers: [4, 2, 68]
Generated Node #0,1: 45:[4, 2, 68] Operation: 73-5=68
Exploring Operation: 4+5=9, Resulting Number... | 0 | hs_4 | sum_heuristic |
[
3,
51,
47,
16
] | 76 | [
"3+16=19",
"51-47=4",
"19*4=76"
] | Current State: 76:[3, 51, 47, 16], Operations: []
Exploring Operation: 3+16=19, Resulting Numbers: [51, 47, 19]
Generated Node #2: [51, 47, 19] from Operation: 3+16=19
Current State: 76:[51, 47, 19], Operations: ['3+16=19']
Exploring Operation: 51-47=4, Resulting Numbers: [19, 4]
Generated Node #3: [19, 4] from Operati... | 4 | Current State: 76:[3, 51, 47, 16], Operations: []
Exploring Operation: 51-47=4, Resulting Numbers: [3, 16, 4]
Generated Node #0,0: 76:[3, 16, 4] Operation: 51-47=4
Moving to Node #0,0
Current State: 76:[3, 16, 4], Operations: ['51-47=4']
Exploring Operation: 3+16=19, Resulting Numbers: [4, 19]
Generated Node #0,0,0: 76... | 0.993924 | hs_1 | sum_heuristic |
[
6,
63,
98,
11
] | 40 | [
"6+63=69",
"98+11=109",
"109-69=40"
] | Current State: 40:[6, 63, 98, 11], Operations: []
Exploring Operation: 6+63=69, Resulting Numbers: [98, 11, 69]
Generated Node #2: [98, 11, 69] from Operation: 6+63=69
Current State: 40:[98, 11, 69], Operations: ['6+63=69']
Exploring Operation: 98+11=109, Resulting Numbers: [69, 109]
Generated Node #3: [69, 109] from O... | 4 | Current State: 40:[6, 63, 98, 11], Operations: []
Exploring Operation: 98-11=87, Resulting Numbers: [6, 63, 87]
Generated Node #0,0: 40:[6, 63, 87] Operation: 98-11=87
Exploring Operation: 98-63=35, Resulting Numbers: [6, 11, 35]
Generated Node #0,1: 40:[6, 11, 35] Operation: 98-63=35
Exploring Operation: 98-6=92, Resu... | 0.983507 | hs_5 | sum_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.