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 |
|---|---|---|---|---|---|---|---|---|
[
90,
42,
41,
30
] | 55 | [
"90/30=3",
"42/3=14",
"41+14=55"
] | Current State: 55:[90, 42, 41, 30], Operations: []
Exploring Operation: 90/30=3, Resulting Numbers: [42, 41, 3]
Generated Node #2: [42, 41, 3] from Operation: 90/30=3
Current State: 55:[42, 41, 3], Operations: ['90/30=3']
Exploring Operation: 42/3=14, Resulting Numbers: [41, 14]
Generated Node #3: [41, 14] from Operati... | 4 | Current State: 55:[90, 42, 41, 30], Operations: []
Exploring Operation: 90/30=3, Resulting Numbers: [42, 41, 3]
Generated Node #0,0: 55:[42, 41, 3] Operation: 90/30=3
Moving to Node #0,0
Current State: 55:[42, 41, 3], Operations: ['90/30=3']
Exploring Operation: 42-41=1, Resulting Numbers: [3, 1]
Generated Node #0,0,0:... | 0 | hs_1 | sum_heuristic |
[
31,
45,
64,
1
] | 96 | [
"31-1=30",
"45*64=2880",
"2880/30=96"
] | Current State: 96:[31, 45, 64, 1], Operations: []
Exploring Operation: 31-1=30, Resulting Numbers: [45, 64, 30]
Generated Node #2: [45, 64, 30] from Operation: 31-1=30
Current State: 96:[45, 64, 30], Operations: ['31-1=30']
Exploring Operation: 45*64=2880, Resulting Numbers: [30, 2880]
Generated Node #3: [30, 2880] fro... | 4 | Current State: 96:[31, 45, 64, 1], Operations: []
Exploring Operation: 64-31=33, Resulting Numbers: [45, 1, 33]
Generated Node #0,0: 96:[45, 1, 33] Operation: 64-31=33
Exploring Operation: 64-45=19, Resulting Numbers: [31, 1, 19]
Generated Node #0,1: 96:[31, 1, 19] Operation: 64-45=19
Exploring Operation: 31+64=95, Res... | 0 | hs_3 | sum_heuristic |
[
6,
3,
70,
2
] | 85 | [
"6*2=12",
"3+70=73",
"12+73=85"
] | Current State: 85:[6, 3, 70, 2], Operations: []
Exploring Operation: 6*2=12, Resulting Numbers: [3, 70, 12]
Generated Node #2: [3, 70, 12] from Operation: 6*2=12
Current State: 85:[3, 70, 12], Operations: ['6*2=12']
Exploring Operation: 3+70=73, Resulting Numbers: [12, 73]
Generated Node #3: [12, 73] from Operation: 3+... | 4 | Current State: 85:[6, 3, 70, 2], Operations: []
Exploring Operation: 3+70=73, Resulting Numbers: [6, 2, 73]
Generated Node #0,0: 85:[6, 2, 73] Operation: 3+70=73
Exploring Operation: 70+2=72, Resulting Numbers: [6, 3, 72]
Generated Node #0,1: 85:[6, 3, 72] Operation: 70+2=72
Exploring Operation: 3*2=6, Resulting Number... | 0 | hs_5 | mult_heuristic |
[
8,
42,
6,
75
] | 90 | [
"8+75=83",
"42/6=7",
"83+7=90"
] | Current State: 90:[8, 42, 6, 75], Operations: []
Exploring Operation: 8+75=83, Resulting Numbers: [42, 6, 83]
Generated Node #2: [42, 6, 83] from Operation: 8+75=83
Current State: 90:[42, 6, 83], Operations: ['8+75=83']
Exploring Operation: 42/6=7, Resulting Numbers: [83, 7]
Generated Node #3: [83, 7] from Operation: 4... | 4 | Current State: 90:[8, 42, 6, 75], Operations: []
Exploring Operation: 8+75=83, Resulting Numbers: [42, 6, 83]
Generated Node #0,0: 90:[42, 6, 83] Operation: 8+75=83
Exploring Operation: 42/6=7, Resulting Numbers: [8, 75, 7]
Generated Node #0,1: 90:[8, 75, 7] Operation: 42/6=7
Exploring Operation: 6+75=81, Resulting Num... | 0.978299 | hs_4 | sum_heuristic |
[
24,
23,
95,
9
] | 98 | [
"24*9=216",
"23+95=118",
"216-118=98"
] | Current State: 98:[24, 23, 95, 9], Operations: []
Exploring Operation: 24*9=216, Resulting Numbers: [23, 95, 216]
Generated Node #2: [23, 95, 216] from Operation: 24*9=216
Current State: 98:[23, 95, 216], Operations: ['24*9=216']
Exploring Operation: 23+95=118, Resulting Numbers: [216, 118]
Generated Node #3: [216, 118... | 4 | Current State: 98:[24, 23, 95, 9], Operations: []
Exploring Operation: 24-9=15, Resulting Numbers: [23, 95, 15]
Generated Node #0,0: 98:[23, 95, 15] Operation: 24-9=15
Exploring Operation: 24+23=47, Resulting Numbers: [95, 9, 47]
Generated Node #0,1: 98:[95, 9, 47] Operation: 24+23=47
Exploring Operation: 24-23=1, Resu... | 0 | hs_3 | mult_heuristic |
[
52,
3,
5,
4
] | 69 | [
"52-3=49",
"5*4=20",
"49+20=69"
] | Current State: 69:[52, 3, 5, 4], Operations: []
Exploring Operation: 52-3=49, Resulting Numbers: [5, 4, 49]
Generated Node #2: [5, 4, 49] from Operation: 52-3=49
Current State: 69:[5, 4, 49], Operations: ['52-3=49']
Exploring Operation: 5*4=20, Resulting Numbers: [49, 20]
Generated Node #3: [49, 20] from Operation: 5*4... | 4 | Current State: 69:[52, 3, 5, 4], Operations: []
Exploring Operation: 52+5=57, Resulting Numbers: [3, 4, 57]
Generated Node #0,0: 69:[3, 4, 57] Operation: 52+5=57
Exploring Operation: 5-3=2, Resulting Numbers: [52, 4, 2]
Generated Node #0,1: 69:[52, 4, 2] Operation: 5-3=2
Exploring Operation: 52+3=55, Resulting Numbers:... | 0 | hs_5 | mult_heuristic |
[
6,
47,
56,
8
] | 55 | [
"6*8=48",
"47+56=103",
"103-48=55"
] | Current State: 55:[6, 47, 56, 8], Operations: []
Exploring Operation: 6*8=48, Resulting Numbers: [47, 56, 48]
Generated Node #2: [47, 56, 48] from Operation: 6*8=48
Current State: 55:[47, 56, 48], Operations: ['6*8=48']
Exploring Operation: 47+56=103, Resulting Numbers: [48, 103]
Generated Node #3: [48, 103] from Opera... | 4 | Current State: 55:[6, 47, 56, 8], Operations: []
Exploring Operation: 47+8=55, Resulting Numbers: [6, 56, 55]
Generated Node #0,0: 55:[6, 56, 55] Operation: 47+8=55
Exploring Operation: 56-47=9, Resulting Numbers: [6, 8, 9]
Generated Node #0,1: 55:[6, 8, 9] Operation: 56-47=9
Exploring Operation: 6+47=53, Resulting Num... | 0 | hs_3 | sum_heuristic |
[
21,
45,
8,
40
] | 71 | [
"21+45=66",
"40/8=5",
"66+5=71"
] | Current State: 71:[21, 45, 8, 40], Operations: []
Exploring Operation: 21+45=66, Resulting Numbers: [8, 40, 66]
Generated Node #2: [8, 40, 66] from Operation: 21+45=66
Current State: 71:[8, 40, 66], Operations: ['21+45=66']
Exploring Operation: 40/8=5, Resulting Numbers: [66, 5]
Generated Node #3: [66, 5] from Operatio... | 4 | Current State: 71:[21, 45, 8, 40], Operations: []
Exploring Operation: 21+45=66, Resulting Numbers: [8, 40, 66]
Generated Node #0,0: 71:[8, 40, 66] Operation: 21+45=66
Exploring Operation: 21+40=61, Resulting Numbers: [45, 8, 61]
Generated Node #0,1: 71:[45, 8, 61] Operation: 21+40=61
Exploring Operation: 21+8=29, Resu... | 0.91059 | hs_5 | mult_heuristic |
[
36,
20,
6,
40
] | 14 | [
"36/6=6",
"40-20=20",
"20-6=14"
] | Current State: 14:[36, 20, 6, 40], Operations: []
Exploring Operation: 36/6=6, Resulting Numbers: [20, 40, 6]
Generated Node #2: [20, 40, 6] from Operation: 36/6=6
Current State: 14:[20, 40, 6], Operations: ['36/6=6']
Exploring Operation: 40-20=20, Resulting Numbers: [6, 20]
Generated Node #3: [6, 20] from Operation: 4... | 4 | Current State: 14:[36, 20, 6, 40], Operations: []
Exploring Operation: 40-20=20, Resulting Numbers: [36, 6, 20]
Generated Node #0,0: 14:[36, 6, 20] Operation: 40-20=20
Exploring Operation: 40/20=2, Resulting Numbers: [36, 6, 2]
Generated Node #0,1: 14:[36, 6, 2] Operation: 40/20=2
Exploring Operation: 40-36=4, Resultin... | 0.949653 | hs_4 | mult_heuristic |
[
26,
52,
13,
23
] | 94 | [
"52*23=1196",
"26+1196=1222",
"1222/13=94"
] | Current State: 94:[26, 52, 13, 23], Operations: []
Exploring Operation: 52*23=1196, Resulting Numbers: [26, 13, 1196]
Generated Node #2: [26, 13, 1196] from Operation: 52*23=1196
Current State: 94:[26, 13, 1196], Operations: ['52*23=1196']
Exploring Operation: 26+1196=1222, Resulting Numbers: [13, 1222]
Generated Node ... | 4 | Current State: 94:[26, 52, 13, 23], Operations: []
Exploring Operation: 26+23=49, Resulting Numbers: [52, 13, 49]
Generated Node #0,0: 94:[52, 13, 49] Operation: 26+23=49
Exploring Operation: 52/26=2, Resulting Numbers: [13, 23, 2]
Generated Node #0,1: 94:[13, 23, 2] Operation: 52/26=2
Exploring Operation: 26-23=3, Res... | 0 | hs_5 | sum_heuristic |
[
50,
45,
22,
3
] | 70 | [
"50+45=95",
"22+3=25",
"95-25=70"
] | Current State: 70:[50, 45, 22, 3], Operations: []
Exploring Operation: 50+45=95, Resulting Numbers: [22, 3, 95]
Generated Node #2: [22, 3, 95] from Operation: 50+45=95
Current State: 70:[22, 3, 95], Operations: ['50+45=95']
Exploring Operation: 22+3=25, Resulting Numbers: [95, 25]
Generated Node #3: [95, 25] from Opera... | 4 | Current State: 70:[50, 45, 22, 3], Operations: []
Exploring Operation: 50-45=5, Resulting Numbers: [22, 3, 5]
Generated Node #0,0: 70:[22, 3, 5] Operation: 50-45=5
Exploring Operation: 50+22=72, Resulting Numbers: [45, 3, 72]
Generated Node #0,1: 70:[45, 3, 72] Operation: 50+22=72
Exploring Operation: 45/3=15, Resultin... | 0.945313 | hs_5 | mult_heuristic |
[
51,
2,
14,
82
] | 38 | [
"82-51=31",
"14/2=7",
"31+7=38"
] | Current State: 38:[51, 2, 14, 82], Operations: []
Exploring Operation: 82-51=31, Resulting Numbers: [2, 14, 31]
Generated Node #2: [2, 14, 31] from Operation: 82-51=31
Current State: 38:[2, 14, 31], Operations: ['82-51=31']
Exploring Operation: 14/2=7, Resulting Numbers: [31, 7]
Generated Node #3: [31, 7] from Operatio... | 4 | Current State: 38:[51, 2, 14, 82], Operations: []
Exploring Operation: 82-51=31, Resulting Numbers: [2, 14, 31]
Generated Node #0,0: 38:[2, 14, 31] Operation: 82-51=31
Exploring Operation: 82/2=41, Resulting Numbers: [51, 14, 41]
Generated Node #0,1: 38:[51, 14, 41] Operation: 82/2=41
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
54,
55,
18,
1
] | 17 | [
"55-54=1",
"18*1=18",
"18-1=17"
] | Current State: 17:[54, 55, 18, 1], Operations: []
Exploring Operation: 55-54=1, Resulting Numbers: [18, 1, 1]
Generated Node #2: [18, 1, 1] from Operation: 55-54=1
Current State: 17:[18, 1, 1], Operations: ['55-54=1']
Exploring Operation: 18*1=18, Resulting Numbers: [18]
18,17 equal: Goal Reached
Exploring Operation: 1... | 4 | Current State: 17:[54, 55, 18, 1], Operations: []
Exploring Operation: 54-1=53, Resulting Numbers: [55, 18, 53]
Generated Node #0,0: 17:[55, 18, 53] Operation: 54-1=53
Exploring Operation: 54/18=3, Resulting Numbers: [55, 1, 3]
Generated Node #0,1: 17:[55, 1, 3] Operation: 54/18=3
Exploring Operation: 55-18=37, Resulti... | 0.983507 | hs_5 | sum_heuristic |
[
77,
15,
3,
8
] | 51 | [
"77-15=62",
"3+8=11",
"62-11=51"
] | Current State: 51:[77, 15, 3, 8], Operations: []
Exploring Operation: 77-15=62, Resulting Numbers: [3, 8, 62]
Generated Node #2: [3, 8, 62] from Operation: 77-15=62
Current State: 51:[3, 8, 62], Operations: ['77-15=62']
Exploring Operation: 3+8=11, Resulting Numbers: [62, 11]
Generated Node #3: [62, 11] from Operation:... | 4 | Current State: 51:[77, 15, 3, 8], Operations: []
Exploring Operation: 77-15=62, Resulting Numbers: [3, 8, 62]
Generated Node #0,0: 51:[3, 8, 62] Operation: 77-15=62
Moving to Node #0,0
Current State: 51:[3, 8, 62], Operations: ['77-15=62']
Exploring Operation: 62-8=54, Resulting Numbers: [3, 54]
Generated Node #0,0,0: ... | 0.993924 | hs_1 | sum_heuristic |
[
72,
42,
21,
77
] | 39 | [
"72*42=3024",
"3024-21=3003",
"3003/77=39"
] | Current State: 39:[72, 42, 21, 77], Operations: []
Exploring Operation: 72*42=3024, Resulting Numbers: [21, 77, 3024]
Generated Node #2: [21, 77, 3024] from Operation: 72*42=3024
Current State: 39:[21, 77, 3024], Operations: ['72*42=3024']
Exploring Operation: 3024-21=3003, Resulting Numbers: [77, 3003]
Generated Node ... | 4 | Current State: 39:[72, 42, 21, 77], Operations: []
Exploring Operation: 72-21=51, Resulting Numbers: [42, 77, 51]
Generated Node #0,0: 39:[42, 77, 51] Operation: 72-21=51
Exploring Operation: 77-21=56, Resulting Numbers: [72, 42, 56]
Generated Node #0,1: 39:[72, 42, 56] Operation: 77-21=56
Exploring Operation: 77-72=5,... | 0 | hs_4 | sum_heuristic |
[
57,
64,
79,
72
] | 14 | [
"64-57=7",
"79-72=7",
"7+7=14"
] | Current State: 14:[57, 64, 79, 72], Operations: []
Exploring Operation: 64-57=7, Resulting Numbers: [79, 72, 7]
Generated Node #2: [79, 72, 7] from Operation: 64-57=7
Current State: 14:[79, 72, 7], Operations: ['64-57=7']
Exploring Operation: 79-72=7, Resulting Numbers: [7, 7]
Generated Node #3: [7, 7] from Operation: ... | 4 | Current State: 14:[57, 64, 79, 72], Operations: []
Exploring Operation: 72-64=8, Resulting Numbers: [57, 79, 8]
Generated Node #0,0: 14:[57, 79, 8] Operation: 72-64=8
Exploring Operation: 72-57=15, Resulting Numbers: [64, 79, 15]
Generated Node #0,1: 14:[64, 79, 15] Operation: 72-57=15
Exploring Operation: 79-64=15, Re... | 0.986979 | hs_5 | sum_heuristic |
[
9,
63,
65,
20
] | 92 | [
"63/9=7",
"65+20=85",
"7+85=92"
] | Current State: 92:[9, 63, 65, 20], Operations: []
Exploring Operation: 63/9=7, Resulting Numbers: [65, 20, 7]
Generated Node #2: [65, 20, 7] from Operation: 63/9=7
Current State: 92:[65, 20, 7], Operations: ['63/9=7']
Exploring Operation: 65+20=85, Resulting Numbers: [7, 85]
Generated Node #3: [7, 85] from Operation: 6... | 4 | Current State: 92:[9, 63, 65, 20], Operations: []
Exploring Operation: 63-20=43, Resulting Numbers: [9, 65, 43]
Generated Node #0,0: 92:[9, 65, 43] Operation: 63-20=43
Exploring Operation: 65+20=85, Resulting Numbers: [9, 63, 85]
Generated Node #0,1: 92:[9, 63, 85] Operation: 65+20=85
Exploring Operation: 63/9=7, Resul... | 0.947917 | hs_5 | mult_heuristic |
[
65,
89,
34,
44
] | 14 | [
"89-65=24",
"44-34=10",
"24-10=14"
] | Current State: 14:[65, 89, 34, 44], Operations: []
Exploring Operation: 89-65=24, Resulting Numbers: [34, 44, 24]
Generated Node #2: [34, 44, 24] from Operation: 89-65=24
Current State: 14:[34, 44, 24], Operations: ['89-65=24']
Exploring Operation: 44-34=10, Resulting Numbers: [24, 10]
Generated Node #3: [24, 10] from ... | 4 | Current State: 14:[65, 89, 34, 44], Operations: []
Exploring Operation: 89-34=55, Resulting Numbers: [65, 44, 55]
Generated Node #0,0: 14:[65, 44, 55] Operation: 89-34=55
Exploring Operation: 89-44=45, Resulting Numbers: [65, 34, 45]
Generated Node #0,1: 14:[65, 34, 45] Operation: 89-44=45
Exploring Operation: 89-65=24... | 0.986111 | hs_5 | mult_heuristic |
[
57,
64,
61,
20
] | 69 | [
"61-57=4",
"20/4=5",
"64+5=69"
] | Current State: 69:[57, 64, 61, 20], Operations: []
Exploring Operation: 61-57=4, Resulting Numbers: [64, 20, 4]
Generated Node #2: [64, 20, 4] from Operation: 61-57=4
Current State: 69:[64, 20, 4], Operations: ['61-57=4']
Exploring Operation: 20/4=5, Resulting Numbers: [64, 5]
Generated Node #3: [64, 5] from Operation:... | 4 | Current State: 69:[57, 64, 61, 20], Operations: []
Exploring Operation: 61-57=4, Resulting Numbers: [64, 20, 4]
Generated Node #0,0: 69:[64, 20, 4] Operation: 61-57=4
Moving to Node #0,0
Current State: 69:[64, 20, 4], Operations: ['61-57=4']
Exploring Operation: 64+4=68, Resulting Numbers: [20, 68]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
49,
31,
38,
17
] | 59 | [
"49+31=80",
"38-17=21",
"80-21=59"
] | Current State: 59:[49, 31, 38, 17], Operations: []
Exploring Operation: 49+31=80, Resulting Numbers: [38, 17, 80]
Generated Node #2: [38, 17, 80] from Operation: 49+31=80
Current State: 59:[38, 17, 80], Operations: ['49+31=80']
Exploring Operation: 38-17=21, Resulting Numbers: [80, 21]
Generated Node #3: [80, 21] from ... | 4 | Current State: 59:[49, 31, 38, 17], Operations: []
Exploring Operation: 31+17=48, Resulting Numbers: [49, 38, 48]
Generated Node #0,0: 59:[49, 38, 48] Operation: 31+17=48
Start Sub Search at level 1: Moving to Node #0,0
Current State: 59:[49, 38, 48], Operations: ['31+17=48']
Exploring Operation: 38+48=86, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
84,
24,
40,
56
] | 82 | [
"24+56=80",
"80/40=2",
"84-2=82"
] | Current State: 82:[84, 24, 40, 56], Operations: []
Exploring Operation: 24+56=80, Resulting Numbers: [84, 40, 80]
Generated Node #2: [84, 40, 80] from Operation: 24+56=80
Current State: 82:[84, 40, 80], Operations: ['24+56=80']
Exploring Operation: 80/40=2, Resulting Numbers: [84, 2]
Generated Node #3: [84, 2] from Ope... | 4 | Current State: 82:[84, 24, 40, 56], Operations: []
Exploring Operation: 56-24=32, Resulting Numbers: [84, 40, 32]
Generated Node #0,0: 82:[84, 40, 32] Operation: 56-24=32
Exploring Operation: 24+56=80, Resulting Numbers: [84, 40, 80]
Generated Node #0,1: 82:[84, 40, 80] Operation: 24+56=80
Moving to Node #0,1
Current S... | 0.991319 | hs_2 | mult_heuristic |
[
30,
60,
6,
34
] | 56 | [
"60/30=2",
"34-6=28",
"2*28=56"
] | Current State: 56:[30, 60, 6, 34], Operations: []
Exploring Operation: 60/30=2, Resulting Numbers: [6, 34, 2]
Generated Node #2: [6, 34, 2] from Operation: 60/30=2
Current State: 56:[6, 34, 2], Operations: ['60/30=2']
Exploring Operation: 34-6=28, Resulting Numbers: [2, 28]
Generated Node #3: [2, 28] from Operation: 34... | 4 | Current State: 56:[30, 60, 6, 34], Operations: []
Exploring Operation: 34-30=4, Resulting Numbers: [60, 6, 4]
Generated Node #0,0: 56:[60, 6, 4] Operation: 34-30=4
Moving to Node #0,0
Current State: 56:[60, 6, 4], Operations: ['34-30=4']
Exploring Operation: 60-4=56, Resulting Numbers: [6, 56]
Generated Node #0,0,0: 56... | 0 | hs_1 | mult_heuristic |
[
44,
82,
9,
64
] | 78 | [
"44+82=126",
"126/9=14",
"64+14=78"
] | Current State: 78:[44, 82, 9, 64], Operations: []
Exploring Operation: 44+82=126, Resulting Numbers: [9, 64, 126]
Generated Node #2: [9, 64, 126] from Operation: 44+82=126
Current State: 78:[9, 64, 126], Operations: ['44+82=126']
Exploring Operation: 126/9=14, Resulting Numbers: [64, 14]
Generated Node #3: [64, 14] fro... | 4 | Current State: 78:[44, 82, 9, 64], Operations: []
Exploring Operation: 64-44=20, Resulting Numbers: [82, 9, 20]
Generated Node #0,0: 78:[82, 9, 20] Operation: 64-44=20
Moving to Node #0,0
Current State: 78:[82, 9, 20], Operations: ['64-44=20']
Exploring Operation: 20-9=11, Resulting Numbers: [82, 11]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
2,
81,
6,
25
] | 68 | [
"2*6=12",
"81-25=56",
"12+56=68"
] | Current State: 68:[2, 81, 6, 25], Operations: []
Exploring Operation: 2*6=12, Resulting Numbers: [81, 25, 12]
Generated Node #2: [81, 25, 12] from Operation: 2*6=12
Current State: 68:[81, 25, 12], Operations: ['2*6=12']
Exploring Operation: 81-25=56, Resulting Numbers: [12, 56]
Generated Node #3: [12, 56] from Operatio... | 4 | Current State: 68:[2, 81, 6, 25], Operations: []
Exploring Operation: 81-25=56, Resulting Numbers: [2, 6, 56]
Generated Node #0,0: 68:[2, 6, 56] Operation: 81-25=56
Exploring Operation: 25-6=19, Resulting Numbers: [2, 81, 19]
Generated Node #0,1: 68:[2, 81, 19] Operation: 25-6=19
Exploring Operation: 81-6=75, Resulting... | 0 | hs_3 | sum_heuristic |
[
92,
33,
50,
82
] | 88 | [
"50+82=132",
"132/33=4",
"92-4=88"
] | Current State: 88:[92, 33, 50, 82], Operations: []
Exploring Operation: 50+82=132, Resulting Numbers: [92, 33, 132]
Generated Node #2: [92, 33, 132] from Operation: 50+82=132
Current State: 88:[92, 33, 132], Operations: ['50+82=132']
Exploring Operation: 132/33=4, Resulting Numbers: [92, 4]
Generated Node #3: [92, 4] f... | 4 | Current State: 88:[92, 33, 50, 82], Operations: []
Exploring Operation: 92-50=42, Resulting Numbers: [33, 82, 42]
Generated Node #0,0: 88:[33, 82, 42] Operation: 92-50=42
Exploring Operation: 82-33=49, Resulting Numbers: [92, 50, 49]
Generated Node #0,1: 88:[92, 50, 49] Operation: 82-33=49
Exploring Operation: 50-33=17... | 0 | hs_5 | sum_heuristic |
[
61,
71,
22,
36
] | 30 | [
"61+71=132",
"132/22=6",
"36-6=30"
] | Current State: 30:[61, 71, 22, 36], Operations: []
Exploring Operation: 61+71=132, Resulting Numbers: [22, 36, 132]
Generated Node #2: [22, 36, 132] from Operation: 61+71=132
Current State: 30:[22, 36, 132], Operations: ['61+71=132']
Exploring Operation: 132/22=6, Resulting Numbers: [36, 6]
Generated Node #3: [36, 6] f... | 4 | Current State: 30:[61, 71, 22, 36], Operations: []
Exploring Operation: 71-61=10, Resulting Numbers: [22, 36, 10]
Generated Node #0,0: 30:[22, 36, 10] Operation: 71-61=10
Exploring Operation: 71-36=35, Resulting Numbers: [61, 22, 35]
Generated Node #0,1: 30:[61, 22, 35] Operation: 71-36=35
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
6,
2,
66,
69
] | 75 | [
"6+66=72",
"2*72=144",
"144-69=75"
] | Current State: 75:[6, 2, 66, 69], Operations: []
Exploring Operation: 6+66=72, Resulting Numbers: [2, 69, 72]
Generated Node #2: [2, 69, 72] from Operation: 6+66=72
Current State: 75:[2, 69, 72], Operations: ['6+66=72']
Exploring Operation: 2*72=144, Resulting Numbers: [69, 144]
Generated Node #3: [69, 144] from Operat... | 4 | Current State: 75:[6, 2, 66, 69], Operations: []
Exploring Operation: 69-66=3, Resulting Numbers: [6, 2, 3]
Generated Node #0,0: 75:[6, 2, 3] Operation: 69-66=3
Start Sub Search at level 1: Moving to Node #0,0
Current State: 75:[6, 2, 3], Operations: ['69-66=3']
Exploring Operation: 6/2=3, Resulting Numbers: [3, 3]
Gen... | 0 | hs_1 | sum_heuristic |
[
29,
23,
93,
4
] | 95 | [
"29-23=6",
"93-4=89",
"6+89=95"
] | Current State: 95:[29, 23, 93, 4], Operations: []
Exploring Operation: 29-23=6, Resulting Numbers: [93, 4, 6]
Generated Node #2: [93, 4, 6] from Operation: 29-23=6
Current State: 95:[93, 4, 6], Operations: ['29-23=6']
Exploring Operation: 93-4=89, Resulting Numbers: [6, 89]
Generated Node #3: [6, 89] from Operation: 93... | 4 | Current State: 95:[29, 23, 93, 4], Operations: []
Exploring Operation: 29-4=25, Resulting Numbers: [23, 93, 25]
Generated Node #0,0: 95:[23, 93, 25] Operation: 29-4=25
Exploring Operation: 29-23=6, Resulting Numbers: [93, 4, 6]
Generated Node #0,1: 95:[93, 4, 6] Operation: 29-23=6
Exploring Operation: 23-4=19, Resultin... | 0.965278 | hs_4 | mult_heuristic |
[
86,
36,
36,
21
] | 21 | [
"36-36=0",
"86*0=0",
"21+0=21"
] | Current State: 21:[86, 36, 36, 21], Operations: []
Exploring Operation: 36-36=0, Resulting Numbers: [86, 21, 0]
Generated Node #2: [86, 21, 0] from Operation: 36-36=0
Current State: 21:[86, 21, 0], Operations: ['36-36=0']
Exploring Operation: 86*0=0, Resulting Numbers: [21, 0]
Generated Node #3: [21, 0] from Operation:... | 4 | Current State: 21:[86, 36, 36, 21], Operations: []
Exploring Operation: 86-36=50, Resulting Numbers: [36, 21, 50]
Generated Node #0,0: 21:[36, 21, 50] Operation: 86-36=50
Exploring Operation: 36-36=0, Resulting Numbers: [86, 21, 0]
Generated Node #0,1: 21:[86, 21, 0] Operation: 36-36=0
Exploring Operation: 36/36=1, Res... | 0.934028 | hs_5 | sum_heuristic |
[
9,
8,
80,
2
] | 40 | [
"9-8=1",
"80/2=40",
"1*40=40"
] | Current State: 40:[9, 8, 80, 2], Operations: []
Exploring Operation: 9-8=1, Resulting Numbers: [80, 2, 1]
Generated Node #2: [80, 2, 1] from Operation: 9-8=1
Current State: 40:[80, 2, 1], Operations: ['9-8=1']
Exploring Operation: 80/2=40, Resulting Numbers: [1, 40]
Generated Node #3: [1, 40] from Operation: 80/2=40
Cu... | 4 | Current State: 40:[9, 8, 80, 2], Operations: []
Exploring Operation: 80-8=72, Resulting Numbers: [9, 2, 72]
Generated Node #0,0: 40:[9, 2, 72] Operation: 80-8=72
Exploring Operation: 80/8=10, Resulting Numbers: [9, 2, 10]
Generated Node #0,1: 40:[9, 2, 10] Operation: 80/8=10
Exploring Operation: 80/2=40, Resulting Numb... | 0.96875 | hs_5 | mult_heuristic |
[
53,
93,
51,
33
] | 96 | [
"53*93=4929",
"4929-33=4896",
"4896/51=96"
] | Current State: 96:[53, 93, 51, 33], Operations: []
Exploring Operation: 53*93=4929, Resulting Numbers: [51, 33, 4929]
Generated Node #2: [51, 33, 4929] from Operation: 53*93=4929
Current State: 96:[51, 33, 4929], Operations: ['53*93=4929']
Exploring Operation: 4929-33=4896, Resulting Numbers: [51, 4896]
Generated Node ... | 4 | Current State: 96:[53, 93, 51, 33], Operations: []
Exploring Operation: 53-33=20, Resulting Numbers: [93, 51, 20]
Generated Node #0,0: 96:[93, 51, 20] Operation: 53-33=20
Exploring Operation: 53-51=2, Resulting Numbers: [93, 33, 2]
Generated Node #0,1: 96:[93, 33, 2] Operation: 53-51=2
Start Sub Search at level 1: Movi... | 0 | hs_2 | mult_heuristic |
[
19,
68,
67,
89
] | 27 | [
"68-19=49",
"89-67=22",
"49-22=27"
] | Current State: 27:[19, 68, 67, 89], Operations: []
Exploring Operation: 68-19=49, Resulting Numbers: [67, 89, 49]
Generated Node #2: [67, 89, 49] from Operation: 68-19=49
Current State: 27:[67, 89, 49], Operations: ['68-19=49']
Exploring Operation: 89-67=22, Resulting Numbers: [49, 22]
Generated Node #3: [49, 22] from ... | 4 | Current State: 27:[19, 68, 67, 89], Operations: []
Exploring Operation: 89-68=21, Resulting Numbers: [19, 67, 21]
Generated Node #0,0: 27:[19, 67, 21] Operation: 89-68=21
Moving to Node #0,0
Current State: 27:[19, 67, 21], Operations: ['89-68=21']
Exploring Operation: 67-19=48, Resulting Numbers: [21, 48]
Generated Nod... | 0.993924 | hs_1 | mult_heuristic |
[
28,
84,
70,
98
] | 23 | [
"98-84=14",
"70/14=5",
"28-5=23"
] | Current State: 23:[28, 84, 70, 98], Operations: []
Exploring Operation: 98-84=14, Resulting Numbers: [28, 70, 14]
Generated Node #2: [28, 70, 14] from Operation: 98-84=14
Current State: 23:[28, 70, 14], Operations: ['98-84=14']
Exploring Operation: 70/14=5, Resulting Numbers: [28, 5]
Generated Node #3: [28, 5] from Ope... | 4 | Current State: 23:[28, 84, 70, 98], Operations: []
Exploring Operation: 98-84=14, Resulting Numbers: [28, 70, 14]
Generated Node #0,0: 23:[28, 70, 14] Operation: 98-84=14
Exploring Operation: 98-70=28, Resulting Numbers: [28, 84, 28]
Generated Node #0,1: 23:[28, 84, 28] Operation: 98-70=28
Start Sub Search at level 1: ... | 0.992188 | hs_2 | sum_heuristic |
[
63,
5,
4,
10
] | 73 | [
"63+10=73",
"5-4=1",
"73*1=73"
] | Current State: 73:[63, 5, 4, 10], Operations: []
Exploring Operation: 63+10=73, Resulting Numbers: [5, 4, 73]
Generated Node #2: [5, 4, 73] from Operation: 63+10=73
Current State: 73:[5, 4, 73], Operations: ['63+10=73']
Exploring Operation: 5-4=1, Resulting Numbers: [73, 1]
Generated Node #3: [73, 1] from Operation: 5-... | 4 | Current State: 73:[63, 5, 4, 10], Operations: []
Exploring Operation: 4*10=40, Resulting Numbers: [63, 5, 40]
Generated Node #0,0: 73:[63, 5, 40] Operation: 4*10=40
Exploring Operation: 5*10=50, Resulting Numbers: [63, 4, 50]
Generated Node #0,1: 73:[63, 4, 50] Operation: 5*10=50
Moving to Node #0,1
Current State: 73:[... | 0 | hs_2 | sum_heuristic |
[
86,
52,
4,
96
] | 38 | [
"86+52=138",
"4+96=100",
"138-100=38"
] | Current State: 38:[86, 52, 4, 96], Operations: []
Exploring Operation: 86+52=138, Resulting Numbers: [4, 96, 138]
Generated Node #2: [4, 96, 138] from Operation: 86+52=138
Current State: 38:[4, 96, 138], Operations: ['86+52=138']
Exploring Operation: 4+96=100, Resulting Numbers: [138, 100]
Generated Node #3: [138, 100]... | 4 | Current State: 38:[86, 52, 4, 96], Operations: []
Exploring Operation: 96/4=24, Resulting Numbers: [86, 52, 24]
Generated Node #0,0: 38:[86, 52, 24] Operation: 96/4=24
Exploring Operation: 96-86=10, Resulting Numbers: [52, 4, 10]
Generated Node #0,1: 38:[52, 4, 10] Operation: 96-86=10
Exploring Operation: 96-52=44, Res... | 0.987847 | hs_4 | mult_heuristic |
[
3,
77,
6,
3
] | 80 | [
"3+6=9",
"9/3=3",
"77+3=80"
] | Current State: 80:[3, 77, 6, 3], Operations: []
Exploring Operation: 3+6=9, Resulting Numbers: [77, 9]
Generated Node #2: [77, 9] from Operation: 3+6=9
Current State: 80:[77, 9], Operations: ['3+6=9']
Exploring Operation: 9/3=3, Resulting Numbers: [77, 3]
Generated Node #3: [77, 3] from Operation: 9/3=3
Current State: ... | 4 | Current State: 80:[3, 77, 6, 3], Operations: []
Exploring Operation: 3+77=80, Resulting Numbers: [6, 3, 80]
Generated Node #0,0: 80:[6, 3, 80] Operation: 3+77=80
Exploring Operation: 6/3=2, Resulting Numbers: [3, 77, 2]
Generated Node #0,1: 80:[3, 77, 2] Operation: 6/3=2
Exploring Operation: 6/3=2, Resulting Numbers: [... | 0 | hs_4 | sum_heuristic |
[
8,
55,
60,
43
] | 13 | [
"55-43=12",
"60/12=5",
"8+5=13"
] | Current State: 13:[8, 55, 60, 43], Operations: []
Exploring Operation: 55-43=12, Resulting Numbers: [8, 60, 12]
Generated Node #2: [8, 60, 12] from Operation: 55-43=12
Current State: 13:[8, 60, 12], Operations: ['55-43=12']
Exploring Operation: 60/12=5, Resulting Numbers: [8, 5]
Generated Node #3: [8, 5] from Operation... | 4 | Current State: 13:[8, 55, 60, 43], Operations: []
Exploring Operation: 60-55=5, Resulting Numbers: [8, 43, 5]
Generated Node #0,0: 13:[8, 43, 5] Operation: 60-55=5
Exploring Operation: 60-43=17, Resulting Numbers: [8, 55, 17]
Generated Node #0,1: 13:[8, 55, 17] Operation: 60-43=17
Start Sub Search at level 1: Moving to... | 0 | hs_2 | sum_heuristic |
[
32,
26,
83,
74
] | 99 | [
"32+26=58",
"83+74=157",
"157-58=99"
] | Current State: 99:[32, 26, 83, 74], Operations: []
Exploring Operation: 32+26=58, Resulting Numbers: [83, 74, 58]
Generated Node #2: [83, 74, 58] from Operation: 32+26=58
Current State: 99:[83, 74, 58], Operations: ['32+26=58']
Exploring Operation: 83+74=157, Resulting Numbers: [58, 157]
Generated Node #3: [58, 157] fr... | 4 | Current State: 99:[32, 26, 83, 74], Operations: []
Exploring Operation: 83-74=9, Resulting Numbers: [32, 26, 9]
Generated Node #0,0: 99:[32, 26, 9] Operation: 83-74=9
Exploring Operation: 32+74=106, Resulting Numbers: [26, 83, 106]
Generated Node #0,1: 99:[26, 83, 106] Operation: 32+74=106
Exploring Operation: 26+74=10... | 0 | hs_3 | sum_heuristic |
[
50,
22,
93,
84
] | 75 | [
"50*93=4650",
"84-22=62",
"4650/62=75"
] | Current State: 75:[50, 22, 93, 84], Operations: []
Exploring Operation: 50*93=4650, Resulting Numbers: [22, 84, 4650]
Generated Node #2: [22, 84, 4650] from Operation: 50*93=4650
Current State: 75:[22, 84, 4650], Operations: ['50*93=4650']
Exploring Operation: 84-22=62, Resulting Numbers: [4650, 62]
Generated Node #3: ... | 4 | Current State: 75:[50, 22, 93, 84], Operations: []
Exploring Operation: 93-84=9, Resulting Numbers: [50, 22, 9]
Generated Node #0,0: 75:[50, 22, 9] Operation: 93-84=9
Exploring Operation: 50+22=72, Resulting Numbers: [93, 84, 72]
Generated Node #0,1: 75:[93, 84, 72] Operation: 50+22=72
Exploring Operation: 50-22=28, Re... | 0 | hs_5 | sum_heuristic |
[
35,
53,
77,
2
] | 68 | [
"53-35=18",
"18/2=9",
"77-9=68"
] | Current State: 68:[35, 53, 77, 2], Operations: []
Exploring Operation: 53-35=18, Resulting Numbers: [77, 2, 18]
Generated Node #2: [77, 2, 18] from Operation: 53-35=18
Current State: 68:[77, 2, 18], Operations: ['53-35=18']
Exploring Operation: 18/2=9, Resulting Numbers: [77, 9]
Generated Node #3: [77, 9] from Operatio... | 4 | Current State: 68:[35, 53, 77, 2], Operations: []
Exploring Operation: 77-53=24, Resulting Numbers: [35, 2, 24]
Generated Node #0,0: 68:[35, 2, 24] Operation: 77-53=24
Exploring Operation: 53-35=18, Resulting Numbers: [77, 2, 18]
Generated Node #0,1: 68:[77, 2, 18] Operation: 53-35=18
Exploring Operation: 77-35=42, Res... | 0 | hs_4 | mult_heuristic |
[
8,
44,
31,
20
] | 47 | [
"44-8=36",
"31-20=11",
"36+11=47"
] | Current State: 47:[8, 44, 31, 20], Operations: []
Exploring Operation: 44-8=36, Resulting Numbers: [31, 20, 36]
Generated Node #2: [31, 20, 36] from Operation: 44-8=36
Current State: 47:[31, 20, 36], Operations: ['44-8=36']
Exploring Operation: 31-20=11, Resulting Numbers: [36, 11]
Generated Node #3: [36, 11] from Oper... | 4 | Current State: 47:[8, 44, 31, 20], Operations: []
Exploring Operation: 8+31=39, Resulting Numbers: [44, 20, 39]
Generated Node #0,0: 47:[44, 20, 39] Operation: 8+31=39
Exploring Operation: 8+20=28, Resulting Numbers: [44, 31, 28]
Generated Node #0,1: 47:[44, 31, 28] Operation: 8+20=28
Moving to Node #0,0
Current State:... | 0 | hs_2 | sum_heuristic |
[
51,
61,
25,
34
] | 19 | [
"61-51=10",
"34-25=9",
"10+9=19"
] | Current State: 19:[51, 61, 25, 34], Operations: []
Exploring Operation: 61-51=10, Resulting Numbers: [25, 34, 10]
Generated Node #2: [25, 34, 10] from Operation: 61-51=10
Current State: 19:[25, 34, 10], Operations: ['61-51=10']
Exploring Operation: 34-25=9, Resulting Numbers: [10, 9]
Generated Node #3: [10, 9] from Ope... | 4 | Current State: 19:[51, 61, 25, 34], Operations: []
Exploring Operation: 61-51=10, Resulting Numbers: [25, 34, 10]
Generated Node #0,0: 19:[25, 34, 10] Operation: 61-51=10
Exploring Operation: 61-34=27, Resulting Numbers: [51, 25, 27]
Generated Node #0,1: 19:[51, 25, 27] Operation: 61-34=27
Exploring Operation: 61-25=36... | 0.977431 | hs_5 | sum_heuristic |
[
56,
46,
19,
3
] | 21 | [
"56+19=75",
"75/3=25",
"46-25=21"
] | Current State: 21:[56, 46, 19, 3], Operations: []
Exploring Operation: 56+19=75, Resulting Numbers: [46, 3, 75]
Generated Node #2: [46, 3, 75] from Operation: 56+19=75
Current State: 21:[46, 3, 75], Operations: ['56+19=75']
Exploring Operation: 75/3=25, Resulting Numbers: [46, 25]
Generated Node #3: [46, 25] from Opera... | 4 | Current State: 21:[56, 46, 19, 3], Operations: []
Exploring Operation: 56-19=37, Resulting Numbers: [46, 3, 37]
Generated Node #0,0: 21:[46, 3, 37] Operation: 56-19=37
Exploring Operation: 56-46=10, Resulting Numbers: [19, 3, 10]
Generated Node #0,1: 21:[19, 3, 10] Operation: 56-46=10
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
72,
42,
97,
69
] | 83 | [
"72-69=3",
"42/3=14",
"97-14=83"
] | Current State: 83:[72, 42, 97, 69], Operations: []
Exploring Operation: 72-69=3, Resulting Numbers: [42, 97, 3]
Generated Node #2: [42, 97, 3] from Operation: 72-69=3
Current State: 83:[42, 97, 3], Operations: ['72-69=3']
Exploring Operation: 42/3=14, Resulting Numbers: [97, 14]
Generated Node #3: [97, 14] from Operati... | 4 | Current State: 83:[72, 42, 97, 69], Operations: []
Exploring Operation: 72-42=30, Resulting Numbers: [97, 69, 30]
Generated Node #0,0: 83:[97, 69, 30] Operation: 72-42=30
Exploring Operation: 72+42=114, Resulting Numbers: [97, 69, 114]
Generated Node #0,1: 83:[97, 69, 114] Operation: 72+42=114
Exploring Operation: 97-4... | 0 | hs_5 | mult_heuristic |
[
77,
72,
61,
22
] | 99 | [
"77-61=16",
"72*22=1584",
"1584/16=99"
] | Current State: 99:[77, 72, 61, 22], Operations: []
Exploring Operation: 77-61=16, Resulting Numbers: [72, 22, 16]
Generated Node #2: [72, 22, 16] from Operation: 77-61=16
Current State: 99:[72, 22, 16], Operations: ['77-61=16']
Exploring Operation: 72*22=1584, Resulting Numbers: [16, 1584]
Generated Node #3: [16, 1584]... | 4 | Current State: 99:[77, 72, 61, 22], Operations: []
Exploring Operation: 72-61=11, Resulting Numbers: [77, 22, 11]
Generated Node #0,0: 99:[77, 22, 11] Operation: 72-61=11
Exploring Operation: 77-72=5, Resulting Numbers: [61, 22, 5]
Generated Node #0,1: 99:[61, 22, 5] Operation: 77-72=5
Start Sub Search at level 1: Movi... | 0 | hs_2 | mult_heuristic |
[
76,
47,
29,
11
] | 44 | [
"76+11=87",
"87/29=3",
"47-3=44"
] | Current State: 44:[76, 47, 29, 11], Operations: []
Exploring Operation: 76+11=87, Resulting Numbers: [47, 29, 87]
Generated Node #2: [47, 29, 87] from Operation: 76+11=87
Current State: 44:[47, 29, 87], Operations: ['76+11=87']
Exploring Operation: 87/29=3, Resulting Numbers: [47, 3]
Generated Node #3: [47, 3] from Ope... | 4 | Current State: 44:[76, 47, 29, 11], Operations: []
Exploring Operation: 76-47=29, Resulting Numbers: [29, 11, 29]
Generated Node #0,0: 44:[29, 11, 29] Operation: 76-47=29
Exploring Operation: 47-29=18, Resulting Numbers: [76, 11, 18]
Generated Node #0,1: 44:[76, 11, 18] Operation: 47-29=18
Exploring Operation: 76-11=65... | 0 | hs_4 | sum_heuristic |
[
98,
80,
99,
6
] | 85 | [
"98+80=178",
"99-6=93",
"178-93=85"
] | Current State: 85:[98, 80, 99, 6], Operations: []
Exploring Operation: 98+80=178, Resulting Numbers: [99, 6, 178]
Generated Node #2: [99, 6, 178] from Operation: 98+80=178
Current State: 85:[99, 6, 178], Operations: ['98+80=178']
Exploring Operation: 99-6=93, Resulting Numbers: [178, 93]
Generated Node #3: [178, 93] fr... | 4 | Current State: 85:[98, 80, 99, 6], Operations: []
Exploring Operation: 99-98=1, Resulting Numbers: [80, 6, 1]
Generated Node #0,0: 85:[80, 6, 1] Operation: 99-98=1
Exploring Operation: 98-6=92, Resulting Numbers: [80, 99, 92]
Generated Node #0,1: 85:[80, 99, 92] Operation: 98-6=92
Exploring Operation: 99-80=19, Resulti... | 0.987847 | hs_4 | sum_heuristic |
[
97,
39,
8,
27
] | 93 | [
"97-39=58",
"8+27=35",
"58+35=93"
] | Current State: 93:[97, 39, 8, 27], Operations: []
Exploring Operation: 97-39=58, Resulting Numbers: [8, 27, 58]
Generated Node #2: [8, 27, 58] from Operation: 97-39=58
Current State: 93:[8, 27, 58], Operations: ['97-39=58']
Exploring Operation: 8+27=35, Resulting Numbers: [58, 35]
Generated Node #3: [58, 35] from Opera... | 4 | Current State: 93:[97, 39, 8, 27], Operations: []
Exploring Operation: 39-8=31, Resulting Numbers: [97, 27, 31]
Generated Node #0,0: 93:[97, 27, 31] Operation: 39-8=31
Start Sub Search at level 1: Moving to Node #0,0
Current State: 93:[97, 27, 31], Operations: ['39-8=31']
Exploring Operation: 31-27=4, Resulting Numbers... | 0.993924 | hs_1 | sum_heuristic |
[
4,
84,
21,
73
] | 57 | [
"4*84=336",
"336/21=16",
"73-16=57"
] | Current State: 57:[4, 84, 21, 73], Operations: []
Exploring Operation: 4*84=336, Resulting Numbers: [21, 73, 336]
Generated Node #2: [21, 73, 336] from Operation: 4*84=336
Current State: 57:[21, 73, 336], Operations: ['4*84=336']
Exploring Operation: 336/21=16, Resulting Numbers: [73, 16]
Generated Node #3: [73, 16] fr... | 4 | Current State: 57:[4, 84, 21, 73], Operations: []
Exploring Operation: 84/21=4, Resulting Numbers: [4, 73, 4]
Generated Node #0,0: 57:[4, 73, 4] Operation: 84/21=4
Exploring Operation: 84-73=11, Resulting Numbers: [4, 21, 11]
Generated Node #0,1: 57:[4, 21, 11] Operation: 84-73=11
Start Sub Search at level 1: Moving to... | 0 | hs_2 | sum_heuristic |
[
10,
10,
8,
35
] | 45 | [
"10*35=350",
"10+350=360",
"360/8=45"
] | Current State: 45:[10, 10, 8, 35], Operations: []
Exploring Operation: 10*35=350, Resulting Numbers: [8, 350]
Generated Node #2: [8, 350] from Operation: 10*35=350
Current State: 45:[8, 350], Operations: ['10*35=350']
Exploring Operation: 10+350=360, Resulting Numbers: [8, 360]
Generated Node #3: [8, 360] from Operatio... | 4 | Current State: 45:[10, 10, 8, 35], Operations: []
Exploring Operation: 10+35=45, Resulting Numbers: [10, 8, 45]
Generated Node #0,0: 45:[10, 8, 45] Operation: 10+35=45
Exploring Operation: 10+35=45, Resulting Numbers: [10, 8, 45]
Generated Node #0,1: 45:[10, 8, 45] Operation: 10+35=45
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
33,
36,
7,
37
] | 58 | [
"36-33=3",
"7*3=21",
"37+21=58"
] | Current State: 58:[33, 36, 7, 37], Operations: []
Exploring Operation: 36-33=3, Resulting Numbers: [7, 37, 3]
Generated Node #2: [7, 37, 3] from Operation: 36-33=3
Current State: 58:[7, 37, 3], Operations: ['36-33=3']
Exploring Operation: 7*3=21, Resulting Numbers: [37, 21]
Generated Node #3: [37, 21] from Operation: 7... | 4 | Current State: 58:[33, 36, 7, 37], Operations: []
Exploring Operation: 36-33=3, Resulting Numbers: [7, 37, 3]
Generated Node #0,0: 58:[7, 37, 3] Operation: 36-33=3
Exploring Operation: 36-7=29, Resulting Numbers: [33, 37, 29]
Generated Node #0,1: 58:[33, 37, 29] Operation: 36-7=29
Exploring Operation: 37-7=30, Resultin... | 0 | hs_4 | mult_heuristic |
[
43,
5,
13,
5
] | 43 | [
"5-5=0",
"13*0=0",
"43+0=43"
] | Current State: 43:[43, 5, 13, 5], Operations: []
Exploring Operation: 5-5=0, Resulting Numbers: [43, 13, 0]
Generated Node #2: [43, 13, 0] from Operation: 5-5=0
Current State: 43:[43, 13, 0], Operations: ['5-5=0']
Exploring Operation: 13*0=0, Resulting Numbers: [43, 0]
Generated Node #3: [43, 0] from Operation: 13*0=0
... | 4 | Current State: 43:[43, 5, 13, 5], Operations: []
Exploring Operation: 5*5=25, Resulting Numbers: [43, 13, 25]
Generated Node #0,0: 43:[43, 13, 25] Operation: 5*5=25
Start Sub Search at level 1: Moving to Node #0,0
Current State: 43:[43, 13, 25], Operations: ['5*5=25']
Exploring Operation: 13+25=38, Resulting Numbers: [... | 0 | hs_1 | sum_heuristic |
[
35,
69,
23,
43
] | 11 | [
"43-35=8",
"69/23=3",
"8+3=11"
] | Current State: 11:[35, 69, 23, 43], Operations: []
Exploring Operation: 43-35=8, Resulting Numbers: [69, 23, 8]
Generated Node #2: [69, 23, 8] from Operation: 43-35=8
Current State: 11:[69, 23, 8], Operations: ['43-35=8']
Exploring Operation: 69/23=3, Resulting Numbers: [8, 3]
Generated Node #3: [8, 3] from Operation: ... | 4 | Current State: 11:[35, 69, 23, 43], Operations: []
Exploring Operation: 69-43=26, Resulting Numbers: [35, 23, 26]
Generated Node #0,0: 11:[35, 23, 26] Operation: 69-43=26
Exploring Operation: 69-35=34, Resulting Numbers: [23, 43, 34]
Generated Node #0,1: 11:[23, 43, 34] Operation: 69-35=34
Exploring Operation: 43-35=8,... | 0.967882 | hs_5 | mult_heuristic |
[
9,
19,
18,
5
] | 29 | [
"18/9=2",
"5*2=10",
"19+10=29"
] | Current State: 29:[9, 19, 18, 5], Operations: []
Exploring Operation: 18/9=2, Resulting Numbers: [19, 5, 2]
Generated Node #2: [19, 5, 2] from Operation: 18/9=2
Current State: 29:[19, 5, 2], Operations: ['18/9=2']
Exploring Operation: 5*2=10, Resulting Numbers: [19, 10]
Generated Node #3: [19, 10] from Operation: 5*2=1... | 4 | Current State: 29:[9, 19, 18, 5], Operations: []
Exploring Operation: 9+18=27, Resulting Numbers: [19, 5, 27]
Generated Node #0,0: 29:[19, 5, 27] Operation: 9+18=27
Exploring Operation: 9+19=28, Resulting Numbers: [18, 5, 28]
Generated Node #0,1: 29:[18, 5, 28] Operation: 9+19=28
Moving to Node #0,0
Current State: 29:[... | 0 | hs_2 | sum_heuristic |
[
14,
15,
40,
24
] | 63 | [
"15-14=1",
"40+24=64",
"64-1=63"
] | Current State: 63:[14, 15, 40, 24], Operations: []
Exploring Operation: 15-14=1, Resulting Numbers: [40, 24, 1]
Generated Node #2: [40, 24, 1] from Operation: 15-14=1
Current State: 63:[40, 24, 1], Operations: ['15-14=1']
Exploring Operation: 40+24=64, Resulting Numbers: [1, 64]
Generated Node #3: [1, 64] from Operatio... | 4 | Current State: 63:[14, 15, 40, 24], Operations: []
Exploring Operation: 15+40=55, Resulting Numbers: [14, 24, 55]
Generated Node #0,0: 63:[14, 24, 55] Operation: 15+40=55
Exploring Operation: 40-14=26, Resulting Numbers: [15, 24, 26]
Generated Node #0,1: 63:[15, 24, 26] Operation: 40-14=26
Exploring Operation: 40-24=16... | 0.986111 | hs_5 | sum_heuristic |
[
6,
37,
15,
2
] | 41 | [
"15-2=13",
"6*13=78",
"78-37=41"
] | Current State: 41:[6, 37, 15, 2], Operations: []
Exploring Operation: 15-2=13, Resulting Numbers: [6, 37, 13]
Generated Node #2: [6, 37, 13] from Operation: 15-2=13
Current State: 41:[6, 37, 13], Operations: ['15-2=13']
Exploring Operation: 6*13=78, Resulting Numbers: [37, 78]
Generated Node #3: [37, 78] from Operation... | 4 | Current State: 41:[6, 37, 15, 2], Operations: []
Exploring Operation: 6*2=12, Resulting Numbers: [37, 15, 12]
Generated Node #0,0: 41:[37, 15, 12] Operation: 6*2=12
Exploring Operation: 37+2=39, Resulting Numbers: [6, 15, 39]
Generated Node #0,1: 41:[6, 15, 39] Operation: 37+2=39
Exploring Operation: 6+2=8, Resulting N... | 0 | hs_5 | sum_heuristic |
[
77,
73,
11,
81
] | 22 | [
"77/11=7",
"73+81=154",
"154/7=22"
] | Current State: 22:[77, 73, 11, 81], Operations: []
Exploring Operation: 77/11=7, Resulting Numbers: [73, 81, 7]
Generated Node #2: [73, 81, 7] from Operation: 77/11=7
Current State: 22:[73, 81, 7], Operations: ['77/11=7']
Exploring Operation: 73+81=154, Resulting Numbers: [7, 154]
Generated Node #3: [7, 154] from Opera... | 4 | Current State: 22:[77, 73, 11, 81], Operations: []
Exploring Operation: 81-73=8, Resulting Numbers: [77, 11, 8]
Generated Node #0,0: 22:[77, 11, 8] Operation: 81-73=8
Exploring Operation: 77-11=66, Resulting Numbers: [73, 81, 66]
Generated Node #0,1: 22:[73, 81, 66] Operation: 77-11=66
Exploring Operation: 77-73=4, Res... | 0 | hs_5 | sum_heuristic |
[
70,
39,
34,
91
] | 52 | [
"70+39=109",
"91-34=57",
"109-57=52"
] | Current State: 52:[70, 39, 34, 91], Operations: []
Exploring Operation: 70+39=109, Resulting Numbers: [34, 91, 109]
Generated Node #2: [34, 91, 109] from Operation: 70+39=109
Current State: 52:[34, 91, 109], Operations: ['70+39=109']
Exploring Operation: 91-34=57, Resulting Numbers: [109, 57]
Generated Node #3: [109, 5... | 4 | Current State: 52:[70, 39, 34, 91], Operations: []
Exploring Operation: 39-34=5, Resulting Numbers: [70, 91, 5]
Generated Node #0,0: 52:[70, 91, 5] Operation: 39-34=5
Exploring Operation: 70-39=31, Resulting Numbers: [34, 91, 31]
Generated Node #0,1: 52:[34, 91, 31] Operation: 70-39=31
Exploring Operation: 91-70=21, Re... | 0.984375 | hs_5 | mult_heuristic |
[
9,
4,
40,
76
] | 41 | [
"9-4=5",
"76-40=36",
"5+36=41"
] | Current State: 41:[9, 4, 40, 76], Operations: []
Exploring Operation: 9-4=5, Resulting Numbers: [40, 76, 5]
Generated Node #2: [40, 76, 5] from Operation: 9-4=5
Current State: 41:[40, 76, 5], Operations: ['9-4=5']
Exploring Operation: 76-40=36, Resulting Numbers: [5, 36]
Generated Node #3: [5, 36] from Operation: 76-40... | 4 | Current State: 41:[9, 4, 40, 76], Operations: []
Exploring Operation: 76/4=19, Resulting Numbers: [9, 40, 19]
Generated Node #0,0: 41:[9, 40, 19] Operation: 76/4=19
Exploring Operation: 9*4=36, Resulting Numbers: [40, 76, 36]
Generated Node #0,1: 41:[40, 76, 36] Operation: 9*4=36
Exploring Operation: 9+4=13, Resulting ... | 0 | hs_3 | mult_heuristic |
[
11,
65,
63,
52
] | 93 | [
"65-63=2",
"52*2=104",
"104-11=93"
] | Current State: 93:[11, 65, 63, 52], Operations: []
Exploring Operation: 65-63=2, Resulting Numbers: [11, 52, 2]
Generated Node #2: [11, 52, 2] from Operation: 65-63=2
Current State: 93:[11, 52, 2], Operations: ['65-63=2']
Exploring Operation: 52*2=104, Resulting Numbers: [11, 104]
Generated Node #3: [11, 104] from Oper... | 4 | Current State: 93:[11, 65, 63, 52], Operations: []
Exploring Operation: 65-63=2, Resulting Numbers: [11, 52, 2]
Generated Node #0,0: 93:[11, 52, 2] Operation: 65-63=2
Exploring Operation: 63-52=11, Resulting Numbers: [11, 65, 11]
Generated Node #0,1: 93:[11, 65, 11] Operation: 63-52=11
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
26,
59,
62,
53
] | 76 | [
"26+59=85",
"62-53=9",
"85-9=76"
] | Current State: 76:[26, 59, 62, 53], Operations: []
Exploring Operation: 26+59=85, Resulting Numbers: [62, 53, 85]
Generated Node #2: [62, 53, 85] from Operation: 26+59=85
Current State: 76:[62, 53, 85], Operations: ['26+59=85']
Exploring Operation: 62-53=9, Resulting Numbers: [85, 9]
Generated Node #3: [85, 9] from Ope... | 4 | Current State: 76:[26, 59, 62, 53], Operations: []
Exploring Operation: 59-53=6, Resulting Numbers: [26, 62, 6]
Generated Node #0,0: 76:[26, 62, 6] Operation: 59-53=6
Exploring Operation: 62-59=3, Resulting Numbers: [26, 53, 3]
Generated Node #0,1: 76:[26, 53, 3] Operation: 62-59=3
Exploring Operation: 62-53=9, Resulti... | 0.97309 | hs_3 | sum_heuristic |
[
96,
17,
24,
92
] | 24 | [
"96*17=1632",
"92-24=68",
"1632/68=24"
] | Current State: 24:[96, 17, 24, 92], Operations: []
Exploring Operation: 96*17=1632, Resulting Numbers: [24, 92, 1632]
Generated Node #2: [24, 92, 1632] from Operation: 96*17=1632
Current State: 24:[24, 92, 1632], Operations: ['96*17=1632']
Exploring Operation: 92-24=68, Resulting Numbers: [1632, 68]
Generated Node #3: ... | 4 | Current State: 24:[96, 17, 24, 92], Operations: []
Exploring Operation: 96/24=4, Resulting Numbers: [17, 92, 4]
Generated Node #0,0: 24:[17, 92, 4] Operation: 96/24=4
Exploring Operation: 96-24=72, Resulting Numbers: [17, 92, 72]
Generated Node #0,1: 24:[17, 92, 72] Operation: 96-24=72
Exploring Operation: 96-92=4, Res... | 0 | hs_3 | sum_heuristic |
[
97,
81,
2,
7
] | 82 | [
"97+81=178",
"178/2=89",
"89-7=82"
] | Current State: 82:[97, 81, 2, 7], Operations: []
Exploring Operation: 97+81=178, Resulting Numbers: [2, 7, 178]
Generated Node #2: [2, 7, 178] from Operation: 97+81=178
Current State: 82:[2, 7, 178], Operations: ['97+81=178']
Exploring Operation: 178/2=89, Resulting Numbers: [7, 89]
Generated Node #3: [7, 89] from Oper... | 4 | Current State: 82:[97, 81, 2, 7], Operations: []
Exploring Operation: 97-7=90, Resulting Numbers: [81, 2, 90]
Generated Node #0,0: 82:[81, 2, 90] Operation: 97-7=90
Exploring Operation: 97-81=16, Resulting Numbers: [2, 7, 16]
Generated Node #0,1: 82:[2, 7, 16] Operation: 97-81=16
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | sum_heuristic |
[
60,
3,
16,
56
] | 23 | [
"60+3=63",
"56-16=40",
"63-40=23"
] | Current State: 23:[60, 3, 16, 56], Operations: []
Exploring Operation: 60+3=63, Resulting Numbers: [16, 56, 63]
Generated Node #2: [16, 56, 63] from Operation: 60+3=63
Current State: 23:[16, 56, 63], Operations: ['60+3=63']
Exploring Operation: 56-16=40, Resulting Numbers: [63, 40]
Generated Node #3: [63, 40] from Oper... | 4 | Current State: 23:[60, 3, 16, 56], Operations: []
Exploring Operation: 60/3=20, Resulting Numbers: [16, 56, 20]
Generated Node #0,0: 23:[16, 56, 20] Operation: 60/3=20
Start Sub Search at level 1: Moving to Node #0,0
Current State: 23:[16, 56, 20], Operations: ['60/3=20']
Exploring Operation: 56-16=40, Resulting Number... | 0 | hs_1 | sum_heuristic |
[
35,
14,
15,
87
] | 53 | [
"35+14=49",
"15+87=102",
"102-49=53"
] | Current State: 53:[35, 14, 15, 87], Operations: []
Exploring Operation: 35+14=49, Resulting Numbers: [15, 87, 49]
Generated Node #2: [15, 87, 49] from Operation: 35+14=49
Current State: 53:[15, 87, 49], Operations: ['35+14=49']
Exploring Operation: 15+87=102, Resulting Numbers: [49, 102]
Generated Node #3: [49, 102] fr... | 4 | Current State: 53:[35, 14, 15, 87], Operations: []
Exploring Operation: 35+14=49, Resulting Numbers: [15, 87, 49]
Generated Node #0,0: 53:[15, 87, 49] Operation: 35+14=49
Start Sub Search at level 1: Moving to Node #0,0
Current State: 53:[15, 87, 49], Operations: ['35+14=49']
Exploring Operation: 87-15=72, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
13,
28,
31,
44
] | 27 | [
"13+31=44",
"44/44=1",
"28-1=27"
] | Current State: 27:[13, 28, 31, 44], Operations: []
Exploring Operation: 13+31=44, Resulting Numbers: [28, 44, 44]
Generated Node #2: [28, 44, 44] from Operation: 13+31=44
Current State: 27:[28, 44, 44], Operations: ['13+31=44']
Exploring Operation: 44/44=1, Resulting Numbers: [28, 1]
Generated Node #3: [28, 1] from Ope... | 4 | Current State: 27:[13, 28, 31, 44], Operations: []
Exploring Operation: 44-31=13, Resulting Numbers: [13, 28, 13]
Generated Node #0,0: 27:[13, 28, 13] Operation: 44-31=13
Exploring Operation: 44-28=16, Resulting Numbers: [13, 31, 16]
Generated Node #0,1: 27:[13, 31, 16] Operation: 44-28=16
Exploring Operation: 44-13=31... | 0.984375 | hs_4 | mult_heuristic |
[
2,
29,
87,
21
] | 77 | [
"2+29=31",
"87+21=108",
"108-31=77"
] | Current State: 77:[2, 29, 87, 21], Operations: []
Exploring Operation: 2+29=31, Resulting Numbers: [87, 21, 31]
Generated Node #2: [87, 21, 31] from Operation: 2+29=31
Current State: 77:[87, 21, 31], Operations: ['2+29=31']
Exploring Operation: 87+21=108, Resulting Numbers: [31, 108]
Generated Node #3: [31, 108] from O... | 4 | Current State: 77:[2, 29, 87, 21], Operations: []
Exploring Operation: 29-21=8, Resulting Numbers: [2, 87, 8]
Generated Node #0,0: 77:[2, 87, 8] Operation: 29-21=8
Exploring Operation: 87/29=3, Resulting Numbers: [2, 21, 3]
Generated Node #0,1: 77:[2, 21, 3] Operation: 87/29=3
Start Sub Search at level 1: Moving to Nod... | 0.992188 | hs_2 | sum_heuristic |
[
60,
12,
70,
75
] | 25 | [
"60/12=5",
"75-70=5",
"5*5=25"
] | Current State: 25:[60, 12, 70, 75], Operations: []
Exploring Operation: 60/12=5, Resulting Numbers: [70, 75, 5]
Generated Node #2: [70, 75, 5] from Operation: 60/12=5
Current State: 25:[70, 75, 5], Operations: ['60/12=5']
Exploring Operation: 75-70=5, Resulting Numbers: [5, 5]
Generated Node #3: [5, 5] from Operation: ... | 4 | Current State: 25:[60, 12, 70, 75], Operations: []
Exploring Operation: 75-70=5, Resulting Numbers: [60, 12, 5]
Generated Node #0,0: 25:[60, 12, 5] Operation: 75-70=5
Exploring Operation: 70-60=10, Resulting Numbers: [12, 75, 10]
Generated Node #0,1: 25:[12, 75, 10] Operation: 70-60=10
Start Sub Search at level 1: Movi... | 0.991319 | hs_2 | sum_heuristic |
[
42,
68,
5,
79
] | 66 | [
"5+79=84",
"84/42=2",
"68-2=66"
] | Current State: 66:[42, 68, 5, 79], Operations: []
Exploring Operation: 5+79=84, Resulting Numbers: [42, 68, 84]
Generated Node #2: [42, 68, 84] from Operation: 5+79=84
Current State: 66:[42, 68, 84], Operations: ['5+79=84']
Exploring Operation: 84/42=2, Resulting Numbers: [68, 2]
Generated Node #3: [68, 2] from Operati... | 4 | Current State: 66:[42, 68, 5, 79], Operations: []
Exploring Operation: 79-42=37, Resulting Numbers: [68, 5, 37]
Generated Node #0,0: 66:[68, 5, 37] Operation: 79-42=37
Exploring Operation: 79-68=11, Resulting Numbers: [42, 5, 11]
Generated Node #0,1: 66:[42, 5, 11] Operation: 79-68=11
Exploring Operation: 68-42=26, Res... | 0 | hs_3 | mult_heuristic |
[
39,
49,
64,
60
] | 22 | [
"39+49=88",
"64-60=4",
"88/4=22"
] | Current State: 22:[39, 49, 64, 60], Operations: []
Exploring Operation: 39+49=88, Resulting Numbers: [64, 60, 88]
Generated Node #2: [64, 60, 88] from Operation: 39+49=88
Current State: 22:[64, 60, 88], Operations: ['39+49=88']
Exploring Operation: 64-60=4, Resulting Numbers: [88, 4]
Generated Node #3: [88, 4] from Ope... | 4 | Current State: 22:[39, 49, 64, 60], Operations: []
Exploring Operation: 64-60=4, Resulting Numbers: [39, 49, 4]
Generated Node #0,0: 22:[39, 49, 4] Operation: 64-60=4
Exploring Operation: 64-49=15, Resulting Numbers: [39, 60, 15]
Generated Node #0,1: 22:[39, 60, 15] Operation: 64-49=15
Start Sub Search at level 1: Movi... | 0 | hs_2 | mult_heuristic |
[
85,
5,
13,
53
] | 33 | [
"85-53=32",
"5*13=65",
"65-32=33"
] | Current State: 33:[85, 5, 13, 53], Operations: []
Exploring Operation: 85-53=32, Resulting Numbers: [5, 13, 32]
Generated Node #2: [5, 13, 32] from Operation: 85-53=32
Current State: 33:[5, 13, 32], Operations: ['85-53=32']
Exploring Operation: 5*13=65, Resulting Numbers: [32, 65]
Generated Node #3: [32, 65] from Opera... | 4 | Current State: 33:[85, 5, 13, 53], Operations: []
Exploring Operation: 85/5=17, Resulting Numbers: [13, 53, 17]
Generated Node #0,0: 33:[13, 53, 17] Operation: 85/5=17
Exploring Operation: 85-53=32, Resulting Numbers: [5, 13, 32]
Generated Node #0,1: 33:[5, 13, 32] Operation: 85-53=32
Moving to Node #0,1
Current State:... | 0 | hs_2 | sum_heuristic |
[
40,
61,
29,
23
] | 31 | [
"61-40=21",
"29+23=52",
"52-21=31"
] | Current State: 31:[40, 61, 29, 23], Operations: []
Exploring Operation: 61-40=21, Resulting Numbers: [29, 23, 21]
Generated Node #2: [29, 23, 21] from Operation: 61-40=21
Current State: 31:[29, 23, 21], Operations: ['61-40=21']
Exploring Operation: 29+23=52, Resulting Numbers: [21, 52]
Generated Node #3: [21, 52] from ... | 4 | Current State: 31:[40, 61, 29, 23], Operations: []
Exploring Operation: 61-29=32, Resulting Numbers: [40, 23, 32]
Generated Node #0,0: 31:[40, 23, 32] Operation: 61-29=32
Moving to Node #0,0
Current State: 31:[40, 23, 32], Operations: ['61-29=32']
Exploring Operation: 40-23=17, Resulting Numbers: [32, 17]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
28,
2,
53,
43
] | 23 | [
"43-28=15",
"2*15=30",
"53-30=23"
] | Current State: 23:[28, 2, 53, 43], Operations: []
Exploring Operation: 43-28=15, Resulting Numbers: [2, 53, 15]
Generated Node #2: [2, 53, 15] from Operation: 43-28=15
Current State: 23:[2, 53, 15], Operations: ['43-28=15']
Exploring Operation: 2*15=30, Resulting Numbers: [53, 30]
Generated Node #3: [53, 30] from Opera... | 4 | Current State: 23:[28, 2, 53, 43], Operations: []
Exploring Operation: 53-28=25, Resulting Numbers: [2, 43, 25]
Generated Node #0,0: 23:[2, 43, 25] Operation: 53-28=25
Exploring Operation: 28-2=26, Resulting Numbers: [53, 43, 26]
Generated Node #0,1: 23:[53, 43, 26] Operation: 28-2=26
Exploring Operation: 53-2=51, Resu... | 0 | hs_4 | mult_heuristic |
[
61,
38,
56,
2
] | 14 | [
"61-56=5",
"38/2=19",
"19-5=14"
] | Current State: 14:[61, 38, 56, 2], Operations: []
Exploring Operation: 61-56=5, Resulting Numbers: [38, 2, 5]
Generated Node #2: [38, 2, 5] from Operation: 61-56=5
Current State: 14:[38, 2, 5], Operations: ['61-56=5']
Exploring Operation: 38/2=19, Resulting Numbers: [5, 19]
Generated Node #3: [5, 19] from Operation: 38... | 4 | Current State: 14:[61, 38, 56, 2], Operations: []
Exploring Operation: 61-56=5, Resulting Numbers: [38, 2, 5]
Generated Node #0,0: 14:[38, 2, 5] Operation: 61-56=5
Exploring Operation: 61-38=23, Resulting Numbers: [56, 2, 23]
Generated Node #0,1: 14:[56, 2, 23] Operation: 61-38=23
Moving to Node #0,0
Current State: 14:... | 0.992188 | hs_2 | sum_heuristic |
[
2,
27,
59,
59
] | 25 | [
"27-2=25",
"59-59=0",
"25+0=25"
] | Current State: 25:[2, 27, 59, 59], Operations: []
Exploring Operation: 27-2=25, Resulting Numbers: [59, 59, 25]
Generated Node #2: [59, 59, 25] from Operation: 27-2=25
Current State: 25:[59, 59, 25], Operations: ['27-2=25']
Exploring Operation: 59-59=0, Resulting Numbers: [25, 0]
Generated Node #3: [25, 0] from Operati... | 4 | Current State: 25:[2, 27, 59, 59], Operations: []
Exploring Operation: 59-27=32, Resulting Numbers: [2, 59, 32]
Generated Node #0,0: 25:[2, 59, 32] Operation: 59-27=32
Exploring Operation: 27-2=25, Resulting Numbers: [59, 59, 25]
Generated Node #0,1: 25:[59, 59, 25] Operation: 27-2=25
Exploring Operation: 59-27=32, Res... | 0.980903 | hs_5 | sum_heuristic |
[
85,
13,
31,
7
] | 48 | [
"85-13=72",
"31-7=24",
"72-24=48"
] | Current State: 48:[85, 13, 31, 7], Operations: []
Exploring Operation: 85-13=72, Resulting Numbers: [31, 7, 72]
Generated Node #2: [31, 7, 72] from Operation: 85-13=72
Current State: 48:[31, 7, 72], Operations: ['85-13=72']
Exploring Operation: 31-7=24, Resulting Numbers: [72, 24]
Generated Node #3: [72, 24] from Opera... | 4 | Current State: 48:[85, 13, 31, 7], Operations: []
Exploring Operation: 85-31=54, Resulting Numbers: [13, 7, 54]
Generated Node #0,0: 48:[13, 7, 54] Operation: 85-31=54
Moving to Node #0,0
Current State: 48:[13, 7, 54], Operations: ['85-31=54']
Exploring Operation: 54-7=47, Resulting Numbers: [13, 47]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
4,
28,
14,
69
] | 41 | [
"4*14=56",
"28+69=97",
"97-56=41"
] | Current State: 41:[4, 28, 14, 69], Operations: []
Exploring Operation: 4*14=56, Resulting Numbers: [28, 69, 56]
Generated Node #2: [28, 69, 56] from Operation: 4*14=56
Current State: 41:[28, 69, 56], Operations: ['4*14=56']
Exploring Operation: 28+69=97, Resulting Numbers: [56, 97]
Generated Node #3: [56, 97] from Oper... | 4 | Current State: 41:[4, 28, 14, 69], Operations: []
Exploring Operation: 4*14=56, Resulting Numbers: [28, 69, 56]
Generated Node #0,0: 41:[28, 69, 56] Operation: 4*14=56
Start Sub Search at level 1: Moving to Node #0,0
Current State: 41:[28, 69, 56], Operations: ['4*14=56']
Exploring Operation: 69-28=41, Resulting Number... | 0 | hs_1 | mult_heuristic |
[
68,
1,
44,
26
] | 85 | [
"68-1=67",
"44-26=18",
"67+18=85"
] | Current State: 85:[68, 1, 44, 26], Operations: []
Exploring Operation: 68-1=67, Resulting Numbers: [44, 26, 67]
Generated Node #2: [44, 26, 67] from Operation: 68-1=67
Current State: 85:[44, 26, 67], Operations: ['68-1=67']
Exploring Operation: 44-26=18, Resulting Numbers: [67, 18]
Generated Node #3: [67, 18] from Oper... | 4 | Current State: 85:[68, 1, 44, 26], Operations: []
Exploring Operation: 68-44=24, Resulting Numbers: [1, 26, 24]
Generated Node #0,0: 85:[1, 26, 24] Operation: 68-44=24
Exploring Operation: 44-26=18, Resulting Numbers: [68, 1, 18]
Generated Node #0,1: 85:[68, 1, 18] Operation: 44-26=18
Moving to Node #0,0
Current State:... | 0.986979 | hs_2 | sum_heuristic |
[
65,
60,
6,
35
] | 20 | [
"65-35=30",
"60/6=10",
"30-10=20"
] | Current State: 20:[65, 60, 6, 35], Operations: []
Exploring Operation: 65-35=30, Resulting Numbers: [60, 6, 30]
Generated Node #2: [60, 6, 30] from Operation: 65-35=30
Current State: 20:[60, 6, 30], Operations: ['65-35=30']
Exploring Operation: 60/6=10, Resulting Numbers: [30, 10]
Generated Node #3: [30, 10] from Opera... | 4 | Current State: 20:[65, 60, 6, 35], Operations: []
Exploring Operation: 65-60=5, Resulting Numbers: [6, 35, 5]
Generated Node #0,0: 20:[6, 35, 5] Operation: 65-60=5
Exploring Operation: 65-35=30, Resulting Numbers: [60, 6, 30]
Generated Node #0,1: 20:[60, 6, 30] Operation: 65-35=30
Start Sub Search at level 1: Moving to... | 0.985243 | hs_2 | mult_heuristic |
[
77,
79,
14,
84
] | 68 | [
"79-77=2",
"84-14=70",
"70-2=68"
] | Current State: 68:[77, 79, 14, 84], Operations: []
Exploring Operation: 79-77=2, Resulting Numbers: [14, 84, 2]
Generated Node #2: [14, 84, 2] from Operation: 79-77=2
Current State: 68:[14, 84, 2], Operations: ['79-77=2']
Exploring Operation: 84-14=70, Resulting Numbers: [2, 70]
Generated Node #3: [2, 70] from Operatio... | 4 | Current State: 68:[77, 79, 14, 84], Operations: []
Exploring Operation: 84-79=5, Resulting Numbers: [77, 14, 5]
Generated Node #0,0: 68:[77, 14, 5] Operation: 84-79=5
Exploring Operation: 79-77=2, Resulting Numbers: [14, 84, 2]
Generated Node #0,1: 68:[14, 84, 2] Operation: 79-77=2
Exploring Operation: 84-14=70, Result... | 0.986111 | hs_5 | mult_heuristic |
[
49,
39,
61,
46
] | 19 | [
"49+39=88",
"61+46=107",
"107-88=19"
] | Current State: 19:[49, 39, 61, 46], Operations: []
Exploring Operation: 49+39=88, Resulting Numbers: [61, 46, 88]
Generated Node #2: [61, 46, 88] from Operation: 49+39=88
Current State: 19:[61, 46, 88], Operations: ['49+39=88']
Exploring Operation: 61+46=107, Resulting Numbers: [88, 107]
Generated Node #3: [88, 107] fr... | 4 | Current State: 19:[49, 39, 61, 46], Operations: []
Exploring Operation: 61-39=22, Resulting Numbers: [49, 46, 22]
Generated Node #0,0: 19:[49, 46, 22] Operation: 61-39=22
Exploring Operation: 61-46=15, Resulting Numbers: [49, 39, 15]
Generated Node #0,1: 19:[49, 39, 15] Operation: 61-46=15
Exploring Operation: 61-49=12... | 0.980035 | hs_3 | sum_heuristic |
[
88,
60,
95,
83
] | 30 | [
"88+60=148",
"95+83=178",
"178-148=30"
] | Current State: 30:[88, 60, 95, 83], Operations: []
Exploring Operation: 88+60=148, Resulting Numbers: [95, 83, 148]
Generated Node #2: [95, 83, 148] from Operation: 88+60=148
Current State: 30:[95, 83, 148], Operations: ['88+60=148']
Exploring Operation: 95+83=178, Resulting Numbers: [148, 178]
Generated Node #3: [148,... | 4 | Current State: 30:[88, 60, 95, 83], Operations: []
Exploring Operation: 95-60=35, Resulting Numbers: [88, 83, 35]
Generated Node #0,0: 30:[88, 83, 35] Operation: 95-60=35
Exploring Operation: 95-83=12, Resulting Numbers: [88, 60, 12]
Generated Node #0,1: 30:[88, 60, 12] Operation: 95-83=12
Exploring Operation: 95-88=7,... | 0.988715 | hs_4 | sum_heuristic |
[
8,
88,
17,
39
] | 11 | [
"88/8=11",
"39-17=22",
"22-11=11"
] | Current State: 11:[8, 88, 17, 39], Operations: []
Exploring Operation: 88/8=11, Resulting Numbers: [17, 39, 11]
Generated Node #2: [17, 39, 11] from Operation: 88/8=11
Current State: 11:[17, 39, 11], Operations: ['88/8=11']
Exploring Operation: 39-17=22, Resulting Numbers: [11, 22]
Generated Node #3: [11, 22] from Oper... | 4 | Current State: 11:[8, 88, 17, 39], Operations: []
Exploring Operation: 88-39=49, Resulting Numbers: [8, 17, 49]
Generated Node #0,0: 11:[8, 17, 49] Operation: 88-39=49
Exploring Operation: 88/8=11, Resulting Numbers: [17, 39, 11]
Generated Node #0,1: 11:[17, 39, 11] Operation: 88/8=11
Exploring Operation: 88-17=71, Res... | 0.989583 | hs_3 | mult_heuristic |
[
33,
8,
15,
35
] | 45 | [
"33-8=25",
"35-15=20",
"25+20=45"
] | Current State: 45:[33, 8, 15, 35], Operations: []
Exploring Operation: 33-8=25, Resulting Numbers: [15, 35, 25]
Generated Node #2: [15, 35, 25] from Operation: 33-8=25
Current State: 45:[15, 35, 25], Operations: ['33-8=25']
Exploring Operation: 35-15=20, Resulting Numbers: [25, 20]
Generated Node #3: [25, 20] from Oper... | 4 | Current State: 45:[33, 8, 15, 35], Operations: []
Exploring Operation: 33+15=48, Resulting Numbers: [8, 35, 48]
Generated Node #0,0: 45:[8, 35, 48] Operation: 33+15=48
Exploring Operation: 33+8=41, Resulting Numbers: [15, 35, 41]
Generated Node #0,1: 45:[15, 35, 41] Operation: 33+8=41
Exploring Operation: 35-33=2, Resu... | 0 | hs_3 | sum_heuristic |
[
23,
45,
13,
32
] | 19 | [
"45*13=585",
"23+585=608",
"608/32=19"
] | Current State: 19:[23, 45, 13, 32], Operations: []
Exploring Operation: 45*13=585, Resulting Numbers: [23, 32, 585]
Generated Node #2: [23, 32, 585] from Operation: 45*13=585
Current State: 19:[23, 32, 585], Operations: ['45*13=585']
Exploring Operation: 23+585=608, Resulting Numbers: [32, 608]
Generated Node #3: [32, ... | 4 | Current State: 19:[23, 45, 13, 32], Operations: []
Exploring Operation: 45-13=32, Resulting Numbers: [23, 32, 32]
Generated Node #0,0: 19:[23, 32, 32] Operation: 45-13=32
Exploring Operation: 45-23=22, Resulting Numbers: [13, 32, 22]
Generated Node #0,1: 19:[13, 32, 22] Operation: 45-23=22
Exploring Operation: 32-13=19... | 0 | hs_5 | sum_heuristic |
[
24,
89,
52,
93
] | 72 | [
"24+89=113",
"93-52=41",
"113-41=72"
] | Current State: 72:[24, 89, 52, 93], Operations: []
Exploring Operation: 24+89=113, Resulting Numbers: [52, 93, 113]
Generated Node #2: [52, 93, 113] from Operation: 24+89=113
Current State: 72:[52, 93, 113], Operations: ['24+89=113']
Exploring Operation: 93-52=41, Resulting Numbers: [113, 41]
Generated Node #3: [113, 4... | 4 | Current State: 72:[24, 89, 52, 93], Operations: []
Exploring Operation: 93-52=41, Resulting Numbers: [24, 89, 41]
Generated Node #0,0: 72:[24, 89, 41] Operation: 93-52=41
Exploring Operation: 89-52=37, Resulting Numbers: [24, 93, 37]
Generated Node #0,1: 72:[24, 93, 37] Operation: 89-52=37
Exploring Operation: 93-89=4,... | 0.983507 | hs_5 | mult_heuristic |
[
93,
94,
26,
90
] | 71 | [
"93+94=187",
"26+90=116",
"187-116=71"
] | Current State: 71:[93, 94, 26, 90], Operations: []
Exploring Operation: 93+94=187, Resulting Numbers: [26, 90, 187]
Generated Node #2: [26, 90, 187] from Operation: 93+94=187
Current State: 71:[26, 90, 187], Operations: ['93+94=187']
Exploring Operation: 26+90=116, Resulting Numbers: [187, 116]
Generated Node #3: [187,... | 4 | Current State: 71:[93, 94, 26, 90], Operations: []
Exploring Operation: 93-26=67, Resulting Numbers: [94, 90, 67]
Generated Node #0,0: 71:[94, 90, 67] Operation: 93-26=67
Exploring Operation: 90-26=64, Resulting Numbers: [93, 94, 64]
Generated Node #0,1: 71:[93, 94, 64] Operation: 90-26=64
Exploring Operation: 94-26=68... | 0.986111 | hs_4 | mult_heuristic |
[
42,
94,
2,
46
] | 20 | [
"94-42=52",
"52/2=26",
"46-26=20"
] | Current State: 20:[42, 94, 2, 46], Operations: []
Exploring Operation: 94-42=52, Resulting Numbers: [2, 46, 52]
Generated Node #2: [2, 46, 52] from Operation: 94-42=52
Current State: 20:[2, 46, 52], Operations: ['94-42=52']
Exploring Operation: 52/2=26, Resulting Numbers: [46, 26]
Generated Node #3: [46, 26] from Opera... | 4 | Current State: 20:[42, 94, 2, 46], Operations: []
Exploring Operation: 46/2=23, Resulting Numbers: [42, 94, 23]
Generated Node #0,0: 20:[42, 94, 23] Operation: 46/2=23
Exploring Operation: 94-46=48, Resulting Numbers: [42, 2, 48]
Generated Node #0,1: 20:[42, 2, 48] Operation: 94-46=48
Exploring Operation: 94/2=47, Resu... | 0.940104 | hs_5 | sum_heuristic |
[
44,
36,
72,
90
] | 48 | [
"90-44=46",
"72/36=2",
"46+2=48"
] | Current State: 48:[44, 36, 72, 90], Operations: []
Exploring Operation: 90-44=46, Resulting Numbers: [36, 72, 46]
Generated Node #2: [36, 72, 46] from Operation: 90-44=46
Current State: 48:[36, 72, 46], Operations: ['90-44=46']
Exploring Operation: 72/36=2, Resulting Numbers: [46, 2]
Generated Node #3: [46, 2] from Ope... | 4 | Current State: 48:[44, 36, 72, 90], Operations: []
Exploring Operation: 90-72=18, Resulting Numbers: [44, 36, 18]
Generated Node #0,0: 48:[44, 36, 18] Operation: 90-72=18
Start Sub Search at level 1: Moving to Node #0,0
Current State: 48:[44, 36, 18], Operations: ['90-72=18']
Exploring Operation: 44-36=8, Resulting Num... | 0 | hs_1 | sum_heuristic |
[
29,
36,
16,
78
] | 55 | [
"36-29=7",
"78-16=62",
"62-7=55"
] | Current State: 55:[29, 36, 16, 78], Operations: []
Exploring Operation: 36-29=7, Resulting Numbers: [16, 78, 7]
Generated Node #2: [16, 78, 7] from Operation: 36-29=7
Current State: 55:[16, 78, 7], Operations: ['36-29=7']
Exploring Operation: 78-16=62, Resulting Numbers: [7, 62]
Generated Node #3: [7, 62] from Operatio... | 4 | Current State: 55:[29, 36, 16, 78], Operations: []
Exploring Operation: 78-36=42, Resulting Numbers: [29, 16, 42]
Generated Node #0,0: 55:[29, 16, 42] Operation: 78-36=42
Exploring Operation: 36-29=7, Resulting Numbers: [16, 78, 7]
Generated Node #0,1: 55:[16, 78, 7] Operation: 36-29=7
Exploring Operation: 78-29=49, Re... | 0.990451 | hs_3 | mult_heuristic |
[
8,
10,
62,
70
] | 61 | [
"62-8=54",
"70/10=7",
"54+7=61"
] | Current State: 61:[8, 10, 62, 70], Operations: []
Exploring Operation: 62-8=54, Resulting Numbers: [10, 70, 54]
Generated Node #2: [10, 70, 54] from Operation: 62-8=54
Current State: 61:[10, 70, 54], Operations: ['62-8=54']
Exploring Operation: 70/10=7, Resulting Numbers: [54, 7]
Generated Node #3: [54, 7] from Operati... | 4 | Current State: 61:[8, 10, 62, 70], Operations: []
Exploring Operation: 8+10=18, Resulting Numbers: [62, 70, 18]
Generated Node #0,0: 61:[62, 70, 18] Operation: 8+10=18
Exploring Operation: 70-8=62, Resulting Numbers: [10, 62, 62]
Generated Node #0,1: 61:[10, 62, 62] Operation: 70-8=62
Exploring Operation: 8*10=80, Resu... | 0 | hs_3 | mult_heuristic |
[
25,
3,
29,
13
] | 85 | [
"25+13=38",
"3*38=114",
"114-29=85"
] | Current State: 85:[25, 3, 29, 13], Operations: []
Exploring Operation: 25+13=38, Resulting Numbers: [3, 29, 38]
Generated Node #2: [3, 29, 38] from Operation: 25+13=38
Current State: 85:[3, 29, 38], Operations: ['25+13=38']
Exploring Operation: 3*38=114, Resulting Numbers: [29, 114]
Generated Node #3: [29, 114] from Op... | 4 | Current State: 85:[25, 3, 29, 13], Operations: []
Exploring Operation: 3*29=87, Resulting Numbers: [25, 13, 87]
Generated Node #0,0: 85:[25, 13, 87] Operation: 3*29=87
Exploring Operation: 25-13=12, Resulting Numbers: [3, 29, 12]
Generated Node #0,1: 85:[3, 29, 12] Operation: 25-13=12
Exploring Operation: 29-13=16, Res... | 0 | hs_4 | sum_heuristic |
[
26,
38,
25,
14
] | 26 | [
"38-25=13",
"14-13=1",
"26*1=26"
] | Current State: 26:[26, 38, 25, 14], Operations: []
Exploring Operation: 38-25=13, Resulting Numbers: [26, 14, 13]
Generated Node #2: [26, 14, 13] from Operation: 38-25=13
Current State: 26:[26, 14, 13], Operations: ['38-25=13']
Exploring Operation: 14-13=1, Resulting Numbers: [26, 1]
Generated Node #3: [26, 1] from Ope... | 4 | Current State: 26:[26, 38, 25, 14], Operations: []
Exploring Operation: 38-14=24, Resulting Numbers: [26, 25, 24]
Generated Node #0,0: 26:[26, 25, 24] Operation: 38-14=24
Exploring Operation: 38-26=12, Resulting Numbers: [25, 14, 12]
Generated Node #0,1: 26:[25, 14, 12] Operation: 38-26=12
Exploring Operation: 38-25=13... | 0.987847 | hs_3 | sum_heuristic |
[
90,
6,
68,
83
] | 68 | [
"90-6=84",
"84-83=1",
"68*1=68"
] | Current State: 68:[90, 6, 68, 83], Operations: []
Exploring Operation: 90-6=84, Resulting Numbers: [68, 83, 84]
Generated Node #2: [68, 83, 84] from Operation: 90-6=84
Current State: 68:[68, 83, 84], Operations: ['90-6=84']
Exploring Operation: 84-83=1, Resulting Numbers: [68, 1]
Generated Node #3: [68, 1] from Operati... | 4 | Current State: 68:[90, 6, 68, 83], Operations: []
Exploring Operation: 90/6=15, Resulting Numbers: [68, 83, 15]
Generated Node #0,0: 68:[68, 83, 15] Operation: 90/6=15
Exploring Operation: 83-68=15, Resulting Numbers: [90, 6, 15]
Generated Node #0,1: 68:[90, 6, 15] Operation: 83-68=15
Exploring Operation: 90-83=7, Resu... | 0.988715 | hs_4 | mult_heuristic |
[
7,
12,
79,
21
] | 83 | [
"7*12=84",
"84/21=4",
"79+4=83"
] | Current State: 83:[7, 12, 79, 21], Operations: []
Exploring Operation: 7*12=84, Resulting Numbers: [79, 21, 84]
Generated Node #2: [79, 21, 84] from Operation: 7*12=84
Current State: 83:[79, 21, 84], Operations: ['7*12=84']
Exploring Operation: 84/21=4, Resulting Numbers: [79, 4]
Generated Node #3: [79, 4] from Operati... | 4 | Current State: 83:[7, 12, 79, 21], Operations: []
Exploring Operation: 7+12=19, Resulting Numbers: [79, 21, 19]
Generated Node #0,0: 83:[79, 21, 19] Operation: 7+12=19
Exploring Operation: 7*12=84, Resulting Numbers: [79, 21, 84]
Generated Node #0,1: 83:[79, 21, 84] Operation: 7*12=84
Moving to Node #0,1
Current State:... | 0 | hs_2 | mult_heuristic |
[
50,
42,
1,
72
] | 64 | [
"50-42=8",
"1*72=72",
"72-8=64"
] | Current State: 64:[50, 42, 1, 72], Operations: []
Exploring Operation: 50-42=8, Resulting Numbers: [1, 72, 8]
Generated Node #2: [1, 72, 8] from Operation: 50-42=8
Current State: 64:[1, 72, 8], Operations: ['50-42=8']
Exploring Operation: 1*72=72, Resulting Numbers: [8, 72]
Generated Node #3: [8, 72] from Operation: 1*... | 4 | Current State: 64:[50, 42, 1, 72], Operations: []
Exploring Operation: 72-50=22, Resulting Numbers: [42, 1, 22]
Generated Node #0,0: 64:[42, 1, 22] Operation: 72-50=22
Exploring Operation: 50-42=8, Resulting Numbers: [1, 72, 8]
Generated Node #0,1: 64:[1, 72, 8] Operation: 50-42=8
Exploring Operation: 42-1=41, Resultin... | 0.985243 | hs_5 | mult_heuristic |
[
31,
52,
16,
2
] | 65 | [
"31+52=83",
"16+2=18",
"83-18=65"
] | Current State: 65:[31, 52, 16, 2], Operations: []
Exploring Operation: 31+52=83, Resulting Numbers: [16, 2, 83]
Generated Node #2: [16, 2, 83] from Operation: 31+52=83
Current State: 65:[16, 2, 83], Operations: ['31+52=83']
Exploring Operation: 16+2=18, Resulting Numbers: [83, 18]
Generated Node #3: [83, 18] from Opera... | 4 | Current State: 65:[31, 52, 16, 2], Operations: []
Exploring Operation: 52-31=21, Resulting Numbers: [16, 2, 21]
Generated Node #0,0: 65:[16, 2, 21] Operation: 52-31=21
Moving to Node #0,0
Current State: 65:[16, 2, 21], Operations: ['52-31=21']
Exploring Operation: 21-16=5, Resulting Numbers: [2, 5]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
69,
30,
86,
1
] | 47 | [
"69-30=39",
"86*1=86",
"86-39=47"
] | Current State: 47:[69, 30, 86, 1], Operations: []
Exploring Operation: 69-30=39, Resulting Numbers: [86, 1, 39]
Generated Node #2: [86, 1, 39] from Operation: 69-30=39
Current State: 47:[86, 1, 39], Operations: ['69-30=39']
Exploring Operation: 86*1=86, Resulting Numbers: [39, 86]
Generated Node #3: [39, 86] from Opera... | 4 | Current State: 47:[69, 30, 86, 1], Operations: []
Exploring Operation: 69-1=68, Resulting Numbers: [30, 86, 68]
Generated Node #0,0: 47:[30, 86, 68] Operation: 69-1=68
Start Sub Search at level 1: Moving to Node #0,0
Current State: 47:[30, 86, 68], Operations: ['69-1=68']
Exploring Operation: 86-30=56, Resulting Number... | 0 | hs_1 | sum_heuristic |
[
46,
97,
38,
7
] | 13 | [
"46-38=8",
"97+7=104",
"104/8=13"
] | Current State: 13:[46, 97, 38, 7], Operations: []
Exploring Operation: 46-38=8, Resulting Numbers: [97, 7, 8]
Generated Node #2: [97, 7, 8] from Operation: 46-38=8
Current State: 13:[97, 7, 8], Operations: ['46-38=8']
Exploring Operation: 97+7=104, Resulting Numbers: [8, 104]
Generated Node #3: [8, 104] from Operation:... | 4 | Current State: 13:[46, 97, 38, 7], Operations: []
Exploring Operation: 97-46=51, Resulting Numbers: [38, 7, 51]
Generated Node #0,0: 13:[38, 7, 51] Operation: 97-46=51
Exploring Operation: 97-38=59, Resulting Numbers: [46, 7, 59]
Generated Node #0,1: 13:[46, 7, 59] Operation: 97-38=59
Exploring Operation: 46-38=8, Resu... | 0 | hs_3 | mult_heuristic |
[
14,
87,
87,
50
] | 36 | [
"14+87=101",
"87+50=137",
"137-101=36"
] | Current State: 36:[14, 87, 87, 50], Operations: []
Exploring Operation: 14+87=101, Resulting Numbers: [50, 101]
Generated Node #2: [50, 101] from Operation: 14+87=101
Current State: 36:[50, 101], Operations: ['14+87=101']
Exploring Operation: 87+50=137, Resulting Numbers: [101, 137]
Generated Node #3: [101, 137] from O... | 4 | Current State: 36:[14, 87, 87, 50], Operations: []
Exploring Operation: 87-50=37, Resulting Numbers: [14, 87, 37]
Generated Node #0,0: 36:[14, 87, 37] Operation: 87-50=37
Exploring Operation: 87/87=1, Resulting Numbers: [14, 50, 1]
Generated Node #0,1: 36:[14, 50, 1] Operation: 87/87=1
Exploring Operation: 87-50=37, Re... | 0.986979 | hs_5 | mult_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.