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 |
|---|---|---|---|---|---|---|---|---|
[
25,
7,
77,
20
] | 55 | [
"25-20=5",
"77/7=11",
"5*11=55"
] | Current State: 55:[25, 7, 77, 20], Operations: []
Exploring Operation: 25-20=5, Resulting Numbers: [7, 77, 5]
Generated Node #2: [7, 77, 5] from Operation: 25-20=5
Current State: 55:[7, 77, 5], Operations: ['25-20=5']
Exploring Operation: 77/7=11, Resulting Numbers: [5, 11]
Generated Node #3: [5, 11] from Operation: 77... | 4 | Current State: 55:[25, 7, 77, 20], Operations: []
Exploring Operation: 77/7=11, Resulting Numbers: [25, 20, 11]
Generated Node #0,0: 55:[25, 20, 11] Operation: 77/7=11
Exploring Operation: 77-25=52, Resulting Numbers: [7, 20, 52]
Generated Node #0,1: 55:[7, 20, 52] Operation: 77-25=52
Exploring Operation: 77-20=57, Res... | 0.983507 | hs_3 | sum_heuristic |
[
3,
48,
36,
6
] | 84 | [
"48*6=288",
"288-36=252",
"252/3=84"
] | Current State: 84:[3, 48, 36, 6], Operations: []
Exploring Operation: 48*6=288, Resulting Numbers: [3, 36, 288]
Generated Node #2: [3, 36, 288] from Operation: 48*6=288
Current State: 84:[3, 36, 288], Operations: ['48*6=288']
Exploring Operation: 288-36=252, Resulting Numbers: [3, 252]
Generated Node #3: [3, 252] from ... | 4 | Current State: 84:[3, 48, 36, 6], Operations: []
Exploring Operation: 48+36=84, Resulting Numbers: [3, 6, 84]
Generated Node #0,0: 84:[3, 6, 84] Operation: 48+36=84
Exploring Operation: 48-36=12, Resulting Numbers: [3, 6, 12]
Generated Node #0,1: 84:[3, 6, 12] Operation: 48-36=12
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | sum_heuristic |
[
73,
71,
22,
30
] | 37 | [
"73-71=2",
"30/2=15",
"22+15=37"
] | Current State: 37:[73, 71, 22, 30], Operations: []
Exploring Operation: 73-71=2, Resulting Numbers: [22, 30, 2]
Generated Node #2: [22, 30, 2] from Operation: 73-71=2
Current State: 37:[22, 30, 2], Operations: ['73-71=2']
Exploring Operation: 30/2=15, Resulting Numbers: [22, 15]
Generated Node #3: [22, 15] from Operati... | 4 | Current State: 37:[73, 71, 22, 30], Operations: []
Exploring Operation: 73-22=51, Resulting Numbers: [71, 30, 51]
Generated Node #0,0: 37:[71, 30, 51] Operation: 73-22=51
Exploring Operation: 73-30=43, Resulting Numbers: [71, 22, 43]
Generated Node #0,1: 37:[71, 22, 43] Operation: 73-30=43
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
79,
18,
11,
23
] | 28 | [
"79+11=90",
"90/18=5",
"23+5=28"
] | Current State: 28:[79, 18, 11, 23], Operations: []
Exploring Operation: 79+11=90, Resulting Numbers: [18, 23, 90]
Generated Node #2: [18, 23, 90] from Operation: 79+11=90
Current State: 28:[18, 23, 90], Operations: ['79+11=90']
Exploring Operation: 90/18=5, Resulting Numbers: [23, 5]
Generated Node #3: [23, 5] from Ope... | 4 | Current State: 28:[79, 18, 11, 23], Operations: []
Exploring Operation: 79-23=56, Resulting Numbers: [18, 11, 56]
Generated Node #0,0: 28:[18, 11, 56] Operation: 79-23=56
Exploring Operation: 79-18=61, Resulting Numbers: [11, 23, 61]
Generated Node #0,1: 28:[11, 23, 61] Operation: 79-18=61
Moving to Node #0,0
Current S... | 0 | hs_2 | sum_heuristic |
[
3,
91,
94,
75
] | 75 | [
"3+91=94",
"94+75=169",
"169-94=75"
] | Current State: 75:[3, 91, 94, 75], Operations: []
Exploring Operation: 3+91=94, Resulting Numbers: [94, 75, 94]
Generated Node #2: [94, 75, 94] from Operation: 3+91=94
Current State: 75:[94, 75, 94], Operations: ['3+91=94']
Exploring Operation: 94+75=169, Resulting Numbers: [169]
169,75 equal: Goal Reached
Exploring Op... | 4 | Current State: 75:[3, 91, 94, 75], Operations: []
Exploring Operation: 94-91=3, Resulting Numbers: [3, 75, 3]
Generated Node #0,0: 75:[3, 75, 3] Operation: 94-91=3
Exploring Operation: 91-75=16, Resulting Numbers: [3, 94, 16]
Generated Node #0,1: 75:[3, 94, 16] Operation: 91-75=16
Start Sub Search at level 1: Moving to... | 0.991319 | hs_2 | sum_heuristic |
[
94,
85,
30,
92
] | 25 | [
"94-92=2",
"30*2=60",
"85-60=25"
] | Current State: 25:[94, 85, 30, 92], Operations: []
Exploring Operation: 94-92=2, Resulting Numbers: [85, 30, 2]
Generated Node #2: [85, 30, 2] from Operation: 94-92=2
Current State: 25:[85, 30, 2], Operations: ['94-92=2']
Exploring Operation: 30*2=60, Resulting Numbers: [85, 60]
Generated Node #3: [85, 60] from Operati... | 4 | Current State: 25:[94, 85, 30, 92], Operations: []
Exploring Operation: 94-92=2, Resulting Numbers: [85, 30, 2]
Generated Node #0,0: 25:[85, 30, 2] Operation: 94-92=2
Start Sub Search at level 1: Moving to Node #0,0
Current State: 25:[85, 30, 2], Operations: ['94-92=2']
Exploring Operation: 85-30=55, Resulting Numbers:... | 0 | hs_1 | sum_heuristic |
[
55,
58,
77,
72
] | 69 | [
"77-72=5",
"55/5=11",
"58+11=69"
] | Current State: 69:[55, 58, 77, 72], Operations: []
Exploring Operation: 77-72=5, Resulting Numbers: [55, 58, 5]
Generated Node #2: [55, 58, 5] from Operation: 77-72=5
Current State: 69:[55, 58, 5], Operations: ['77-72=5']
Exploring Operation: 55/5=11, Resulting Numbers: [58, 11]
Generated Node #3: [58, 11] from Operati... | 4 | Current State: 69:[55, 58, 77, 72], Operations: []
Exploring Operation: 77-58=19, Resulting Numbers: [55, 72, 19]
Generated Node #0,0: 69:[55, 72, 19] Operation: 77-58=19
Exploring Operation: 58-55=3, Resulting Numbers: [77, 72, 3]
Generated Node #0,1: 69:[77, 72, 3] Operation: 58-55=3
Exploring Operation: 77-55=22, Re... | 0 | hs_3 | sum_heuristic |
[
72,
2,
27,
36
] | 61 | [
"72-2=70",
"36-27=9",
"70-9=61"
] | Current State: 61:[72, 2, 27, 36], Operations: []
Exploring Operation: 72-2=70, Resulting Numbers: [27, 36, 70]
Generated Node #2: [27, 36, 70] from Operation: 72-2=70
Current State: 61:[27, 36, 70], Operations: ['72-2=70']
Exploring Operation: 36-27=9, Resulting Numbers: [70, 9]
Generated Node #3: [70, 9] from Operati... | 4 | Current State: 61:[72, 2, 27, 36], Operations: []
Exploring Operation: 2+27=29, Resulting Numbers: [72, 36, 29]
Generated Node #0,0: 61:[72, 36, 29] Operation: 2+27=29
Exploring Operation: 2*36=72, Resulting Numbers: [72, 27, 72]
Generated Node #0,1: 61:[72, 27, 72] Operation: 2*36=72
Exploring Operation: 72-2=70, Resu... | 0.940104 | hs_4 | mult_heuristic |
[
74,
2,
59,
3
] | 47 | [
"74-59=15",
"3*15=45",
"2+45=47"
] | Current State: 47:[74, 2, 59, 3], Operations: []
Exploring Operation: 74-59=15, Resulting Numbers: [2, 3, 15]
Generated Node #2: [2, 3, 15] from Operation: 74-59=15
Current State: 47:[2, 3, 15], Operations: ['74-59=15']
Exploring Operation: 3*15=45, Resulting Numbers: [2, 45]
Generated Node #3: [2, 45] from Operation: ... | 4 | Current State: 47:[74, 2, 59, 3], Operations: []
Exploring Operation: 74/2=37, Resulting Numbers: [59, 3, 37]
Generated Node #0,0: 47:[59, 3, 37] Operation: 74/2=37
Moving to Node #0,0
Current State: 47:[59, 3, 37], Operations: ['74/2=37']
Exploring Operation: 59-3=56, Resulting Numbers: [37, 56]
Generated Node #0,0,0:... | 0 | hs_1 | mult_heuristic |
[
70,
5,
32,
86
] | 43 | [
"70+5=75",
"32+86=118",
"118-75=43"
] | Current State: 43:[70, 5, 32, 86], Operations: []
Exploring Operation: 70+5=75, Resulting Numbers: [32, 86, 75]
Generated Node #2: [32, 86, 75] from Operation: 70+5=75
Current State: 43:[32, 86, 75], Operations: ['70+5=75']
Exploring Operation: 32+86=118, Resulting Numbers: [75, 118]
Generated Node #3: [75, 118] from O... | 4 | Current State: 43:[70, 5, 32, 86], Operations: []
Exploring Operation: 86-70=16, Resulting Numbers: [5, 32, 16]
Generated Node #0,0: 43:[5, 32, 16] Operation: 86-70=16
Exploring Operation: 86-32=54, Resulting Numbers: [70, 5, 54]
Generated Node #0,1: 43:[70, 5, 54] Operation: 86-32=54
Exploring Operation: 70-5=65, Resu... | 0.980903 | hs_5 | sum_heuristic |
[
20,
35,
10,
59
] | 91 | [
"35-20=15",
"10*15=150",
"150-59=91"
] | Current State: 91:[20, 35, 10, 59], Operations: []
Exploring Operation: 35-20=15, Resulting Numbers: [10, 59, 15]
Generated Node #2: [10, 59, 15] from Operation: 35-20=15
Current State: 91:[10, 59, 15], Operations: ['35-20=15']
Exploring Operation: 10*15=150, Resulting Numbers: [59, 150]
Generated Node #3: [59, 150] fr... | 4 | Current State: 91:[20, 35, 10, 59], Operations: []
Exploring Operation: 59-35=24, Resulting Numbers: [20, 10, 24]
Generated Node #0,0: 91:[20, 10, 24] Operation: 59-35=24
Exploring Operation: 35+59=94, Resulting Numbers: [20, 10, 94]
Generated Node #0,1: 91:[20, 10, 94] Operation: 35+59=94
Exploring Operation: 35-20=15... | 0 | hs_3 | mult_heuristic |
[
64,
75,
10,
59
] | 17 | [
"64-59=5",
"75+10=85",
"85/5=17"
] | Current State: 17:[64, 75, 10, 59], Operations: []
Exploring Operation: 64-59=5, Resulting Numbers: [75, 10, 5]
Generated Node #2: [75, 10, 5] from Operation: 64-59=5
Current State: 17:[75, 10, 5], Operations: ['64-59=5']
Exploring Operation: 75+10=85, Resulting Numbers: [5, 85]
Generated Node #3: [5, 85] from Operatio... | 4 | Current State: 17:[64, 75, 10, 59], Operations: []
Exploring Operation: 64-59=5, Resulting Numbers: [75, 10, 5]
Generated Node #0,0: 17:[75, 10, 5] Operation: 64-59=5
Exploring Operation: 75-59=16, Resulting Numbers: [64, 10, 16]
Generated Node #0,1: 17:[64, 10, 16] Operation: 75-59=16
Exploring Operation: 64-10=54, Re... | 0 | hs_4 | mult_heuristic |
[
54,
60,
63,
66
] | 17 | [
"63*66=4158",
"4158/54=77",
"77-60=17"
] | Current State: 17:[54, 60, 63, 66], Operations: []
Exploring Operation: 63*66=4158, Resulting Numbers: [54, 60, 4158]
Generated Node #2: [54, 60, 4158] from Operation: 63*66=4158
Current State: 17:[54, 60, 4158], Operations: ['63*66=4158']
Exploring Operation: 4158/54=77, Resulting Numbers: [60, 77]
Generated Node #3: ... | 4 | Current State: 17:[54, 60, 63, 66], Operations: []
Exploring Operation: 66-60=6, Resulting Numbers: [54, 63, 6]
Generated Node #0,0: 17:[54, 63, 6] Operation: 66-60=6
Exploring Operation: 66-63=3, Resulting Numbers: [54, 60, 3]
Generated Node #0,1: 17:[54, 60, 3] Operation: 66-63=3
Exploring Operation: 63-54=9, Resulti... | 0 | hs_4 | sum_heuristic |
[
95,
44,
41,
58
] | 48 | [
"95-44=51",
"41+58=99",
"99-51=48"
] | Current State: 48:[95, 44, 41, 58], Operations: []
Exploring Operation: 95-44=51, Resulting Numbers: [41, 58, 51]
Generated Node #2: [41, 58, 51] from Operation: 95-44=51
Current State: 48:[41, 58, 51], Operations: ['95-44=51']
Exploring Operation: 41+58=99, Resulting Numbers: [51, 99]
Generated Node #3: [51, 99] from ... | 4 | Current State: 48:[95, 44, 41, 58], Operations: []
Exploring Operation: 58-44=14, Resulting Numbers: [95, 41, 14]
Generated Node #0,0: 48:[95, 41, 14] Operation: 58-44=14
Exploring Operation: 58-41=17, Resulting Numbers: [95, 44, 17]
Generated Node #0,1: 48:[95, 44, 17] Operation: 58-41=17
Exploring Operation: 95-41=54... | 0.985243 | hs_5 | mult_heuristic |
[
28,
86,
36,
4
] | 84 | [
"36-28=8",
"8/4=2",
"86-2=84"
] | Current State: 84:[28, 86, 36, 4], Operations: []
Exploring Operation: 36-28=8, Resulting Numbers: [86, 4, 8]
Generated Node #2: [86, 4, 8] from Operation: 36-28=8
Current State: 84:[86, 4, 8], Operations: ['36-28=8']
Exploring Operation: 8/4=2, Resulting Numbers: [86, 2]
Generated Node #3: [86, 2] from Operation: 8/4=... | 4 | Current State: 84:[28, 86, 36, 4], Operations: []
Exploring Operation: 36-28=8, Resulting Numbers: [86, 4, 8]
Generated Node #0,0: 84:[86, 4, 8] Operation: 36-28=8
Exploring Operation: 36/4=9, Resulting Numbers: [28, 86, 9]
Generated Node #0,1: 84:[28, 86, 9] Operation: 36/4=9
Exploring Operation: 36+4=40, Resulting Nu... | 0.966146 | hs_3 | sum_heuristic |
[
8,
47,
70,
1
] | 15 | [
"8+47=55",
"70*1=70",
"70-55=15"
] | Current State: 15:[8, 47, 70, 1], Operations: []
Exploring Operation: 8+47=55, Resulting Numbers: [70, 1, 55]
Generated Node #2: [70, 1, 55] from Operation: 8+47=55
Current State: 15:[70, 1, 55], Operations: ['8+47=55']
Exploring Operation: 70*1=70, Resulting Numbers: [55, 70]
Generated Node #3: [55, 70] from Operation... | 4 | Current State: 15:[8, 47, 70, 1], Operations: []
Exploring Operation: 70-47=23, Resulting Numbers: [8, 1, 23]
Generated Node #0,0: 15:[8, 1, 23] Operation: 70-47=23
Exploring Operation: 70-8=62, Resulting Numbers: [47, 1, 62]
Generated Node #0,1: 15:[47, 1, 62] Operation: 70-8=62
Exploring Operation: 8-1=7, Resulting N... | 0.988715 | hs_4 | mult_heuristic |
[
27,
38,
69,
61
] | 19 | [
"38-27=11",
"69-61=8",
"11+8=19"
] | Current State: 19:[27, 38, 69, 61], Operations: []
Exploring Operation: 38-27=11, Resulting Numbers: [69, 61, 11]
Generated Node #2: [69, 61, 11] from Operation: 38-27=11
Current State: 19:[69, 61, 11], Operations: ['38-27=11']
Exploring Operation: 69-61=8, Resulting Numbers: [11, 8]
Generated Node #3: [11, 8] from Ope... | 4 | Current State: 19:[27, 38, 69, 61], Operations: []
Exploring Operation: 69-61=8, Resulting Numbers: [27, 38, 8]
Generated Node #0,0: 19:[27, 38, 8] Operation: 69-61=8
Start Sub Search at level 1: Moving to Node #0,0
Current State: 19:[27, 38, 8], Operations: ['69-61=8']
Exploring Operation: 38-27=11, Resulting Numbers:... | 0.993924 | hs_1 | mult_heuristic |
[
7,
6,
40,
56
] | 26 | [
"7*6=42",
"56-40=16",
"42-16=26"
] | Current State: 26:[7, 6, 40, 56], Operations: []
Exploring Operation: 7*6=42, Resulting Numbers: [40, 56, 42]
Generated Node #2: [40, 56, 42] from Operation: 7*6=42
Current State: 26:[40, 56, 42], Operations: ['7*6=42']
Exploring Operation: 56-40=16, Resulting Numbers: [42, 16]
Generated Node #3: [42, 16] from Operatio... | 4 | Current State: 26:[7, 6, 40, 56], Operations: []
Exploring Operation: 40-7=33, Resulting Numbers: [6, 56, 33]
Generated Node #0,0: 26:[6, 56, 33] Operation: 40-7=33
Exploring Operation: 56-7=49, Resulting Numbers: [6, 40, 49]
Generated Node #0,1: 26:[6, 40, 49] Operation: 56-7=49
Exploring Operation: 56-40=16, Resultin... | 0.970486 | hs_4 | sum_heuristic |
[
86,
47,
97,
86
] | 97 | [
"86-86=0",
"47*0=0",
"97+0=97"
] | Current State: 97:[86, 47, 97, 86], Operations: []
Exploring Operation: 86-86=0, Resulting Numbers: [47, 97, 0]
Generated Node #2: [47, 97, 0] from Operation: 86-86=0
Current State: 97:[47, 97, 0], Operations: ['86-86=0']
Exploring Operation: 47*0=0, Resulting Numbers: [97, 0]
Generated Node #3: [97, 0] from Operation:... | 4 | Current State: 97:[86, 47, 97, 86], Operations: []
Exploring Operation: 47+86=133, Resulting Numbers: [86, 97, 133]
Generated Node #0,0: 97:[86, 97, 133] Operation: 47+86=133
Exploring Operation: 47+97=144, Resulting Numbers: [86, 86, 144]
Generated Node #0,1: 97:[86, 86, 144] Operation: 47+97=144
Exploring Operation: ... | 0 | hs_5 | mult_heuristic |
[
24,
7,
7,
2
] | 34 | [
"24*2=48",
"7+7=14",
"48-14=34"
] | Current State: 34:[24, 7, 7, 2], Operations: []
Exploring Operation: 24*2=48, Resulting Numbers: [7, 7, 48]
Generated Node #2: [7, 7, 48] from Operation: 24*2=48
Current State: 34:[7, 7, 48], Operations: ['24*2=48']
Exploring Operation: 7+7=14, Resulting Numbers: [48, 14]
Generated Node #3: [48, 14] from Operation: 7+7... | 4 | Current State: 34:[24, 7, 7, 2], Operations: []
Exploring Operation: 24-7=17, Resulting Numbers: [7, 2, 17]
Generated Node #0,0: 34:[7, 2, 17] Operation: 24-7=17
Start Sub Search at level 1: Moving to Node #0,0
Current State: 34:[7, 2, 17], Operations: ['24-7=17']
Exploring Operation: 7*2=14, Resulting Numbers: [17, 14... | 0 | hs_1 | sum_heuristic |
[
38,
87,
95,
92
] | 27 | [
"95-92=3",
"38*3=114",
"114-87=27"
] | Current State: 27:[38, 87, 95, 92], Operations: []
Exploring Operation: 95-92=3, Resulting Numbers: [38, 87, 3]
Generated Node #2: [38, 87, 3] from Operation: 95-92=3
Current State: 27:[38, 87, 3], Operations: ['95-92=3']
Exploring Operation: 38*3=114, Resulting Numbers: [87, 114]
Generated Node #3: [87, 114] from Oper... | 4 | Current State: 27:[38, 87, 95, 92], Operations: []
Exploring Operation: 92-87=5, Resulting Numbers: [38, 95, 5]
Generated Node #0,0: 27:[38, 95, 5] Operation: 92-87=5
Exploring Operation: 95-92=3, Resulting Numbers: [38, 87, 3]
Generated Node #0,1: 27:[38, 87, 3] Operation: 95-92=3
Exploring Operation: 95-87=8, Resulti... | 0 | hs_3 | mult_heuristic |
[
19,
21,
24,
3
] | 36 | [
"21-19=2",
"24*3=72",
"72/2=36"
] | Current State: 36:[19, 21, 24, 3], Operations: []
Exploring Operation: 21-19=2, Resulting Numbers: [24, 3, 2]
Generated Node #2: [24, 3, 2] from Operation: 21-19=2
Current State: 36:[24, 3, 2], Operations: ['21-19=2']
Exploring Operation: 24*3=72, Resulting Numbers: [2, 72]
Generated Node #3: [2, 72] from Operation: 24... | 4 | Current State: 36:[19, 21, 24, 3], Operations: []
Exploring Operation: 24/3=8, Resulting Numbers: [19, 21, 8]
Generated Node #0,0: 36:[19, 21, 8] Operation: 24/3=8
Exploring Operation: 24-21=3, Resulting Numbers: [19, 3, 3]
Generated Node #0,1: 36:[19, 3, 3] Operation: 24-21=3
Exploring Operation: 21-19=2, Resulting Nu... | 0.945313 | hs_4 | sum_heuristic |
[
4,
65,
5,
16
] | 82 | [
"65-4=61",
"5+16=21",
"61+21=82"
] | Current State: 82:[4, 65, 5, 16], Operations: []
Exploring Operation: 65-4=61, Resulting Numbers: [5, 16, 61]
Generated Node #2: [5, 16, 61] from Operation: 65-4=61
Current State: 82:[5, 16, 61], Operations: ['65-4=61']
Exploring Operation: 5+16=21, Resulting Numbers: [61, 21]
Generated Node #3: [61, 21] from Operation... | 4 | Current State: 82:[4, 65, 5, 16], Operations: []
Exploring Operation: 65+16=81, Resulting Numbers: [4, 5, 81]
Generated Node #0,0: 82:[4, 5, 81] Operation: 65+16=81
Exploring Operation: 5*16=80, Resulting Numbers: [4, 65, 80]
Generated Node #0,1: 82:[4, 65, 80] Operation: 5*16=80
Exploring Operation: 65-16=49, Resultin... | 0.989583 | hs_3 | mult_heuristic |
[
84,
72,
86,
42
] | 51 | [
"86-84=2",
"42/2=21",
"72-21=51"
] | Current State: 51:[84, 72, 86, 42], Operations: []
Exploring Operation: 86-84=2, Resulting Numbers: [72, 42, 2]
Generated Node #2: [72, 42, 2] from Operation: 86-84=2
Current State: 51:[72, 42, 2], Operations: ['86-84=2']
Exploring Operation: 42/2=21, Resulting Numbers: [72, 21]
Generated Node #3: [72, 21] from Operati... | 4 | Current State: 51:[84, 72, 86, 42], Operations: []
Exploring Operation: 86-84=2, Resulting Numbers: [72, 42, 2]
Generated Node #0,0: 51:[72, 42, 2] Operation: 86-84=2
Exploring Operation: 86-72=14, Resulting Numbers: [84, 42, 14]
Generated Node #0,1: 51:[84, 42, 14] Operation: 86-72=14
Exploring Operation: 84-72=12, Re... | 0.985243 | hs_3 | mult_heuristic |
[
19,
70,
10,
30
] | 91 | [
"70-19=51",
"10+30=40",
"51+40=91"
] | Current State: 91:[19, 70, 10, 30], Operations: []
Exploring Operation: 70-19=51, Resulting Numbers: [10, 30, 51]
Generated Node #2: [10, 30, 51] from Operation: 70-19=51
Current State: 91:[10, 30, 51], Operations: ['70-19=51']
Exploring Operation: 10+30=40, Resulting Numbers: [51, 40]
Generated Node #3: [51, 40] from ... | 4 | Current State: 91:[19, 70, 10, 30], Operations: []
Exploring Operation: 70+30=100, Resulting Numbers: [19, 10, 100]
Generated Node #0,0: 91:[19, 10, 100] Operation: 70+30=100
Start Sub Search at level 1: Moving to Node #0,0
Current State: 91:[19, 10, 100], Operations: ['70+30=100']
Exploring Operation: 100-10=90, Resul... | 0 | hs_1 | mult_heuristic |
[
46,
17,
68,
51
] | 38 | [
"46+68=114",
"51/17=3",
"114/3=38"
] | Current State: 38:[46, 17, 68, 51], Operations: []
Exploring Operation: 46+68=114, Resulting Numbers: [17, 51, 114]
Generated Node #2: [17, 51, 114] from Operation: 46+68=114
Current State: 38:[17, 51, 114], Operations: ['46+68=114']
Exploring Operation: 51/17=3, Resulting Numbers: [114, 3]
Generated Node #3: [114, 3] ... | 4 | Current State: 38:[46, 17, 68, 51], Operations: []
Exploring Operation: 68/17=4, Resulting Numbers: [46, 51, 4]
Generated Node #0,0: 38:[46, 51, 4] Operation: 68/17=4
Exploring Operation: 68-51=17, Resulting Numbers: [46, 17, 17]
Generated Node #0,1: 38:[46, 17, 17] Operation: 68-51=17
Exploring Operation: 51-46=5, Res... | 0 | hs_5 | mult_heuristic |
[
49,
57,
5,
29
] | 11 | [
"57-49=8",
"5*8=40",
"40-29=11"
] | Current State: 11:[49, 57, 5, 29], Operations: []
Exploring Operation: 57-49=8, Resulting Numbers: [5, 29, 8]
Generated Node #2: [5, 29, 8] from Operation: 57-49=8
Current State: 11:[5, 29, 8], Operations: ['57-49=8']
Exploring Operation: 5*8=40, Resulting Numbers: [29, 40]
Generated Node #3: [29, 40] from Operation: 5... | 4 | Current State: 11:[49, 57, 5, 29], Operations: []
Exploring Operation: 57-49=8, Resulting Numbers: [5, 29, 8]
Generated Node #0,0: 11:[5, 29, 8] Operation: 57-49=8
Start Sub Search at level 1: Moving to Node #0,0
Current State: 11:[5, 29, 8], Operations: ['57-49=8']
Exploring Operation: 29-5=24, Resulting Numbers: [8, ... | 0 | hs_1 | mult_heuristic |
[
73,
83,
6,
65
] | 35 | [
"73-65=8",
"6*8=48",
"83-48=35"
] | Current State: 35:[73, 83, 6, 65], Operations: []
Exploring Operation: 73-65=8, Resulting Numbers: [83, 6, 8]
Generated Node #2: [83, 6, 8] from Operation: 73-65=8
Current State: 35:[83, 6, 8], Operations: ['73-65=8']
Exploring Operation: 6*8=48, Resulting Numbers: [83, 48]
Generated Node #3: [83, 48] from Operation: 6... | 4 | Current State: 35:[73, 83, 6, 65], Operations: []
Exploring Operation: 73-65=8, Resulting Numbers: [83, 6, 8]
Generated Node #0,0: 35:[83, 6, 8] Operation: 73-65=8
Exploring Operation: 83-73=10, Resulting Numbers: [6, 65, 10]
Generated Node #0,1: 35:[6, 65, 10] Operation: 83-73=10
Exploring Operation: 83-65=18, Resulti... | 0 | hs_4 | mult_heuristic |
[
4,
56,
79,
18
] | 83 | [
"56/4=14",
"79+18=97",
"97-14=83"
] | Current State: 83:[4, 56, 79, 18], Operations: []
Exploring Operation: 56/4=14, Resulting Numbers: [79, 18, 14]
Generated Node #2: [79, 18, 14] from Operation: 56/4=14
Current State: 83:[79, 18, 14], Operations: ['56/4=14']
Exploring Operation: 79+18=97, Resulting Numbers: [14, 97]
Generated Node #3: [14, 97] from Oper... | 4 | Current State: 83:[4, 56, 79, 18], Operations: []
Exploring Operation: 4*18=72, Resulting Numbers: [56, 79, 72]
Generated Node #0,0: 83:[56, 79, 72] Operation: 4*18=72
Exploring Operation: 4+79=83, Resulting Numbers: [56, 18, 83]
Generated Node #0,1: 83:[56, 18, 83] Operation: 4+79=83
Exploring Operation: 4+56=60, Resu... | 0 | hs_3 | sum_heuristic |
[
82,
2,
41,
15
] | 69 | [
"82+41=123",
"15+123=138",
"138/2=69"
] | Current State: 69:[82, 2, 41, 15], Operations: []
Exploring Operation: 82+41=123, Resulting Numbers: [2, 15, 123]
Generated Node #2: [2, 15, 123] from Operation: 82+41=123
Current State: 69:[2, 15, 123], Operations: ['82+41=123']
Exploring Operation: 15+123=138, Resulting Numbers: [2, 138]
Generated Node #3: [2, 138] f... | 4 | Current State: 69:[82, 2, 41, 15], Operations: []
Exploring Operation: 82/41=2, Resulting Numbers: [2, 15, 2]
Generated Node #0,0: 69:[2, 15, 2] Operation: 82/41=2
Start Sub Search at level 1: Moving to Node #0,0
Current State: 69:[2, 15, 2], Operations: ['82/41=2']
Exploring Operation: 2+15=17, Resulting Numbers: [2, ... | 0 | hs_1 | sum_heuristic |
[
19,
80,
16,
83
] | 73 | [
"83-80=3",
"19*3=57",
"16+57=73"
] | Current State: 73:[19, 80, 16, 83], Operations: []
Exploring Operation: 83-80=3, Resulting Numbers: [19, 16, 3]
Generated Node #2: [19, 16, 3] from Operation: 83-80=3
Current State: 73:[19, 16, 3], Operations: ['83-80=3']
Exploring Operation: 19*3=57, Resulting Numbers: [16, 57]
Generated Node #3: [16, 57] from Operati... | 4 | Current State: 73:[19, 80, 16, 83], Operations: []
Exploring Operation: 83-19=64, Resulting Numbers: [80, 16, 64]
Generated Node #0,0: 73:[80, 16, 64] Operation: 83-19=64
Exploring Operation: 19+16=35, Resulting Numbers: [80, 83, 35]
Generated Node #0,1: 73:[80, 83, 35] Operation: 19+16=35
Exploring Operation: 83-16=67... | 0 | hs_3 | mult_heuristic |
[
65,
70,
65,
37
] | 50 | [
"70-65=5",
"65/5=13",
"37+13=50"
] | Current State: 50:[65, 70, 65, 37], Operations: []
Exploring Operation: 70-65=5, Resulting Numbers: [37, 5]
Generated Node #2: [37, 5] from Operation: 70-65=5
Current State: 50:[37, 5], Operations: ['70-65=5']
Exploring Operation: 65/5=13, Resulting Numbers: [37, 13]
Generated Node #3: [37, 13] from Operation: 65/5=13
... | 4 | Current State: 50:[65, 70, 65, 37], Operations: []
Exploring Operation: 70-65=5, Resulting Numbers: [65, 37, 5]
Generated Node #0,0: 50:[65, 37, 5] Operation: 70-65=5
Exploring Operation: 65/65=1, Resulting Numbers: [70, 37, 1]
Generated Node #0,1: 50:[70, 37, 1] Operation: 65/65=1
Exploring Operation: 65-65=0, Resulti... | 0.984375 | hs_4 | sum_heuristic |
[
88,
33,
39,
18
] | 56 | [
"39-18=21",
"88*21=1848",
"1848/33=56"
] | Current State: 56:[88, 33, 39, 18], Operations: []
Exploring Operation: 39-18=21, Resulting Numbers: [88, 33, 21]
Generated Node #2: [88, 33, 21] from Operation: 39-18=21
Current State: 56:[88, 33, 21], Operations: ['39-18=21']
Exploring Operation: 88*21=1848, Resulting Numbers: [33, 1848]
Generated Node #3: [33, 1848]... | 4 | Current State: 56:[88, 33, 39, 18], Operations: []
Exploring Operation: 88-33=55, Resulting Numbers: [39, 18, 55]
Generated Node #0,0: 56:[39, 18, 55] Operation: 88-33=55
Moving to Node #0,0
Current State: 56:[39, 18, 55], Operations: ['88-33=55']
Exploring Operation: 39+18=57, Resulting Numbers: [55, 57]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
63,
78,
56,
2
] | 64 | [
"63-56=7",
"2*7=14",
"78-14=64"
] | Current State: 64:[63, 78, 56, 2], Operations: []
Exploring Operation: 63-56=7, Resulting Numbers: [78, 2, 7]
Generated Node #2: [78, 2, 7] from Operation: 63-56=7
Current State: 64:[78, 2, 7], Operations: ['63-56=7']
Exploring Operation: 2*7=14, Resulting Numbers: [78, 14]
Generated Node #3: [78, 14] from Operation: 2... | 4 | Current State: 64:[63, 78, 56, 2], Operations: []
Exploring Operation: 78-63=15, Resulting Numbers: [56, 2, 15]
Generated Node #0,0: 64:[56, 2, 15] Operation: 78-63=15
Exploring Operation: 78/2=39, Resulting Numbers: [63, 56, 39]
Generated Node #0,1: 64:[63, 56, 39] Operation: 78/2=39
Exploring Operation: 78-56=22, Res... | 0 | hs_4 | sum_heuristic |
[
44,
56,
55,
40
] | 33 | [
"56*55=3080",
"3080/40=77",
"77-44=33"
] | Current State: 33:[44, 56, 55, 40], Operations: []
Exploring Operation: 56*55=3080, Resulting Numbers: [44, 40, 3080]
Generated Node #2: [44, 40, 3080] from Operation: 56*55=3080
Current State: 33:[44, 40, 3080], Operations: ['56*55=3080']
Exploring Operation: 3080/40=77, Resulting Numbers: [44, 77]
Generated Node #3: ... | 4 | Current State: 33:[44, 56, 55, 40], Operations: []
Exploring Operation: 56-40=16, Resulting Numbers: [44, 55, 16]
Generated Node #0,0: 33:[44, 55, 16] Operation: 56-40=16
Exploring Operation: 56-44=12, Resulting Numbers: [55, 40, 12]
Generated Node #0,1: 33:[55, 40, 12] Operation: 56-44=12
Exploring Operation: 56-55=1,... | 0 | hs_4 | sum_heuristic |
[
4,
17,
2,
24
] | 18 | [
"4+17=21",
"2*21=42",
"42-24=18"
] | Current State: 18:[4, 17, 2, 24], Operations: []
Exploring Operation: 4+17=21, Resulting Numbers: [2, 24, 21]
Generated Node #2: [2, 24, 21] from Operation: 4+17=21
Current State: 18:[2, 24, 21], Operations: ['4+17=21']
Exploring Operation: 2*21=42, Resulting Numbers: [24, 42]
Generated Node #3: [24, 42] from Operation... | 4 | Current State: 18:[4, 17, 2, 24], Operations: []
Exploring Operation: 24-2=22, Resulting Numbers: [4, 17, 22]
Generated Node #0,0: 18:[4, 17, 22] Operation: 24-2=22
Exploring Operation: 24-4=20, Resulting Numbers: [17, 2, 20]
Generated Node #0,1: 18:[17, 2, 20] Operation: 24-4=20
Exploring Operation: 24/2=12, Resulting... | 0 | hs_5 | mult_heuristic |
[
51,
13,
63,
78
] | 78 | [
"51+13=64",
"64-63=1",
"78*1=78"
] | Current State: 78:[51, 13, 63, 78], Operations: []
Exploring Operation: 51+13=64, Resulting Numbers: [63, 78, 64]
Generated Node #2: [63, 78, 64] from Operation: 51+13=64
Current State: 78:[63, 78, 64], Operations: ['51+13=64']
Exploring Operation: 64-63=1, Resulting Numbers: [78, 1]
Generated Node #3: [78, 1] from Ope... | 4 | Current State: 78:[51, 13, 63, 78], Operations: []
Exploring Operation: 78-63=15, Resulting Numbers: [51, 13, 15]
Generated Node #0,0: 78:[51, 13, 15] Operation: 78-63=15
Exploring Operation: 78-51=27, Resulting Numbers: [13, 63, 27]
Generated Node #0,1: 78:[13, 63, 27] Operation: 78-51=27
Exploring Operation: 63-51=12... | 0.927083 | hs_5 | mult_heuristic |
[
60,
92,
2,
99
] | 66 | [
"60*99=5940",
"92-2=90",
"5940/90=66"
] | Current State: 66:[60, 92, 2, 99], Operations: []
Exploring Operation: 60*99=5940, Resulting Numbers: [92, 2, 5940]
Generated Node #2: [92, 2, 5940] from Operation: 60*99=5940
Current State: 66:[92, 2, 5940], Operations: ['60*99=5940']
Exploring Operation: 92-2=90, Resulting Numbers: [5940, 90]
Generated Node #3: [5940... | 4 | Current State: 66:[60, 92, 2, 99], Operations: []
Exploring Operation: 99-92=7, Resulting Numbers: [60, 2, 7]
Generated Node #0,0: 66:[60, 2, 7] Operation: 99-92=7
Exploring Operation: 99-60=39, Resulting Numbers: [92, 2, 39]
Generated Node #0,1: 66:[92, 2, 39] Operation: 99-60=39
Exploring Operation: 92-60=32, Resulti... | 0 | hs_4 | mult_heuristic |
[
64,
29,
87,
3
] | 64 | [
"64+29=93",
"87/3=29",
"93-29=64"
] | Current State: 64:[64, 29, 87, 3], Operations: []
Exploring Operation: 64+29=93, Resulting Numbers: [87, 3, 93]
Generated Node #2: [87, 3, 93] from Operation: 64+29=93
Current State: 64:[87, 3, 93], Operations: ['64+29=93']
Exploring Operation: 87/3=29, Resulting Numbers: [93, 29]
Generated Node #3: [93, 29] from Opera... | 4 | Current State: 64:[64, 29, 87, 3], Operations: []
Exploring Operation: 87/3=29, Resulting Numbers: [64, 29, 29]
Generated Node #0,0: 64:[64, 29, 29] Operation: 87/3=29
Exploring Operation: 87-29=58, Resulting Numbers: [64, 3, 58]
Generated Node #0,1: 64:[64, 3, 58] Operation: 87-29=58
Exploring Operation: 87/29=3, Resu... | 0.987847 | hs_3 | mult_heuristic |
[
4,
45,
54,
44
] | 82 | [
"4*45=180",
"54+44=98",
"180-98=82"
] | Current State: 82:[4, 45, 54, 44], Operations: []
Exploring Operation: 4*45=180, Resulting Numbers: [54, 44, 180]
Generated Node #2: [54, 44, 180] from Operation: 4*45=180
Current State: 82:[54, 44, 180], Operations: ['4*45=180']
Exploring Operation: 54+44=98, Resulting Numbers: [180, 98]
Generated Node #3: [180, 98] f... | 4 | Current State: 82:[4, 45, 54, 44], Operations: []
Exploring Operation: 54-45=9, Resulting Numbers: [4, 44, 9]
Generated Node #0,0: 82:[4, 44, 9] Operation: 54-45=9
Moving to Node #0,0
Current State: 82:[4, 44, 9], Operations: ['54-45=9']
Exploring Operation: 9-4=5, Resulting Numbers: [44, 5]
Generated Node #0,0,0: 82:[... | 0 | hs_1 | sum_heuristic |
[
96,
35,
84,
71
] | 74 | [
"96-35=61",
"84-71=13",
"61+13=74"
] | Current State: 74:[96, 35, 84, 71], Operations: []
Exploring Operation: 96-35=61, Resulting Numbers: [84, 71, 61]
Generated Node #2: [84, 71, 61] from Operation: 96-35=61
Current State: 74:[84, 71, 61], Operations: ['96-35=61']
Exploring Operation: 84-71=13, Resulting Numbers: [61, 13]
Generated Node #3: [61, 13] from ... | 4 | Current State: 74:[96, 35, 84, 71], Operations: []
Exploring Operation: 71-35=36, Resulting Numbers: [96, 84, 36]
Generated Node #0,0: 74:[96, 84, 36] Operation: 71-35=36
Exploring Operation: 96-35=61, Resulting Numbers: [84, 71, 61]
Generated Node #0,1: 74:[84, 71, 61] Operation: 96-35=61
Exploring Operation: 96-84=12... | 0.970486 | hs_4 | sum_heuristic |
[
35,
23,
82,
89
] | 19 | [
"35-23=12",
"89-82=7",
"12+7=19"
] | Current State: 19:[35, 23, 82, 89], Operations: []
Exploring Operation: 35-23=12, Resulting Numbers: [82, 89, 12]
Generated Node #2: [82, 89, 12] from Operation: 35-23=12
Current State: 19:[82, 89, 12], Operations: ['35-23=12']
Exploring Operation: 89-82=7, Resulting Numbers: [12, 7]
Generated Node #3: [12, 7] from Ope... | 4 | Current State: 19:[35, 23, 82, 89], Operations: []
Exploring Operation: 82-23=59, Resulting Numbers: [35, 89, 59]
Generated Node #0,0: 19:[35, 89, 59] Operation: 82-23=59
Exploring Operation: 89-35=54, Resulting Numbers: [23, 82, 54]
Generated Node #0,1: 19:[23, 82, 54] Operation: 89-35=54
Exploring Operation: 82-35=47... | 0.983507 | hs_4 | sum_heuristic |
[
94,
53,
79,
1
] | 67 | [
"94+53=147",
"79+1=80",
"147-80=67"
] | Current State: 67:[94, 53, 79, 1], Operations: []
Exploring Operation: 94+53=147, Resulting Numbers: [79, 1, 147]
Generated Node #2: [79, 1, 147] from Operation: 94+53=147
Current State: 67:[79, 1, 147], Operations: ['94+53=147']
Exploring Operation: 79+1=80, Resulting Numbers: [147, 80]
Generated Node #3: [147, 80] fr... | 4 | Current State: 67:[94, 53, 79, 1], Operations: []
Exploring Operation: 79-1=78, Resulting Numbers: [94, 53, 78]
Generated Node #0,0: 67:[94, 53, 78] Operation: 79-1=78
Exploring Operation: 53+1=54, Resulting Numbers: [94, 79, 54]
Generated Node #0,1: 67:[94, 79, 54] Operation: 53+1=54
Exploring Operation: 94*1=94, Resu... | 0.948785 | hs_5 | mult_heuristic |
[
11,
27,
9,
53
] | 100 | [
"11+27=38",
"9+53=62",
"38+62=100"
] | Current State: 100:[11, 27, 9, 53], Operations: []
Exploring Operation: 11+27=38, Resulting Numbers: [9, 53, 38]
Generated Node #2: [9, 53, 38] from Operation: 11+27=38
Current State: 100:[9, 53, 38], Operations: ['11+27=38']
Exploring Operation: 9+53=62, Resulting Numbers: [38, 62]
Generated Node #3: [38, 62] from Ope... | 4 | Current State: 100:[11, 27, 9, 53], Operations: []
Exploring Operation: 11-9=2, Resulting Numbers: [27, 53, 2]
Generated Node #0,0: 100:[27, 53, 2] Operation: 11-9=2
Exploring Operation: 11+9=20, Resulting Numbers: [27, 53, 20]
Generated Node #0,1: 100:[27, 53, 20] Operation: 11+9=20
Exploring Operation: 53-27=26, Resu... | 0.963542 | hs_3 | sum_heuristic |
[
23,
97,
6,
57
] | 16 | [
"23*6=138",
"97+57=154",
"154-138=16"
] | Current State: 16:[23, 97, 6, 57], Operations: []
Exploring Operation: 23*6=138, Resulting Numbers: [97, 57, 138]
Generated Node #2: [97, 57, 138] from Operation: 23*6=138
Current State: 16:[97, 57, 138], Operations: ['23*6=138']
Exploring Operation: 97+57=154, Resulting Numbers: [138, 154]
Generated Node #3: [138, 154... | 4 | Current State: 16:[23, 97, 6, 57], Operations: []
Exploring Operation: 97-6=91, Resulting Numbers: [23, 57, 91]
Generated Node #0,0: 16:[23, 57, 91] Operation: 97-6=91
Exploring Operation: 57-23=34, Resulting Numbers: [97, 6, 34]
Generated Node #0,1: 16:[97, 6, 34] Operation: 57-23=34
Exploring Operation: 97-23=74, Res... | 0 | hs_5 | sum_heuristic |
[
82,
49,
72,
26
] | 65 | [
"82-49=33",
"72+26=98",
"98-33=65"
] | Current State: 65:[82, 49, 72, 26], Operations: []
Exploring Operation: 82-49=33, Resulting Numbers: [72, 26, 33]
Generated Node #2: [72, 26, 33] from Operation: 82-49=33
Current State: 65:[72, 26, 33], Operations: ['82-49=33']
Exploring Operation: 72+26=98, Resulting Numbers: [33, 98]
Generated Node #3: [33, 98] from ... | 4 | Current State: 65:[82, 49, 72, 26], Operations: []
Exploring Operation: 82-72=10, Resulting Numbers: [49, 26, 10]
Generated Node #0,0: 65:[49, 26, 10] Operation: 82-72=10
Exploring Operation: 82-26=56, Resulting Numbers: [49, 72, 56]
Generated Node #0,1: 65:[49, 72, 56] Operation: 82-26=56
Moving to Node #0,0
Current S... | 0.990451 | hs_2 | sum_heuristic |
[
40,
87,
2,
49
] | 91 | [
"40+49=89",
"2*89=178",
"178-87=91"
] | Current State: 91:[40, 87, 2, 49], Operations: []
Exploring Operation: 40+49=89, Resulting Numbers: [87, 2, 89]
Generated Node #2: [87, 2, 89] from Operation: 40+49=89
Current State: 91:[87, 2, 89], Operations: ['40+49=89']
Exploring Operation: 2*89=178, Resulting Numbers: [87, 178]
Generated Node #3: [87, 178] from Op... | 4 | Current State: 91:[40, 87, 2, 49], Operations: []
Exploring Operation: 40+49=89, Resulting Numbers: [87, 2, 89]
Generated Node #0,0: 91:[87, 2, 89] Operation: 40+49=89
Start Sub Search at level 1: Moving to Node #0,0
Current State: 91:[87, 2, 89], Operations: ['40+49=89']
Exploring Operation: 87+2=89, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
96,
24,
12,
40
] | 43 | [
"96/24=4",
"12/4=3",
"40+3=43"
] | Current State: 43:[96, 24, 12, 40], Operations: []
Exploring Operation: 96/24=4, Resulting Numbers: [12, 40, 4]
Generated Node #2: [12, 40, 4] from Operation: 96/24=4
Current State: 43:[12, 40, 4], Operations: ['96/24=4']
Exploring Operation: 12/4=3, Resulting Numbers: [40, 3]
Generated Node #3: [40, 3] from Operation:... | 4 | Current State: 43:[96, 24, 12, 40], Operations: []
Exploring Operation: 96/12=8, Resulting Numbers: [24, 40, 8]
Generated Node #0,0: 43:[24, 40, 8] Operation: 96/12=8
Moving to Node #0,0
Current State: 43:[24, 40, 8], Operations: ['96/12=8']
Exploring Operation: 24+8=32, Resulting Numbers: [40, 32]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
75,
5,
26,
75
] | 34 | [
"75/5=15",
"75-26=49",
"49-15=34"
] | Current State: 34:[75, 5, 26, 75], Operations: []
Exploring Operation: 75/5=15, Resulting Numbers: [26, 15]
Generated Node #2: [26, 15] from Operation: 75/5=15
Current State: 34:[26, 15], Operations: ['75/5=15']
Exploring Operation: 75-26=49, Resulting Numbers: [15, 49]
Generated Node #3: [15, 49] from Operation: 75-26... | 4 | Current State: 34:[75, 5, 26, 75], Operations: []
Exploring Operation: 75/75=1, Resulting Numbers: [5, 26, 1]
Generated Node #0,0: 34:[5, 26, 1] Operation: 75/75=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 34:[5, 26, 1], Operations: ['75/75=1']
Exploring Operation: 5+26=31, Resulting Numbers: [1, ... | 0 | hs_1 | mult_heuristic |
[
62,
23,
18,
50
] | 71 | [
"62-23=39",
"50-18=32",
"39+32=71"
] | Current State: 71:[62, 23, 18, 50], Operations: []
Exploring Operation: 62-23=39, Resulting Numbers: [18, 50, 39]
Generated Node #2: [18, 50, 39] from Operation: 62-23=39
Current State: 71:[18, 50, 39], Operations: ['62-23=39']
Exploring Operation: 50-18=32, Resulting Numbers: [39, 32]
Generated Node #3: [39, 32] from ... | 4 | Current State: 71:[62, 23, 18, 50], Operations: []
Exploring Operation: 23+18=41, Resulting Numbers: [62, 50, 41]
Generated Node #0,0: 71:[62, 50, 41] Operation: 23+18=41
Moving to Node #0,0
Current State: 71:[62, 50, 41], Operations: ['23+18=41']
Exploring Operation: 50+41=91, Resulting Numbers: [62, 91]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
28,
7,
90,
22
] | 64 | [
"28/7=4",
"90-22=68",
"68-4=64"
] | Current State: 64:[28, 7, 90, 22], Operations: []
Exploring Operation: 28/7=4, Resulting Numbers: [90, 22, 4]
Generated Node #2: [90, 22, 4] from Operation: 28/7=4
Current State: 64:[90, 22, 4], Operations: ['28/7=4']
Exploring Operation: 90-22=68, Resulting Numbers: [4, 68]
Generated Node #3: [4, 68] from Operation: 9... | 4 | Current State: 64:[28, 7, 90, 22], Operations: []
Exploring Operation: 90-28=62, Resulting Numbers: [7, 22, 62]
Generated Node #0,0: 64:[7, 22, 62] Operation: 90-28=62
Exploring Operation: 28-22=6, Resulting Numbers: [7, 90, 6]
Generated Node #0,1: 64:[7, 90, 6] Operation: 28-22=6
Exploring Operation: 90-22=68, Resulti... | 0.96875 | hs_3 | mult_heuristic |
[
76,
65,
78,
53
] | 77 | [
"78-76=2",
"65*2=130",
"130-53=77"
] | Current State: 77:[76, 65, 78, 53], Operations: []
Exploring Operation: 78-76=2, Resulting Numbers: [65, 53, 2]
Generated Node #2: [65, 53, 2] from Operation: 78-76=2
Current State: 77:[65, 53, 2], Operations: ['78-76=2']
Exploring Operation: 65*2=130, Resulting Numbers: [53, 130]
Generated Node #3: [53, 130] from Oper... | 4 | Current State: 77:[76, 65, 78, 53], Operations: []
Exploring Operation: 78-53=25, Resulting Numbers: [76, 65, 25]
Generated Node #0,0: 77:[76, 65, 25] Operation: 78-53=25
Exploring Operation: 76-53=23, Resulting Numbers: [65, 78, 23]
Generated Node #0,1: 77:[65, 78, 23] Operation: 76-53=23
Exploring Operation: 76-65=11... | 0 | hs_5 | mult_heuristic |
[
18,
17,
56,
30
] | 87 | [
"18-17=1",
"56+30=86",
"1+86=87"
] | Current State: 87:[18, 17, 56, 30], Operations: []
Exploring Operation: 18-17=1, Resulting Numbers: [56, 30, 1]
Generated Node #2: [56, 30, 1] from Operation: 18-17=1
Current State: 87:[56, 30, 1], Operations: ['18-17=1']
Exploring Operation: 56+30=86, Resulting Numbers: [1, 86]
Generated Node #3: [1, 86] from Operatio... | 4 | Current State: 87:[18, 17, 56, 30], Operations: []
Exploring Operation: 56-17=39, Resulting Numbers: [18, 30, 39]
Generated Node #0,0: 87:[18, 30, 39] Operation: 56-17=39
Exploring Operation: 18+56=74, Resulting Numbers: [17, 30, 74]
Generated Node #0,1: 87:[17, 30, 74] Operation: 18+56=74
Exploring Operation: 17+56=73... | 0.975694 | hs_5 | mult_heuristic |
[
63,
58,
43,
65
] | 17 | [
"63-58=5",
"65-43=22",
"22-5=17"
] | Current State: 17:[63, 58, 43, 65], Operations: []
Exploring Operation: 63-58=5, Resulting Numbers: [43, 65, 5]
Generated Node #2: [43, 65, 5] from Operation: 63-58=5
Current State: 17:[43, 65, 5], Operations: ['63-58=5']
Exploring Operation: 65-43=22, Resulting Numbers: [5, 22]
Generated Node #3: [5, 22] from Operatio... | 4 | Current State: 17:[63, 58, 43, 65], Operations: []
Exploring Operation: 65-63=2, Resulting Numbers: [58, 43, 2]
Generated Node #0,0: 17:[58, 43, 2] Operation: 65-63=2
Exploring Operation: 65-58=7, Resulting Numbers: [63, 43, 7]
Generated Node #0,1: 17:[63, 43, 7] Operation: 65-58=7
Exploring Operation: 63-58=5, Resulti... | 0.970486 | hs_4 | sum_heuristic |
[
25,
91,
33,
30
] | 28 | [
"91-25=66",
"66/33=2",
"30-2=28"
] | Current State: 28:[25, 91, 33, 30], Operations: []
Exploring Operation: 91-25=66, Resulting Numbers: [33, 30, 66]
Generated Node #2: [33, 30, 66] from Operation: 91-25=66
Current State: 28:[33, 30, 66], Operations: ['91-25=66']
Exploring Operation: 66/33=2, Resulting Numbers: [30, 2]
Generated Node #3: [30, 2] from Ope... | 4 | Current State: 28:[25, 91, 33, 30], Operations: []
Exploring Operation: 91-33=58, Resulting Numbers: [25, 30, 58]
Generated Node #0,0: 28:[25, 30, 58] Operation: 91-33=58
Exploring Operation: 91-30=61, Resulting Numbers: [25, 33, 61]
Generated Node #0,1: 28:[25, 33, 61] Operation: 91-30=61
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
44,
4,
80,
40
] | 16 | [
"80-44=36",
"40-36=4",
"4*4=16"
] | Current State: 16:[44, 4, 80, 40], Operations: []
Exploring Operation: 80-44=36, Resulting Numbers: [4, 40, 36]
Generated Node #2: [4, 40, 36] from Operation: 80-44=36
Current State: 16:[4, 40, 36], Operations: ['80-44=36']
Exploring Operation: 40-36=4, Resulting Numbers: [4, 4]
Generated Node #3: [4, 4] from Operation... | 4 | Current State: 16:[44, 4, 80, 40], Operations: []
Exploring Operation: 80-44=36, Resulting Numbers: [4, 40, 36]
Generated Node #0,0: 16:[4, 40, 36] Operation: 80-44=36
Exploring Operation: 80/40=2, Resulting Numbers: [44, 4, 2]
Generated Node #0,1: 16:[44, 4, 2] Operation: 80/40=2
Exploring Operation: 80-40=40, Resulti... | 0.979167 | hs_3 | mult_heuristic |
[
41,
95,
7,
81
] | 82 | [
"95-81=14",
"41*14=574",
"574/7=82"
] | Current State: 82:[41, 95, 7, 81], Operations: []
Exploring Operation: 95-81=14, Resulting Numbers: [41, 7, 14]
Generated Node #2: [41, 7, 14] from Operation: 95-81=14
Current State: 82:[41, 7, 14], Operations: ['95-81=14']
Exploring Operation: 41*14=574, Resulting Numbers: [7, 574]
Generated Node #3: [7, 574] from Ope... | 4 | Current State: 82:[41, 95, 7, 81], Operations: []
Exploring Operation: 81-41=40, Resulting Numbers: [95, 7, 40]
Generated Node #0,0: 82:[95, 7, 40] Operation: 81-41=40
Exploring Operation: 95-41=54, Resulting Numbers: [7, 81, 54]
Generated Node #0,1: 82:[7, 81, 54] Operation: 95-41=54
Exploring Operation: 95-7=88, Resu... | 0.969618 | hs_5 | mult_heuristic |
[
43,
42,
31,
30
] | 12 | [
"43*30=1290",
"42*31=1302",
"1302-1290=12"
] | Current State: 12:[43, 42, 31, 30], Operations: []
Exploring Operation: 43*30=1290, Resulting Numbers: [42, 31, 1290]
Generated Node #2: [42, 31, 1290] from Operation: 43*30=1290
Current State: 12:[42, 31, 1290], Operations: ['43*30=1290']
Exploring Operation: 42*31=1302, Resulting Numbers: [1290, 1302]
Generated Node ... | 4 | Current State: 12:[43, 42, 31, 30], Operations: []
Exploring Operation: 43-31=12, Resulting Numbers: [42, 30, 12]
Generated Node #0,0: 12:[42, 30, 12] Operation: 43-31=12
Exploring Operation: 43-42=1, Resulting Numbers: [31, 30, 1]
Generated Node #0,1: 12:[31, 30, 1] Operation: 43-42=1
Exploring Operation: 43-30=13, Re... | 0 | hs_5 | mult_heuristic |
[
4,
32,
44,
12
] | 66 | [
"32/4=8",
"44*12=528",
"528/8=66"
] | Current State: 66:[4, 32, 44, 12], Operations: []
Exploring Operation: 32/4=8, Resulting Numbers: [44, 12, 8]
Generated Node #2: [44, 12, 8] from Operation: 32/4=8
Current State: 66:[44, 12, 8], Operations: ['32/4=8']
Exploring Operation: 44*12=528, Resulting Numbers: [8, 528]
Generated Node #3: [8, 528] from Operation... | 4 | Current State: 66:[4, 32, 44, 12], Operations: []
Exploring Operation: 44/4=11, Resulting Numbers: [32, 12, 11]
Generated Node #0,0: 66:[32, 12, 11] Operation: 44/4=11
Exploring Operation: 44-4=40, Resulting Numbers: [32, 12, 40]
Generated Node #0,1: 66:[32, 12, 40] Operation: 44-4=40
Exploring Operation: 44-32=12, Res... | 0 | hs_5 | mult_heuristic |
[
29,
2,
15,
32
] | 41 | [
"29*2=58",
"32-15=17",
"58-17=41"
] | Current State: 41:[29, 2, 15, 32], Operations: []
Exploring Operation: 29*2=58, Resulting Numbers: [15, 32, 58]
Generated Node #2: [15, 32, 58] from Operation: 29*2=58
Current State: 41:[15, 32, 58], Operations: ['29*2=58']
Exploring Operation: 32-15=17, Resulting Numbers: [58, 17]
Generated Node #3: [58, 17] from Oper... | 4 | Current State: 41:[29, 2, 15, 32], Operations: []
Exploring Operation: 2*15=30, Resulting Numbers: [29, 32, 30]
Generated Node #0,0: 41:[29, 32, 30] Operation: 2*15=30
Exploring Operation: 29+2=31, Resulting Numbers: [15, 32, 31]
Generated Node #0,1: 41:[15, 32, 31] Operation: 29+2=31
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
90,
37,
30,
88
] | 54 | [
"90/30=3",
"88-37=51",
"3+51=54"
] | Current State: 54:[90, 37, 30, 88], Operations: []
Exploring Operation: 90/30=3, Resulting Numbers: [37, 88, 3]
Generated Node #2: [37, 88, 3] from Operation: 90/30=3
Current State: 54:[37, 88, 3], Operations: ['90/30=3']
Exploring Operation: 88-37=51, Resulting Numbers: [3, 51]
Generated Node #3: [3, 51] from Operatio... | 4 | Current State: 54:[90, 37, 30, 88], Operations: []
Exploring Operation: 90-88=2, Resulting Numbers: [37, 30, 2]
Generated Node #0,0: 54:[37, 30, 2] Operation: 90-88=2
Start Sub Search at level 1: Moving to Node #0,0
Current State: 54:[37, 30, 2], Operations: ['90-88=2']
Exploring Operation: 37-30=7, Resulting Numbers: ... | 0 | hs_1 | mult_heuristic |
[
63,
52,
23,
31
] | 88 | [
"63-52=11",
"31-23=8",
"11*8=88"
] | Current State: 88:[63, 52, 23, 31], Operations: []
Exploring Operation: 63-52=11, Resulting Numbers: [23, 31, 11]
Generated Node #2: [23, 31, 11] from Operation: 63-52=11
Current State: 88:[23, 31, 11], Operations: ['63-52=11']
Exploring Operation: 31-23=8, Resulting Numbers: [11, 8]
Generated Node #3: [11, 8] from Ope... | 4 | Current State: 88:[63, 52, 23, 31], Operations: []
Exploring Operation: 63+31=94, Resulting Numbers: [52, 23, 94]
Generated Node #0,0: 88:[52, 23, 94] Operation: 63+31=94
Exploring Operation: 63-52=11, Resulting Numbers: [23, 31, 11]
Generated Node #0,1: 88:[23, 31, 11] Operation: 63-52=11
Moving to Node #0,1
Current S... | 0.992188 | hs_2 | mult_heuristic |
[
42,
96,
8,
14
] | 16 | [
"42-14=28",
"96/8=12",
"28-12=16"
] | Current State: 16:[42, 96, 8, 14], Operations: []
Exploring Operation: 42-14=28, Resulting Numbers: [96, 8, 28]
Generated Node #2: [96, 8, 28] from Operation: 42-14=28
Current State: 16:[96, 8, 28], Operations: ['42-14=28']
Exploring Operation: 96/8=12, Resulting Numbers: [28, 12]
Generated Node #3: [28, 12] from Opera... | 4 | Current State: 16:[42, 96, 8, 14], Operations: []
Exploring Operation: 96-42=54, Resulting Numbers: [8, 14, 54]
Generated Node #0,0: 16:[8, 14, 54] Operation: 96-42=54
Exploring Operation: 96/8=12, Resulting Numbers: [42, 14, 12]
Generated Node #0,1: 16:[42, 14, 12] Operation: 96/8=12
Exploring Operation: 42/14=3, Resu... | 0.987847 | hs_3 | sum_heuristic |
[
49,
74,
67,
16
] | 72 | [
"49+74=123",
"67-16=51",
"123-51=72"
] | Current State: 72:[49, 74, 67, 16], Operations: []
Exploring Operation: 49+74=123, Resulting Numbers: [67, 16, 123]
Generated Node #2: [67, 16, 123] from Operation: 49+74=123
Current State: 72:[67, 16, 123], Operations: ['49+74=123']
Exploring Operation: 67-16=51, Resulting Numbers: [123, 51]
Generated Node #3: [123, 5... | 4 | Current State: 72:[49, 74, 67, 16], Operations: []
Exploring Operation: 49-16=33, Resulting Numbers: [74, 67, 33]
Generated Node #0,0: 72:[74, 67, 33] Operation: 49-16=33
Exploring Operation: 74-49=25, Resulting Numbers: [67, 16, 25]
Generated Node #0,1: 72:[67, 16, 25] Operation: 74-49=25
Exploring Operation: 67-49=18... | 0.984375 | hs_3 | sum_heuristic |
[
27,
31,
34,
34
] | 47 | [
"34-31=3",
"27*3=81",
"81-34=47"
] | Current State: 47:[27, 31, 34, 34], Operations: []
Exploring Operation: 34-31=3, Resulting Numbers: [27, 3]
Generated Node #2: [27, 3] from Operation: 34-31=3
Current State: 47:[27, 3], Operations: ['34-31=3']
Exploring Operation: 27*3=81, Resulting Numbers: [81]
81,47 equal: Goal Reached
Exploring Operation: 81-34=47,... | 4 | Current State: 47:[27, 31, 34, 34], Operations: []
Exploring Operation: 27+31=58, Resulting Numbers: [34, 34, 58]
Generated Node #0,0: 47:[34, 34, 58] Operation: 27+31=58
Exploring Operation: 27+34=61, Resulting Numbers: [31, 34, 61]
Generated Node #0,1: 47:[31, 34, 61] Operation: 27+34=61
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
9,
20,
83,
39
] | 93 | [
"9+20=29",
"83+39=122",
"122-29=93"
] | Current State: 93:[9, 20, 83, 39], Operations: []
Exploring Operation: 9+20=29, Resulting Numbers: [83, 39, 29]
Generated Node #2: [83, 39, 29] from Operation: 9+20=29
Current State: 93:[83, 39, 29], Operations: ['9+20=29']
Exploring Operation: 83+39=122, Resulting Numbers: [29, 122]
Generated Node #3: [29, 122] from O... | 4 | Current State: 93:[9, 20, 83, 39], Operations: []
Exploring Operation: 9+83=92, Resulting Numbers: [20, 39, 92]
Generated Node #0,0: 93:[20, 39, 92] Operation: 9+83=92
Exploring Operation: 9+20=29, Resulting Numbers: [83, 39, 29]
Generated Node #0,1: 93:[83, 39, 29] Operation: 9+20=29
Exploring Operation: 39-9=30, Resu... | 0.984375 | hs_3 | sum_heuristic |
[
29,
66,
22,
43
] | 100 | [
"66/22=3",
"43*3=129",
"129-29=100"
] | Current State: 100:[29, 66, 22, 43], Operations: []
Exploring Operation: 66/22=3, Resulting Numbers: [29, 43, 3]
Generated Node #2: [29, 43, 3] from Operation: 66/22=3
Current State: 100:[29, 43, 3], Operations: ['66/22=3']
Exploring Operation: 43*3=129, Resulting Numbers: [29, 129]
Generated Node #3: [29, 129] from Op... | 4 | Current State: 100:[29, 66, 22, 43], Operations: []
Exploring Operation: 66-43=23, Resulting Numbers: [29, 22, 23]
Generated Node #0,0: 100:[29, 22, 23] Operation: 66-43=23
Exploring Operation: 29+66=95, Resulting Numbers: [22, 43, 95]
Generated Node #0,1: 100:[22, 43, 95] Operation: 29+66=95
Exploring Operation: 66/22... | 0 | hs_3 | sum_heuristic |
[
77,
47,
25,
6
] | 64 | [
"77+25=102",
"102/6=17",
"47+17=64"
] | Current State: 64:[77, 47, 25, 6], Operations: []
Exploring Operation: 77+25=102, Resulting Numbers: [47, 6, 102]
Generated Node #2: [47, 6, 102] from Operation: 77+25=102
Current State: 64:[47, 6, 102], Operations: ['77+25=102']
Exploring Operation: 102/6=17, Resulting Numbers: [47, 17]
Generated Node #3: [47, 17] fro... | 4 | Current State: 64:[77, 47, 25, 6], Operations: []
Exploring Operation: 47+25=72, Resulting Numbers: [77, 6, 72]
Generated Node #0,0: 64:[77, 6, 72] Operation: 47+25=72
Exploring Operation: 77-47=30, Resulting Numbers: [25, 6, 30]
Generated Node #0,1: 64:[25, 6, 30] Operation: 77-47=30
Exploring Operation: 77-25=52, Res... | 0 | hs_5 | sum_heuristic |
[
13,
30,
93,
45
] | 31 | [
"30-13=17",
"93-45=48",
"48-17=31"
] | Current State: 31:[13, 30, 93, 45], Operations: []
Exploring Operation: 30-13=17, Resulting Numbers: [93, 45, 17]
Generated Node #2: [93, 45, 17] from Operation: 30-13=17
Current State: 31:[93, 45, 17], Operations: ['30-13=17']
Exploring Operation: 93-45=48, Resulting Numbers: [17, 48]
Generated Node #3: [17, 48] from ... | 4 | Current State: 31:[13, 30, 93, 45], Operations: []
Exploring Operation: 93-45=48, Resulting Numbers: [13, 30, 48]
Generated Node #0,0: 31:[13, 30, 48] Operation: 93-45=48
Start Sub Search at level 1: Moving to Node #0,0
Current State: 31:[13, 30, 48], Operations: ['93-45=48']
Exploring Operation: 48-13=35, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
79,
13,
15,
56
] | 21 | [
"79+13=92",
"15+56=71",
"92-71=21"
] | Current State: 21:[79, 13, 15, 56], Operations: []
Exploring Operation: 79+13=92, Resulting Numbers: [15, 56, 92]
Generated Node #2: [15, 56, 92] from Operation: 79+13=92
Current State: 21:[15, 56, 92], Operations: ['79+13=92']
Exploring Operation: 15+56=71, Resulting Numbers: [92, 71]
Generated Node #3: [92, 71] from ... | 4 | Current State: 21:[79, 13, 15, 56], Operations: []
Exploring Operation: 79-56=23, Resulting Numbers: [13, 15, 23]
Generated Node #0,0: 21:[13, 15, 23] Operation: 79-56=23
Exploring Operation: 79-15=64, Resulting Numbers: [13, 56, 64]
Generated Node #0,1: 21:[13, 56, 64] Operation: 79-15=64
Exploring Operation: 56-15=41... | 0.986111 | hs_3 | mult_heuristic |
[
83,
76,
91,
25
] | 12 | [
"83-76=7",
"91/7=13",
"25-13=12"
] | Current State: 12:[83, 76, 91, 25], Operations: []
Exploring Operation: 83-76=7, Resulting Numbers: [91, 25, 7]
Generated Node #2: [91, 25, 7] from Operation: 83-76=7
Current State: 12:[91, 25, 7], Operations: ['83-76=7']
Exploring Operation: 91/7=13, Resulting Numbers: [25, 13]
Generated Node #3: [25, 13] from Operati... | 4 | Current State: 12:[83, 76, 91, 25], Operations: []
Exploring Operation: 76-25=51, Resulting Numbers: [83, 91, 51]
Generated Node #0,0: 12:[83, 91, 51] Operation: 76-25=51
Exploring Operation: 83-76=7, Resulting Numbers: [91, 25, 7]
Generated Node #0,1: 12:[91, 25, 7] Operation: 83-76=7
Exploring Operation: 83-25=58, Re... | 0.951389 | hs_5 | mult_heuristic |
[
2,
65,
66,
46
] | 83 | [
"65-2=63",
"66-46=20",
"63+20=83"
] | Current State: 83:[2, 65, 66, 46], Operations: []
Exploring Operation: 65-2=63, Resulting Numbers: [66, 46, 63]
Generated Node #2: [66, 46, 63] from Operation: 65-2=63
Current State: 83:[66, 46, 63], Operations: ['65-2=63']
Exploring Operation: 66-46=20, Resulting Numbers: [63, 20]
Generated Node #3: [63, 20] from Oper... | 4 | Current State: 83:[2, 65, 66, 46], Operations: []
Exploring Operation: 2*46=92, Resulting Numbers: [65, 66, 92]
Generated Node #0,0: 83:[65, 66, 92] Operation: 2*46=92
Start Sub Search at level 1: Moving to Node #0,0
Current State: 83:[65, 66, 92], Operations: ['2*46=92']
Exploring Operation: 65+66=131, Resulting Numbe... | 0 | hs_1 | mult_heuristic |
[
15,
1,
1,
45
] | 62 | [
"15+1=16",
"1+45=46",
"16+46=62"
] | Current State: 62:[15, 1, 1, 45], Operations: []
Exploring Operation: 15+1=16, Resulting Numbers: [45, 16]
Generated Node #2: [45, 16] from Operation: 15+1=16
Current State: 62:[45, 16], Operations: ['15+1=16']
Exploring Operation: 1+45=46, Resulting Numbers: [16, 46]
Generated Node #3: [16, 46] from Operation: 1+45=46... | 4 | Current State: 62:[15, 1, 1, 45], Operations: []
Exploring Operation: 45-15=30, Resulting Numbers: [1, 1, 30]
Generated Node #0,0: 62:[1, 1, 30] Operation: 45-15=30
Exploring Operation: 15+45=60, Resulting Numbers: [1, 1, 60]
Generated Node #0,1: 62:[1, 1, 60] Operation: 15+45=60
Exploring Operation: 45/15=3, Resulting... | 0.969618 | hs_3 | mult_heuristic |
[
85,
60,
5,
88
] | 58 | [
"85-60=25",
"88-5=83",
"83-25=58"
] | Current State: 58:[85, 60, 5, 88], Operations: []
Exploring Operation: 85-60=25, Resulting Numbers: [5, 88, 25]
Generated Node #2: [5, 88, 25] from Operation: 85-60=25
Current State: 58:[5, 88, 25], Operations: ['85-60=25']
Exploring Operation: 88-5=83, Resulting Numbers: [25, 83]
Generated Node #3: [25, 83] from Opera... | 4 | Current State: 58:[85, 60, 5, 88], Operations: []
Exploring Operation: 85-5=80, Resulting Numbers: [60, 88, 80]
Generated Node #0,0: 58:[60, 88, 80] Operation: 85-5=80
Exploring Operation: 85-60=25, Resulting Numbers: [5, 88, 25]
Generated Node #0,1: 58:[5, 88, 25] Operation: 85-60=25
Exploring Operation: 88-85=3, Resu... | 0.956597 | hs_5 | sum_heuristic |
[
39,
61,
57,
23
] | 57 | [
"61-39=22",
"23-22=1",
"57*1=57"
] | Current State: 57:[39, 61, 57, 23], Operations: []
Exploring Operation: 61-39=22, Resulting Numbers: [57, 23, 22]
Generated Node #2: [57, 23, 22] from Operation: 61-39=22
Current State: 57:[57, 23, 22], Operations: ['61-39=22']
Exploring Operation: 23-22=1, Resulting Numbers: [57, 1]
Generated Node #3: [57, 1] from Ope... | 4 | Current State: 57:[39, 61, 57, 23], Operations: []
Exploring Operation: 61-57=4, Resulting Numbers: [39, 23, 4]
Generated Node #0,0: 57:[39, 23, 4] Operation: 61-57=4
Exploring Operation: 61-39=22, Resulting Numbers: [57, 23, 22]
Generated Node #0,1: 57:[57, 23, 22] Operation: 61-39=22
Exploring Operation: 39-23=16, Re... | 0.986979 | hs_5 | mult_heuristic |
[
33,
11,
26,
61
] | 43 | [
"33+11=44",
"26+61=87",
"87-44=43"
] | Current State: 43:[33, 11, 26, 61], Operations: []
Exploring Operation: 33+11=44, Resulting Numbers: [26, 61, 44]
Generated Node #2: [26, 61, 44] from Operation: 33+11=44
Current State: 43:[26, 61, 44], Operations: ['33+11=44']
Exploring Operation: 26+61=87, Resulting Numbers: [44, 87]
Generated Node #3: [44, 87] from ... | 4 | Current State: 43:[33, 11, 26, 61], Operations: []
Exploring Operation: 61-11=50, Resulting Numbers: [33, 26, 50]
Generated Node #0,0: 43:[33, 26, 50] Operation: 61-11=50
Exploring Operation: 11+26=37, Resulting Numbers: [33, 61, 37]
Generated Node #0,1: 43:[33, 61, 37] Operation: 11+26=37
Moving to Node #0,0
Current S... | 0 | hs_2 | mult_heuristic |
[
55,
94,
50,
8
] | 100 | [
"55-8=47",
"94*50=4700",
"4700/47=100"
] | Current State: 100:[55, 94, 50, 8], Operations: []
Exploring Operation: 55-8=47, Resulting Numbers: [94, 50, 47]
Generated Node #2: [94, 50, 47] from Operation: 55-8=47
Current State: 100:[94, 50, 47], Operations: ['55-8=47']
Exploring Operation: 94*50=4700, Resulting Numbers: [47, 4700]
Generated Node #3: [47, 4700] f... | 4 | Current State: 100:[55, 94, 50, 8], Operations: []
Exploring Operation: 55-8=47, Resulting Numbers: [94, 50, 47]
Generated Node #0,0: 100:[94, 50, 47] Operation: 55-8=47
Exploring Operation: 94+8=102, Resulting Numbers: [55, 50, 102]
Generated Node #0,1: 100:[55, 50, 102] Operation: 94+8=102
Exploring Operation: 55-50=... | 0.977431 | hs_3 | sum_heuristic |
[
78,
5,
63,
55
] | 58 | [
"78-63=15",
"15/5=3",
"55+3=58"
] | Current State: 58:[78, 5, 63, 55], Operations: []
Exploring Operation: 78-63=15, Resulting Numbers: [5, 55, 15]
Generated Node #2: [5, 55, 15] from Operation: 78-63=15
Current State: 58:[5, 55, 15], Operations: ['78-63=15']
Exploring Operation: 15/5=3, Resulting Numbers: [55, 3]
Generated Node #3: [55, 3] from Operatio... | 4 | Current State: 58:[78, 5, 63, 55], Operations: []
Exploring Operation: 78-63=15, Resulting Numbers: [5, 55, 15]
Generated Node #0,0: 58:[5, 55, 15] Operation: 78-63=15
Exploring Operation: 78-55=23, Resulting Numbers: [5, 63, 23]
Generated Node #0,1: 58:[5, 63, 23] Operation: 78-55=23
Exploring Operation: 78-5=73, Resu... | 0.975694 | hs_3 | mult_heuristic |
[
85,
85,
87,
66
] | 38 | [
"87-85=2",
"85-66=19",
"2*19=38"
] | Current State: 38:[85, 85, 87, 66], Operations: []
Exploring Operation: 87-85=2, Resulting Numbers: [66, 2]
Generated Node #2: [66, 2] from Operation: 87-85=2
Current State: 38:[66, 2], Operations: ['87-85=2']
Exploring Operation: 85-66=19, Resulting Numbers: [2, 19]
Generated Node #3: [2, 19] from Operation: 85-66=19
... | 4 | Current State: 38:[85, 85, 87, 66], Operations: []
Exploring Operation: 87-85=2, Resulting Numbers: [85, 66, 2]
Generated Node #0,0: 38:[85, 66, 2] Operation: 87-85=2
Exploring Operation: 87-85=2, Resulting Numbers: [85, 66, 2]
Generated Node #0,1: 38:[85, 66, 2] Operation: 87-85=2
Moving to Node #0,0
Current State: 38... | 0.989583 | hs_2 | mult_heuristic |
[
39,
72,
11,
94
] | 97 | [
"72-39=33",
"33/11=3",
"94+3=97"
] | Current State: 97:[39, 72, 11, 94], Operations: []
Exploring Operation: 72-39=33, Resulting Numbers: [11, 94, 33]
Generated Node #2: [11, 94, 33] from Operation: 72-39=33
Current State: 97:[11, 94, 33], Operations: ['72-39=33']
Exploring Operation: 33/11=3, Resulting Numbers: [94, 3]
Generated Node #3: [94, 3] from Ope... | 4 | Current State: 97:[39, 72, 11, 94], Operations: []
Exploring Operation: 39-11=28, Resulting Numbers: [72, 94, 28]
Generated Node #0,0: 97:[72, 94, 28] Operation: 39-11=28
Exploring Operation: 39+11=50, Resulting Numbers: [72, 94, 50]
Generated Node #0,1: 97:[72, 94, 50] Operation: 39+11=50
Exploring Operation: 72-11=61... | 0 | hs_5 | sum_heuristic |
[
82,
43,
51,
76
] | 64 | [
"82-43=39",
"76-51=25",
"39+25=64"
] | Current State: 64:[82, 43, 51, 76], Operations: []
Exploring Operation: 82-43=39, Resulting Numbers: [51, 76, 39]
Generated Node #2: [51, 76, 39] from Operation: 82-43=39
Current State: 64:[51, 76, 39], Operations: ['82-43=39']
Exploring Operation: 76-51=25, Resulting Numbers: [39, 25]
Generated Node #3: [39, 25] from ... | 4 | Current State: 64:[82, 43, 51, 76], Operations: []
Exploring Operation: 51-43=8, Resulting Numbers: [82, 76, 8]
Generated Node #0,0: 64:[82, 76, 8] Operation: 51-43=8
Exploring Operation: 82-76=6, Resulting Numbers: [43, 51, 6]
Generated Node #0,1: 64:[43, 51, 6] Operation: 82-76=6
Exploring Operation: 82-51=31, Result... | 0.977431 | hs_3 | sum_heuristic |
[
18,
9,
74,
11
] | 28 | [
"74-18=56",
"11-9=2",
"56/2=28"
] | Current State: 28:[18, 9, 74, 11], Operations: []
Exploring Operation: 74-18=56, Resulting Numbers: [9, 11, 56]
Generated Node #2: [9, 11, 56] from Operation: 74-18=56
Current State: 28:[9, 11, 56], Operations: ['74-18=56']
Exploring Operation: 11-9=2, Resulting Numbers: [56, 2]
Generated Node #3: [56, 2] from Operatio... | 4 | Current State: 28:[18, 9, 74, 11], Operations: []
Exploring Operation: 18-11=7, Resulting Numbers: [9, 74, 7]
Generated Node #0,0: 28:[9, 74, 7] Operation: 18-11=7
Exploring Operation: 74-11=63, Resulting Numbers: [18, 9, 63]
Generated Node #0,1: 28:[18, 9, 63] Operation: 74-11=63
Exploring Operation: 74-9=65, Resultin... | 0.981771 | hs_4 | mult_heuristic |
[
18,
54,
3,
7
] | 87 | [
"54-18=36",
"36-7=29",
"3*29=87"
] | Current State: 87:[18, 54, 3, 7], Operations: []
Exploring Operation: 54-18=36, Resulting Numbers: [3, 7, 36]
Generated Node #2: [3, 7, 36] from Operation: 54-18=36
Current State: 87:[3, 7, 36], Operations: ['54-18=36']
Exploring Operation: 36-7=29, Resulting Numbers: [3, 29]
Generated Node #3: [3, 29] from Operation: ... | 4 | Current State: 87:[18, 54, 3, 7], Operations: []
Exploring Operation: 54/3=18, Resulting Numbers: [18, 7, 18]
Generated Node #0,0: 87:[18, 7, 18] Operation: 54/3=18
Exploring Operation: 18+54=72, Resulting Numbers: [3, 7, 72]
Generated Node #0,1: 87:[3, 7, 72] Operation: 18+54=72
Exploring Operation: 54/18=3, Resulting... | 0.973958 | hs_4 | mult_heuristic |
[
80,
15,
25,
60
] | 52 | [
"25-15=10",
"80/10=8",
"60-8=52"
] | Current State: 52:[80, 15, 25, 60], Operations: []
Exploring Operation: 25-15=10, Resulting Numbers: [80, 60, 10]
Generated Node #2: [80, 60, 10] from Operation: 25-15=10
Current State: 52:[80, 60, 10], Operations: ['25-15=10']
Exploring Operation: 80/10=8, Resulting Numbers: [60, 8]
Generated Node #3: [60, 8] from Ope... | 4 | Current State: 52:[80, 15, 25, 60], Operations: []
Exploring Operation: 80-25=55, Resulting Numbers: [15, 60, 55]
Generated Node #0,0: 52:[15, 60, 55] Operation: 80-25=55
Exploring Operation: 80-15=65, Resulting Numbers: [25, 60, 65]
Generated Node #0,1: 52:[25, 60, 65] Operation: 80-15=65
Exploring Operation: 80-60=20... | 0 | hs_3 | sum_heuristic |
[
57,
67,
33,
5
] | 53 | [
"57-33=24",
"5*24=120",
"120-67=53"
] | Current State: 53:[57, 67, 33, 5], Operations: []
Exploring Operation: 57-33=24, Resulting Numbers: [67, 5, 24]
Generated Node #2: [67, 5, 24] from Operation: 57-33=24
Current State: 53:[67, 5, 24], Operations: ['57-33=24']
Exploring Operation: 5*24=120, Resulting Numbers: [67, 120]
Generated Node #3: [67, 120] from Op... | 4 | Current State: 53:[57, 67, 33, 5], Operations: []
Exploring Operation: 67-5=62, Resulting Numbers: [57, 33, 62]
Generated Node #0,0: 53:[57, 33, 62] Operation: 67-5=62
Start Sub Search at level 1: Moving to Node #0,0
Current State: 53:[57, 33, 62], Operations: ['67-5=62']
Exploring Operation: 62-33=29, Resulting Number... | 0 | hs_1 | sum_heuristic |
[
96,
22,
15,
26
] | 33 | [
"96-22=74",
"15+26=41",
"74-41=33"
] | Current State: 33:[96, 22, 15, 26], Operations: []
Exploring Operation: 96-22=74, Resulting Numbers: [15, 26, 74]
Generated Node #2: [15, 26, 74] from Operation: 96-22=74
Current State: 33:[15, 26, 74], Operations: ['96-22=74']
Exploring Operation: 15+26=41, Resulting Numbers: [74, 41]
Generated Node #3: [74, 41] from ... | 4 | Current State: 33:[96, 22, 15, 26], Operations: []
Exploring Operation: 96-26=70, Resulting Numbers: [22, 15, 70]
Generated Node #0,0: 33:[22, 15, 70] Operation: 96-26=70
Exploring Operation: 26-22=4, Resulting Numbers: [96, 15, 4]
Generated Node #0,1: 33:[96, 15, 4] Operation: 26-22=4
Exploring Operation: 96-15=81, Re... | 0.985243 | hs_5 | mult_heuristic |
[
65,
13,
65,
10
] | 20 | [
"65+65=130",
"130/13=10",
"10+10=20"
] | Current State: 20:[65, 13, 65, 10], Operations: []
Exploring Operation: 65+65=130, Resulting Numbers: [13, 10, 130]
Generated Node #2: [13, 10, 130] from Operation: 65+65=130
Current State: 20:[13, 10, 130], Operations: ['65+65=130']
Exploring Operation: 130/13=10, Resulting Numbers: [10, 10]
Generated Node #3: [10, 10... | 4 | Current State: 20:[65, 13, 65, 10], Operations: []
Exploring Operation: 65/65=1, Resulting Numbers: [13, 10, 1]
Generated Node #0,0: 20:[13, 10, 1] Operation: 65/65=1
Exploring Operation: 65-65=0, Resulting Numbers: [13, 10, 0]
Generated Node #0,1: 20:[13, 10, 0] Operation: 65-65=0
Start Sub Search at level 1: Moving t... | 0 | hs_2 | sum_heuristic |
[
96,
9,
57,
79
] | 77 | [
"57-9=48",
"96/48=2",
"79-2=77"
] | Current State: 77:[96, 9, 57, 79], Operations: []
Exploring Operation: 57-9=48, Resulting Numbers: [96, 79, 48]
Generated Node #2: [96, 79, 48] from Operation: 57-9=48
Current State: 77:[96, 79, 48], Operations: ['57-9=48']
Exploring Operation: 96/48=2, Resulting Numbers: [79, 2]
Generated Node #3: [79, 2] from Operati... | 4 | Current State: 77:[96, 9, 57, 79], Operations: []
Exploring Operation: 96-9=87, Resulting Numbers: [57, 79, 87]
Generated Node #0,0: 77:[57, 79, 87] Operation: 96-9=87
Exploring Operation: 9+57=66, Resulting Numbers: [96, 79, 66]
Generated Node #0,1: 77:[96, 79, 66] Operation: 9+57=66
Exploring Operation: 79-57=22, Res... | 0 | hs_5 | sum_heuristic |
[
19,
56,
35,
49
] | 29 | [
"19*56=1064",
"1064-49=1015",
"1015/35=29"
] | Current State: 29:[19, 56, 35, 49], Operations: []
Exploring Operation: 19*56=1064, Resulting Numbers: [35, 49, 1064]
Generated Node #2: [35, 49, 1064] from Operation: 19*56=1064
Current State: 29:[35, 49, 1064], Operations: ['19*56=1064']
Exploring Operation: 1064-49=1015, Resulting Numbers: [35, 1015]
Generated Node ... | 4 | Current State: 29:[19, 56, 35, 49], Operations: []
Exploring Operation: 49-19=30, Resulting Numbers: [56, 35, 30]
Generated Node #0,0: 29:[56, 35, 30] Operation: 49-19=30
Exploring Operation: 56-19=37, Resulting Numbers: [35, 49, 37]
Generated Node #0,1: 29:[35, 49, 37] Operation: 56-19=37
Exploring Operation: 56-35=21... | 0 | hs_3 | sum_heuristic |
[
32,
90,
87,
82
] | 14 | [
"90-87=3",
"32*3=96",
"96-82=14"
] | Current State: 14:[32, 90, 87, 82], Operations: []
Exploring Operation: 90-87=3, Resulting Numbers: [32, 82, 3]
Generated Node #2: [32, 82, 3] from Operation: 90-87=3
Current State: 14:[32, 82, 3], Operations: ['90-87=3']
Exploring Operation: 32*3=96, Resulting Numbers: [82, 96]
Generated Node #3: [82, 96] from Operati... | 4 | Current State: 14:[32, 90, 87, 82], Operations: []
Exploring Operation: 90-87=3, Resulting Numbers: [32, 82, 3]
Generated Node #0,0: 14:[32, 82, 3] Operation: 90-87=3
Exploring Operation: 90-82=8, Resulting Numbers: [32, 87, 8]
Generated Node #0,1: 14:[32, 87, 8] Operation: 90-82=8
Start Sub Search at level 1: Moving t... | 0 | hs_2 | sum_heuristic |
[
54,
4,
64,
16
] | 55 | [
"64/4=16",
"16/16=1",
"54+1=55"
] | Current State: 55:[54, 4, 64, 16], Operations: []
Exploring Operation: 64/4=16, Resulting Numbers: [54, 16, 16]
Generated Node #2: [54, 16, 16] from Operation: 64/4=16
Current State: 55:[54, 16, 16], Operations: ['64/4=16']
Exploring Operation: 16/16=1, Resulting Numbers: [54, 1]
Generated Node #3: [54, 1] from Operati... | 4 | Current State: 55:[54, 4, 64, 16], Operations: []
Exploring Operation: 64-54=10, Resulting Numbers: [4, 16, 10]
Generated Node #0,0: 55:[4, 16, 10] Operation: 64-54=10
Exploring Operation: 64/16=4, Resulting Numbers: [54, 4, 4]
Generated Node #0,1: 55:[54, 4, 4] Operation: 64/16=4
Moving to Node #0,1
Current State: 55:... | 0 | hs_2 | mult_heuristic |
[
8,
38,
7,
90
] | 22 | [
"38*7=266",
"266-90=176",
"176/8=22"
] | Current State: 22:[8, 38, 7, 90], Operations: []
Exploring Operation: 38*7=266, Resulting Numbers: [8, 90, 266]
Generated Node #2: [8, 90, 266] from Operation: 38*7=266
Current State: 22:[8, 90, 266], Operations: ['38*7=266']
Exploring Operation: 266-90=176, Resulting Numbers: [8, 176]
Generated Node #3: [8, 176] from ... | 4 | Current State: 22:[8, 38, 7, 90], Operations: []
Exploring Operation: 38-8=30, Resulting Numbers: [7, 90, 30]
Generated Node #0,0: 22:[7, 90, 30] Operation: 38-8=30
Exploring Operation: 38-7=31, Resulting Numbers: [8, 90, 31]
Generated Node #0,1: 22:[8, 90, 31] Operation: 38-7=31
Exploring Operation: 90-38=52, Resultin... | 0 | hs_4 | mult_heuristic |
[
13,
80,
70,
71
] | 74 | [
"80-13=67",
"70+71=141",
"141-67=74"
] | Current State: 74:[13, 80, 70, 71], Operations: []
Exploring Operation: 80-13=67, Resulting Numbers: [70, 71, 67]
Generated Node #2: [70, 71, 67] from Operation: 80-13=67
Current State: 74:[70, 71, 67], Operations: ['80-13=67']
Exploring Operation: 70+71=141, Resulting Numbers: [67, 141]
Generated Node #3: [67, 141] fr... | 4 | Current State: 74:[13, 80, 70, 71], Operations: []
Exploring Operation: 80-13=67, Resulting Numbers: [70, 71, 67]
Generated Node #0,0: 74:[70, 71, 67] Operation: 80-13=67
Exploring Operation: 13+70=83, Resulting Numbers: [80, 71, 83]
Generated Node #0,1: 74:[80, 71, 83] Operation: 13+70=83
Moving to Node #0,0
Current S... | 0.991319 | hs_2 | sum_heuristic |
[
94,
85,
62,
32
] | 85 | [
"94+85=179",
"62+32=94",
"179-94=85"
] | Current State: 85:[94, 85, 62, 32], Operations: []
Exploring Operation: 94+85=179, Resulting Numbers: [62, 32, 179]
Generated Node #2: [62, 32, 179] from Operation: 94+85=179
Current State: 85:[62, 32, 179], Operations: ['94+85=179']
Exploring Operation: 62+32=94, Resulting Numbers: [179, 94]
Generated Node #3: [179, 9... | 4 | Current State: 85:[94, 85, 62, 32], Operations: []
Exploring Operation: 62-32=30, Resulting Numbers: [94, 85, 30]
Generated Node #0,0: 85:[94, 85, 30] Operation: 62-32=30
Exploring Operation: 62+32=94, Resulting Numbers: [94, 85, 94]
Generated Node #0,1: 85:[94, 85, 94] Operation: 62+32=94
Start Sub Search at level 1: ... | 0.992188 | hs_2 | mult_heuristic |
[
66,
80,
17,
8
] | 10 | [
"66+80=146",
"17*8=136",
"146-136=10"
] | Current State: 10:[66, 80, 17, 8], Operations: []
Exploring Operation: 66+80=146, Resulting Numbers: [17, 8, 146]
Generated Node #2: [17, 8, 146] from Operation: 66+80=146
Current State: 10:[17, 8, 146], Operations: ['66+80=146']
Exploring Operation: 17*8=136, Resulting Numbers: [146, 136]
Generated Node #3: [146, 136]... | 4 | Current State: 10:[66, 80, 17, 8], Operations: []
Exploring Operation: 80-66=14, Resulting Numbers: [17, 8, 14]
Generated Node #0,0: 10:[17, 8, 14] Operation: 80-66=14
Moving to Node #0,0
Current State: 10:[17, 8, 14], Operations: ['80-66=14']
Exploring Operation: 17-14=3, Resulting Numbers: [8, 3]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
21,
69,
83,
56
] | 75 | [
"69-21=48",
"83-56=27",
"48+27=75"
] | Current State: 75:[21, 69, 83, 56], Operations: []
Exploring Operation: 69-21=48, Resulting Numbers: [83, 56, 48]
Generated Node #2: [83, 56, 48] from Operation: 69-21=48
Current State: 75:[83, 56, 48], Operations: ['69-21=48']
Exploring Operation: 83-56=27, Resulting Numbers: [48, 27]
Generated Node #3: [48, 27] from ... | 4 | Current State: 75:[21, 69, 83, 56], Operations: []
Exploring Operation: 69-56=13, Resulting Numbers: [21, 83, 13]
Generated Node #0,0: 75:[21, 83, 13] Operation: 69-56=13
Exploring Operation: 21+56=77, Resulting Numbers: [69, 83, 77]
Generated Node #0,1: 75:[69, 83, 77] Operation: 21+56=77
Exploring Operation: 83-56=27... | 0.989583 | hs_3 | sum_heuristic |
[
5,
60,
66,
11
] | 11 | [
"5+60=65",
"66-65=1",
"11*1=11"
] | Current State: 11:[5, 60, 66, 11], Operations: []
Exploring Operation: 5+60=65, Resulting Numbers: [66, 11, 65]
Generated Node #2: [66, 11, 65] from Operation: 5+60=65
Current State: 11:[66, 11, 65], Operations: ['5+60=65']
Exploring Operation: 66-65=1, Resulting Numbers: [11, 1]
Generated Node #3: [11, 1] from Operati... | 4 | Current State: 11:[5, 60, 66, 11], Operations: []
Exploring Operation: 66/11=6, Resulting Numbers: [5, 60, 6]
Generated Node #0,0: 11:[5, 60, 6] Operation: 66/11=6
Exploring Operation: 66-60=6, Resulting Numbers: [5, 11, 6]
Generated Node #0,1: 11:[5, 11, 6] Operation: 66-60=6
Exploring Operation: 60/5=12, Resulting Nu... | 0 | hs_3 | mult_heuristic |
[
66,
86,
4,
84
] | 68 | [
"86-66=20",
"4+84=88",
"88-20=68"
] | Current State: 68:[66, 86, 4, 84], Operations: []
Exploring Operation: 86-66=20, Resulting Numbers: [4, 84, 20]
Generated Node #2: [4, 84, 20] from Operation: 86-66=20
Current State: 68:[4, 84, 20], Operations: ['86-66=20']
Exploring Operation: 4+84=88, Resulting Numbers: [20, 88]
Generated Node #3: [20, 88] from Opera... | 4 | Current State: 68:[66, 86, 4, 84], Operations: []
Exploring Operation: 86-84=2, Resulting Numbers: [66, 4, 2]
Generated Node #0,0: 68:[66, 4, 2] Operation: 86-84=2
Moving to Node #0,0
Current State: 68:[66, 4, 2], Operations: ['86-84=2']
Exploring Operation: 66+2=68, Resulting Numbers: [4, 68]
Generated Node #0,0,0: 68... | 0 | hs_1 | mult_heuristic |
[
25,
93,
12,
69
] | 50 | [
"93-69=24",
"25*24=600",
"600/12=50"
] | Current State: 50:[25, 93, 12, 69], Operations: []
Exploring Operation: 93-69=24, Resulting Numbers: [25, 12, 24]
Generated Node #2: [25, 12, 24] from Operation: 93-69=24
Current State: 50:[25, 12, 24], Operations: ['93-69=24']
Exploring Operation: 25*24=600, Resulting Numbers: [12, 600]
Generated Node #3: [12, 600] fr... | 4 | Current State: 50:[25, 93, 12, 69], Operations: []
Exploring Operation: 93-69=24, Resulting Numbers: [25, 12, 24]
Generated Node #0,0: 50:[25, 12, 24] Operation: 93-69=24
Exploring Operation: 93-25=68, Resulting Numbers: [12, 69, 68]
Generated Node #0,1: 50:[12, 69, 68] Operation: 93-25=68
Start Sub Search at level 1: ... | 0.992188 | hs_2 | sum_heuristic |
[
16,
22,
77,
3
] | 95 | [
"22-16=6",
"3*6=18",
"77+18=95"
] | Current State: 95:[16, 22, 77, 3], Operations: []
Exploring Operation: 22-16=6, Resulting Numbers: [77, 3, 6]
Generated Node #2: [77, 3, 6] from Operation: 22-16=6
Current State: 95:[77, 3, 6], Operations: ['22-16=6']
Exploring Operation: 3*6=18, Resulting Numbers: [77, 18]
Generated Node #3: [77, 18] from Operation: 3... | 4 | Current State: 95:[16, 22, 77, 3], Operations: []
Exploring Operation: 16+77=93, Resulting Numbers: [22, 3, 93]
Generated Node #0,0: 95:[22, 3, 93] Operation: 16+77=93
Start Sub Search at level 1: Moving to Node #0,0
Current State: 95:[22, 3, 93], Operations: ['16+77=93']
Exploring Operation: 22-3=19, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.