nums listlengths 4 4 | target int64 10 100 | solution listlengths 3 3 | optimal_path stringlengths 282 529 | start_size int64 4 4 | search_path stringlengths 505 16.8k | rating float64 0 0.99 | search_type stringclasses 5
values | heuristic stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|
[
10,
66,
87,
27
] | 72 | [
"87-27=60",
"60/10=6",
"66+6=72"
] | Current State: 72:[10, 66, 87, 27], Operations: []
Exploring Operation: 87-27=60, Resulting Numbers: [10, 66, 60]
Generated Node #2: [10, 66, 60] from Operation: 87-27=60
Current State: 72:[10, 66, 60], Operations: ['87-27=60']
Exploring Operation: 60/10=6, Resulting Numbers: [66, 6]
Generated Node #3: [66, 6] from Ope... | 4 | Current State: 72:[10, 66, 87, 27], Operations: []
Exploring Operation: 87-10=77, Resulting Numbers: [66, 27, 77]
Generated Node #0,0: 72:[66, 27, 77] Operation: 87-10=77
Exploring Operation: 87-66=21, Resulting Numbers: [10, 27, 21]
Generated Node #0,1: 72:[10, 27, 21] Operation: 87-66=21
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
39,
27,
18,
11
] | 57 | [
"39*11=429",
"27*18=486",
"486-429=57"
] | Current State: 57:[39, 27, 18, 11], Operations: []
Exploring Operation: 39*11=429, Resulting Numbers: [27, 18, 429]
Generated Node #2: [27, 18, 429] from Operation: 39*11=429
Current State: 57:[27, 18, 429], Operations: ['39*11=429']
Exploring Operation: 27*18=486, Resulting Numbers: [429, 486]
Generated Node #3: [429,... | 4 | Current State: 57:[39, 27, 18, 11], Operations: []
Exploring Operation: 39+11=50, Resulting Numbers: [27, 18, 50]
Generated Node #0,0: 57:[27, 18, 50] Operation: 39+11=50
Exploring Operation: 39+27=66, Resulting Numbers: [18, 11, 66]
Generated Node #0,1: 57:[18, 11, 66] Operation: 39+27=66
Exploring Operation: 39+18=57... | 0 | hs_4 | mult_heuristic |
[
91,
32,
33,
34
] | 25 | [
"34-32=2",
"33*2=66",
"91-66=25"
] | Current State: 25:[91, 32, 33, 34], Operations: []
Exploring Operation: 34-32=2, Resulting Numbers: [91, 33, 2]
Generated Node #2: [91, 33, 2] from Operation: 34-32=2
Current State: 25:[91, 33, 2], Operations: ['34-32=2']
Exploring Operation: 33*2=66, Resulting Numbers: [91, 66]
Generated Node #3: [91, 66] from Operati... | 4 | Current State: 25:[91, 32, 33, 34], Operations: []
Exploring Operation: 91-33=58, Resulting Numbers: [32, 34, 58]
Generated Node #0,0: 25:[32, 34, 58] Operation: 91-33=58
Exploring Operation: 34-32=2, Resulting Numbers: [91, 33, 2]
Generated Node #0,1: 25:[91, 33, 2] Operation: 34-32=2
Exploring Operation: 91-32=59, Re... | 0 | hs_4 | sum_heuristic |
[
99,
4,
12,
6
] | 45 | [
"99-6=93",
"4*12=48",
"93-48=45"
] | Current State: 45:[99, 4, 12, 6], Operations: []
Exploring Operation: 99-6=93, Resulting Numbers: [4, 12, 93]
Generated Node #2: [4, 12, 93] from Operation: 99-6=93
Current State: 45:[4, 12, 93], Operations: ['99-6=93']
Exploring Operation: 4*12=48, Resulting Numbers: [93, 48]
Generated Node #3: [93, 48] from Operation... | 4 | Current State: 45:[99, 4, 12, 6], Operations: []
Exploring Operation: 99-12=87, Resulting Numbers: [4, 6, 87]
Generated Node #0,0: 45:[4, 6, 87] Operation: 99-12=87
Moving to Node #0,0
Current State: 45:[4, 6, 87], Operations: ['99-12=87']
Exploring Operation: 87-6=81, Resulting Numbers: [4, 81]
Generated Node #0,0,0: ... | 0 | hs_1 | mult_heuristic |
[
51,
71,
92,
28
] | 75 | [
"51-28=23",
"92/23=4",
"71+4=75"
] | Current State: 75:[51, 71, 92, 28], Operations: []
Exploring Operation: 51-28=23, Resulting Numbers: [71, 92, 23]
Generated Node #2: [71, 92, 23] from Operation: 51-28=23
Current State: 75:[71, 92, 23], Operations: ['51-28=23']
Exploring Operation: 92/23=4, Resulting Numbers: [71, 4]
Generated Node #3: [71, 4] from Ope... | 4 | Current State: 75:[51, 71, 92, 28], Operations: []
Exploring Operation: 92-51=41, Resulting Numbers: [71, 28, 41]
Generated Node #0,0: 75:[71, 28, 41] Operation: 92-51=41
Start Sub Search at level 1: Moving to Node #0,0
Current State: 75:[71, 28, 41], Operations: ['92-51=41']
Exploring Operation: 41-28=13, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
38,
60,
6,
31
] | 73 | [
"38+60=98",
"31-6=25",
"98-25=73"
] | Current State: 73:[38, 60, 6, 31], Operations: []
Exploring Operation: 38+60=98, Resulting Numbers: [6, 31, 98]
Generated Node #2: [6, 31, 98] from Operation: 38+60=98
Current State: 73:[6, 31, 98], Operations: ['38+60=98']
Exploring Operation: 31-6=25, Resulting Numbers: [98, 25]
Generated Node #3: [98, 25] from Opera... | 4 | Current State: 73:[38, 60, 6, 31], Operations: []
Exploring Operation: 38+6=44, Resulting Numbers: [60, 31, 44]
Generated Node #0,0: 73:[60, 31, 44] Operation: 38+6=44
Start Sub Search at level 1: Moving to Node #0,0
Current State: 73:[60, 31, 44], Operations: ['38+6=44']
Exploring Operation: 31+44=75, Resulting Number... | 0 | hs_1 | sum_heuristic |
[
10,
10,
18,
27
] | 80 | [
"27-18=9",
"10*9=90",
"90-10=80"
] | Current State: 80:[10, 10, 18, 27], Operations: []
Exploring Operation: 27-18=9, Resulting Numbers: [10, 10, 9]
Generated Node #2: [10, 10, 9] from Operation: 27-18=9
Current State: 80:[10, 10, 9], Operations: ['27-18=9']
Exploring Operation: 10*9=90, Resulting Numbers: [90]
90,80 equal: Goal Reached
Exploring Operatio... | 4 | Current State: 80:[10, 10, 18, 27], Operations: []
Exploring Operation: 27-18=9, Resulting Numbers: [10, 10, 9]
Generated Node #0,0: 80:[10, 10, 9] Operation: 27-18=9
Moving to Node #0,0
Current State: 80:[10, 10, 9], Operations: ['27-18=9']
Exploring Operation: 10+10=20, Resulting Numbers: [9, 20]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
71,
4,
95,
60
] | 69 | [
"95-60=35",
"4*35=140",
"140-71=69"
] | Current State: 69:[71, 4, 95, 60], Operations: []
Exploring Operation: 95-60=35, Resulting Numbers: [71, 4, 35]
Generated Node #2: [71, 4, 35] from Operation: 95-60=35
Current State: 69:[71, 4, 35], Operations: ['95-60=35']
Exploring Operation: 4*35=140, Resulting Numbers: [71, 140]
Generated Node #3: [71, 140] from Op... | 4 | Current State: 69:[71, 4, 95, 60], Operations: []
Exploring Operation: 95-71=24, Resulting Numbers: [4, 60, 24]
Generated Node #0,0: 69:[4, 60, 24] Operation: 95-71=24
Exploring Operation: 95-60=35, Resulting Numbers: [71, 4, 35]
Generated Node #0,1: 69:[71, 4, 35] Operation: 95-60=35
Exploring Operation: 95-4=91, Resu... | 0 | hs_3 | sum_heuristic |
[
76,
29,
19,
35
] | 57 | [
"76+29=105",
"19*105=1995",
"1995/35=57"
] | Current State: 57:[76, 29, 19, 35], Operations: []
Exploring Operation: 76+29=105, Resulting Numbers: [19, 35, 105]
Generated Node #2: [19, 35, 105] from Operation: 76+29=105
Current State: 57:[19, 35, 105], Operations: ['76+29=105']
Exploring Operation: 19*105=1995, Resulting Numbers: [35, 1995]
Generated Node #3: [35... | 4 | Current State: 57:[76, 29, 19, 35], Operations: []
Exploring Operation: 35-29=6, Resulting Numbers: [76, 19, 6]
Generated Node #0,0: 57:[76, 19, 6] Operation: 35-29=6
Start Sub Search at level 1: Moving to Node #0,0
Current State: 57:[76, 19, 6], Operations: ['35-29=6']
Exploring Operation: 76-19=57, Resulting Numbers:... | 0 | hs_1 | sum_heuristic |
[
49,
90,
78,
35
] | 48 | [
"49*90=4410",
"4410/35=126",
"126-78=48"
] | Current State: 48:[49, 90, 78, 35], Operations: []
Exploring Operation: 49*90=4410, Resulting Numbers: [78, 35, 4410]
Generated Node #2: [78, 35, 4410] from Operation: 49*90=4410
Current State: 48:[78, 35, 4410], Operations: ['49*90=4410']
Exploring Operation: 4410/35=126, Resulting Numbers: [78, 126]
Generated Node #3... | 4 | Current State: 48:[49, 90, 78, 35], Operations: []
Exploring Operation: 78-35=43, Resulting Numbers: [49, 90, 43]
Generated Node #0,0: 48:[49, 90, 43] Operation: 78-35=43
Exploring Operation: 90-49=41, Resulting Numbers: [78, 35, 41]
Generated Node #0,1: 48:[78, 35, 41] Operation: 90-49=41
Exploring Operation: 78-49=29... | 0 | hs_5 | sum_heuristic |
[
23,
4,
96,
93
] | 30 | [
"23+4=27",
"96-93=3",
"27+3=30"
] | Current State: 30:[23, 4, 96, 93], Operations: []
Exploring Operation: 23+4=27, Resulting Numbers: [96, 93, 27]
Generated Node #2: [96, 93, 27] from Operation: 23+4=27
Current State: 30:[96, 93, 27], Operations: ['23+4=27']
Exploring Operation: 96-93=3, Resulting Numbers: [27, 3]
Generated Node #3: [27, 3] from Operati... | 4 | Current State: 30:[23, 4, 96, 93], Operations: []
Exploring Operation: 96-93=3, Resulting Numbers: [23, 4, 3]
Generated Node #0,0: 30:[23, 4, 3] Operation: 96-93=3
Moving to Node #0,0
Current State: 30:[23, 4, 3], Operations: ['96-93=3']
Exploring Operation: 23+4=27, Resulting Numbers: [3, 27]
Generated Node #0,0,0: 30... | 0.993924 | hs_1 | mult_heuristic |
[
2,
70,
43,
66
] | 12 | [
"70/2=35",
"66-43=23",
"35-23=12"
] | Current State: 12:[2, 70, 43, 66], Operations: []
Exploring Operation: 70/2=35, Resulting Numbers: [43, 66, 35]
Generated Node #2: [43, 66, 35] from Operation: 70/2=35
Current State: 12:[43, 66, 35], Operations: ['70/2=35']
Exploring Operation: 66-43=23, Resulting Numbers: [35, 23]
Generated Node #3: [35, 23] from Oper... | 4 | Current State: 12:[2, 70, 43, 66], Operations: []
Exploring Operation: 70-66=4, Resulting Numbers: [2, 43, 4]
Generated Node #0,0: 12:[2, 43, 4] Operation: 70-66=4
Exploring Operation: 66-43=23, Resulting Numbers: [2, 70, 23]
Generated Node #0,1: 12:[2, 70, 23] Operation: 66-43=23
Exploring Operation: 70-43=27, Resulti... | 0.974826 | hs_4 | sum_heuristic |
[
35,
95,
19,
13
] | 100 | [
"95/19=5",
"13*5=65",
"35+65=100"
] | Current State: 100:[35, 95, 19, 13], Operations: []
Exploring Operation: 95/19=5, Resulting Numbers: [35, 13, 5]
Generated Node #2: [35, 13, 5] from Operation: 95/19=5
Current State: 100:[35, 13, 5], Operations: ['95/19=5']
Exploring Operation: 13*5=65, Resulting Numbers: [35, 65]
Generated Node #3: [35, 65] from Opera... | 4 | Current State: 100:[35, 95, 19, 13], Operations: []
Exploring Operation: 35-19=16, Resulting Numbers: [95, 13, 16]
Generated Node #0,0: 100:[95, 13, 16] Operation: 35-19=16
Exploring Operation: 35+13=48, Resulting Numbers: [95, 19, 48]
Generated Node #0,1: 100:[95, 19, 48] Operation: 35+13=48
Exploring Operation: 35+19... | 0 | hs_4 | mult_heuristic |
[
51,
2,
42,
81
] | 88 | [
"51-2=49",
"81-42=39",
"49+39=88"
] | Current State: 88:[51, 2, 42, 81], Operations: []
Exploring Operation: 51-2=49, Resulting Numbers: [42, 81, 49]
Generated Node #2: [42, 81, 49] from Operation: 51-2=49
Current State: 88:[42, 81, 49], Operations: ['51-2=49']
Exploring Operation: 81-42=39, Resulting Numbers: [49, 39]
Generated Node #3: [49, 39] from Oper... | 4 | Current State: 88:[51, 2, 42, 81], Operations: []
Exploring Operation: 51-42=9, Resulting Numbers: [2, 81, 9]
Generated Node #0,0: 88:[2, 81, 9] Operation: 51-42=9
Moving to Node #0,0
Current State: 88:[2, 81, 9], Operations: ['51-42=9']
Exploring Operation: 81/9=9, Resulting Numbers: [2, 9]
Generated Node #0,0,0: 88:[... | 0 | hs_1 | mult_heuristic |
[
9,
21,
84,
23
] | 56 | [
"23-9=14",
"84/21=4",
"14*4=56"
] | Current State: 56:[9, 21, 84, 23], Operations: []
Exploring Operation: 23-9=14, Resulting Numbers: [21, 84, 14]
Generated Node #2: [21, 84, 14] from Operation: 23-9=14
Current State: 56:[21, 84, 14], Operations: ['23-9=14']
Exploring Operation: 84/21=4, Resulting Numbers: [14, 4]
Generated Node #3: [14, 4] from Operati... | 4 | Current State: 56:[9, 21, 84, 23], Operations: []
Exploring Operation: 84/21=4, Resulting Numbers: [9, 23, 4]
Generated Node #0,0: 56:[9, 23, 4] Operation: 84/21=4
Exploring Operation: 84-23=61, Resulting Numbers: [9, 21, 61]
Generated Node #0,1: 56:[9, 21, 61] Operation: 84-23=61
Exploring Operation: 84-21=63, Resulti... | 0.975694 | hs_3 | sum_heuristic |
[
17,
6,
1,
24
] | 43 | [
"24-17=7",
"6*7=42",
"1+42=43"
] | Current State: 43:[17, 6, 1, 24], Operations: []
Exploring Operation: 24-17=7, Resulting Numbers: [6, 1, 7]
Generated Node #2: [6, 1, 7] from Operation: 24-17=7
Current State: 43:[6, 1, 7], Operations: ['24-17=7']
Exploring Operation: 6*7=42, Resulting Numbers: [1, 42]
Generated Node #3: [1, 42] from Operation: 6*7=42
... | 4 | Current State: 43:[17, 6, 1, 24], Operations: []
Exploring Operation: 17+24=41, Resulting Numbers: [6, 1, 41]
Generated Node #0,0: 43:[6, 1, 41] Operation: 17+24=41
Exploring Operation: 17+6=23, Resulting Numbers: [1, 24, 23]
Generated Node #0,1: 43:[1, 24, 23] Operation: 17+6=23
Exploring Operation: 17+1=18, Resulting... | 0 | hs_3 | sum_heuristic |
[
13,
37,
59,
89
] | 91 | [
"37+59=96",
"96-89=7",
"13*7=91"
] | Current State: 91:[13, 37, 59, 89], Operations: []
Exploring Operation: 37+59=96, Resulting Numbers: [13, 89, 96]
Generated Node #2: [13, 89, 96] from Operation: 37+59=96
Current State: 91:[13, 89, 96], Operations: ['37+59=96']
Exploring Operation: 96-89=7, Resulting Numbers: [13, 7]
Generated Node #3: [13, 7] from Ope... | 4 | Current State: 91:[13, 37, 59, 89], Operations: []
Exploring Operation: 37+59=96, Resulting Numbers: [13, 89, 96]
Generated Node #0,0: 91:[13, 89, 96] Operation: 37+59=96
Exploring Operation: 89-59=30, Resulting Numbers: [13, 37, 30]
Generated Node #0,1: 91:[13, 37, 30] Operation: 89-59=30
Exploring Operation: 59-37=22... | 0.967882 | hs_5 | sum_heuristic |
[
19,
27,
21,
24
] | 33 | [
"27*24=648",
"648-21=627",
"627/19=33"
] | Current State: 33:[19, 27, 21, 24], Operations: []
Exploring Operation: 27*24=648, Resulting Numbers: [19, 21, 648]
Generated Node #2: [19, 21, 648] from Operation: 27*24=648
Current State: 33:[19, 21, 648], Operations: ['27*24=648']
Exploring Operation: 648-21=627, Resulting Numbers: [19, 627]
Generated Node #3: [19, ... | 4 | Current State: 33:[19, 27, 21, 24], Operations: []
Exploring Operation: 24-19=5, Resulting Numbers: [27, 21, 5]
Generated Node #0,0: 33:[27, 21, 5] Operation: 24-19=5
Exploring Operation: 24-21=3, Resulting Numbers: [19, 27, 3]
Generated Node #0,1: 33:[19, 27, 3] Operation: 24-21=3
Exploring Operation: 21-19=2, Resulti... | 0 | hs_3 | mult_heuristic |
[
21,
78,
5,
32
] | 20 | [
"78-21=57",
"5+32=37",
"57-37=20"
] | Current State: 20:[21, 78, 5, 32], Operations: []
Exploring Operation: 78-21=57, Resulting Numbers: [5, 32, 57]
Generated Node #2: [5, 32, 57] from Operation: 78-21=57
Current State: 20:[5, 32, 57], Operations: ['78-21=57']
Exploring Operation: 5+32=37, Resulting Numbers: [57, 37]
Generated Node #3: [57, 37] from Opera... | 4 | Current State: 20:[21, 78, 5, 32], Operations: []
Exploring Operation: 78-21=57, Resulting Numbers: [5, 32, 57]
Generated Node #0,0: 20:[5, 32, 57] Operation: 78-21=57
Exploring Operation: 78-5=73, Resulting Numbers: [21, 32, 73]
Generated Node #0,1: 20:[21, 32, 73] Operation: 78-5=73
Exploring Operation: 78-32=46, Res... | 0.986979 | hs_4 | sum_heuristic |
[
63,
14,
49,
18
] | 46 | [
"63+14=77",
"49-18=31",
"77-31=46"
] | Current State: 46:[63, 14, 49, 18], Operations: []
Exploring Operation: 63+14=77, Resulting Numbers: [49, 18, 77]
Generated Node #2: [49, 18, 77] from Operation: 63+14=77
Current State: 46:[49, 18, 77], Operations: ['63+14=77']
Exploring Operation: 49-18=31, Resulting Numbers: [77, 31]
Generated Node #3: [77, 31] from ... | 4 | Current State: 46:[63, 14, 49, 18], Operations: []
Exploring Operation: 63-14=49, Resulting Numbers: [49, 18, 49]
Generated Node #0,0: 46:[49, 18, 49] Operation: 63-14=49
Exploring Operation: 63-18=45, Resulting Numbers: [14, 49, 45]
Generated Node #0,1: 46:[14, 49, 45] Operation: 63-18=45
Moving to Node #0,0
Current S... | 0 | hs_2 | sum_heuristic |
[
4,
1,
21,
69
] | 38 | [
"69-1=68",
"68/4=17",
"21+17=38"
] | Current State: 38:[4, 1, 21, 69], Operations: []
Exploring Operation: 69-1=68, Resulting Numbers: [4, 21, 68]
Generated Node #2: [4, 21, 68] from Operation: 69-1=68
Current State: 38:[4, 21, 68], Operations: ['69-1=68']
Exploring Operation: 68/4=17, Resulting Numbers: [21, 17]
Generated Node #3: [21, 17] from Operation... | 4 | Current State: 38:[4, 1, 21, 69], Operations: []
Exploring Operation: 69-4=65, Resulting Numbers: [1, 21, 65]
Generated Node #0,0: 38:[1, 21, 65] Operation: 69-4=65
Exploring Operation: 4-1=3, Resulting Numbers: [21, 69, 3]
Generated Node #0,1: 38:[21, 69, 3] Operation: 4-1=3
Exploring Operation: 69-21=48, Resulting Nu... | 0 | hs_5 | sum_heuristic |
[
40,
6,
61,
10
] | 71 | [
"40/10=4",
"6+61=67",
"4+67=71"
] | Current State: 71:[40, 6, 61, 10], Operations: []
Exploring Operation: 40/10=4, Resulting Numbers: [6, 61, 4]
Generated Node #2: [6, 61, 4] from Operation: 40/10=4
Current State: 71:[6, 61, 4], Operations: ['40/10=4']
Exploring Operation: 6+61=67, Resulting Numbers: [4, 67]
Generated Node #3: [4, 67] from Operation: 6+... | 4 | Current State: 71:[40, 6, 61, 10], Operations: []
Exploring Operation: 40+10=50, Resulting Numbers: [6, 61, 50]
Generated Node #0,0: 71:[6, 61, 50] Operation: 40+10=50
Exploring Operation: 40+6=46, Resulting Numbers: [61, 10, 46]
Generated Node #0,1: 71:[61, 10, 46] Operation: 40+6=46
Exploring Operation: 6*10=60, Resu... | 0.953125 | hs_5 | sum_heuristic |
[
34,
35,
5,
7
] | 42 | [
"35-34=1",
"5+1=6",
"7*6=42"
] | Current State: 42:[34, 35, 5, 7], Operations: []
Exploring Operation: 35-34=1, Resulting Numbers: [5, 7, 1]
Generated Node #2: [5, 7, 1] from Operation: 35-34=1
Current State: 42:[5, 7, 1], Operations: ['35-34=1']
Exploring Operation: 5+1=6, Resulting Numbers: [7, 6]
Generated Node #3: [7, 6] from Operation: 5+1=6
Curr... | 4 | Current State: 42:[34, 35, 5, 7], Operations: []
Exploring Operation: 35-34=1, Resulting Numbers: [5, 7, 1]
Generated Node #0,0: 42:[5, 7, 1] Operation: 35-34=1
Moving to Node #0,0
Current State: 42:[5, 7, 1], Operations: ['35-34=1']
Exploring Operation: 5+1=6, Resulting Numbers: [7, 6]
Generated Node #0,0,0: 42:[7, 6]... | 0.993924 | hs_1 | sum_heuristic |
[
41,
19,
6,
59
] | 16 | [
"59-41=18",
"18/6=3",
"19-3=16"
] | Current State: 16:[41, 19, 6, 59], Operations: []
Exploring Operation: 59-41=18, Resulting Numbers: [19, 6, 18]
Generated Node #2: [19, 6, 18] from Operation: 59-41=18
Current State: 16:[19, 6, 18], Operations: ['59-41=18']
Exploring Operation: 18/6=3, Resulting Numbers: [19, 3]
Generated Node #3: [19, 3] from Operatio... | 4 | Current State: 16:[41, 19, 6, 59], Operations: []
Exploring Operation: 59-41=18, Resulting Numbers: [19, 6, 18]
Generated Node #0,0: 16:[19, 6, 18] Operation: 59-41=18
Exploring Operation: 41-19=22, Resulting Numbers: [6, 59, 22]
Generated Node #0,1: 16:[6, 59, 22] Operation: 41-19=22
Exploring Operation: 59-19=40, Res... | 0.987847 | hs_3 | sum_heuristic |
[
58,
86,
39,
6
] | 73 | [
"86-58=28",
"39+6=45",
"28+45=73"
] | Current State: 73:[58, 86, 39, 6], Operations: []
Exploring Operation: 86-58=28, Resulting Numbers: [39, 6, 28]
Generated Node #2: [39, 6, 28] from Operation: 86-58=28
Current State: 73:[39, 6, 28], Operations: ['86-58=28']
Exploring Operation: 39+6=45, Resulting Numbers: [28, 45]
Generated Node #3: [28, 45] from Opera... | 4 | Current State: 73:[58, 86, 39, 6], Operations: []
Exploring Operation: 58+6=64, Resulting Numbers: [86, 39, 64]
Generated Node #0,0: 73:[86, 39, 64] Operation: 58+6=64
Exploring Operation: 39+6=45, Resulting Numbers: [58, 86, 45]
Generated Node #0,1: 73:[58, 86, 45] Operation: 39+6=45
Exploring Operation: 86-6=80, Resu... | 0.982639 | hs_3 | sum_heuristic |
[
60,
77,
54,
60
] | 23 | [
"60+77=137",
"54+60=114",
"137-114=23"
] | Current State: 23:[60, 77, 54, 60], Operations: []
Exploring Operation: 60+77=137, Resulting Numbers: [54, 137]
Generated Node #2: [54, 137] from Operation: 60+77=137
Current State: 23:[54, 137], Operations: ['60+77=137']
Exploring Operation: 54+60=114, Resulting Numbers: [137, 114]
Generated Node #3: [137, 114] from O... | 4 | Current State: 23:[60, 77, 54, 60], Operations: []
Exploring Operation: 60/60=1, Resulting Numbers: [77, 54, 1]
Generated Node #0,0: 23:[77, 54, 1] Operation: 60/60=1
Exploring Operation: 77-60=17, Resulting Numbers: [60, 54, 17]
Generated Node #0,1: 23:[60, 54, 17] Operation: 77-60=17
Exploring Operation: 60-54=6, Res... | 0.986111 | hs_5 | mult_heuristic |
[
11,
2,
83,
26
] | 34 | [
"11+83=94",
"94-26=68",
"68/2=34"
] | Current State: 34:[11, 2, 83, 26], Operations: []
Exploring Operation: 11+83=94, Resulting Numbers: [2, 26, 94]
Generated Node #2: [2, 26, 94] from Operation: 11+83=94
Current State: 34:[2, 26, 94], Operations: ['11+83=94']
Exploring Operation: 94-26=68, Resulting Numbers: [2, 68]
Generated Node #3: [2, 68] from Operat... | 4 | Current State: 34:[11, 2, 83, 26], Operations: []
Exploring Operation: 83-26=57, Resulting Numbers: [11, 2, 57]
Generated Node #0,0: 34:[11, 2, 57] Operation: 83-26=57
Exploring Operation: 83-11=72, Resulting Numbers: [2, 26, 72]
Generated Node #0,1: 34:[2, 26, 72] Operation: 83-11=72
Exploring Operation: 26-11=15, Res... | 0.969618 | hs_3 | sum_heuristic |
[
38,
57,
18,
25
] | 41 | [
"57+18=75",
"75/25=3",
"38+3=41"
] | Current State: 41:[38, 57, 18, 25], Operations: []
Exploring Operation: 57+18=75, Resulting Numbers: [38, 25, 75]
Generated Node #2: [38, 25, 75] from Operation: 57+18=75
Current State: 41:[38, 25, 75], Operations: ['57+18=75']
Exploring Operation: 75/25=3, Resulting Numbers: [38, 3]
Generated Node #3: [38, 3] from Ope... | 4 | Current State: 41:[38, 57, 18, 25], Operations: []
Exploring Operation: 57-18=39, Resulting Numbers: [38, 25, 39]
Generated Node #0,0: 41:[38, 25, 39] Operation: 57-18=39
Exploring Operation: 18+25=43, Resulting Numbers: [38, 57, 43]
Generated Node #0,1: 41:[38, 57, 43] Operation: 18+25=43
Moving to Node #0,0
Current S... | 0 | hs_2 | sum_heuristic |
[
2,
78,
15,
39
] | 27 | [
"78+15=93",
"93-39=54",
"54/2=27"
] | Current State: 27:[2, 78, 15, 39], Operations: []
Exploring Operation: 78+15=93, Resulting Numbers: [2, 39, 93]
Generated Node #2: [2, 39, 93] from Operation: 78+15=93
Current State: 27:[2, 39, 93], Operations: ['78+15=93']
Exploring Operation: 93-39=54, Resulting Numbers: [2, 54]
Generated Node #3: [2, 54] from Operat... | 4 | Current State: 27:[2, 78, 15, 39], Operations: []
Exploring Operation: 78/39=2, Resulting Numbers: [2, 15, 2]
Generated Node #0,0: 27:[2, 15, 2] Operation: 78/39=2
Exploring Operation: 78-39=39, Resulting Numbers: [2, 15, 39]
Generated Node #0,1: 27:[2, 15, 39] Operation: 78-39=39
Start Sub Search at level 1: Moving to... | 0 | hs_2 | mult_heuristic |
[
3,
65,
35,
70
] | 90 | [
"3*65=195",
"35+70=105",
"195-105=90"
] | Current State: 90:[3, 65, 35, 70], Operations: []
Exploring Operation: 3*65=195, Resulting Numbers: [35, 70, 195]
Generated Node #2: [35, 70, 195] from Operation: 3*65=195
Current State: 90:[35, 70, 195], Operations: ['3*65=195']
Exploring Operation: 35+70=105, Resulting Numbers: [195, 105]
Generated Node #3: [195, 105... | 4 | Current State: 90:[3, 65, 35, 70], Operations: []
Exploring Operation: 65+35=100, Resulting Numbers: [3, 70, 100]
Generated Node #0,0: 90:[3, 70, 100] Operation: 65+35=100
Exploring Operation: 70-65=5, Resulting Numbers: [3, 35, 5]
Generated Node #0,1: 90:[3, 35, 5] Operation: 70-65=5
Exploring Operation: 70/35=2, Resu... | 0.973958 | hs_5 | mult_heuristic |
[
81,
52,
14,
60
] | 17 | [
"81-52=29",
"60-14=46",
"46-29=17"
] | Current State: 17:[81, 52, 14, 60], Operations: []
Exploring Operation: 81-52=29, Resulting Numbers: [14, 60, 29]
Generated Node #2: [14, 60, 29] from Operation: 81-52=29
Current State: 17:[14, 60, 29], Operations: ['81-52=29']
Exploring Operation: 60-14=46, Resulting Numbers: [29, 46]
Generated Node #3: [29, 46] from ... | 4 | Current State: 17:[81, 52, 14, 60], Operations: []
Exploring Operation: 81-60=21, Resulting Numbers: [52, 14, 21]
Generated Node #0,0: 17:[52, 14, 21] Operation: 81-60=21
Moving to Node #0,0
Current State: 17:[52, 14, 21], Operations: ['81-60=21']
Exploring Operation: 52-21=31, Resulting Numbers: [14, 31]
Generated Nod... | 0.993924 | hs_1 | mult_heuristic |
[
3,
96,
31,
8
] | 11 | [
"96-3=93",
"93/31=3",
"8+3=11"
] | Current State: 11:[3, 96, 31, 8], Operations: []
Exploring Operation: 96-3=93, Resulting Numbers: [31, 8, 93]
Generated Node #2: [31, 8, 93] from Operation: 96-3=93
Current State: 11:[31, 8, 93], Operations: ['96-3=93']
Exploring Operation: 93/31=3, Resulting Numbers: [8, 3]
Generated Node #3: [8, 3] from Operation: 93... | 4 | Current State: 11:[3, 96, 31, 8], Operations: []
Exploring Operation: 96/3=32, Resulting Numbers: [31, 8, 32]
Generated Node #0,0: 11:[31, 8, 32] Operation: 96/3=32
Exploring Operation: 96/8=12, Resulting Numbers: [3, 31, 12]
Generated Node #0,1: 11:[3, 31, 12] Operation: 96/8=12
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | sum_heuristic |
[
51,
44,
51,
55
] | 11 | [
"51+44=95",
"51+55=106",
"106-95=11"
] | Current State: 11:[51, 44, 51, 55], Operations: []
Exploring Operation: 51+44=95, Resulting Numbers: [55, 95]
Generated Node #2: [55, 95] from Operation: 51+44=95
Current State: 11:[55, 95], Operations: ['51+44=95']
Exploring Operation: 51+55=106, Resulting Numbers: [95, 106]
Generated Node #3: [95, 106] from Operation... | 4 | Current State: 11:[51, 44, 51, 55], Operations: []
Exploring Operation: 55-51=4, Resulting Numbers: [44, 51, 4]
Generated Node #0,0: 11:[44, 51, 4] Operation: 55-51=4
Start Sub Search at level 1: Moving to Node #0,0
Current State: 11:[44, 51, 4], Operations: ['55-51=4']
Exploring Operation: 51-44=7, Resulting Numbers: ... | 0.993924 | hs_1 | sum_heuristic |
[
42,
11,
48,
52
] | 62 | [
"52-42=10",
"11*10=110",
"110-48=62"
] | Current State: 62:[42, 11, 48, 52], Operations: []
Exploring Operation: 52-42=10, Resulting Numbers: [11, 48, 10]
Generated Node #2: [11, 48, 10] from Operation: 52-42=10
Current State: 62:[11, 48, 10], Operations: ['52-42=10']
Exploring Operation: 11*10=110, Resulting Numbers: [48, 110]
Generated Node #3: [48, 110] fr... | 4 | Current State: 62:[42, 11, 48, 52], Operations: []
Exploring Operation: 52-48=4, Resulting Numbers: [42, 11, 4]
Generated Node #0,0: 62:[42, 11, 4] Operation: 52-48=4
Exploring Operation: 11+48=59, Resulting Numbers: [42, 52, 59]
Generated Node #0,1: 62:[42, 52, 59] Operation: 11+48=59
Exploring Operation: 11+52=63, Re... | 0 | hs_5 | sum_heuristic |
[
14,
57,
4,
9
] | 26 | [
"57-9=48",
"48/4=12",
"14+12=26"
] | Current State: 26:[14, 57, 4, 9], Operations: []
Exploring Operation: 57-9=48, Resulting Numbers: [14, 4, 48]
Generated Node #2: [14, 4, 48] from Operation: 57-9=48
Current State: 26:[14, 4, 48], Operations: ['57-9=48']
Exploring Operation: 48/4=12, Resulting Numbers: [14, 12]
Generated Node #3: [14, 12] from Operation... | 4 | Current State: 26:[14, 57, 4, 9], Operations: []
Exploring Operation: 57-9=48, Resulting Numbers: [14, 4, 48]
Generated Node #0,0: 26:[14, 4, 48] Operation: 57-9=48
Exploring Operation: 57-14=43, Resulting Numbers: [4, 9, 43]
Generated Node #0,1: 26:[4, 9, 43] Operation: 57-14=43
Moving to Node #0,1
Current State: 26:[... | 0.986111 | hs_2 | sum_heuristic |
[
71,
15,
58,
45
] | 13 | [
"71+45=116",
"116/58=2",
"15-2=13"
] | Current State: 13:[71, 15, 58, 45], Operations: []
Exploring Operation: 71+45=116, Resulting Numbers: [15, 58, 116]
Generated Node #2: [15, 58, 116] from Operation: 71+45=116
Current State: 13:[15, 58, 116], Operations: ['71+45=116']
Exploring Operation: 116/58=2, Resulting Numbers: [15, 2]
Generated Node #3: [15, 2] f... | 4 | Current State: 13:[71, 15, 58, 45], Operations: []
Exploring Operation: 71-58=13, Resulting Numbers: [15, 45, 13]
Generated Node #0,0: 13:[15, 45, 13] Operation: 71-58=13
Start Sub Search at level 1: Moving to Node #0,0
Current State: 13:[15, 45, 13], Operations: ['71-58=13']
Exploring Operation: 45/15=3, Resulting Num... | 0 | hs_1 | mult_heuristic |
[
5,
25,
27,
15
] | 83 | [
"5*25=125",
"27+15=42",
"125-42=83"
] | Current State: 83:[5, 25, 27, 15], Operations: []
Exploring Operation: 5*25=125, Resulting Numbers: [27, 15, 125]
Generated Node #2: [27, 15, 125] from Operation: 5*25=125
Current State: 83:[27, 15, 125], Operations: ['5*25=125']
Exploring Operation: 27+15=42, Resulting Numbers: [125, 42]
Generated Node #3: [125, 42] f... | 4 | Current State: 83:[5, 25, 27, 15], Operations: []
Exploring Operation: 5+25=30, Resulting Numbers: [27, 15, 30]
Generated Node #0,0: 83:[27, 15, 30] Operation: 5+25=30
Exploring Operation: 5*15=75, Resulting Numbers: [25, 27, 75]
Generated Node #0,1: 83:[25, 27, 75] Operation: 5*15=75
Exploring Operation: 5+27=32, Resu... | 0.974826 | hs_4 | mult_heuristic |
[
63,
15,
34,
69
] | 56 | [
"69-63=6",
"15*6=90",
"90-34=56"
] | Current State: 56:[63, 15, 34, 69], Operations: []
Exploring Operation: 69-63=6, Resulting Numbers: [15, 34, 6]
Generated Node #2: [15, 34, 6] from Operation: 69-63=6
Current State: 56:[15, 34, 6], Operations: ['69-63=6']
Exploring Operation: 15*6=90, Resulting Numbers: [34, 90]
Generated Node #3: [34, 90] from Operati... | 4 | Current State: 56:[63, 15, 34, 69], Operations: []
Exploring Operation: 69-15=54, Resulting Numbers: [63, 34, 54]
Generated Node #0,0: 56:[63, 34, 54] Operation: 69-15=54
Exploring Operation: 63-34=29, Resulting Numbers: [15, 69, 29]
Generated Node #0,1: 56:[15, 69, 29] Operation: 63-34=29
Exploring Operation: 69-63=6,... | 0 | hs_4 | mult_heuristic |
[
16,
16,
32,
94
] | 93 | [
"16+16=32",
"32/32=1",
"94-1=93"
] | Current State: 93:[16, 16, 32, 94], Operations: []
Exploring Operation: 16+16=32, Resulting Numbers: [32, 94, 32]
Generated Node #2: [32, 94, 32] from Operation: 16+16=32
Current State: 93:[32, 94, 32], Operations: ['16+16=32']
Exploring Operation: 32/32=1, Resulting Numbers: [94, 1]
Generated Node #3: [94, 1] from Ope... | 4 | Current State: 93:[16, 16, 32, 94], Operations: []
Exploring Operation: 16/16=1, Resulting Numbers: [32, 94, 1]
Generated Node #0,0: 93:[32, 94, 1] Operation: 16/16=1
Exploring Operation: 16+16=32, Resulting Numbers: [32, 94, 32]
Generated Node #0,1: 93:[32, 94, 32] Operation: 16+16=32
Start Sub Search at level 1: Movi... | 0.992188 | hs_2 | sum_heuristic |
[
89,
21,
19,
29
] | 62 | [
"89+21=110",
"19+29=48",
"110-48=62"
] | Current State: 62:[89, 21, 19, 29], Operations: []
Exploring Operation: 89+21=110, Resulting Numbers: [19, 29, 110]
Generated Node #2: [19, 29, 110] from Operation: 89+21=110
Current State: 62:[19, 29, 110], Operations: ['89+21=110']
Exploring Operation: 19+29=48, Resulting Numbers: [110, 48]
Generated Node #3: [110, 4... | 4 | Current State: 62:[89, 21, 19, 29], Operations: []
Exploring Operation: 89-21=68, Resulting Numbers: [19, 29, 68]
Generated Node #0,0: 62:[19, 29, 68] Operation: 89-21=68
Moving to Node #0,0
Current State: 62:[19, 29, 68], Operations: ['89-21=68']
Exploring Operation: 29-19=10, Resulting Numbers: [68, 10]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
24,
2,
46,
8
] | 39 | [
"24+46=70",
"8+70=78",
"78/2=39"
] | Current State: 39:[24, 2, 46, 8], Operations: []
Exploring Operation: 24+46=70, Resulting Numbers: [2, 8, 70]
Generated Node #2: [2, 8, 70] from Operation: 24+46=70
Current State: 39:[2, 8, 70], Operations: ['24+46=70']
Exploring Operation: 8+70=78, Resulting Numbers: [2, 78]
Generated Node #3: [2, 78] from Operation: ... | 4 | Current State: 39:[24, 2, 46, 8], Operations: []
Exploring Operation: 24/8=3, Resulting Numbers: [2, 46, 3]
Generated Node #0,0: 39:[2, 46, 3] Operation: 24/8=3
Exploring Operation: 24/2=12, Resulting Numbers: [46, 8, 12]
Generated Node #0,1: 39:[46, 8, 12] Operation: 24/2=12
Exploring Operation: 24-8=16, Resulting Num... | 0 | hs_3 | sum_heuristic |
[
14,
2,
20,
70
] | 18 | [
"14+20=34",
"70-34=36",
"36/2=18"
] | Current State: 18:[14, 2, 20, 70], Operations: []
Exploring Operation: 14+20=34, Resulting Numbers: [2, 70, 34]
Generated Node #2: [2, 70, 34] from Operation: 14+20=34
Current State: 18:[2, 70, 34], Operations: ['14+20=34']
Exploring Operation: 70-34=36, Resulting Numbers: [2, 36]
Generated Node #3: [2, 36] from Operat... | 4 | Current State: 18:[14, 2, 20, 70], Operations: []
Exploring Operation: 70-14=56, Resulting Numbers: [2, 20, 56]
Generated Node #0,0: 18:[2, 20, 56] Operation: 70-14=56
Exploring Operation: 70/14=5, Resulting Numbers: [2, 20, 5]
Generated Node #0,1: 18:[2, 20, 5] Operation: 70/14=5
Exploring Operation: 70-20=50, Resulti... | 0.946181 | hs_5 | sum_heuristic |
[
82,
43,
56,
91
] | 22 | [
"82+43=125",
"56+91=147",
"147-125=22"
] | Current State: 22:[82, 43, 56, 91], Operations: []
Exploring Operation: 82+43=125, Resulting Numbers: [56, 91, 125]
Generated Node #2: [56, 91, 125] from Operation: 82+43=125
Current State: 22:[56, 91, 125], Operations: ['82+43=125']
Exploring Operation: 56+91=147, Resulting Numbers: [125, 147]
Generated Node #3: [125,... | 4 | Current State: 22:[82, 43, 56, 91], Operations: []
Exploring Operation: 82-56=26, Resulting Numbers: [43, 91, 26]
Generated Node #0,0: 22:[43, 91, 26] Operation: 82-56=26
Exploring Operation: 91-56=35, Resulting Numbers: [82, 43, 35]
Generated Node #0,1: 22:[82, 43, 35] Operation: 91-56=35
Exploring Operation: 91-82=9,... | 0.987847 | hs_3 | sum_heuristic |
[
64,
54,
87,
33
] | 65 | [
"87-54=33",
"33/33=1",
"64+1=65"
] | Current State: 65:[64, 54, 87, 33], Operations: []
Exploring Operation: 87-54=33, Resulting Numbers: [64, 33, 33]
Generated Node #2: [64, 33, 33] from Operation: 87-54=33
Current State: 65:[64, 33, 33], Operations: ['87-54=33']
Exploring Operation: 33/33=1, Resulting Numbers: [64, 1]
Generated Node #3: [64, 1] from Ope... | 4 | Current State: 65:[64, 54, 87, 33], Operations: []
Exploring Operation: 64-54=10, Resulting Numbers: [87, 33, 10]
Generated Node #0,0: 65:[87, 33, 10] Operation: 64-54=10
Exploring Operation: 87-64=23, Resulting Numbers: [54, 33, 23]
Generated Node #0,1: 65:[54, 33, 23] Operation: 87-64=23
Exploring Operation: 87-54=33... | 0.986979 | hs_5 | sum_heuristic |
[
15,
98,
4,
54
] | 33 | [
"98-15=83",
"54-4=50",
"83-50=33"
] | Current State: 33:[15, 98, 4, 54], Operations: []
Exploring Operation: 98-15=83, Resulting Numbers: [4, 54, 83]
Generated Node #2: [4, 54, 83] from Operation: 98-15=83
Current State: 33:[4, 54, 83], Operations: ['98-15=83']
Exploring Operation: 54-4=50, Resulting Numbers: [83, 50]
Generated Node #3: [83, 50] from Opera... | 4 | Current State: 33:[15, 98, 4, 54], Operations: []
Exploring Operation: 98-4=94, Resulting Numbers: [15, 54, 94]
Generated Node #0,0: 33:[15, 54, 94] Operation: 98-4=94
Exploring Operation: 98-15=83, Resulting Numbers: [4, 54, 83]
Generated Node #0,1: 33:[4, 54, 83] Operation: 98-15=83
Exploring Operation: 98-54=44, Res... | 0.982639 | hs_5 | sum_heuristic |
[
96,
67,
2,
7
] | 45 | [
"96-7=89",
"67*2=134",
"134-89=45"
] | Current State: 45:[96, 67, 2, 7], Operations: []
Exploring Operation: 96-7=89, Resulting Numbers: [67, 2, 89]
Generated Node #2: [67, 2, 89] from Operation: 96-7=89
Current State: 45:[67, 2, 89], Operations: ['96-7=89']
Exploring Operation: 67*2=134, Resulting Numbers: [89, 134]
Generated Node #3: [89, 134] from Operat... | 4 | Current State: 45:[96, 67, 2, 7], Operations: []
Exploring Operation: 96-67=29, Resulting Numbers: [2, 7, 29]
Generated Node #0,0: 45:[2, 7, 29] Operation: 96-67=29
Exploring Operation: 96-7=89, Resulting Numbers: [67, 2, 89]
Generated Node #0,1: 45:[67, 2, 89] Operation: 96-7=89
Exploring Operation: 67-7=60, Resulting... | 0 | hs_4 | sum_heuristic |
[
49,
35,
4,
84
] | 77 | [
"49*4=196",
"35+84=119",
"196-119=77"
] | Current State: 77:[49, 35, 4, 84], Operations: []
Exploring Operation: 49*4=196, Resulting Numbers: [35, 84, 196]
Generated Node #2: [35, 84, 196] from Operation: 49*4=196
Current State: 77:[35, 84, 196], Operations: ['49*4=196']
Exploring Operation: 35+84=119, Resulting Numbers: [196, 119]
Generated Node #3: [196, 119... | 4 | Current State: 77:[49, 35, 4, 84], Operations: []
Exploring Operation: 49-35=14, Resulting Numbers: [4, 84, 14]
Generated Node #0,0: 77:[4, 84, 14] Operation: 49-35=14
Exploring Operation: 84-49=35, Resulting Numbers: [35, 4, 35]
Generated Node #0,1: 77:[35, 4, 35] Operation: 84-49=35
Exploring Operation: 49+4=53, Resu... | 0 | hs_4 | mult_heuristic |
[
70,
13,
97,
58
] | 18 | [
"70-13=57",
"97-58=39",
"57-39=18"
] | Current State: 18:[70, 13, 97, 58], Operations: []
Exploring Operation: 70-13=57, Resulting Numbers: [97, 58, 57]
Generated Node #2: [97, 58, 57] from Operation: 70-13=57
Current State: 18:[97, 58, 57], Operations: ['70-13=57']
Exploring Operation: 97-58=39, Resulting Numbers: [57, 39]
Generated Node #3: [57, 39] from ... | 4 | Current State: 18:[70, 13, 97, 58], Operations: []
Exploring Operation: 97-70=27, Resulting Numbers: [13, 58, 27]
Generated Node #0,0: 18:[13, 58, 27] Operation: 97-70=27
Start Sub Search at level 1: Moving to Node #0,0
Current State: 18:[13, 58, 27], Operations: ['97-70=27']
Exploring Operation: 58-27=31, Resulting Nu... | 0.993924 | hs_1 | mult_heuristic |
[
7,
49,
25,
72
] | 41 | [
"7+49=56",
"25+72=97",
"97-56=41"
] | Current State: 41:[7, 49, 25, 72], Operations: []
Exploring Operation: 7+49=56, Resulting Numbers: [25, 72, 56]
Generated Node #2: [25, 72, 56] from Operation: 7+49=56
Current State: 41:[25, 72, 56], Operations: ['7+49=56']
Exploring Operation: 25+72=97, Resulting Numbers: [56, 97]
Generated Node #3: [56, 97] from Oper... | 4 | Current State: 41:[7, 49, 25, 72], Operations: []
Exploring Operation: 7+25=32, Resulting Numbers: [49, 72, 32]
Generated Node #0,0: 41:[49, 72, 32] Operation: 7+25=32
Exploring Operation: 72-7=65, Resulting Numbers: [49, 25, 65]
Generated Node #0,1: 41:[49, 25, 65] Operation: 72-7=65
Exploring Operation: 49-7=42, Resu... | 0.977431 | hs_3 | sum_heuristic |
[
8,
23,
30,
82
] | 41 | [
"23-8=15",
"30/15=2",
"82/2=41"
] | Current State: 41:[8, 23, 30, 82], Operations: []
Exploring Operation: 23-8=15, Resulting Numbers: [30, 82, 15]
Generated Node #2: [30, 82, 15] from Operation: 23-8=15
Current State: 41:[30, 82, 15], Operations: ['23-8=15']
Exploring Operation: 30/15=2, Resulting Numbers: [82, 2]
Generated Node #3: [82, 2] from Operati... | 4 | Current State: 41:[8, 23, 30, 82], Operations: []
Exploring Operation: 8+23=31, Resulting Numbers: [30, 82, 31]
Generated Node #0,0: 41:[30, 82, 31] Operation: 8+23=31
Exploring Operation: 8+30=38, Resulting Numbers: [23, 82, 38]
Generated Node #0,1: 41:[23, 82, 38] Operation: 8+30=38
Moving to Node #0,0
Current State:... | 0 | hs_2 | sum_heuristic |
[
14,
24,
80,
88
] | 88 | [
"24+88=112",
"112/14=8",
"80+8=88"
] | Current State: 88:[14, 24, 80, 88], Operations: []
Exploring Operation: 24+88=112, Resulting Numbers: [14, 80, 112]
Generated Node #2: [14, 80, 112] from Operation: 24+88=112
Current State: 88:[14, 80, 112], Operations: ['24+88=112']
Exploring Operation: 112/14=8, Resulting Numbers: [80, 8]
Generated Node #3: [80, 8] f... | 4 | Current State: 88:[14, 24, 80, 88], Operations: []
Exploring Operation: 24-14=10, Resulting Numbers: [80, 88, 10]
Generated Node #0,0: 88:[80, 88, 10] Operation: 24-14=10
Exploring Operation: 14+80=94, Resulting Numbers: [24, 88, 94]
Generated Node #0,1: 88:[24, 88, 94] Operation: 14+80=94
Exploring Operation: 88-80=8,... | 0 | hs_3 | sum_heuristic |
[
25,
38,
52,
36
] | 47 | [
"25+38=63",
"52-36=16",
"63-16=47"
] | Current State: 47:[25, 38, 52, 36], Operations: []
Exploring Operation: 25+38=63, Resulting Numbers: [52, 36, 63]
Generated Node #2: [52, 36, 63] from Operation: 25+38=63
Current State: 47:[52, 36, 63], Operations: ['25+38=63']
Exploring Operation: 52-36=16, Resulting Numbers: [63, 16]
Generated Node #3: [63, 16] from ... | 4 | Current State: 47:[25, 38, 52, 36], Operations: []
Exploring Operation: 25+36=61, Resulting Numbers: [38, 52, 61]
Generated Node #0,0: 47:[38, 52, 61] Operation: 25+36=61
Exploring Operation: 25+38=63, Resulting Numbers: [52, 36, 63]
Generated Node #0,1: 47:[52, 36, 63] Operation: 25+38=63
Exploring Operation: 52-25=27... | 0.978299 | hs_3 | mult_heuristic |
[
40,
41,
53,
49
] | 51 | [
"53-49=4",
"40/4=10",
"41+10=51"
] | Current State: 51:[40, 41, 53, 49], Operations: []
Exploring Operation: 53-49=4, Resulting Numbers: [40, 41, 4]
Generated Node #2: [40, 41, 4] from Operation: 53-49=4
Current State: 51:[40, 41, 4], Operations: ['53-49=4']
Exploring Operation: 40/4=10, Resulting Numbers: [41, 10]
Generated Node #3: [41, 10] from Operati... | 4 | Current State: 51:[40, 41, 53, 49], Operations: []
Exploring Operation: 41-40=1, Resulting Numbers: [53, 49, 1]
Generated Node #0,0: 51:[53, 49, 1] Operation: 41-40=1
Moving to Node #0,0
Current State: 51:[53, 49, 1], Operations: ['41-40=1']
Exploring Operation: 53-49=4, Resulting Numbers: [1, 4]
Generated Node #0,0,0:... | 0 | hs_1 | sum_heuristic |
[
41,
67,
16,
45
] | 55 | [
"67-41=26",
"45-16=29",
"26+29=55"
] | Current State: 55:[41, 67, 16, 45], Operations: []
Exploring Operation: 67-41=26, Resulting Numbers: [16, 45, 26]
Generated Node #2: [16, 45, 26] from Operation: 67-41=26
Current State: 55:[16, 45, 26], Operations: ['67-41=26']
Exploring Operation: 45-16=29, Resulting Numbers: [26, 29]
Generated Node #3: [26, 29] from ... | 4 | Current State: 55:[41, 67, 16, 45], Operations: []
Exploring Operation: 41+16=57, Resulting Numbers: [67, 45, 57]
Generated Node #0,0: 55:[67, 45, 57] Operation: 41+16=57
Exploring Operation: 67-16=51, Resulting Numbers: [41, 45, 51]
Generated Node #0,1: 55:[41, 45, 51] Operation: 67-16=51
Exploring Operation: 45-41=4,... | 0.985243 | hs_4 | mult_heuristic |
[
78,
5,
84,
1
] | 30 | [
"84-78=6",
"5*1=5",
"6*5=30"
] | Current State: 30:[78, 5, 84, 1], Operations: []
Exploring Operation: 84-78=6, Resulting Numbers: [5, 1, 6]
Generated Node #2: [5, 1, 6] from Operation: 84-78=6
Current State: 30:[5, 1, 6], Operations: ['84-78=6']
Exploring Operation: 5*1=5, Resulting Numbers: [6, 5]
Generated Node #3: [6, 5] from Operation: 5*1=5
Curr... | 4 | Current State: 30:[78, 5, 84, 1], Operations: []
Exploring Operation: 78-5=73, Resulting Numbers: [84, 1, 73]
Generated Node #0,0: 30:[84, 1, 73] Operation: 78-5=73
Exploring Operation: 84-78=6, Resulting Numbers: [5, 1, 6]
Generated Node #0,1: 30:[5, 1, 6] Operation: 84-78=6
Exploring Operation: 84-5=79, Resulting Num... | 0.974826 | hs_3 | sum_heuristic |
[
3,
40,
60,
12
] | 25 | [
"3*60=180",
"180/12=15",
"40-15=25"
] | Current State: 25:[3, 40, 60, 12], Operations: []
Exploring Operation: 3*60=180, Resulting Numbers: [40, 12, 180]
Generated Node #2: [40, 12, 180] from Operation: 3*60=180
Current State: 25:[40, 12, 180], Operations: ['3*60=180']
Exploring Operation: 180/12=15, Resulting Numbers: [40, 15]
Generated Node #3: [40, 15] fr... | 4 | Current State: 25:[3, 40, 60, 12], Operations: []
Exploring Operation: 60/12=5, Resulting Numbers: [3, 40, 5]
Generated Node #0,0: 25:[3, 40, 5] Operation: 60/12=5
Exploring Operation: 60-40=20, Resulting Numbers: [3, 12, 20]
Generated Node #0,1: 25:[3, 12, 20] Operation: 60-40=20
Moving to Node #0,1
Current State: 25:... | 0 | hs_2 | sum_heuristic |
[
19,
6,
84,
42
] | 75 | [
"19+42=61",
"84/6=14",
"61+14=75"
] | Current State: 75:[19, 6, 84, 42], Operations: []
Exploring Operation: 19+42=61, Resulting Numbers: [6, 84, 61]
Generated Node #2: [6, 84, 61] from Operation: 19+42=61
Current State: 75:[6, 84, 61], Operations: ['19+42=61']
Exploring Operation: 84/6=14, Resulting Numbers: [61, 14]
Generated Node #3: [61, 14] from Opera... | 4 | Current State: 75:[19, 6, 84, 42], Operations: []
Exploring Operation: 42-19=23, Resulting Numbers: [6, 84, 23]
Generated Node #0,0: 75:[6, 84, 23] Operation: 42-19=23
Exploring Operation: 84/42=2, Resulting Numbers: [19, 6, 2]
Generated Node #0,1: 75:[19, 6, 2] Operation: 84/42=2
Start Sub Search at level 1: Moving to... | 0 | hs_2 | sum_heuristic |
[
38,
34,
19,
11
] | 57 | [
"38*34=1292",
"1292/19=68",
"68-11=57"
] | Current State: 57:[38, 34, 19, 11], Operations: []
Exploring Operation: 38*34=1292, Resulting Numbers: [19, 11, 1292]
Generated Node #2: [19, 11, 1292] from Operation: 38*34=1292
Current State: 57:[19, 11, 1292], Operations: ['38*34=1292']
Exploring Operation: 1292/19=68, Resulting Numbers: [11, 68]
Generated Node #3: ... | 4 | Current State: 57:[38, 34, 19, 11], Operations: []
Exploring Operation: 38-34=4, Resulting Numbers: [19, 11, 4]
Generated Node #0,0: 57:[19, 11, 4] Operation: 38-34=4
Exploring Operation: 38+19=57, Resulting Numbers: [34, 11, 57]
Generated Node #0,1: 57:[34, 11, 57] Operation: 38+19=57
Exploring Operation: 38-19=19, Re... | 0 | hs_4 | sum_heuristic |
[
23,
25,
81,
34
] | 20 | [
"81+34=115",
"115/23=5",
"25-5=20"
] | Current State: 20:[23, 25, 81, 34], Operations: []
Exploring Operation: 81+34=115, Resulting Numbers: [23, 25, 115]
Generated Node #2: [23, 25, 115] from Operation: 81+34=115
Current State: 20:[23, 25, 115], Operations: ['81+34=115']
Exploring Operation: 115/23=5, Resulting Numbers: [25, 5]
Generated Node #3: [25, 5] f... | 4 | Current State: 20:[23, 25, 81, 34], Operations: []
Exploring Operation: 81-25=56, Resulting Numbers: [23, 34, 56]
Generated Node #0,0: 20:[23, 34, 56] Operation: 81-25=56
Exploring Operation: 81-34=47, Resulting Numbers: [23, 25, 47]
Generated Node #0,1: 20:[23, 25, 47] Operation: 81-34=47
Moving to Node #0,1
Current S... | 0 | hs_2 | mult_heuristic |
[
24,
40,
19,
27
] | 19 | [
"24-19=5",
"40/5=8",
"27-8=19"
] | Current State: 19:[24, 40, 19, 27], Operations: []
Exploring Operation: 24-19=5, Resulting Numbers: [40, 27, 5]
Generated Node #2: [40, 27, 5] from Operation: 24-19=5
Current State: 19:[40, 27, 5], Operations: ['24-19=5']
Exploring Operation: 40/5=8, Resulting Numbers: [27, 8]
Generated Node #3: [27, 8] from Operation:... | 4 | Current State: 19:[24, 40, 19, 27], Operations: []
Exploring Operation: 40-19=21, Resulting Numbers: [24, 27, 21]
Generated Node #0,0: 19:[24, 27, 21] Operation: 40-19=21
Exploring Operation: 40-27=13, Resulting Numbers: [24, 19, 13]
Generated Node #0,1: 19:[24, 19, 13] Operation: 40-27=13
Exploring Operation: 40-24=16... | 0.903646 | hs_5 | sum_heuristic |
[
57,
69,
26,
16
] | 22 | [
"69-57=12",
"26-16=10",
"12+10=22"
] | Current State: 22:[57, 69, 26, 16], Operations: []
Exploring Operation: 69-57=12, Resulting Numbers: [26, 16, 12]
Generated Node #2: [26, 16, 12] from Operation: 69-57=12
Current State: 22:[26, 16, 12], Operations: ['69-57=12']
Exploring Operation: 26-16=10, Resulting Numbers: [12, 10]
Generated Node #3: [12, 10] from ... | 4 | Current State: 22:[57, 69, 26, 16], Operations: []
Exploring Operation: 57-26=31, Resulting Numbers: [69, 16, 31]
Generated Node #0,0: 22:[69, 16, 31] Operation: 57-26=31
Exploring Operation: 69-57=12, Resulting Numbers: [26, 16, 12]
Generated Node #0,1: 22:[26, 16, 12] Operation: 69-57=12
Moving to Node #0,1
Current S... | 0.990451 | hs_2 | mult_heuristic |
[
86,
12,
36,
48
] | 88 | [
"36-12=24",
"48/24=2",
"86+2=88"
] | Current State: 88:[86, 12, 36, 48], Operations: []
Exploring Operation: 36-12=24, Resulting Numbers: [86, 48, 24]
Generated Node #2: [86, 48, 24] from Operation: 36-12=24
Current State: 88:[86, 48, 24], Operations: ['36-12=24']
Exploring Operation: 48/24=2, Resulting Numbers: [86, 2]
Generated Node #3: [86, 2] from Ope... | 4 | Current State: 88:[86, 12, 36, 48], Operations: []
Exploring Operation: 36-12=24, Resulting Numbers: [86, 48, 24]
Generated Node #0,0: 88:[86, 48, 24] Operation: 36-12=24
Exploring Operation: 36/12=3, Resulting Numbers: [86, 48, 3]
Generated Node #0,1: 88:[86, 48, 3] Operation: 36/12=3
Exploring Operation: 48-36=12, Re... | 0.96441 | hs_4 | mult_heuristic |
[
90,
77,
73,
75
] | 28 | [
"77-75=2",
"90/2=45",
"73-45=28"
] | Current State: 28:[90, 77, 73, 75], Operations: []
Exploring Operation: 77-75=2, Resulting Numbers: [90, 73, 2]
Generated Node #2: [90, 73, 2] from Operation: 77-75=2
Current State: 28:[90, 73, 2], Operations: ['77-75=2']
Exploring Operation: 90/2=45, Resulting Numbers: [73, 45]
Generated Node #3: [73, 45] from Operati... | 4 | Current State: 28:[90, 77, 73, 75], Operations: []
Exploring Operation: 90-75=15, Resulting Numbers: [77, 73, 15]
Generated Node #0,0: 28:[77, 73, 15] Operation: 90-75=15
Exploring Operation: 90-77=13, Resulting Numbers: [73, 75, 13]
Generated Node #0,1: 28:[73, 75, 13] Operation: 90-77=13
Exploring Operation: 90-73=17... | 0.953125 | hs_4 | sum_heuristic |
[
32,
22,
36,
12
] | 16 | [
"36-22=14",
"14-12=2",
"32/2=16"
] | Current State: 16:[32, 22, 36, 12], Operations: []
Exploring Operation: 36-22=14, Resulting Numbers: [32, 12, 14]
Generated Node #2: [32, 12, 14] from Operation: 36-22=14
Current State: 16:[32, 12, 14], Operations: ['36-22=14']
Exploring Operation: 14-12=2, Resulting Numbers: [32, 2]
Generated Node #3: [32, 2] from Ope... | 4 | Current State: 16:[32, 22, 36, 12], Operations: []
Exploring Operation: 36-32=4, Resulting Numbers: [22, 12, 4]
Generated Node #0,0: 16:[22, 12, 4] Operation: 36-32=4
Exploring Operation: 36/12=3, Resulting Numbers: [32, 22, 3]
Generated Node #0,1: 16:[32, 22, 3] Operation: 36/12=3
Exploring Operation: 32-12=20, Result... | 0.923611 | hs_5 | mult_heuristic |
[
14,
72,
74,
63
] | 97 | [
"14+72=86",
"74-63=11",
"86+11=97"
] | Current State: 97:[14, 72, 74, 63], Operations: []
Exploring Operation: 14+72=86, Resulting Numbers: [74, 63, 86]
Generated Node #2: [74, 63, 86] from Operation: 14+72=86
Current State: 97:[74, 63, 86], Operations: ['14+72=86']
Exploring Operation: 74-63=11, Resulting Numbers: [86, 11]
Generated Node #3: [86, 11] from ... | 4 | Current State: 97:[14, 72, 74, 63], Operations: []
Exploring Operation: 72-14=58, Resulting Numbers: [74, 63, 58]
Generated Node #0,0: 97:[74, 63, 58] Operation: 72-14=58
Exploring Operation: 14+74=88, Resulting Numbers: [72, 63, 88]
Generated Node #0,1: 97:[72, 63, 88] Operation: 14+74=88
Exploring Operation: 14+72=86... | 0.948785 | hs_4 | mult_heuristic |
[
94,
55,
11,
64
] | 74 | [
"94+55=149",
"11+64=75",
"149-75=74"
] | Current State: 74:[94, 55, 11, 64], Operations: []
Exploring Operation: 94+55=149, Resulting Numbers: [11, 64, 149]
Generated Node #2: [11, 64, 149] from Operation: 94+55=149
Current State: 74:[11, 64, 149], Operations: ['94+55=149']
Exploring Operation: 11+64=75, Resulting Numbers: [149, 75]
Generated Node #3: [149, 7... | 4 | Current State: 74:[94, 55, 11, 64], Operations: []
Exploring Operation: 55/11=5, Resulting Numbers: [94, 64, 5]
Generated Node #0,0: 74:[94, 64, 5] Operation: 55/11=5
Exploring Operation: 94-55=39, Resulting Numbers: [11, 64, 39]
Generated Node #0,1: 74:[11, 64, 39] Operation: 94-55=39
Exploring Operation: 94-64=30, Re... | 0.973958 | hs_3 | mult_heuristic |
[
57,
55,
40,
59
] | 47 | [
"59-55=4",
"40/4=10",
"57-10=47"
] | Current State: 47:[57, 55, 40, 59], Operations: []
Exploring Operation: 59-55=4, Resulting Numbers: [57, 40, 4]
Generated Node #2: [57, 40, 4] from Operation: 59-55=4
Current State: 47:[57, 40, 4], Operations: ['59-55=4']
Exploring Operation: 40/4=10, Resulting Numbers: [57, 10]
Generated Node #3: [57, 10] from Operati... | 4 | Current State: 47:[57, 55, 40, 59], Operations: []
Exploring Operation: 55-40=15, Resulting Numbers: [57, 59, 15]
Generated Node #0,0: 47:[57, 59, 15] Operation: 55-40=15
Exploring Operation: 59-40=19, Resulting Numbers: [57, 55, 19]
Generated Node #0,1: 47:[57, 55, 19] Operation: 59-40=19
Exploring Operation: 57-40=17... | 0 | hs_3 | sum_heuristic |
[
93,
2,
48,
5
] | 18 | [
"93-48=45",
"2*45=90",
"90/5=18"
] | Current State: 18:[93, 2, 48, 5], Operations: []
Exploring Operation: 93-48=45, Resulting Numbers: [2, 5, 45]
Generated Node #2: [2, 5, 45] from Operation: 93-48=45
Current State: 18:[2, 5, 45], Operations: ['93-48=45']
Exploring Operation: 2*45=90, Resulting Numbers: [5, 90]
Generated Node #3: [5, 90] from Operation: ... | 4 | Current State: 18:[93, 2, 48, 5], Operations: []
Exploring Operation: 48-5=43, Resulting Numbers: [93, 2, 43]
Generated Node #0,0: 18:[93, 2, 43] Operation: 48-5=43
Exploring Operation: 93-48=45, Resulting Numbers: [2, 5, 45]
Generated Node #0,1: 18:[2, 5, 45] Operation: 93-48=45
Exploring Operation: 93-5=88, Resulting... | 0.987847 | hs_4 | mult_heuristic |
[
47,
35,
58,
31
] | 50 | [
"35+58=93",
"93/31=3",
"47+3=50"
] | Current State: 50:[47, 35, 58, 31], Operations: []
Exploring Operation: 35+58=93, Resulting Numbers: [47, 31, 93]
Generated Node #2: [47, 31, 93] from Operation: 35+58=93
Current State: 50:[47, 31, 93], Operations: ['35+58=93']
Exploring Operation: 93/31=3, Resulting Numbers: [47, 3]
Generated Node #3: [47, 3] from Ope... | 4 | Current State: 50:[47, 35, 58, 31], Operations: []
Exploring Operation: 58-35=23, Resulting Numbers: [47, 31, 23]
Generated Node #0,0: 50:[47, 31, 23] Operation: 58-35=23
Exploring Operation: 35-31=4, Resulting Numbers: [47, 58, 4]
Generated Node #0,1: 50:[47, 58, 4] Operation: 35-31=4
Exploring Operation: 47-35=12, Re... | 0 | hs_4 | mult_heuristic |
[
6,
2,
44,
50
] | 10 | [
"6-2=4",
"50-44=6",
"4+6=10"
] | Current State: 10:[6, 2, 44, 50], Operations: []
Exploring Operation: 6-2=4, Resulting Numbers: [44, 50, 4]
Generated Node #2: [44, 50, 4] from Operation: 6-2=4
Current State: 10:[44, 50, 4], Operations: ['6-2=4']
Exploring Operation: 50-44=6, Resulting Numbers: [4, 6]
Generated Node #3: [4, 6] from Operation: 50-44=6
... | 4 | Current State: 10:[6, 2, 44, 50], Operations: []
Exploring Operation: 50-44=6, Resulting Numbers: [6, 2, 6]
Generated Node #0,0: 10:[6, 2, 6] Operation: 50-44=6
Exploring Operation: 50/2=25, Resulting Numbers: [6, 44, 25]
Generated Node #0,1: 10:[6, 44, 25] Operation: 50/2=25
Exploring Operation: 44/2=22, Resulting Num... | 0.986111 | hs_3 | sum_heuristic |
[
85,
53,
50,
25
] | 30 | [
"85-53=32",
"50/25=2",
"32-2=30"
] | Current State: 30:[85, 53, 50, 25], Operations: []
Exploring Operation: 85-53=32, Resulting Numbers: [50, 25, 32]
Generated Node #2: [50, 25, 32] from Operation: 85-53=32
Current State: 30:[50, 25, 32], Operations: ['85-53=32']
Exploring Operation: 50/25=2, Resulting Numbers: [32, 2]
Generated Node #3: [32, 2] from Ope... | 4 | Current State: 30:[85, 53, 50, 25], Operations: []
Exploring Operation: 85-53=32, Resulting Numbers: [50, 25, 32]
Generated Node #0,0: 30:[50, 25, 32] Operation: 85-53=32
Moving to Node #0,0
Current State: 30:[50, 25, 32], Operations: ['85-53=32']
Exploring Operation: 50/25=2, Resulting Numbers: [32, 2]
Generated Node ... | 0.993924 | hs_1 | sum_heuristic |
[
76,
89,
6,
4
] | 28 | [
"89-76=13",
"13-6=7",
"4*7=28"
] | Current State: 28:[76, 89, 6, 4], Operations: []
Exploring Operation: 89-76=13, Resulting Numbers: [6, 4, 13]
Generated Node #2: [6, 4, 13] from Operation: 89-76=13
Current State: 28:[6, 4, 13], Operations: ['89-76=13']
Exploring Operation: 13-6=7, Resulting Numbers: [4, 7]
Generated Node #3: [4, 7] from Operation: 13-... | 4 | Current State: 28:[76, 89, 6, 4], Operations: []
Exploring Operation: 76/4=19, Resulting Numbers: [89, 6, 19]
Generated Node #0,0: 28:[89, 6, 19] Operation: 76/4=19
Exploring Operation: 76-4=72, Resulting Numbers: [89, 6, 72]
Generated Node #0,1: 28:[89, 6, 72] Operation: 76-4=72
Exploring Operation: 89-76=13, Resultin... | 0.985243 | hs_5 | sum_heuristic |
[
65,
57,
2,
46
] | 50 | [
"65-57=8",
"8/2=4",
"46+4=50"
] | Current State: 50:[65, 57, 2, 46], Operations: []
Exploring Operation: 65-57=8, Resulting Numbers: [2, 46, 8]
Generated Node #2: [2, 46, 8] from Operation: 65-57=8
Current State: 50:[2, 46, 8], Operations: ['65-57=8']
Exploring Operation: 8/2=4, Resulting Numbers: [46, 4]
Generated Node #3: [46, 4] from Operation: 8/2=... | 4 | Current State: 50:[65, 57, 2, 46], Operations: []
Exploring Operation: 57-2=55, Resulting Numbers: [65, 46, 55]
Generated Node #0,0: 50:[65, 46, 55] Operation: 57-2=55
Exploring Operation: 57-46=11, Resulting Numbers: [65, 2, 11]
Generated Node #0,1: 50:[65, 2, 11] Operation: 57-46=11
Exploring Operation: 65-46=19, Res... | 0 | hs_5 | mult_heuristic |
[
73,
76,
97,
43
] | 95 | [
"73+76=149",
"97-43=54",
"149-54=95"
] | Current State: 95:[73, 76, 97, 43], Operations: []
Exploring Operation: 73+76=149, Resulting Numbers: [97, 43, 149]
Generated Node #2: [97, 43, 149] from Operation: 73+76=149
Current State: 95:[97, 43, 149], Operations: ['73+76=149']
Exploring Operation: 97-43=54, Resulting Numbers: [149, 54]
Generated Node #3: [149, 5... | 4 | Current State: 95:[73, 76, 97, 43], Operations: []
Exploring Operation: 73+43=116, Resulting Numbers: [76, 97, 116]
Generated Node #0,0: 95:[76, 97, 116] Operation: 73+43=116
Exploring Operation: 76-43=33, Resulting Numbers: [73, 97, 33]
Generated Node #0,1: 95:[73, 97, 33] Operation: 76-43=33
Exploring Operation: 97-7... | 0.932292 | hs_5 | sum_heuristic |
[
70,
16,
74,
23
] | 92 | [
"74-70=4",
"16*23=368",
"368/4=92"
] | Current State: 92:[70, 16, 74, 23], Operations: []
Exploring Operation: 74-70=4, Resulting Numbers: [16, 23, 4]
Generated Node #2: [16, 23, 4] from Operation: 74-70=4
Current State: 92:[16, 23, 4], Operations: ['74-70=4']
Exploring Operation: 16*23=368, Resulting Numbers: [4, 368]
Generated Node #3: [4, 368] from Opera... | 4 | Current State: 92:[70, 16, 74, 23], Operations: []
Exploring Operation: 74-70=4, Resulting Numbers: [16, 23, 4]
Generated Node #0,0: 92:[16, 23, 4] Operation: 74-70=4
Exploring Operation: 70+16=86, Resulting Numbers: [74, 23, 86]
Generated Node #0,1: 92:[74, 23, 86] Operation: 70+16=86
Exploring Operation: 16+74=90, Re... | 0.957465 | hs_4 | mult_heuristic |
[
86,
77,
40,
9
] | 58 | [
"86-77=9",
"40+9=49",
"9+49=58"
] | Current State: 58:[86, 77, 40, 9], Operations: []
Exploring Operation: 86-77=9, Resulting Numbers: [40, 9, 9]
Generated Node #2: [40, 9, 9] from Operation: 86-77=9
Current State: 58:[40, 9, 9], Operations: ['86-77=9']
Exploring Operation: 40+9=49, Resulting Numbers: [49]
49,58 equal: Goal Reached
Exploring Operation: 9... | 4 | Current State: 58:[86, 77, 40, 9], Operations: []
Exploring Operation: 86-40=46, Resulting Numbers: [77, 9, 46]
Generated Node #0,0: 58:[77, 9, 46] Operation: 86-40=46
Exploring Operation: 77-40=37, Resulting Numbers: [86, 9, 37]
Generated Node #0,1: 58:[86, 9, 37] Operation: 77-40=37
Exploring Operation: 86-77=9, Resu... | 0.973958 | hs_3 | mult_heuristic |
[
88,
42,
35,
3
] | 55 | [
"88+42=130",
"35+130=165",
"165/3=55"
] | Current State: 55:[88, 42, 35, 3], Operations: []
Exploring Operation: 88+42=130, Resulting Numbers: [35, 3, 130]
Generated Node #2: [35, 3, 130] from Operation: 88+42=130
Current State: 55:[35, 3, 130], Operations: ['88+42=130']
Exploring Operation: 35+130=165, Resulting Numbers: [3, 165]
Generated Node #3: [3, 165] f... | 4 | Current State: 55:[88, 42, 35, 3], Operations: []
Exploring Operation: 42-35=7, Resulting Numbers: [88, 3, 7]
Generated Node #0,0: 55:[88, 3, 7] Operation: 42-35=7
Exploring Operation: 42/3=14, Resulting Numbers: [88, 35, 14]
Generated Node #0,1: 55:[88, 35, 14] Operation: 42/3=14
Exploring Operation: 88-42=46, Resulti... | 0 | hs_5 | mult_heuristic |
[
10,
88,
22,
45
] | 56 | [
"88+22=110",
"110/10=11",
"45+11=56"
] | Current State: 56:[10, 88, 22, 45], Operations: []
Exploring Operation: 88+22=110, Resulting Numbers: [10, 45, 110]
Generated Node #2: [10, 45, 110] from Operation: 88+22=110
Current State: 56:[10, 45, 110], Operations: ['88+22=110']
Exploring Operation: 110/10=11, Resulting Numbers: [45, 11]
Generated Node #3: [45, 11... | 4 | Current State: 56:[10, 88, 22, 45], Operations: []
Exploring Operation: 88-45=43, Resulting Numbers: [10, 22, 43]
Generated Node #0,0: 56:[10, 22, 43] Operation: 88-45=43
Exploring Operation: 88/22=4, Resulting Numbers: [10, 45, 4]
Generated Node #0,1: 56:[10, 45, 4] Operation: 88/22=4
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
8,
29,
10,
43
] | 36 | [
"10-8=2",
"29+43=72",
"72/2=36"
] | Current State: 36:[8, 29, 10, 43], Operations: []
Exploring Operation: 10-8=2, Resulting Numbers: [29, 43, 2]
Generated Node #2: [29, 43, 2] from Operation: 10-8=2
Current State: 36:[29, 43, 2], Operations: ['10-8=2']
Exploring Operation: 29+43=72, Resulting Numbers: [2, 72]
Generated Node #3: [2, 72] from Operation: 2... | 4 | Current State: 36:[8, 29, 10, 43], Operations: []
Exploring Operation: 43-29=14, Resulting Numbers: [8, 10, 14]
Generated Node #0,0: 36:[8, 10, 14] Operation: 43-29=14
Exploring Operation: 43-8=35, Resulting Numbers: [29, 10, 35]
Generated Node #0,1: 36:[29, 10, 35] Operation: 43-8=35
Exploring Operation: 8+29=37, Resu... | 0 | hs_3 | sum_heuristic |
[
8,
25,
26,
47
] | 32 | [
"25+26=51",
"51-47=4",
"8*4=32"
] | Current State: 32:[8, 25, 26, 47], Operations: []
Exploring Operation: 25+26=51, Resulting Numbers: [8, 47, 51]
Generated Node #2: [8, 47, 51] from Operation: 25+26=51
Current State: 32:[8, 47, 51], Operations: ['25+26=51']
Exploring Operation: 51-47=4, Resulting Numbers: [8, 4]
Generated Node #3: [8, 4] from Operation... | 4 | Current State: 32:[8, 25, 26, 47], Operations: []
Exploring Operation: 47-25=22, Resulting Numbers: [8, 26, 22]
Generated Node #0,0: 32:[8, 26, 22] Operation: 47-25=22
Exploring Operation: 47-26=21, Resulting Numbers: [8, 25, 21]
Generated Node #0,1: 32:[8, 25, 21] Operation: 47-26=21
Moving to Node #0,0
Current State:... | 0.990451 | hs_2 | sum_heuristic |
[
30,
49,
94,
46
] | 34 | [
"30*49=1470",
"94+1470=1564",
"1564/46=34"
] | Current State: 34:[30, 49, 94, 46], Operations: []
Exploring Operation: 30*49=1470, Resulting Numbers: [94, 46, 1470]
Generated Node #2: [94, 46, 1470] from Operation: 30*49=1470
Current State: 34:[94, 46, 1470], Operations: ['30*49=1470']
Exploring Operation: 94+1470=1564, Resulting Numbers: [46, 1564]
Generated Node ... | 4 | Current State: 34:[30, 49, 94, 46], Operations: []
Exploring Operation: 94-46=48, Resulting Numbers: [30, 49, 48]
Generated Node #0,0: 34:[30, 49, 48] Operation: 94-46=48
Exploring Operation: 94-49=45, Resulting Numbers: [30, 46, 45]
Generated Node #0,1: 34:[30, 46, 45] Operation: 94-49=45
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
8,
40,
24,
72
] | 56 | [
"40-24=16",
"8*16=128",
"128-72=56"
] | Current State: 56:[8, 40, 24, 72], Operations: []
Exploring Operation: 40-24=16, Resulting Numbers: [8, 72, 16]
Generated Node #2: [8, 72, 16] from Operation: 40-24=16
Current State: 56:[8, 72, 16], Operations: ['40-24=16']
Exploring Operation: 8*16=128, Resulting Numbers: [72, 128]
Generated Node #3: [72, 128] from Op... | 4 | Current State: 56:[8, 40, 24, 72], Operations: []
Exploring Operation: 72/24=3, Resulting Numbers: [8, 40, 3]
Generated Node #0,0: 56:[8, 40, 3] Operation: 72/24=3
Exploring Operation: 72-40=32, Resulting Numbers: [8, 24, 32]
Generated Node #0,1: 56:[8, 24, 32] Operation: 72-40=32
Exploring Operation: 72/8=9, Resulting... | 0 | hs_3 | sum_heuristic |
[
78,
52,
64,
25
] | 26 | [
"64-25=39",
"78/39=2",
"52/2=26"
] | Current State: 26:[78, 52, 64, 25], Operations: []
Exploring Operation: 64-25=39, Resulting Numbers: [78, 52, 39]
Generated Node #2: [78, 52, 39] from Operation: 64-25=39
Current State: 26:[78, 52, 39], Operations: ['64-25=39']
Exploring Operation: 78/39=2, Resulting Numbers: [52, 2]
Generated Node #3: [52, 2] from Ope... | 4 | Current State: 26:[78, 52, 64, 25], Operations: []
Exploring Operation: 78-25=53, Resulting Numbers: [52, 64, 53]
Generated Node #0,0: 26:[52, 64, 53] Operation: 78-25=53
Exploring Operation: 64-52=12, Resulting Numbers: [78, 25, 12]
Generated Node #0,1: 26:[78, 25, 12] Operation: 64-52=12
Exploring Operation: 78-52=26... | 0 | hs_4 | mult_heuristic |
[
28,
66,
6,
51
] | 54 | [
"28-6=22",
"66/22=3",
"51+3=54"
] | Current State: 54:[28, 66, 6, 51], Operations: []
Exploring Operation: 28-6=22, Resulting Numbers: [66, 51, 22]
Generated Node #2: [66, 51, 22] from Operation: 28-6=22
Current State: 54:[66, 51, 22], Operations: ['28-6=22']
Exploring Operation: 66/22=3, Resulting Numbers: [51, 3]
Generated Node #3: [51, 3] from Operati... | 4 | Current State: 54:[28, 66, 6, 51], Operations: []
Exploring Operation: 66-51=15, Resulting Numbers: [28, 6, 15]
Generated Node #0,0: 54:[28, 6, 15] Operation: 66-51=15
Exploring Operation: 66-28=38, Resulting Numbers: [6, 51, 38]
Generated Node #0,1: 54:[6, 51, 38] Operation: 66-28=38
Exploring Operation: 66/6=11, Resu... | 0 | hs_5 | sum_heuristic |
[
64,
34,
68,
78
] | 25 | [
"68/34=2",
"78/2=39",
"64-39=25"
] | Current State: 25:[64, 34, 68, 78], Operations: []
Exploring Operation: 68/34=2, Resulting Numbers: [64, 78, 2]
Generated Node #2: [64, 78, 2] from Operation: 68/34=2
Current State: 25:[64, 78, 2], Operations: ['68/34=2']
Exploring Operation: 78/2=39, Resulting Numbers: [64, 39]
Generated Node #3: [64, 39] from Operati... | 4 | Current State: 25:[64, 34, 68, 78], Operations: []
Exploring Operation: 68-64=4, Resulting Numbers: [34, 78, 4]
Generated Node #0,0: 25:[34, 78, 4] Operation: 68-64=4
Exploring Operation: 78-64=14, Resulting Numbers: [34, 68, 14]
Generated Node #0,1: 25:[34, 68, 14] Operation: 78-64=14
Exploring Operation: 64-34=30, Re... | 0.927951 | hs_5 | mult_heuristic |
[
30,
78,
6,
79
] | 36 | [
"30+6=36",
"79-78=1",
"36*1=36"
] | Current State: 36:[30, 78, 6, 79], Operations: []
Exploring Operation: 30+6=36, Resulting Numbers: [78, 79, 36]
Generated Node #2: [78, 79, 36] from Operation: 30+6=36
Current State: 36:[78, 79, 36], Operations: ['30+6=36']
Exploring Operation: 79-78=1, Resulting Numbers: [36, 1]
Generated Node #3: [36, 1] from Operati... | 4 | Current State: 36:[30, 78, 6, 79], Operations: []
Exploring Operation: 78-30=48, Resulting Numbers: [6, 79, 48]
Generated Node #0,0: 36:[6, 79, 48] Operation: 78-30=48
Exploring Operation: 79-30=49, Resulting Numbers: [78, 6, 49]
Generated Node #0,1: 36:[78, 6, 49] Operation: 79-30=49
Exploring Operation: 79-78=1, Resu... | 0.987847 | hs_4 | mult_heuristic |
[
52,
16,
10,
98
] | 52 | [
"52-16=36",
"98-10=88",
"88-36=52"
] | Current State: 52:[52, 16, 10, 98], Operations: []
Exploring Operation: 52-16=36, Resulting Numbers: [10, 98, 36]
Generated Node #2: [10, 98, 36] from Operation: 52-16=36
Current State: 52:[10, 98, 36], Operations: ['52-16=36']
Exploring Operation: 98-10=88, Resulting Numbers: [36, 88]
Generated Node #3: [36, 88] from ... | 4 | Current State: 52:[52, 16, 10, 98], Operations: []
Exploring Operation: 98-16=82, Resulting Numbers: [52, 10, 82]
Generated Node #0,0: 52:[52, 10, 82] Operation: 98-16=82
Exploring Operation: 16+10=26, Resulting Numbers: [52, 98, 26]
Generated Node #0,1: 52:[52, 98, 26] Operation: 16+10=26
Exploring Operation: 98-10=88... | 0.978299 | hs_4 | mult_heuristic |
[
91,
7,
2,
4
] | 18 | [
"91/7=13",
"13-4=9",
"2*9=18"
] | Current State: 18:[91, 7, 2, 4], Operations: []
Exploring Operation: 91/7=13, Resulting Numbers: [2, 4, 13]
Generated Node #2: [2, 4, 13] from Operation: 91/7=13
Current State: 18:[2, 4, 13], Operations: ['91/7=13']
Exploring Operation: 13-4=9, Resulting Numbers: [2, 9]
Generated Node #3: [2, 9] from Operation: 13-4=9
... | 4 | Current State: 18:[91, 7, 2, 4], Operations: []
Exploring Operation: 91/7=13, Resulting Numbers: [2, 4, 13]
Generated Node #0,0: 18:[2, 4, 13] Operation: 91/7=13
Start Sub Search at level 1: Moving to Node #0,0
Current State: 18:[2, 4, 13], Operations: ['91/7=13']
Exploring Operation: 13-4=9, Resulting Numbers: [2, 9]
... | 0.993924 | hs_1 | mult_heuristic |
[
89,
16,
13,
2
] | 95 | [
"16-13=3",
"2*3=6",
"89+6=95"
] | Current State: 95:[89, 16, 13, 2], Operations: []
Exploring Operation: 16-13=3, Resulting Numbers: [89, 2, 3]
Generated Node #2: [89, 2, 3] from Operation: 16-13=3
Current State: 95:[89, 2, 3], Operations: ['16-13=3']
Exploring Operation: 2*3=6, Resulting Numbers: [89, 6]
Generated Node #3: [89, 6] from Operation: 2*3=... | 4 | Current State: 95:[89, 16, 13, 2], Operations: []
Exploring Operation: 89+2=91, Resulting Numbers: [16, 13, 91]
Generated Node #0,0: 95:[16, 13, 91] Operation: 89+2=91
Exploring Operation: 16-13=3, Resulting Numbers: [89, 2, 3]
Generated Node #0,1: 95:[89, 2, 3] Operation: 16-13=3
Exploring Operation: 89+13=102, Result... | 0 | hs_3 | sum_heuristic |
[
3,
32,
15,
2
] | 29 | [
"3*15=45",
"32/2=16",
"45-16=29"
] | Current State: 29:[3, 32, 15, 2], Operations: []
Exploring Operation: 3*15=45, Resulting Numbers: [32, 2, 45]
Generated Node #2: [32, 2, 45] from Operation: 3*15=45
Current State: 29:[32, 2, 45], Operations: ['3*15=45']
Exploring Operation: 32/2=16, Resulting Numbers: [45, 16]
Generated Node #3: [45, 16] from Operation... | 4 | Current State: 29:[3, 32, 15, 2], Operations: []
Exploring Operation: 15*2=30, Resulting Numbers: [3, 32, 30]
Generated Node #0,0: 29:[3, 32, 30] Operation: 15*2=30
Exploring Operation: 3*2=6, Resulting Numbers: [32, 15, 6]
Generated Node #0,1: 29:[32, 15, 6] Operation: 3*2=6
Start Sub Search at level 1: Moving to Node... | 0 | hs_2 | sum_heuristic |
[
64,
34,
53,
11
] | 12 | [
"64-34=30",
"53-11=42",
"42-30=12"
] | Current State: 12:[64, 34, 53, 11], Operations: []
Exploring Operation: 64-34=30, Resulting Numbers: [53, 11, 30]
Generated Node #2: [53, 11, 30] from Operation: 64-34=30
Current State: 12:[53, 11, 30], Operations: ['64-34=30']
Exploring Operation: 53-11=42, Resulting Numbers: [30, 42]
Generated Node #3: [30, 42] from ... | 4 | Current State: 12:[64, 34, 53, 11], Operations: []
Exploring Operation: 64-53=11, Resulting Numbers: [34, 11, 11]
Generated Node #0,0: 12:[34, 11, 11] Operation: 64-53=11
Moving to Node #0,0
Current State: 12:[34, 11, 11], Operations: ['64-53=11']
Exploring Operation: 34-11=23, Resulting Numbers: [11, 23]
Generated Nod... | 0.993924 | hs_1 | sum_heuristic |
[
56,
77,
5,
48
] | 61 | [
"77*48=3696",
"3696/56=66",
"66-5=61"
] | Current State: 61:[56, 77, 5, 48], Operations: []
Exploring Operation: 77*48=3696, Resulting Numbers: [56, 5, 3696]
Generated Node #2: [56, 5, 3696] from Operation: 77*48=3696
Current State: 61:[56, 5, 3696], Operations: ['77*48=3696']
Exploring Operation: 3696/56=66, Resulting Numbers: [5, 66]
Generated Node #3: [5, 6... | 4 | Current State: 61:[56, 77, 5, 48], Operations: []
Exploring Operation: 56-5=51, Resulting Numbers: [77, 48, 51]
Generated Node #0,0: 61:[77, 48, 51] Operation: 56-5=51
Exploring Operation: 77-5=72, Resulting Numbers: [56, 48, 72]
Generated Node #0,1: 61:[56, 48, 72] Operation: 77-5=72
Exploring Operation: 77+5=82, Resu... | 0 | hs_5 | sum_heuristic |
[
31,
37,
29,
59
] | 81 | [
"31-29=2",
"59*2=118",
"118-37=81"
] | Current State: 81:[31, 37, 29, 59], Operations: []
Exploring Operation: 31-29=2, Resulting Numbers: [37, 59, 2]
Generated Node #2: [37, 59, 2] from Operation: 31-29=2
Current State: 81:[37, 59, 2], Operations: ['31-29=2']
Exploring Operation: 59*2=118, Resulting Numbers: [37, 118]
Generated Node #3: [37, 118] from Oper... | 4 | Current State: 81:[31, 37, 29, 59], Operations: []
Exploring Operation: 59-37=22, Resulting Numbers: [31, 29, 22]
Generated Node #0,0: 81:[31, 29, 22] Operation: 59-37=22
Exploring Operation: 59-31=28, Resulting Numbers: [37, 29, 28]
Generated Node #0,1: 81:[37, 29, 28] Operation: 59-31=28
Exploring Operation: 59-29=30... | 0 | hs_5 | sum_heuristic |
[
17,
24,
27,
17
] | 27 | [
"17-17=0",
"24*0=0",
"27+0=27"
] | Current State: 27:[17, 24, 27, 17], Operations: []
Exploring Operation: 17-17=0, Resulting Numbers: [24, 27, 0]
Generated Node #2: [24, 27, 0] from Operation: 17-17=0
Current State: 27:[24, 27, 0], Operations: ['17-17=0']
Exploring Operation: 24*0=0, Resulting Numbers: [27, 0]
Generated Node #3: [27, 0] from Operation:... | 4 | Current State: 27:[17, 24, 27, 17], Operations: []
Exploring Operation: 17/17=1, Resulting Numbers: [24, 27, 1]
Generated Node #0,0: 27:[24, 27, 1] Operation: 17/17=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 27:[24, 27, 1], Operations: ['17/17=1']
Exploring Operation: 27-24=3, Resulting Numbers: ... | 0 | hs_1 | mult_heuristic |
[
2,
98,
52,
70
] | 82 | [
"2+98=100",
"70-52=18",
"100-18=82"
] | Current State: 82:[2, 98, 52, 70], Operations: []
Exploring Operation: 2+98=100, Resulting Numbers: [52, 70, 100]
Generated Node #2: [52, 70, 100] from Operation: 2+98=100
Current State: 82:[52, 70, 100], Operations: ['2+98=100']
Exploring Operation: 70-52=18, Resulting Numbers: [100, 18]
Generated Node #3: [100, 18] f... | 4 | Current State: 82:[2, 98, 52, 70], Operations: []
Exploring Operation: 70-52=18, Resulting Numbers: [2, 98, 18]
Generated Node #0,0: 82:[2, 98, 18] Operation: 70-52=18
Exploring Operation: 98/2=49, Resulting Numbers: [52, 70, 49]
Generated Node #0,1: 82:[52, 70, 49] Operation: 98/2=49
Exploring Operation: 98-52=46, Res... | 0.966146 | hs_5 | sum_heuristic |
[
37,
69,
2,
74
] | 58 | [
"69-37=32",
"32/2=16",
"74-16=58"
] | Current State: 58:[37, 69, 2, 74], Operations: []
Exploring Operation: 69-37=32, Resulting Numbers: [2, 74, 32]
Generated Node #2: [2, 74, 32] from Operation: 69-37=32
Current State: 58:[2, 74, 32], Operations: ['69-37=32']
Exploring Operation: 32/2=16, Resulting Numbers: [74, 16]
Generated Node #3: [74, 16] from Opera... | 4 | Current State: 58:[37, 69, 2, 74], Operations: []
Exploring Operation: 74-69=5, Resulting Numbers: [37, 2, 5]
Generated Node #0,0: 58:[37, 2, 5] Operation: 74-69=5
Exploring Operation: 74/37=2, Resulting Numbers: [69, 2, 2]
Generated Node #0,1: 58:[69, 2, 2] Operation: 74/37=2
Exploring Operation: 69-37=32, Resulting N... | 0 | hs_3 | mult_heuristic |
[
39,
33,
69,
67
] | 70 | [
"39+33=72",
"69-67=2",
"72-2=70"
] | Current State: 70:[39, 33, 69, 67], Operations: []
Exploring Operation: 39+33=72, Resulting Numbers: [69, 67, 72]
Generated Node #2: [69, 67, 72] from Operation: 39+33=72
Current State: 70:[69, 67, 72], Operations: ['39+33=72']
Exploring Operation: 69-67=2, Resulting Numbers: [72, 2]
Generated Node #3: [72, 2] from Ope... | 4 | Current State: 70:[39, 33, 69, 67], Operations: []
Exploring Operation: 39-33=6, Resulting Numbers: [69, 67, 6]
Generated Node #0,0: 70:[69, 67, 6] Operation: 39-33=6
Start Sub Search at level 1: Moving to Node #0,0
Current State: 70:[69, 67, 6], Operations: ['39-33=6']
Exploring Operation: 69-67=2, Resulting Numbers: ... | 0 | hs_1 | sum_heuristic |
[
75,
7,
3,
80
] | 16 | [
"80-75=5",
"7*3=21",
"21-5=16"
] | Current State: 16:[75, 7, 3, 80], Operations: []
Exploring Operation: 80-75=5, Resulting Numbers: [7, 3, 5]
Generated Node #2: [7, 3, 5] from Operation: 80-75=5
Current State: 16:[7, 3, 5], Operations: ['80-75=5']
Exploring Operation: 7*3=21, Resulting Numbers: [5, 21]
Generated Node #3: [5, 21] from Operation: 7*3=21
... | 4 | Current State: 16:[75, 7, 3, 80], Operations: []
Exploring Operation: 80-7=73, Resulting Numbers: [75, 3, 73]
Generated Node #0,0: 16:[75, 3, 73] Operation: 80-7=73
Exploring Operation: 80-75=5, Resulting Numbers: [7, 3, 5]
Generated Node #0,1: 16:[7, 3, 5] Operation: 80-75=5
Exploring Operation: 75/3=25, Resulting Num... | 0 | hs_4 | sum_heuristic |
[
71,
77,
72,
18
] | 15 | [
"77-71=6",
"72+18=90",
"90/6=15"
] | Current State: 15:[71, 77, 72, 18], Operations: []
Exploring Operation: 77-71=6, Resulting Numbers: [72, 18, 6]
Generated Node #2: [72, 18, 6] from Operation: 77-71=6
Current State: 15:[72, 18, 6], Operations: ['77-71=6']
Exploring Operation: 72+18=90, Resulting Numbers: [6, 90]
Generated Node #3: [6, 90] from Operatio... | 4 | Current State: 15:[71, 77, 72, 18], Operations: []
Exploring Operation: 77-72=5, Resulting Numbers: [71, 18, 5]
Generated Node #0,0: 15:[71, 18, 5] Operation: 77-72=5
Exploring Operation: 72-71=1, Resulting Numbers: [77, 18, 1]
Generated Node #0,1: 15:[77, 18, 1] Operation: 72-71=1
Exploring Operation: 77-71=6, Resulti... | 0 | hs_4 | mult_heuristic |
[
10,
93,
38,
53
] | 62 | [
"10*93=930",
"53-38=15",
"930/15=62"
] | Current State: 62:[10, 93, 38, 53], Operations: []
Exploring Operation: 10*93=930, Resulting Numbers: [38, 53, 930]
Generated Node #2: [38, 53, 930] from Operation: 10*93=930
Current State: 62:[38, 53, 930], Operations: ['10*93=930']
Exploring Operation: 53-38=15, Resulting Numbers: [930, 15]
Generated Node #3: [930, 1... | 4 | Current State: 62:[10, 93, 38, 53], Operations: []
Exploring Operation: 93-38=55, Resulting Numbers: [10, 53, 55]
Generated Node #0,0: 62:[10, 53, 55] Operation: 93-38=55
Exploring Operation: 93-53=40, Resulting Numbers: [10, 38, 40]
Generated Node #0,1: 62:[10, 38, 40] Operation: 93-53=40
Exploring Operation: 93-10=83... | 0 | hs_3 | mult_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.