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 |
|---|---|---|---|---|---|---|---|---|
[
72,
55,
2,
64
] | 65 | [
"72+55=127",
"64-2=62",
"127-62=65"
] | Current State: 65:[72, 55, 2, 64], Operations: []
Exploring Operation: 72+55=127, Resulting Numbers: [2, 64, 127]
Generated Node #2: [2, 64, 127] from Operation: 72+55=127
Current State: 65:[2, 64, 127], Operations: ['72+55=127']
Exploring Operation: 64-2=62, Resulting Numbers: [127, 62]
Generated Node #3: [127, 62] fr... | 4 | Current State: 65:[72, 55, 2, 64], Operations: []
Exploring Operation: 72-55=17, Resulting Numbers: [2, 64, 17]
Generated Node #0,0: 65:[2, 64, 17] Operation: 72-55=17
Exploring Operation: 64-55=9, Resulting Numbers: [72, 2, 9]
Generated Node #0,1: 65:[72, 2, 9] Operation: 64-55=9
Moving to Node #0,0
Current State: 65:... | 0.990451 | hs_2 | sum_heuristic |
[
98,
87,
97,
22
] | 65 | [
"98-97=1",
"87-22=65",
"1*65=65"
] | Current State: 65:[98, 87, 97, 22], Operations: []
Exploring Operation: 98-97=1, Resulting Numbers: [87, 22, 1]
Generated Node #2: [87, 22, 1] from Operation: 98-97=1
Current State: 65:[87, 22, 1], Operations: ['98-97=1']
Exploring Operation: 87-22=65, Resulting Numbers: [1, 65]
Generated Node #3: [1, 65] from Operatio... | 4 | Current State: 65:[98, 87, 97, 22], Operations: []
Exploring Operation: 98-97=1, Resulting Numbers: [87, 22, 1]
Generated Node #0,0: 65:[87, 22, 1] Operation: 98-97=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 65:[87, 22, 1], Operations: ['98-97=1']
Exploring Operation: 87-22=65, Resulting Numbers:... | 0.993924 | hs_1 | mult_heuristic |
[
75,
10,
36,
45
] | 75 | [
"10+36=46",
"46-45=1",
"75*1=75"
] | Current State: 75:[75, 10, 36, 45], Operations: []
Exploring Operation: 10+36=46, Resulting Numbers: [75, 45, 46]
Generated Node #2: [75, 45, 46] from Operation: 10+36=46
Current State: 75:[75, 45, 46], Operations: ['10+36=46']
Exploring Operation: 46-45=1, Resulting Numbers: [75, 1]
Generated Node #3: [75, 1] from Ope... | 4 | Current State: 75:[75, 10, 36, 45], Operations: []
Exploring Operation: 75-45=30, Resulting Numbers: [10, 36, 30]
Generated Node #0,0: 75:[10, 36, 30] Operation: 75-45=30
Exploring Operation: 36+45=81, Resulting Numbers: [75, 10, 81]
Generated Node #0,1: 75:[75, 10, 81] Operation: 36+45=81
Exploring Operation: 36-10=26... | 0.987847 | hs_4 | mult_heuristic |
[
93,
75,
54,
3
] | 48 | [
"93-75=18",
"18/3=6",
"54-6=48"
] | Current State: 48:[93, 75, 54, 3], Operations: []
Exploring Operation: 93-75=18, Resulting Numbers: [54, 3, 18]
Generated Node #2: [54, 3, 18] from Operation: 93-75=18
Current State: 48:[54, 3, 18], Operations: ['93-75=18']
Exploring Operation: 18/3=6, Resulting Numbers: [54, 6]
Generated Node #3: [54, 6] from Operatio... | 4 | Current State: 48:[93, 75, 54, 3], Operations: []
Exploring Operation: 93-75=18, Resulting Numbers: [54, 3, 18]
Generated Node #0,0: 48:[54, 3, 18] Operation: 93-75=18
Exploring Operation: 93/3=31, Resulting Numbers: [75, 54, 31]
Generated Node #0,1: 48:[75, 54, 31] Operation: 93/3=31
Exploring Operation: 93-54=39, Res... | 0 | hs_3 | mult_heuristic |
[
70,
85,
29,
35
] | 54 | [
"70/35=2",
"85-29=56",
"56-2=54"
] | Current State: 54:[70, 85, 29, 35], Operations: []
Exploring Operation: 70/35=2, Resulting Numbers: [85, 29, 2]
Generated Node #2: [85, 29, 2] from Operation: 70/35=2
Current State: 54:[85, 29, 2], Operations: ['70/35=2']
Exploring Operation: 85-29=56, Resulting Numbers: [2, 56]
Generated Node #3: [2, 56] from Operatio... | 4 | Current State: 54:[70, 85, 29, 35], Operations: []
Exploring Operation: 85-29=56, Resulting Numbers: [70, 35, 56]
Generated Node #0,0: 54:[70, 35, 56] Operation: 85-29=56
Exploring Operation: 70/35=2, Resulting Numbers: [85, 29, 2]
Generated Node #0,1: 54:[85, 29, 2] Operation: 70/35=2
Exploring Operation: 85-70=15, Re... | 0.949653 | hs_5 | sum_heuristic |
[
30,
34,
52,
59
] | 28 | [
"34-30=4",
"59-52=7",
"4*7=28"
] | Current State: 28:[30, 34, 52, 59], Operations: []
Exploring Operation: 34-30=4, Resulting Numbers: [52, 59, 4]
Generated Node #2: [52, 59, 4] from Operation: 34-30=4
Current State: 28:[52, 59, 4], Operations: ['34-30=4']
Exploring Operation: 59-52=7, Resulting Numbers: [4, 7]
Generated Node #3: [4, 7] from Operation: ... | 4 | Current State: 28:[30, 34, 52, 59], Operations: []
Exploring Operation: 59-34=25, Resulting Numbers: [30, 52, 25]
Generated Node #0,0: 28:[30, 52, 25] Operation: 59-34=25
Exploring Operation: 59-52=7, Resulting Numbers: [30, 34, 7]
Generated Node #0,1: 28:[30, 34, 7] Operation: 59-52=7
Start Sub Search at level 1: Movi... | 0.992188 | hs_2 | mult_heuristic |
[
73,
13,
79,
8
] | 26 | [
"79-73=6",
"8-6=2",
"13*2=26"
] | Current State: 26:[73, 13, 79, 8], Operations: []
Exploring Operation: 79-73=6, Resulting Numbers: [13, 8, 6]
Generated Node #2: [13, 8, 6] from Operation: 79-73=6
Current State: 26:[13, 8, 6], Operations: ['79-73=6']
Exploring Operation: 8-6=2, Resulting Numbers: [13, 2]
Generated Node #3: [13, 2] from Operation: 8-6=... | 4 | Current State: 26:[73, 13, 79, 8], Operations: []
Exploring Operation: 79-73=6, Resulting Numbers: [13, 8, 6]
Generated Node #0,0: 26:[13, 8, 6] Operation: 79-73=6
Start Sub Search at level 1: Moving to Node #0,0
Current State: 26:[13, 8, 6], Operations: ['79-73=6']
Exploring Operation: 8-6=2, Resulting Numbers: [13, 2... | 0.993924 | hs_1 | mult_heuristic |
[
74,
87,
22,
44
] | 79 | [
"87-74=13",
"22+44=66",
"13+66=79"
] | Current State: 79:[74, 87, 22, 44], Operations: []
Exploring Operation: 87-74=13, Resulting Numbers: [22, 44, 13]
Generated Node #2: [22, 44, 13] from Operation: 87-74=13
Current State: 79:[22, 44, 13], Operations: ['87-74=13']
Exploring Operation: 22+44=66, Resulting Numbers: [13, 66]
Generated Node #3: [13, 66] from ... | 4 | Current State: 79:[74, 87, 22, 44], Operations: []
Exploring Operation: 87+22=109, Resulting Numbers: [74, 44, 109]
Generated Node #0,0: 79:[74, 44, 109] Operation: 87+22=109
Exploring Operation: 74+22=96, Resulting Numbers: [87, 44, 96]
Generated Node #0,1: 79:[87, 44, 96] Operation: 74+22=96
Exploring Operation: 87-2... | 0.981771 | hs_5 | sum_heuristic |
[
52,
65,
93,
31
] | 10 | [
"65-52=13",
"93/31=3",
"13-3=10"
] | Current State: 10:[52, 65, 93, 31], Operations: []
Exploring Operation: 65-52=13, Resulting Numbers: [93, 31, 13]
Generated Node #2: [93, 31, 13] from Operation: 65-52=13
Current State: 10:[93, 31, 13], Operations: ['65-52=13']
Exploring Operation: 93/31=3, Resulting Numbers: [13, 3]
Generated Node #3: [13, 3] from Ope... | 4 | Current State: 10:[52, 65, 93, 31], Operations: []
Exploring Operation: 93/31=3, Resulting Numbers: [52, 65, 3]
Generated Node #0,0: 10:[52, 65, 3] Operation: 93/31=3
Exploring Operation: 93-52=41, Resulting Numbers: [65, 31, 41]
Generated Node #0,1: 10:[65, 31, 41] Operation: 93-52=41
Exploring Operation: 93-65=28, Re... | 0.976563 | hs_4 | sum_heuristic |
[
3,
50,
69,
35
] | 14 | [
"3*35=105",
"50+69=119",
"119-105=14"
] | Current State: 14:[3, 50, 69, 35], Operations: []
Exploring Operation: 3*35=105, Resulting Numbers: [50, 69, 105]
Generated Node #2: [50, 69, 105] from Operation: 3*35=105
Current State: 14:[50, 69, 105], Operations: ['3*35=105']
Exploring Operation: 50+69=119, Resulting Numbers: [105, 119]
Generated Node #3: [105, 119... | 4 | Current State: 14:[3, 50, 69, 35], Operations: []
Exploring Operation: 69-50=19, Resulting Numbers: [3, 35, 19]
Generated Node #0,0: 14:[3, 35, 19] Operation: 69-50=19
Start Sub Search at level 1: Moving to Node #0,0
Current State: 14:[3, 35, 19], Operations: ['69-50=19']
Exploring Operation: 35-19=16, Resulting Number... | 0 | hs_1 | mult_heuristic |
[
92,
46,
29,
2
] | 25 | [
"92/46=2",
"29-2=27",
"27-2=25"
] | Current State: 25:[92, 46, 29, 2], Operations: []
Exploring Operation: 92/46=2, Resulting Numbers: [29, 2, 2]
Generated Node #2: [29, 2, 2] from Operation: 92/46=2
Current State: 25:[29, 2, 2], Operations: ['92/46=2']
Exploring Operation: 29-2=27, Resulting Numbers: [27]
27,25 equal: Goal Reached
Exploring Operation: 2... | 4 | Current State: 25:[92, 46, 29, 2], Operations: []
Exploring Operation: 92/46=2, Resulting Numbers: [29, 2, 2]
Generated Node #0,0: 25:[29, 2, 2] Operation: 92/46=2
Moving to Node #0,0
Current State: 25:[29, 2, 2], Operations: ['92/46=2']
Exploring Operation: 29-2=27, Resulting Numbers: [2, 27]
Generated Node #0,0,0: 25... | 0.993924 | hs_1 | mult_heuristic |
[
3,
96,
18,
9
] | 11 | [
"3+96=99",
"18-9=9",
"99/9=11"
] | Current State: 11:[3, 96, 18, 9], Operations: []
Exploring Operation: 3+96=99, Resulting Numbers: [18, 9, 99]
Generated Node #2: [18, 9, 99] from Operation: 3+96=99
Current State: 11:[18, 9, 99], Operations: ['3+96=99']
Exploring Operation: 18-9=9, Resulting Numbers: [99, 9]
Generated Node #3: [99, 9] from Operation: 1... | 4 | Current State: 11:[3, 96, 18, 9], Operations: []
Exploring Operation: 96/3=32, Resulting Numbers: [18, 9, 32]
Generated Node #0,0: 11:[18, 9, 32] Operation: 96/3=32
Exploring Operation: 18-3=15, Resulting Numbers: [96, 9, 15]
Generated Node #0,1: 11:[96, 9, 15] Operation: 18-3=15
Exploring Operation: 96-3=93, Resulting... | 0 | hs_4 | sum_heuristic |
[
33,
5,
13,
7
] | 55 | [
"33-13=20",
"5*7=35",
"20+35=55"
] | Current State: 55:[33, 5, 13, 7], Operations: []
Exploring Operation: 33-13=20, Resulting Numbers: [5, 7, 20]
Generated Node #2: [5, 7, 20] from Operation: 33-13=20
Current State: 55:[5, 7, 20], Operations: ['33-13=20']
Exploring Operation: 5*7=35, Resulting Numbers: [20, 35]
Generated Node #3: [20, 35] from Operation:... | 4 | Current State: 55:[33, 5, 13, 7], Operations: []
Exploring Operation: 33+13=46, Resulting Numbers: [5, 7, 46]
Generated Node #0,0: 55:[5, 7, 46] Operation: 33+13=46
Moving to Node #0,0
Current State: 55:[5, 7, 46], Operations: ['33+13=46']
Exploring Operation: 7+46=53, Resulting Numbers: [5, 53]
Generated Node #0,0,0: ... | 0 | hs_1 | mult_heuristic |
[
85,
31,
17,
35
] | 64 | [
"85+31=116",
"17+35=52",
"116-52=64"
] | Current State: 64:[85, 31, 17, 35], Operations: []
Exploring Operation: 85+31=116, Resulting Numbers: [17, 35, 116]
Generated Node #2: [17, 35, 116] from Operation: 85+31=116
Current State: 64:[17, 35, 116], Operations: ['85+31=116']
Exploring Operation: 17+35=52, Resulting Numbers: [116, 52]
Generated Node #3: [116, 5... | 4 | Current State: 64:[85, 31, 17, 35], Operations: []
Exploring Operation: 85/17=5, Resulting Numbers: [31, 35, 5]
Generated Node #0,0: 64:[31, 35, 5] Operation: 85/17=5
Exploring Operation: 85-17=68, Resulting Numbers: [31, 35, 68]
Generated Node #0,1: 64:[31, 35, 68] Operation: 85-17=68
Moving to Node #0,0
Current State... | 0.988715 | hs_2 | sum_heuristic |
[
21,
18,
91,
34
] | 86 | [
"21+18=39",
"91+34=125",
"125-39=86"
] | Current State: 86:[21, 18, 91, 34], Operations: []
Exploring Operation: 21+18=39, Resulting Numbers: [91, 34, 39]
Generated Node #2: [91, 34, 39] from Operation: 21+18=39
Current State: 86:[91, 34, 39], Operations: ['21+18=39']
Exploring Operation: 91+34=125, Resulting Numbers: [39, 125]
Generated Node #3: [39, 125] fr... | 4 | Current State: 86:[21, 18, 91, 34], Operations: []
Exploring Operation: 21-18=3, Resulting Numbers: [91, 34, 3]
Generated Node #0,0: 86:[91, 34, 3] Operation: 21-18=3
Moving to Node #0,0
Current State: 86:[91, 34, 3], Operations: ['21-18=3']
Exploring Operation: 91-3=88, Resulting Numbers: [34, 88]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
71,
1,
67,
65
] | 60 | [
"71+1=72",
"67+65=132",
"132-72=60"
] | Current State: 60:[71, 1, 67, 65], Operations: []
Exploring Operation: 71+1=72, Resulting Numbers: [67, 65, 72]
Generated Node #2: [67, 65, 72] from Operation: 71+1=72
Current State: 60:[67, 65, 72], Operations: ['71+1=72']
Exploring Operation: 67+65=132, Resulting Numbers: [72, 132]
Generated Node #3: [72, 132] from O... | 4 | Current State: 60:[71, 1, 67, 65], Operations: []
Exploring Operation: 71-67=4, Resulting Numbers: [1, 65, 4]
Generated Node #0,0: 60:[1, 65, 4] Operation: 71-67=4
Exploring Operation: 67-65=2, Resulting Numbers: [71, 1, 2]
Generated Node #0,1: 60:[71, 1, 2] Operation: 67-65=2
Exploring Operation: 71-65=6, Resulting Nu... | 0.990451 | hs_3 | sum_heuristic |
[
29,
52,
2,
16
] | 13 | [
"29-16=13",
"52/2=26",
"26-13=13"
] | Current State: 13:[29, 52, 2, 16], Operations: []
Exploring Operation: 29-16=13, Resulting Numbers: [52, 2, 13]
Generated Node #2: [52, 2, 13] from Operation: 29-16=13
Current State: 13:[52, 2, 13], Operations: ['29-16=13']
Exploring Operation: 52/2=26, Resulting Numbers: [13, 26]
Generated Node #3: [13, 26] from Opera... | 4 | Current State: 13:[29, 52, 2, 16], Operations: []
Exploring Operation: 29-16=13, Resulting Numbers: [52, 2, 13]
Generated Node #0,0: 13:[52, 2, 13] Operation: 29-16=13
Exploring Operation: 52/2=26, Resulting Numbers: [29, 16, 26]
Generated Node #0,1: 13:[29, 16, 26] Operation: 52/2=26
Exploring Operation: 52-16=36, Res... | 0.981771 | hs_5 | mult_heuristic |
[
15,
38,
69,
72
] | 99 | [
"72-69=3",
"38*3=114",
"114-15=99"
] | Current State: 99:[15, 38, 69, 72], Operations: []
Exploring Operation: 72-69=3, Resulting Numbers: [15, 38, 3]
Generated Node #2: [15, 38, 3] from Operation: 72-69=3
Current State: 99:[15, 38, 3], Operations: ['72-69=3']
Exploring Operation: 38*3=114, Resulting Numbers: [15, 114]
Generated Node #3: [15, 114] from Oper... | 4 | Current State: 99:[15, 38, 69, 72], Operations: []
Exploring Operation: 69-38=31, Resulting Numbers: [15, 72, 31]
Generated Node #0,0: 99:[15, 72, 31] Operation: 69-38=31
Exploring Operation: 72-69=3, Resulting Numbers: [15, 38, 3]
Generated Node #0,1: 99:[15, 38, 3] Operation: 72-69=3
Moving to Node #0,1
Current State... | 0 | hs_2 | sum_heuristic |
[
29,
7,
15,
69
] | 29 | [
"29-15=14",
"7*14=98",
"98-69=29"
] | Current State: 29:[29, 7, 15, 69], Operations: []
Exploring Operation: 29-15=14, Resulting Numbers: [7, 69, 14]
Generated Node #2: [7, 69, 14] from Operation: 29-15=14
Current State: 29:[7, 69, 14], Operations: ['29-15=14']
Exploring Operation: 7*14=98, Resulting Numbers: [69, 98]
Generated Node #3: [69, 98] from Opera... | 4 | Current State: 29:[29, 7, 15, 69], Operations: []
Exploring Operation: 69-29=40, Resulting Numbers: [7, 15, 40]
Generated Node #0,0: 29:[7, 15, 40] Operation: 69-29=40
Start Sub Search at level 1: Moving to Node #0,0
Current State: 29:[7, 15, 40], Operations: ['69-29=40']
Exploring Operation: 7+15=22, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
[
41,
25,
84,
20
] | 100 | [
"41+84=125",
"125/25=5",
"20*5=100"
] | Current State: 100:[41, 25, 84, 20], Operations: []
Exploring Operation: 41+84=125, Resulting Numbers: [25, 20, 125]
Generated Node #2: [25, 20, 125] from Operation: 41+84=125
Current State: 100:[25, 20, 125], Operations: ['41+84=125']
Exploring Operation: 125/25=5, Resulting Numbers: [20, 5]
Generated Node #3: [20, 5]... | 4 | Current State: 100:[41, 25, 84, 20], Operations: []
Exploring Operation: 84-41=43, Resulting Numbers: [25, 20, 43]
Generated Node #0,0: 100:[25, 20, 43] Operation: 84-41=43
Exploring Operation: 84+20=104, Resulting Numbers: [41, 25, 104]
Generated Node #0,1: 100:[41, 25, 104] Operation: 84+20=104
Exploring Operation: 2... | 0.952257 | hs_5 | mult_heuristic |
[
43,
63,
33,
53
] | 35 | [
"43+63=106",
"106/53=2",
"33+2=35"
] | Current State: 35:[43, 63, 33, 53], Operations: []
Exploring Operation: 43+63=106, Resulting Numbers: [33, 53, 106]
Generated Node #2: [33, 53, 106] from Operation: 43+63=106
Current State: 35:[33, 53, 106], Operations: ['43+63=106']
Exploring Operation: 106/53=2, Resulting Numbers: [33, 2]
Generated Node #3: [33, 2] f... | 4 | Current State: 35:[43, 63, 33, 53], Operations: []
Exploring Operation: 63-53=10, Resulting Numbers: [43, 33, 10]
Generated Node #0,0: 35:[43, 33, 10] Operation: 63-53=10
Moving to Node #0,0
Current State: 35:[43, 33, 10], Operations: ['63-53=10']
Exploring Operation: 43-10=33, Resulting Numbers: [33, 33]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
81,
19,
83,
24
] | 31 | [
"83-81=2",
"24/2=12",
"19+12=31"
] | Current State: 31:[81, 19, 83, 24], Operations: []
Exploring Operation: 83-81=2, Resulting Numbers: [19, 24, 2]
Generated Node #2: [19, 24, 2] from Operation: 83-81=2
Current State: 31:[19, 24, 2], Operations: ['83-81=2']
Exploring Operation: 24/2=12, Resulting Numbers: [19, 12]
Generated Node #3: [19, 12] from Operati... | 4 | Current State: 31:[81, 19, 83, 24], Operations: []
Exploring Operation: 83-81=2, Resulting Numbers: [19, 24, 2]
Generated Node #0,0: 31:[19, 24, 2] Operation: 83-81=2
Start Sub Search at level 1: Moving to Node #0,0
Current State: 31:[19, 24, 2], Operations: ['83-81=2']
Exploring Operation: 19*2=38, Resulting Numbers: ... | 0 | hs_1 | sum_heuristic |
[
57,
36,
67,
64
] | 31 | [
"57+36=93",
"67-64=3",
"93/3=31"
] | Current State: 31:[57, 36, 67, 64], Operations: []
Exploring Operation: 57+36=93, Resulting Numbers: [67, 64, 93]
Generated Node #2: [67, 64, 93] from Operation: 57+36=93
Current State: 31:[67, 64, 93], Operations: ['57+36=93']
Exploring Operation: 67-64=3, Resulting Numbers: [93, 3]
Generated Node #3: [93, 3] from Ope... | 4 | Current State: 31:[57, 36, 67, 64], Operations: []
Exploring Operation: 67-57=10, Resulting Numbers: [36, 64, 10]
Generated Node #0,0: 31:[36, 64, 10] Operation: 67-57=10
Start Sub Search at level 1: Moving to Node #0,0
Current State: 31:[36, 64, 10], Operations: ['67-57=10']
Exploring Operation: 64-36=28, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
9,
37,
50,
52
] | 55 | [
"52-50=2",
"9*2=18",
"37+18=55"
] | Current State: 55:[9, 37, 50, 52], Operations: []
Exploring Operation: 52-50=2, Resulting Numbers: [9, 37, 2]
Generated Node #2: [9, 37, 2] from Operation: 52-50=2
Current State: 55:[9, 37, 2], Operations: ['52-50=2']
Exploring Operation: 9*2=18, Resulting Numbers: [37, 18]
Generated Node #3: [37, 18] from Operation: 9... | 4 | Current State: 55:[9, 37, 50, 52], Operations: []
Exploring Operation: 50-37=13, Resulting Numbers: [9, 52, 13]
Generated Node #0,0: 55:[9, 52, 13] Operation: 50-37=13
Start Sub Search at level 1: Moving to Node #0,0
Current State: 55:[9, 52, 13], Operations: ['50-37=13']
Exploring Operation: 52/13=4, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
17,
23,
74,
55
] | 58 | [
"74-23=51",
"51/17=3",
"55+3=58"
] | Current State: 58:[17, 23, 74, 55], Operations: []
Exploring Operation: 74-23=51, Resulting Numbers: [17, 55, 51]
Generated Node #2: [17, 55, 51] from Operation: 74-23=51
Current State: 58:[17, 55, 51], Operations: ['74-23=51']
Exploring Operation: 51/17=3, Resulting Numbers: [55, 3]
Generated Node #3: [55, 3] from Ope... | 4 | Current State: 58:[17, 23, 74, 55], Operations: []
Exploring Operation: 74-23=51, Resulting Numbers: [17, 55, 51]
Generated Node #0,0: 58:[17, 55, 51] Operation: 74-23=51
Exploring Operation: 74-17=57, Resulting Numbers: [23, 55, 57]
Generated Node #0,1: 58:[23, 55, 57] Operation: 74-17=57
Moving to Node #0,1
Current S... | 0.986979 | hs_2 | sum_heuristic |
[
63,
7,
99,
63
] | 92 | [
"63+7=70",
"99+63=162",
"162-70=92"
] | Current State: 92:[63, 7, 99, 63], Operations: []
Exploring Operation: 63+7=70, Resulting Numbers: [99, 70]
Generated Node #2: [99, 70] from Operation: 63+7=70
Current State: 92:[99, 70], Operations: ['63+7=70']
Exploring Operation: 99+63=162, Resulting Numbers: [70, 162]
Generated Node #3: [70, 162] from Operation: 99... | 4 | Current State: 92:[63, 7, 99, 63], Operations: []
Exploring Operation: 63-63=0, Resulting Numbers: [7, 99, 0]
Generated Node #0,0: 92:[7, 99, 0] Operation: 63-63=0
Exploring Operation: 63/63=1, Resulting Numbers: [7, 99, 1]
Generated Node #0,1: 92:[7, 99, 1] Operation: 63/63=1
Start Sub Search at level 1: Moving to Nod... | 0.992188 | hs_2 | mult_heuristic |
[
80,
81,
85,
15
] | 71 | [
"81-80=1",
"85-15=70",
"1+70=71"
] | Current State: 71:[80, 81, 85, 15], Operations: []
Exploring Operation: 81-80=1, Resulting Numbers: [85, 15, 1]
Generated Node #2: [85, 15, 1] from Operation: 81-80=1
Current State: 71:[85, 15, 1], Operations: ['81-80=1']
Exploring Operation: 85-15=70, Resulting Numbers: [1, 70]
Generated Node #3: [1, 70] from Operatio... | 4 | Current State: 71:[80, 81, 85, 15], Operations: []
Exploring Operation: 85-15=70, Resulting Numbers: [80, 81, 70]
Generated Node #0,0: 71:[80, 81, 70] Operation: 85-15=70
Start Sub Search at level 1: Moving to Node #0,0
Current State: 71:[80, 81, 70], Operations: ['85-15=70']
Exploring Operation: 81-70=11, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
90,
99,
95,
82
] | 85 | [
"95-90=5",
"99-82=17",
"5*17=85"
] | Current State: 85:[90, 99, 95, 82], Operations: []
Exploring Operation: 95-90=5, Resulting Numbers: [99, 82, 5]
Generated Node #2: [99, 82, 5] from Operation: 95-90=5
Current State: 85:[99, 82, 5], Operations: ['95-90=5']
Exploring Operation: 99-82=17, Resulting Numbers: [5, 17]
Generated Node #3: [5, 17] from Operatio... | 4 | Current State: 85:[90, 99, 95, 82], Operations: []
Exploring Operation: 99-82=17, Resulting Numbers: [90, 95, 17]
Generated Node #0,0: 85:[90, 95, 17] Operation: 99-82=17
Exploring Operation: 99-95=4, Resulting Numbers: [90, 82, 4]
Generated Node #0,1: 85:[90, 82, 4] Operation: 99-95=4
Exploring Operation: 95-90=5, Res... | 0.96875 | hs_5 | sum_heuristic |
[
87,
58,
94,
87
] | 54 | [
"87*94=8178",
"8178/58=141",
"141-87=54"
] | Current State: 54:[87, 58, 94, 87], Operations: []
Exploring Operation: 87*94=8178, Resulting Numbers: [58, 8178]
Generated Node #2: [58, 8178] from Operation: 87*94=8178
Current State: 54:[58, 8178], Operations: ['87*94=8178']
Exploring Operation: 8178/58=141, Resulting Numbers: [141]
141,54 equal: Goal Reached
Explor... | 4 | Current State: 54:[87, 58, 94, 87], Operations: []
Exploring Operation: 94-87=7, Resulting Numbers: [58, 87, 7]
Generated Node #0,0: 54:[58, 87, 7] Operation: 94-87=7
Exploring Operation: 94-87=7, Resulting Numbers: [87, 58, 7]
Generated Node #0,1: 54:[87, 58, 7] Operation: 94-87=7
Start Sub Search at level 1: Moving t... | 0 | hs_2 | sum_heuristic |
[
58,
32,
54,
3
] | 24 | [
"58+32=90",
"90/3=30",
"54-30=24"
] | Current State: 24:[58, 32, 54, 3], Operations: []
Exploring Operation: 58+32=90, Resulting Numbers: [54, 3, 90]
Generated Node #2: [54, 3, 90] from Operation: 58+32=90
Current State: 24:[54, 3, 90], Operations: ['58+32=90']
Exploring Operation: 90/3=30, Resulting Numbers: [54, 30]
Generated Node #3: [54, 30] from Opera... | 4 | Current State: 24:[58, 32, 54, 3], Operations: []
Exploring Operation: 58-32=26, Resulting Numbers: [54, 3, 26]
Generated Node #0,0: 24:[54, 3, 26] Operation: 58-32=26
Exploring Operation: 54/3=18, Resulting Numbers: [58, 32, 18]
Generated Node #0,1: 24:[58, 32, 18] Operation: 54/3=18
Exploring Operation: 58-54=4, Resu... | 0.988715 | hs_4 | sum_heuristic |
[
81,
28,
3,
91
] | 94 | [
"81+3=84",
"84/28=3",
"91+3=94"
] | Current State: 94:[81, 28, 3, 91], Operations: []
Exploring Operation: 81+3=84, Resulting Numbers: [28, 91, 84]
Generated Node #2: [28, 91, 84] from Operation: 81+3=84
Current State: 94:[28, 91, 84], Operations: ['81+3=84']
Exploring Operation: 84/28=3, Resulting Numbers: [91, 3]
Generated Node #3: [91, 3] from Operati... | 4 | Current State: 94:[81, 28, 3, 91], Operations: []
Exploring Operation: 81+28=109, Resulting Numbers: [3, 91, 109]
Generated Node #0,0: 94:[3, 91, 109] Operation: 81+28=109
Exploring Operation: 81-28=53, Resulting Numbers: [3, 91, 53]
Generated Node #0,1: 94:[3, 91, 53] Operation: 81-28=53
Exploring Operation: 28*3=84, ... | 0.976563 | hs_3 | mult_heuristic |
[
27,
43,
63,
96
] | 17 | [
"43-27=16",
"96-63=33",
"33-16=17"
] | Current State: 17:[27, 43, 63, 96], Operations: []
Exploring Operation: 43-27=16, Resulting Numbers: [63, 96, 16]
Generated Node #2: [63, 96, 16] from Operation: 43-27=16
Current State: 17:[63, 96, 16], Operations: ['43-27=16']
Exploring Operation: 96-63=33, Resulting Numbers: [16, 33]
Generated Node #3: [16, 33] from ... | 4 | Current State: 17:[27, 43, 63, 96], Operations: []
Exploring Operation: 63-43=20, Resulting Numbers: [27, 96, 20]
Generated Node #0,0: 17:[27, 96, 20] Operation: 63-43=20
Exploring Operation: 96-63=33, Resulting Numbers: [27, 43, 33]
Generated Node #0,1: 17:[27, 43, 33] Operation: 96-63=33
Exploring Operation: 96-43=53... | 0.984375 | hs_3 | sum_heuristic |
[
30,
26,
40,
2
] | 23 | [
"40-30=10",
"26/2=13",
"10+13=23"
] | Current State: 23:[30, 26, 40, 2], Operations: []
Exploring Operation: 40-30=10, Resulting Numbers: [26, 2, 10]
Generated Node #2: [26, 2, 10] from Operation: 40-30=10
Current State: 23:[26, 2, 10], Operations: ['40-30=10']
Exploring Operation: 26/2=13, Resulting Numbers: [10, 13]
Generated Node #3: [10, 13] from Opera... | 4 | Current State: 23:[30, 26, 40, 2], Operations: []
Exploring Operation: 40/2=20, Resulting Numbers: [30, 26, 20]
Generated Node #0,0: 23:[30, 26, 20] Operation: 40/2=20
Exploring Operation: 30-2=28, Resulting Numbers: [26, 40, 28]
Generated Node #0,1: 23:[26, 40, 28] Operation: 30-2=28
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
27,
49,
63,
7
] | 31 | [
"49-27=22",
"63/7=9",
"22+9=31"
] | Current State: 31:[27, 49, 63, 7], Operations: []
Exploring Operation: 49-27=22, Resulting Numbers: [63, 7, 22]
Generated Node #2: [63, 7, 22] from Operation: 49-27=22
Current State: 31:[63, 7, 22], Operations: ['49-27=22']
Exploring Operation: 63/7=9, Resulting Numbers: [22, 9]
Generated Node #3: [22, 9] from Operatio... | 4 | Current State: 31:[27, 49, 63, 7], Operations: []
Exploring Operation: 63/7=9, Resulting Numbers: [27, 49, 9]
Generated Node #0,0: 31:[27, 49, 9] Operation: 63/7=9
Moving to Node #0,0
Current State: 31:[27, 49, 9], Operations: ['63/7=9']
Exploring Operation: 49-9=40, Resulting Numbers: [27, 40]
Generated Node #0,0,0: 3... | 0 | hs_1 | sum_heuristic |
[
25,
2,
31,
69
] | 25 | [
"31+69=100",
"100/2=50",
"50-25=25"
] | Current State: 25:[25, 2, 31, 69], Operations: []
Exploring Operation: 31+69=100, Resulting Numbers: [25, 2, 100]
Generated Node #2: [25, 2, 100] from Operation: 31+69=100
Current State: 25:[25, 2, 100], Operations: ['31+69=100']
Exploring Operation: 100/2=50, Resulting Numbers: [25, 50]
Generated Node #3: [25, 50] fro... | 4 | Current State: 25:[25, 2, 31, 69], Operations: []
Exploring Operation: 69-31=38, Resulting Numbers: [25, 2, 38]
Generated Node #0,0: 25:[25, 2, 38] Operation: 69-31=38
Moving to Node #0,0
Current State: 25:[25, 2, 38], Operations: ['69-31=38']
Exploring Operation: 38/2=19, Resulting Numbers: [25, 19]
Generated Node #0,... | 0 | hs_1 | mult_heuristic |
[
39,
2,
10,
2
] | 17 | [
"39-2=37",
"10*2=20",
"37-20=17"
] | Current State: 17:[39, 2, 10, 2], Operations: []
Exploring Operation: 39-2=37, Resulting Numbers: [10, 37]
Generated Node #2: [10, 37] from Operation: 39-2=37
Current State: 17:[10, 37], Operations: ['39-2=37']
Exploring Operation: 10*2=20, Resulting Numbers: [37, 20]
Generated Node #3: [37, 20] from Operation: 10*2=20... | 4 | Current State: 17:[39, 2, 10, 2], Operations: []
Exploring Operation: 39-2=37, Resulting Numbers: [2, 10, 37]
Generated Node #0,0: 17:[2, 10, 37] Operation: 39-2=37
Exploring Operation: 10*2=20, Resulting Numbers: [39, 2, 20]
Generated Node #0,1: 17:[39, 2, 20] Operation: 10*2=20
Exploring Operation: 39-2=37, Resulting... | 0.986111 | hs_5 | mult_heuristic |
[
16,
79,
79,
29
] | 16 | [
"79-79=0",
"29*0=0",
"16+0=16"
] | Current State: 16:[16, 79, 79, 29], Operations: []
Exploring Operation: 79-79=0, Resulting Numbers: [16, 29, 0]
Generated Node #2: [16, 29, 0] from Operation: 79-79=0
Current State: 16:[16, 29, 0], Operations: ['79-79=0']
Exploring Operation: 29*0=0, Resulting Numbers: [16, 0]
Generated Node #3: [16, 0] from Operation:... | 4 | Current State: 16:[16, 79, 79, 29], Operations: []
Exploring Operation: 79-79=0, Resulting Numbers: [16, 29, 0]
Generated Node #0,0: 16:[16, 29, 0] Operation: 79-79=0
Exploring Operation: 79-29=50, Resulting Numbers: [16, 79, 50]
Generated Node #0,1: 16:[16, 79, 50] Operation: 79-29=50
Exploring Operation: 79/79=1, Res... | 0.980035 | hs_3 | sum_heuristic |
[
14,
24,
20,
14
] | 43 | [
"14/14=1",
"24+20=44",
"44-1=43"
] | Current State: 43:[14, 24, 20, 14], Operations: []
Exploring Operation: 14/14=1, Resulting Numbers: [24, 20, 1]
Generated Node #2: [24, 20, 1] from Operation: 14/14=1
Current State: 43:[24, 20, 1], Operations: ['14/14=1']
Exploring Operation: 24+20=44, Resulting Numbers: [1, 44]
Generated Node #3: [1, 44] from Operatio... | 4 | Current State: 43:[14, 24, 20, 14], Operations: []
Exploring Operation: 14+20=34, Resulting Numbers: [24, 14, 34]
Generated Node #0,0: 43:[24, 14, 34] Operation: 14+20=34
Exploring Operation: 20+14=34, Resulting Numbers: [14, 24, 34]
Generated Node #0,1: 43:[14, 24, 34] Operation: 20+14=34
Exploring Operation: 24+14=38... | 0 | hs_5 | mult_heuristic |
[
58,
81,
41,
94
] | 76 | [
"81-58=23",
"94-41=53",
"23+53=76"
] | Current State: 76:[58, 81, 41, 94], Operations: []
Exploring Operation: 81-58=23, Resulting Numbers: [41, 94, 23]
Generated Node #2: [41, 94, 23] from Operation: 81-58=23
Current State: 76:[41, 94, 23], Operations: ['81-58=23']
Exploring Operation: 94-41=53, Resulting Numbers: [23, 53]
Generated Node #3: [23, 53] from ... | 4 | Current State: 76:[58, 81, 41, 94], Operations: []
Exploring Operation: 81-41=40, Resulting Numbers: [58, 94, 40]
Generated Node #0,0: 76:[58, 94, 40] Operation: 81-41=40
Exploring Operation: 81-58=23, Resulting Numbers: [41, 94, 23]
Generated Node #0,1: 76:[41, 94, 23] Operation: 81-58=23
Exploring Operation: 94-58=36... | 0.986979 | hs_5 | sum_heuristic |
[
49,
18,
31,
86
] | 29 | [
"49*31=1519",
"18*86=1548",
"1548-1519=29"
] | Current State: 29:[49, 18, 31, 86], Operations: []
Exploring Operation: 49*31=1519, Resulting Numbers: [18, 86, 1519]
Generated Node #2: [18, 86, 1519] from Operation: 49*31=1519
Current State: 29:[18, 86, 1519], Operations: ['49*31=1519']
Exploring Operation: 18*86=1548, Resulting Numbers: [1519, 1548]
Generated Node ... | 4 | Current State: 29:[49, 18, 31, 86], Operations: []
Exploring Operation: 86-49=37, Resulting Numbers: [18, 31, 37]
Generated Node #0,0: 29:[18, 31, 37] Operation: 86-49=37
Exploring Operation: 86-31=55, Resulting Numbers: [49, 18, 55]
Generated Node #0,1: 29:[49, 18, 55] Operation: 86-31=55
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
23,
52,
15,
13
] | 47 | [
"23+52=75",
"15+13=28",
"75-28=47"
] | Current State: 47:[23, 52, 15, 13], Operations: []
Exploring Operation: 23+52=75, Resulting Numbers: [15, 13, 75]
Generated Node #2: [15, 13, 75] from Operation: 23+52=75
Current State: 47:[15, 13, 75], Operations: ['23+52=75']
Exploring Operation: 15+13=28, Resulting Numbers: [75, 28]
Generated Node #3: [75, 28] from ... | 4 | Current State: 47:[23, 52, 15, 13], Operations: []
Exploring Operation: 23+13=36, Resulting Numbers: [52, 15, 36]
Generated Node #0,0: 47:[52, 15, 36] Operation: 23+13=36
Exploring Operation: 23+15=38, Resulting Numbers: [52, 13, 38]
Generated Node #0,1: 47:[52, 13, 38] Operation: 23+15=38
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
69,
7,
91,
39
] | 72 | [
"91/7=13",
"39/13=3",
"69+3=72"
] | Current State: 72:[69, 7, 91, 39], Operations: []
Exploring Operation: 91/7=13, Resulting Numbers: [69, 39, 13]
Generated Node #2: [69, 39, 13] from Operation: 91/7=13
Current State: 72:[69, 39, 13], Operations: ['91/7=13']
Exploring Operation: 39/13=3, Resulting Numbers: [69, 3]
Generated Node #3: [69, 3] from Operati... | 4 | Current State: 72:[69, 7, 91, 39], Operations: []
Exploring Operation: 91-69=22, Resulting Numbers: [7, 39, 22]
Generated Node #0,0: 72:[7, 39, 22] Operation: 91-69=22
Exploring Operation: 91/7=13, Resulting Numbers: [69, 39, 13]
Generated Node #0,1: 72:[69, 39, 13] Operation: 91/7=13
Moving to Node #0,0
Current State:... | 0.988715 | hs_2 | mult_heuristic |
[
29,
17,
55,
84
] | 18 | [
"29+55=84",
"84/84=1",
"17+1=18"
] | Current State: 18:[29, 17, 55, 84], Operations: []
Exploring Operation: 29+55=84, Resulting Numbers: [17, 84, 84]
Generated Node #2: [17, 84, 84] from Operation: 29+55=84
Current State: 18:[17, 84, 84], Operations: ['29+55=84']
Exploring Operation: 84/84=1, Resulting Numbers: [17, 1]
Generated Node #3: [17, 1] from Ope... | 4 | Current State: 18:[29, 17, 55, 84], Operations: []
Exploring Operation: 84-55=29, Resulting Numbers: [29, 17, 29]
Generated Node #0,0: 18:[29, 17, 29] Operation: 84-55=29
Start Sub Search at level 1: Moving to Node #0,0
Current State: 18:[29, 17, 29], Operations: ['84-55=29']
Exploring Operation: 29/29=1, Resulting Num... | 0.993924 | hs_1 | sum_heuristic |
[
1,
4,
36,
23
] | 14 | [
"1*4=4",
"36/4=9",
"23-9=14"
] | Current State: 14:[1, 4, 36, 23], Operations: []
Exploring Operation: 1*4=4, Resulting Numbers: [36, 23, 4]
Generated Node #2: [36, 23, 4] from Operation: 1*4=4
Current State: 14:[36, 23, 4], Operations: ['1*4=4']
Exploring Operation: 36/4=9, Resulting Numbers: [23, 9]
Generated Node #3: [23, 9] from Operation: 36/4=9
... | 4 | Current State: 14:[1, 4, 36, 23], Operations: []
Exploring Operation: 36-23=13, Resulting Numbers: [1, 4, 13]
Generated Node #0,0: 14:[1, 4, 13] Operation: 36-23=13
Moving to Node #0,0
Current State: 14:[1, 4, 13], Operations: ['36-23=13']
Exploring Operation: 4-1=3, Resulting Numbers: [13, 3]
Generated Node #0,0,0: 14... | 0 | hs_1 | sum_heuristic |
[
70,
68,
58,
14
] | 86 | [
"70-68=2",
"14*2=28",
"58+28=86"
] | Current State: 86:[70, 68, 58, 14], Operations: []
Exploring Operation: 70-68=2, Resulting Numbers: [58, 14, 2]
Generated Node #2: [58, 14, 2] from Operation: 70-68=2
Current State: 86:[58, 14, 2], Operations: ['70-68=2']
Exploring Operation: 14*2=28, Resulting Numbers: [58, 28]
Generated Node #3: [58, 28] from Operati... | 4 | Current State: 86:[70, 68, 58, 14], Operations: []
Exploring Operation: 70-68=2, Resulting Numbers: [58, 14, 2]
Generated Node #0,0: 86:[58, 14, 2] Operation: 70-68=2
Start Sub Search at level 1: Moving to Node #0,0
Current State: 86:[58, 14, 2], Operations: ['70-68=2']
Exploring Operation: 58-14=44, Resulting Numbers:... | 0 | hs_1 | sum_heuristic |
[
54,
66,
7,
82
] | 87 | [
"66-54=12",
"82-7=75",
"12+75=87"
] | Current State: 87:[54, 66, 7, 82], Operations: []
Exploring Operation: 66-54=12, Resulting Numbers: [7, 82, 12]
Generated Node #2: [7, 82, 12] from Operation: 66-54=12
Current State: 87:[7, 82, 12], Operations: ['66-54=12']
Exploring Operation: 82-7=75, Resulting Numbers: [12, 75]
Generated Node #3: [12, 75] from Opera... | 4 | Current State: 87:[54, 66, 7, 82], Operations: []
Exploring Operation: 66-54=12, Resulting Numbers: [7, 82, 12]
Generated Node #0,0: 87:[7, 82, 12] Operation: 66-54=12
Moving to Node #0,0
Current State: 87:[7, 82, 12], Operations: ['66-54=12']
Exploring Operation: 12-7=5, Resulting Numbers: [82, 5]
Generated Node #0,0,... | 0.993924 | hs_1 | sum_heuristic |
[
5,
34,
11,
25
] | 53 | [
"5+34=39",
"25-11=14",
"39+14=53"
] | Current State: 53:[5, 34, 11, 25], Operations: []
Exploring Operation: 5+34=39, Resulting Numbers: [11, 25, 39]
Generated Node #2: [11, 25, 39] from Operation: 5+34=39
Current State: 53:[11, 25, 39], Operations: ['5+34=39']
Exploring Operation: 25-11=14, Resulting Numbers: [39, 14]
Generated Node #3: [39, 14] from Oper... | 4 | Current State: 53:[5, 34, 11, 25], Operations: []
Exploring Operation: 5*11=55, Resulting Numbers: [34, 25, 55]
Generated Node #0,0: 53:[34, 25, 55] Operation: 5*11=55
Exploring Operation: 5+34=39, Resulting Numbers: [11, 25, 39]
Generated Node #0,1: 53:[11, 25, 39] Operation: 5+34=39
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
54,
10,
26,
51
] | 88 | [
"54-51=3",
"26*3=78",
"10+78=88"
] | Current State: 88:[54, 10, 26, 51], Operations: []
Exploring Operation: 54-51=3, Resulting Numbers: [10, 26, 3]
Generated Node #2: [10, 26, 3] from Operation: 54-51=3
Current State: 88:[10, 26, 3], Operations: ['54-51=3']
Exploring Operation: 26*3=78, Resulting Numbers: [10, 78]
Generated Node #3: [10, 78] from Operati... | 4 | Current State: 88:[54, 10, 26, 51], Operations: []
Exploring Operation: 54-51=3, Resulting Numbers: [10, 26, 3]
Generated Node #0,0: 88:[10, 26, 3] Operation: 54-51=3
Moving to Node #0,0
Current State: 88:[10, 26, 3], Operations: ['54-51=3']
Exploring Operation: 26-3=23, Resulting Numbers: [10, 23]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
53,
8,
5,
7
] | 37 | [
"7-5=2",
"8*2=16",
"53-16=37"
] | Current State: 37:[53, 8, 5, 7], Operations: []
Exploring Operation: 7-5=2, Resulting Numbers: [53, 8, 2]
Generated Node #2: [53, 8, 2] from Operation: 7-5=2
Current State: 37:[53, 8, 2], Operations: ['7-5=2']
Exploring Operation: 8*2=16, Resulting Numbers: [53, 16]
Generated Node #3: [53, 16] from Operation: 8*2=16
Cu... | 4 | Current State: 37:[53, 8, 5, 7], Operations: []
Exploring Operation: 53-8=45, Resulting Numbers: [5, 7, 45]
Generated Node #0,0: 37:[5, 7, 45] Operation: 53-8=45
Exploring Operation: 8*5=40, Resulting Numbers: [53, 7, 40]
Generated Node #0,1: 37:[53, 7, 40] Operation: 8*5=40
Exploring Operation: 5*7=35, Resulting Numbe... | 0 | hs_5 | mult_heuristic |
[
3,
15,
17,
64
] | 35 | [
"15-3=12",
"64-17=47",
"47-12=35"
] | Current State: 35:[3, 15, 17, 64], Operations: []
Exploring Operation: 15-3=12, Resulting Numbers: [17, 64, 12]
Generated Node #2: [17, 64, 12] from Operation: 15-3=12
Current State: 35:[17, 64, 12], Operations: ['15-3=12']
Exploring Operation: 64-17=47, Resulting Numbers: [12, 47]
Generated Node #3: [12, 47] from Oper... | 4 | Current State: 35:[3, 15, 17, 64], Operations: []
Exploring Operation: 64-15=49, Resulting Numbers: [3, 17, 49]
Generated Node #0,0: 35:[3, 17, 49] Operation: 64-15=49
Exploring Operation: 15+17=32, Resulting Numbers: [3, 64, 32]
Generated Node #0,1: 35:[3, 64, 32] Operation: 15+17=32
Exploring Operation: 64-17=47, Res... | 0.986111 | hs_5 | sum_heuristic |
[
14,
39,
75,
20
] | 19 | [
"20-14=6",
"39+75=114",
"114/6=19"
] | Current State: 19:[14, 39, 75, 20], Operations: []
Exploring Operation: 20-14=6, Resulting Numbers: [39, 75, 6]
Generated Node #2: [39, 75, 6] from Operation: 20-14=6
Current State: 19:[39, 75, 6], Operations: ['20-14=6']
Exploring Operation: 39+75=114, Resulting Numbers: [6, 114]
Generated Node #3: [6, 114] from Opera... | 4 | Current State: 19:[14, 39, 75, 20], Operations: []
Exploring Operation: 39-20=19, Resulting Numbers: [14, 75, 19]
Generated Node #0,0: 19:[14, 75, 19] Operation: 39-20=19
Exploring Operation: 75-39=36, Resulting Numbers: [14, 20, 36]
Generated Node #0,1: 19:[14, 20, 36] Operation: 75-39=36
Exploring Operation: 75-14=61... | 0 | hs_5 | sum_heuristic |
[
40,
20,
13,
60
] | 81 | [
"40-13=27",
"60/20=3",
"27*3=81"
] | Current State: 81:[40, 20, 13, 60], Operations: []
Exploring Operation: 40-13=27, Resulting Numbers: [20, 60, 27]
Generated Node #2: [20, 60, 27] from Operation: 40-13=27
Current State: 81:[20, 60, 27], Operations: ['40-13=27']
Exploring Operation: 60/20=3, Resulting Numbers: [27, 3]
Generated Node #3: [27, 3] from Ope... | 4 | Current State: 81:[40, 20, 13, 60], Operations: []
Exploring Operation: 60/20=3, Resulting Numbers: [40, 13, 3]
Generated Node #0,0: 81:[40, 13, 3] Operation: 60/20=3
Exploring Operation: 60-40=20, Resulting Numbers: [20, 13, 20]
Generated Node #0,1: 81:[20, 13, 20] Operation: 60-40=20
Moving to Node #0,0
Current State... | 0.986111 | hs_2 | sum_heuristic |
[
17,
2,
7,
41
] | 37 | [
"17*7=119",
"2*41=82",
"119-82=37"
] | Current State: 37:[17, 2, 7, 41], Operations: []
Exploring Operation: 17*7=119, Resulting Numbers: [2, 41, 119]
Generated Node #2: [2, 41, 119] from Operation: 17*7=119
Current State: 37:[2, 41, 119], Operations: ['17*7=119']
Exploring Operation: 2*41=82, Resulting Numbers: [119, 82]
Generated Node #3: [119, 82] from O... | 4 | Current State: 37:[17, 2, 7, 41], Operations: []
Exploring Operation: 2+7=9, Resulting Numbers: [17, 41, 9]
Generated Node #0,0: 37:[17, 41, 9] Operation: 2+7=9
Exploring Operation: 17*2=34, Resulting Numbers: [7, 41, 34]
Generated Node #0,1: 37:[7, 41, 34] Operation: 17*2=34
Exploring Operation: 17+7=24, Resulting Num... | 0 | hs_5 | mult_heuristic |
[
99,
39,
52,
46
] | 66 | [
"99-39=60",
"52-46=6",
"60+6=66"
] | Current State: 66:[99, 39, 52, 46], Operations: []
Exploring Operation: 99-39=60, Resulting Numbers: [52, 46, 60]
Generated Node #2: [52, 46, 60] from Operation: 99-39=60
Current State: 66:[52, 46, 60], Operations: ['99-39=60']
Exploring Operation: 52-46=6, Resulting Numbers: [60, 6]
Generated Node #3: [60, 6] from Ope... | 4 | Current State: 66:[99, 39, 52, 46], Operations: []
Exploring Operation: 99-46=53, Resulting Numbers: [39, 52, 53]
Generated Node #0,0: 66:[39, 52, 53] Operation: 99-46=53
Exploring Operation: 99-52=47, Resulting Numbers: [39, 46, 47]
Generated Node #0,1: 66:[39, 46, 47] Operation: 99-52=47
Exploring Operation: 52-46=6,... | 0.985243 | hs_4 | mult_heuristic |
[
2,
68,
48,
22
] | 51 | [
"68-2=66",
"66/22=3",
"48+3=51"
] | Current State: 51:[2, 68, 48, 22], Operations: []
Exploring Operation: 68-2=66, Resulting Numbers: [48, 22, 66]
Generated Node #2: [48, 22, 66] from Operation: 68-2=66
Current State: 51:[48, 22, 66], Operations: ['68-2=66']
Exploring Operation: 66/22=3, Resulting Numbers: [48, 3]
Generated Node #3: [48, 3] from Operati... | 4 | Current State: 51:[2, 68, 48, 22], Operations: []
Exploring Operation: 68-48=20, Resulting Numbers: [2, 22, 20]
Generated Node #0,0: 51:[2, 22, 20] Operation: 68-48=20
Exploring Operation: 68-22=46, Resulting Numbers: [2, 48, 46]
Generated Node #0,1: 51:[2, 48, 46] Operation: 68-22=46
Exploring Operation: 68-2=66, Resu... | 0.969618 | hs_3 | mult_heuristic |
[
92,
8,
24,
3
] | 97 | [
"92+3=95",
"8*24=192",
"192-95=97"
] | Current State: 97:[92, 8, 24, 3], Operations: []
Exploring Operation: 92+3=95, Resulting Numbers: [8, 24, 95]
Generated Node #2: [8, 24, 95] from Operation: 92+3=95
Current State: 97:[8, 24, 95], Operations: ['92+3=95']
Exploring Operation: 8*24=192, Resulting Numbers: [95, 192]
Generated Node #3: [95, 192] from Operat... | 4 | Current State: 97:[92, 8, 24, 3], Operations: []
Exploring Operation: 24*3=72, Resulting Numbers: [92, 8, 72]
Generated Node #0,0: 97:[92, 8, 72] Operation: 24*3=72
Exploring Operation: 8*3=24, Resulting Numbers: [92, 24, 24]
Generated Node #0,1: 97:[92, 24, 24] Operation: 8*3=24
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | sum_heuristic |
[
7,
77,
49,
68
] | 65 | [
"7+77=84",
"68-49=19",
"84-19=65"
] | Current State: 65:[7, 77, 49, 68], Operations: []
Exploring Operation: 7+77=84, Resulting Numbers: [49, 68, 84]
Generated Node #2: [49, 68, 84] from Operation: 7+77=84
Current State: 65:[49, 68, 84], Operations: ['7+77=84']
Exploring Operation: 68-49=19, Resulting Numbers: [84, 19]
Generated Node #3: [84, 19] from Oper... | 4 | Current State: 65:[7, 77, 49, 68], Operations: []
Exploring Operation: 49/7=7, Resulting Numbers: [77, 68, 7]
Generated Node #0,0: 65:[77, 68, 7] Operation: 49/7=7
Start Sub Search at level 1: Moving to Node #0,0
Current State: 65:[77, 68, 7], Operations: ['49/7=7']
Exploring Operation: 77/7=11, Resulting Numbers: [68,... | 0 | hs_1 | sum_heuristic |
[
9,
24,
8,
36
] | 56 | [
"36/9=4",
"8*4=32",
"24+32=56"
] | Current State: 56:[9, 24, 8, 36], Operations: []
Exploring Operation: 36/9=4, Resulting Numbers: [24, 8, 4]
Generated Node #2: [24, 8, 4] from Operation: 36/9=4
Current State: 56:[24, 8, 4], Operations: ['36/9=4']
Exploring Operation: 8*4=32, Resulting Numbers: [24, 32]
Generated Node #3: [24, 32] from Operation: 8*4=3... | 4 | Current State: 56:[9, 24, 8, 36], Operations: []
Exploring Operation: 24+36=60, Resulting Numbers: [9, 8, 60]
Generated Node #0,0: 56:[9, 8, 60] Operation: 24+36=60
Exploring Operation: 36-24=12, Resulting Numbers: [9, 8, 12]
Generated Node #0,1: 56:[9, 8, 12] Operation: 36-24=12
Exploring Operation: 36-9=27, Resulting... | 0 | hs_4 | sum_heuristic |
[
56,
2,
39,
56
] | 17 | [
"56*2=112",
"39+56=95",
"112-95=17"
] | Current State: 17:[56, 2, 39, 56], Operations: []
Exploring Operation: 56*2=112, Resulting Numbers: [39, 112]
Generated Node #2: [39, 112] from Operation: 56*2=112
Current State: 17:[39, 112], Operations: ['56*2=112']
Exploring Operation: 39+56=95, Resulting Numbers: [112, 95]
Generated Node #3: [112, 95] from Operatio... | 4 | Current State: 17:[56, 2, 39, 56], Operations: []
Exploring Operation: 56-39=17, Resulting Numbers: [2, 56, 17]
Generated Node #0,0: 17:[2, 56, 17] Operation: 56-39=17
Exploring Operation: 56/56=1, Resulting Numbers: [2, 39, 1]
Generated Node #0,1: 17:[2, 39, 1] Operation: 56/56=1
Moving to Node #0,1
Current State: 17:... | 0 | hs_2 | mult_heuristic |
[
48,
90,
66,
53
] | 77 | [
"90-48=42",
"66+53=119",
"119-42=77"
] | Current State: 77:[48, 90, 66, 53], Operations: []
Exploring Operation: 90-48=42, Resulting Numbers: [66, 53, 42]
Generated Node #2: [66, 53, 42] from Operation: 90-48=42
Current State: 77:[66, 53, 42], Operations: ['90-48=42']
Exploring Operation: 66+53=119, Resulting Numbers: [42, 119]
Generated Node #3: [42, 119] fr... | 4 | Current State: 77:[48, 90, 66, 53], Operations: []
Exploring Operation: 48+53=101, Resulting Numbers: [90, 66, 101]
Generated Node #0,0: 77:[90, 66, 101] Operation: 48+53=101
Exploring Operation: 66-48=18, Resulting Numbers: [90, 53, 18]
Generated Node #0,1: 77:[90, 53, 18] Operation: 66-48=18
Exploring Operation: 53-4... | 0.959201 | hs_5 | sum_heuristic |
[
77,
48,
87,
92
] | 14 | [
"87-77=10",
"48+92=140",
"140/10=14"
] | Current State: 14:[77, 48, 87, 92], Operations: []
Exploring Operation: 87-77=10, Resulting Numbers: [48, 92, 10]
Generated Node #2: [48, 92, 10] from Operation: 87-77=10
Current State: 14:[48, 92, 10], Operations: ['87-77=10']
Exploring Operation: 48+92=140, Resulting Numbers: [10, 140]
Generated Node #3: [10, 140] fr... | 4 | Current State: 14:[77, 48, 87, 92], Operations: []
Exploring Operation: 92-77=15, Resulting Numbers: [48, 87, 15]
Generated Node #0,0: 14:[48, 87, 15] Operation: 92-77=15
Exploring Operation: 87-77=10, Resulting Numbers: [48, 92, 10]
Generated Node #0,1: 14:[48, 92, 10] Operation: 87-77=10
Exploring Operation: 87-48=39... | 0 | hs_5 | sum_heuristic |
[
41,
51,
31,
74
] | 76 | [
"51+31=82",
"82/41=2",
"74+2=76"
] | Current State: 76:[41, 51, 31, 74], Operations: []
Exploring Operation: 51+31=82, Resulting Numbers: [41, 74, 82]
Generated Node #2: [41, 74, 82] from Operation: 51+31=82
Current State: 76:[41, 74, 82], Operations: ['51+31=82']
Exploring Operation: 82/41=2, Resulting Numbers: [74, 2]
Generated Node #3: [74, 2] from Ope... | 4 | Current State: 76:[41, 51, 31, 74], Operations: []
Exploring Operation: 51-31=20, Resulting Numbers: [41, 74, 20]
Generated Node #0,0: 76:[41, 74, 20] Operation: 51-31=20
Exploring Operation: 51+31=82, Resulting Numbers: [41, 74, 82]
Generated Node #0,1: 76:[41, 74, 82] Operation: 51+31=82
Moving to Node #0,0
Current S... | 0.990451 | hs_2 | mult_heuristic |
[
2,
98,
79,
2
] | 58 | [
"2+98=100",
"79*2=158",
"158-100=58"
] | Current State: 58:[2, 98, 79, 2], Operations: []
Exploring Operation: 2+98=100, Resulting Numbers: [79, 100]
Generated Node #2: [79, 100] from Operation: 2+98=100
Current State: 58:[79, 100], Operations: ['2+98=100']
Exploring Operation: 79*2=158, Resulting Numbers: [100, 158]
Generated Node #3: [100, 158] from Operati... | 4 | Current State: 58:[2, 98, 79, 2], Operations: []
Exploring Operation: 98-79=19, Resulting Numbers: [2, 2, 19]
Generated Node #0,0: 58:[2, 2, 19] Operation: 98-79=19
Exploring Operation: 98/2=49, Resulting Numbers: [79, 2, 49]
Generated Node #0,1: 58:[79, 2, 49] Operation: 98/2=49
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | sum_heuristic |
[
42,
93,
95,
25
] | 19 | [
"93-42=51",
"95-25=70",
"70-51=19"
] | Current State: 19:[42, 93, 95, 25], Operations: []
Exploring Operation: 93-42=51, Resulting Numbers: [95, 25, 51]
Generated Node #2: [95, 25, 51] from Operation: 93-42=51
Current State: 19:[95, 25, 51], Operations: ['93-42=51']
Exploring Operation: 95-25=70, Resulting Numbers: [51, 70]
Generated Node #3: [51, 70] from ... | 4 | Current State: 19:[42, 93, 95, 25], Operations: []
Exploring Operation: 95-42=53, Resulting Numbers: [93, 25, 53]
Generated Node #0,0: 19:[93, 25, 53] Operation: 95-42=53
Exploring Operation: 95-93=2, Resulting Numbers: [42, 25, 2]
Generated Node #0,1: 19:[42, 25, 2] Operation: 95-93=2
Exploring Operation: 93-42=51, Re... | 0.987847 | hs_3 | mult_heuristic |
[
14,
3,
78,
61
] | 91 | [
"14+78=92",
"3*61=183",
"183-92=91"
] | Current State: 91:[14, 3, 78, 61], Operations: []
Exploring Operation: 14+78=92, Resulting Numbers: [3, 61, 92]
Generated Node #2: [3, 61, 92] from Operation: 14+78=92
Current State: 91:[3, 61, 92], Operations: ['14+78=92']
Exploring Operation: 3*61=183, Resulting Numbers: [92, 183]
Generated Node #3: [92, 183] from Op... | 4 | Current State: 91:[14, 3, 78, 61], Operations: []
Exploring Operation: 3+78=81, Resulting Numbers: [14, 61, 81]
Generated Node #0,0: 91:[14, 61, 81] Operation: 3+78=81
Exploring Operation: 14+78=92, Resulting Numbers: [3, 61, 92]
Generated Node #0,1: 91:[3, 61, 92] Operation: 14+78=92
Exploring Operation: 78-61=17, Res... | 0 | hs_4 | sum_heuristic |
[
95,
38,
48,
30
] | 90 | [
"95*48=4560",
"4560/38=120",
"120-30=90"
] | Current State: 90:[95, 38, 48, 30], Operations: []
Exploring Operation: 95*48=4560, Resulting Numbers: [38, 30, 4560]
Generated Node #2: [38, 30, 4560] from Operation: 95*48=4560
Current State: 90:[38, 30, 4560], Operations: ['95*48=4560']
Exploring Operation: 4560/38=120, Resulting Numbers: [30, 120]
Generated Node #3... | 4 | Current State: 90:[95, 38, 48, 30], Operations: []
Exploring Operation: 38+48=86, Resulting Numbers: [95, 30, 86]
Generated Node #0,0: 90:[95, 30, 86] Operation: 38+48=86
Exploring Operation: 38-30=8, Resulting Numbers: [95, 48, 8]
Generated Node #0,1: 90:[95, 48, 8] Operation: 38-30=8
Exploring Operation: 95-48=47, Re... | 0 | hs_4 | sum_heuristic |
[
81,
69,
56,
10
] | 64 | [
"81-69=12",
"10*12=120",
"120-56=64"
] | Current State: 64:[81, 69, 56, 10], Operations: []
Exploring Operation: 81-69=12, Resulting Numbers: [56, 10, 12]
Generated Node #2: [56, 10, 12] from Operation: 81-69=12
Current State: 64:[56, 10, 12], Operations: ['81-69=12']
Exploring Operation: 10*12=120, Resulting Numbers: [56, 120]
Generated Node #3: [56, 120] fr... | 4 | Current State: 64:[81, 69, 56, 10], Operations: []
Exploring Operation: 81-69=12, Resulting Numbers: [56, 10, 12]
Generated Node #0,0: 64:[56, 10, 12] Operation: 81-69=12
Moving to Node #0,0
Current State: 64:[56, 10, 12], Operations: ['81-69=12']
Exploring Operation: 56+10=66, Resulting Numbers: [12, 66]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
26,
46,
36,
63
] | 47 | [
"46-26=20",
"63-36=27",
"20+27=47"
] | Current State: 47:[26, 46, 36, 63], Operations: []
Exploring Operation: 46-26=20, Resulting Numbers: [36, 63, 20]
Generated Node #2: [36, 63, 20] from Operation: 46-26=20
Current State: 47:[36, 63, 20], Operations: ['46-26=20']
Exploring Operation: 63-36=27, Resulting Numbers: [20, 27]
Generated Node #3: [20, 27] from ... | 4 | Current State: 47:[26, 46, 36, 63], Operations: []
Exploring Operation: 63-26=37, Resulting Numbers: [46, 36, 37]
Generated Node #0,0: 47:[46, 36, 37] Operation: 63-26=37
Start Sub Search at level 1: Moving to Node #0,0
Current State: 47:[46, 36, 37], Operations: ['63-26=37']
Exploring Operation: 36+37=73, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
32,
66,
89,
33
] | 90 | [
"66-32=34",
"89-33=56",
"34+56=90"
] | Current State: 90:[32, 66, 89, 33], Operations: []
Exploring Operation: 66-32=34, Resulting Numbers: [89, 33, 34]
Generated Node #2: [89, 33, 34] from Operation: 66-32=34
Current State: 90:[89, 33, 34], Operations: ['66-32=34']
Exploring Operation: 89-33=56, Resulting Numbers: [34, 56]
Generated Node #3: [34, 56] from ... | 4 | Current State: 90:[32, 66, 89, 33], Operations: []
Exploring Operation: 66-32=34, Resulting Numbers: [89, 33, 34]
Generated Node #0,0: 90:[89, 33, 34] Operation: 66-32=34
Exploring Operation: 89-66=23, Resulting Numbers: [32, 33, 23]
Generated Node #0,1: 90:[32, 33, 23] Operation: 89-66=23
Exploring Operation: 66-33=33... | 0.974826 | hs_4 | sum_heuristic |
[
15,
75,
55,
23
] | 34 | [
"75/15=5",
"55/5=11",
"23+11=34"
] | Current State: 34:[15, 75, 55, 23], Operations: []
Exploring Operation: 75/15=5, Resulting Numbers: [55, 23, 5]
Generated Node #2: [55, 23, 5] from Operation: 75/15=5
Current State: 34:[55, 23, 5], Operations: ['75/15=5']
Exploring Operation: 55/5=11, Resulting Numbers: [23, 11]
Generated Node #3: [23, 11] from Operati... | 4 | Current State: 34:[15, 75, 55, 23], Operations: []
Exploring Operation: 75-55=20, Resulting Numbers: [15, 23, 20]
Generated Node #0,0: 34:[15, 23, 20] Operation: 75-55=20
Moving to Node #0,0
Current State: 34:[15, 23, 20], Operations: ['75-55=20']
Exploring Operation: 23-20=3, Resulting Numbers: [15, 3]
Generated Node ... | 0 | hs_1 | sum_heuristic |
[
15,
16,
43,
5
] | 25 | [
"15*16=240",
"43*5=215",
"240-215=25"
] | Current State: 25:[15, 16, 43, 5], Operations: []
Exploring Operation: 15*16=240, Resulting Numbers: [43, 5, 240]
Generated Node #2: [43, 5, 240] from Operation: 15*16=240
Current State: 25:[43, 5, 240], Operations: ['15*16=240']
Exploring Operation: 43*5=215, Resulting Numbers: [240, 215]
Generated Node #3: [240, 215]... | 4 | Current State: 25:[15, 16, 43, 5], Operations: []
Exploring Operation: 43-15=28, Resulting Numbers: [16, 5, 28]
Generated Node #0,0: 25:[16, 5, 28] Operation: 43-15=28
Exploring Operation: 43-16=27, Resulting Numbers: [15, 5, 27]
Generated Node #0,1: 25:[15, 5, 27] Operation: 43-16=27
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
73,
70,
34,
35
] | 90 | [
"70/35=2",
"34/2=17",
"73+17=90"
] | Current State: 90:[73, 70, 34, 35], Operations: []
Exploring Operation: 70/35=2, Resulting Numbers: [73, 34, 2]
Generated Node #2: [73, 34, 2] from Operation: 70/35=2
Current State: 90:[73, 34, 2], Operations: ['70/35=2']
Exploring Operation: 34/2=17, Resulting Numbers: [73, 17]
Generated Node #3: [73, 17] from Operati... | 4 | Current State: 90:[73, 70, 34, 35], Operations: []
Exploring Operation: 73-70=3, Resulting Numbers: [34, 35, 3]
Generated Node #0,0: 90:[34, 35, 3] Operation: 73-70=3
Exploring Operation: 70-35=35, Resulting Numbers: [73, 34, 35]
Generated Node #0,1: 90:[73, 34, 35] Operation: 70-35=35
Exploring Operation: 70/35=2, Res... | 0.962674 | hs_3 | sum_heuristic |
[
69,
2,
45,
74
] | 85 | [
"74-69=5",
"2*45=90",
"90-5=85"
] | Current State: 85:[69, 2, 45, 74], Operations: []
Exploring Operation: 74-69=5, Resulting Numbers: [2, 45, 5]
Generated Node #2: [2, 45, 5] from Operation: 74-69=5
Current State: 85:[2, 45, 5], Operations: ['74-69=5']
Exploring Operation: 2*45=90, Resulting Numbers: [5, 90]
Generated Node #3: [5, 90] from Operation: 2*... | 4 | Current State: 85:[69, 2, 45, 74], Operations: []
Exploring Operation: 69-45=24, Resulting Numbers: [2, 74, 24]
Generated Node #0,0: 85:[2, 74, 24] Operation: 69-45=24
Exploring Operation: 74-69=5, Resulting Numbers: [2, 45, 5]
Generated Node #0,1: 85:[2, 45, 5] Operation: 74-69=5
Start Sub Search at level 1: Moving to... | 0.986111 | hs_2 | mult_heuristic |
[
32,
6,
50,
64
] | 24 | [
"32+6=38",
"64-50=14",
"38-14=24"
] | Current State: 24:[32, 6, 50, 64], Operations: []
Exploring Operation: 32+6=38, Resulting Numbers: [50, 64, 38]
Generated Node #2: [50, 64, 38] from Operation: 32+6=38
Current State: 24:[50, 64, 38], Operations: ['32+6=38']
Exploring Operation: 64-50=14, Resulting Numbers: [38, 14]
Generated Node #3: [38, 14] from Oper... | 4 | Current State: 24:[32, 6, 50, 64], Operations: []
Exploring Operation: 64-50=14, Resulting Numbers: [32, 6, 14]
Generated Node #0,0: 24:[32, 6, 14] Operation: 64-50=14
Exploring Operation: 64/32=2, Resulting Numbers: [6, 50, 2]
Generated Node #0,1: 24:[6, 50, 2] Operation: 64/32=2
Start Sub Search at level 1: Moving to... | 0.989583 | hs_2 | sum_heuristic |
[
58,
42,
9,
20
] | 13 | [
"58-42=16",
"9+20=29",
"29-16=13"
] | Current State: 13:[58, 42, 9, 20], Operations: []
Exploring Operation: 58-42=16, Resulting Numbers: [9, 20, 16]
Generated Node #2: [9, 20, 16] from Operation: 58-42=16
Current State: 13:[9, 20, 16], Operations: ['58-42=16']
Exploring Operation: 9+20=29, Resulting Numbers: [16, 29]
Generated Node #3: [16, 29] from Opera... | 4 | Current State: 13:[58, 42, 9, 20], Operations: []
Exploring Operation: 58-42=16, Resulting Numbers: [9, 20, 16]
Generated Node #0,0: 13:[9, 20, 16] Operation: 58-42=16
Exploring Operation: 58-9=49, Resulting Numbers: [42, 20, 49]
Generated Node #0,1: 13:[42, 20, 49] Operation: 58-9=49
Exploring Operation: 42-20=22, Res... | 0.986111 | hs_4 | mult_heuristic |
[
17,
33,
12,
18
] | 22 | [
"33-17=16",
"18-12=6",
"16+6=22"
] | Current State: 22:[17, 33, 12, 18], Operations: []
Exploring Operation: 33-17=16, Resulting Numbers: [12, 18, 16]
Generated Node #2: [12, 18, 16] from Operation: 33-17=16
Current State: 22:[12, 18, 16], Operations: ['33-17=16']
Exploring Operation: 18-12=6, Resulting Numbers: [16, 6]
Generated Node #3: [16, 6] from Ope... | 4 | Current State: 22:[17, 33, 12, 18], Operations: []
Exploring Operation: 33-18=15, Resulting Numbers: [17, 12, 15]
Generated Node #0,0: 22:[17, 12, 15] Operation: 33-18=15
Exploring Operation: 33-17=16, Resulting Numbers: [12, 18, 16]
Generated Node #0,1: 22:[12, 18, 16] Operation: 33-17=16
Exploring Operation: 18-17=1,... | 0.97309 | hs_4 | sum_heuristic |
[
27,
3,
7,
21
] | 56 | [
"27*7=189",
"189-21=168",
"168/3=56"
] | Current State: 56:[27, 3, 7, 21], Operations: []
Exploring Operation: 27*7=189, Resulting Numbers: [3, 21, 189]
Generated Node #2: [3, 21, 189] from Operation: 27*7=189
Current State: 56:[3, 21, 189], Operations: ['27*7=189']
Exploring Operation: 189-21=168, Resulting Numbers: [3, 168]
Generated Node #3: [3, 168] from ... | 4 | Current State: 56:[27, 3, 7, 21], Operations: []
Exploring Operation: 21/3=7, Resulting Numbers: [27, 7, 7]
Generated Node #0,0: 56:[27, 7, 7] Operation: 21/3=7
Start Sub Search at level 1: Moving to Node #0,0
Current State: 56:[27, 7, 7], Operations: ['21/3=7']
Exploring Operation: 7+7=14, Resulting Numbers: [27, 14]
... | 0 | hs_1 | sum_heuristic |
[
88,
16,
23,
18
] | 19 | [
"88-16=72",
"72/18=4",
"23-4=19"
] | Current State: 19:[88, 16, 23, 18], Operations: []
Exploring Operation: 88-16=72, Resulting Numbers: [23, 18, 72]
Generated Node #2: [23, 18, 72] from Operation: 88-16=72
Current State: 19:[23, 18, 72], Operations: ['88-16=72']
Exploring Operation: 72/18=4, Resulting Numbers: [23, 4]
Generated Node #3: [23, 4] from Ope... | 4 | Current State: 19:[88, 16, 23, 18], Operations: []
Exploring Operation: 88-23=65, Resulting Numbers: [16, 18, 65]
Generated Node #0,0: 19:[16, 18, 65] Operation: 88-23=65
Exploring Operation: 88-16=72, Resulting Numbers: [23, 18, 72]
Generated Node #0,1: 19:[23, 18, 72] Operation: 88-16=72
Moving to Node #0,0
Current S... | 0.986979 | hs_2 | mult_heuristic |
[
51,
24,
30,
35
] | 32 | [
"51-24=27",
"35-30=5",
"27+5=32"
] | Current State: 32:[51, 24, 30, 35], Operations: []
Exploring Operation: 51-24=27, Resulting Numbers: [30, 35, 27]
Generated Node #2: [30, 35, 27] from Operation: 51-24=27
Current State: 32:[30, 35, 27], Operations: ['51-24=27']
Exploring Operation: 35-30=5, Resulting Numbers: [27, 5]
Generated Node #3: [27, 5] from Ope... | 4 | Current State: 32:[51, 24, 30, 35], Operations: []
Exploring Operation: 51-24=27, Resulting Numbers: [30, 35, 27]
Generated Node #0,0: 32:[30, 35, 27] Operation: 51-24=27
Start Sub Search at level 1: Moving to Node #0,0
Current State: 32:[30, 35, 27], Operations: ['51-24=27']
Exploring Operation: 35-27=8, Resulting Num... | 0 | hs_1 | mult_heuristic |
[
24,
25,
46,
71
] | 68 | [
"24+25=49",
"46+71=117",
"117-49=68"
] | Current State: 68:[24, 25, 46, 71], Operations: []
Exploring Operation: 24+25=49, Resulting Numbers: [46, 71, 49]
Generated Node #2: [46, 71, 49] from Operation: 24+25=49
Current State: 68:[46, 71, 49], Operations: ['24+25=49']
Exploring Operation: 46+71=117, Resulting Numbers: [49, 117]
Generated Node #3: [49, 117] fr... | 4 | Current State: 68:[24, 25, 46, 71], Operations: []
Exploring Operation: 25-24=1, Resulting Numbers: [46, 71, 1]
Generated Node #0,0: 68:[46, 71, 1] Operation: 25-24=1
Exploring Operation: 46-25=21, Resulting Numbers: [24, 71, 21]
Generated Node #0,1: 68:[24, 71, 21] Operation: 46-25=21
Exploring Operation: 46-24=22, Re... | 0.976563 | hs_5 | sum_heuristic |
[
27,
1,
68,
34
] | 74 | [
"27+1=28",
"68+34=102",
"102-28=74"
] | Current State: 74:[27, 1, 68, 34], Operations: []
Exploring Operation: 27+1=28, Resulting Numbers: [68, 34, 28]
Generated Node #2: [68, 34, 28] from Operation: 27+1=28
Current State: 74:[68, 34, 28], Operations: ['27+1=28']
Exploring Operation: 68+34=102, Resulting Numbers: [28, 102]
Generated Node #3: [28, 102] from O... | 4 | Current State: 74:[27, 1, 68, 34], Operations: []
Exploring Operation: 68-27=41, Resulting Numbers: [1, 34, 41]
Generated Node #0,0: 74:[1, 34, 41] Operation: 68-27=41
Moving to Node #0,0
Current State: 74:[1, 34, 41], Operations: ['68-27=41']
Exploring Operation: 34+41=75, Resulting Numbers: [1, 75]
Generated Node #0,... | 0.993924 | hs_1 | sum_heuristic |
[
59,
5,
64,
58
] | 63 | [
"64*58=3712",
"5+3712=3717",
"3717/59=63"
] | Current State: 63:[59, 5, 64, 58], Operations: []
Exploring Operation: 64*58=3712, Resulting Numbers: [59, 5, 3712]
Generated Node #2: [59, 5, 3712] from Operation: 64*58=3712
Current State: 63:[59, 5, 3712], Operations: ['64*58=3712']
Exploring Operation: 5+3712=3717, Resulting Numbers: [59, 3717]
Generated Node #3: [... | 4 | Current State: 63:[59, 5, 64, 58], Operations: []
Exploring Operation: 59-58=1, Resulting Numbers: [5, 64, 1]
Generated Node #0,0: 63:[5, 64, 1] Operation: 59-58=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 63:[5, 64, 1], Operations: ['59-58=1']
Exploring Operation: 5+1=6, Resulting Numbers: [64, 6... | 0 | hs_1 | mult_heuristic |
[
42,
39,
59,
13
] | 51 | [
"59-42=17",
"39/13=3",
"17*3=51"
] | Current State: 51:[42, 39, 59, 13], Operations: []
Exploring Operation: 59-42=17, Resulting Numbers: [39, 13, 17]
Generated Node #2: [39, 13, 17] from Operation: 59-42=17
Current State: 51:[39, 13, 17], Operations: ['59-42=17']
Exploring Operation: 39/13=3, Resulting Numbers: [17, 3]
Generated Node #3: [17, 3] from Ope... | 4 | Current State: 51:[42, 39, 59, 13], Operations: []
Exploring Operation: 42-39=3, Resulting Numbers: [59, 13, 3]
Generated Node #0,0: 51:[59, 13, 3] Operation: 42-39=3
Moving to Node #0,0
Current State: 51:[59, 13, 3], Operations: ['42-39=3']
Exploring Operation: 59-13=46, Resulting Numbers: [3, 46]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
45,
47,
40,
62
] | 44 | [
"47-45=2",
"62-40=22",
"2*22=44"
] | Current State: 44:[45, 47, 40, 62], Operations: []
Exploring Operation: 47-45=2, Resulting Numbers: [40, 62, 2]
Generated Node #2: [40, 62, 2] from Operation: 47-45=2
Current State: 44:[40, 62, 2], Operations: ['47-45=2']
Exploring Operation: 62-40=22, Resulting Numbers: [2, 22]
Generated Node #3: [2, 22] from Operatio... | 4 | Current State: 44:[45, 47, 40, 62], Operations: []
Exploring Operation: 62-45=17, Resulting Numbers: [47, 40, 17]
Generated Node #0,0: 44:[47, 40, 17] Operation: 62-45=17
Exploring Operation: 47-45=2, Resulting Numbers: [40, 62, 2]
Generated Node #0,1: 44:[40, 62, 2] Operation: 47-45=2
Exploring Operation: 45-40=5, Res... | 0.972222 | hs_5 | mult_heuristic |
[
6,
62,
85,
39
] | 10 | [
"62-6=56",
"85-39=46",
"56-46=10"
] | Current State: 10:[6, 62, 85, 39], Operations: []
Exploring Operation: 62-6=56, Resulting Numbers: [85, 39, 56]
Generated Node #2: [85, 39, 56] from Operation: 62-6=56
Current State: 10:[85, 39, 56], Operations: ['62-6=56']
Exploring Operation: 85-39=46, Resulting Numbers: [56, 46]
Generated Node #3: [56, 46] from Oper... | 4 | Current State: 10:[6, 62, 85, 39], Operations: []
Exploring Operation: 85-62=23, Resulting Numbers: [6, 39, 23]
Generated Node #0,0: 10:[6, 39, 23] Operation: 85-62=23
Moving to Node #0,0
Current State: 10:[6, 39, 23], Operations: ['85-62=23']
Exploring Operation: 39-23=16, Resulting Numbers: [6, 16]
Generated Node #0,... | 0.993924 | hs_1 | sum_heuristic |
[
25,
61,
10,
5
] | 66 | [
"25/5=5",
"61+10=71",
"71-5=66"
] | Current State: 66:[25, 61, 10, 5], Operations: []
Exploring Operation: 25/5=5, Resulting Numbers: [61, 10, 5]
Generated Node #2: [61, 10, 5] from Operation: 25/5=5
Current State: 66:[61, 10, 5], Operations: ['25/5=5']
Exploring Operation: 61+10=71, Resulting Numbers: [5, 71]
Generated Node #3: [5, 71] from Operation: 6... | 4 | Current State: 66:[25, 61, 10, 5], Operations: []
Exploring Operation: 61+5=66, Resulting Numbers: [25, 10, 66]
Generated Node #0,0: 66:[25, 10, 66] Operation: 61+5=66
Start Sub Search at level 1: Moving to Node #0,0
Current State: 66:[25, 10, 66], Operations: ['61+5=66']
Exploring Operation: 25+10=35, Resulting Number... | 0 | hs_1 | mult_heuristic |
[
8,
78,
35,
14
] | 69 | [
"8*14=112",
"78-35=43",
"112-43=69"
] | Current State: 69:[8, 78, 35, 14], Operations: []
Exploring Operation: 8*14=112, Resulting Numbers: [78, 35, 112]
Generated Node #2: [78, 35, 112] from Operation: 8*14=112
Current State: 69:[78, 35, 112], Operations: ['8*14=112']
Exploring Operation: 78-35=43, Resulting Numbers: [112, 43]
Generated Node #3: [112, 43] f... | 4 | Current State: 69:[8, 78, 35, 14], Operations: []
Exploring Operation: 8+14=22, Resulting Numbers: [78, 35, 22]
Generated Node #0,0: 69:[78, 35, 22] Operation: 8+14=22
Exploring Operation: 35-14=21, Resulting Numbers: [8, 78, 21]
Generated Node #0,1: 69:[8, 78, 21] Operation: 35-14=21
Exploring Operation: 78-8=70, Resu... | 0 | hs_4 | sum_heuristic |
[
22,
39,
96,
10
] | 25 | [
"22+39=61",
"96-10=86",
"86-61=25"
] | Current State: 25:[22, 39, 96, 10], Operations: []
Exploring Operation: 22+39=61, Resulting Numbers: [96, 10, 61]
Generated Node #2: [96, 10, 61] from Operation: 22+39=61
Current State: 25:[96, 10, 61], Operations: ['22+39=61']
Exploring Operation: 96-10=86, Resulting Numbers: [61, 86]
Generated Node #3: [61, 86] from ... | 4 | Current State: 25:[22, 39, 96, 10], Operations: []
Exploring Operation: 96-39=57, Resulting Numbers: [22, 10, 57]
Generated Node #0,0: 25:[22, 10, 57] Operation: 96-39=57
Exploring Operation: 96-22=74, Resulting Numbers: [39, 10, 74]
Generated Node #0,1: 25:[39, 10, 74] Operation: 96-22=74
Moving to Node #0,0
Current S... | 0.991319 | hs_2 | sum_heuristic |
[
38,
3,
16,
46
] | 48 | [
"3+16=19",
"38/19=2",
"46+2=48"
] | Current State: 48:[38, 3, 16, 46], Operations: []
Exploring Operation: 3+16=19, Resulting Numbers: [38, 46, 19]
Generated Node #2: [38, 46, 19] from Operation: 3+16=19
Current State: 48:[38, 46, 19], Operations: ['3+16=19']
Exploring Operation: 38/19=2, Resulting Numbers: [46, 2]
Generated Node #3: [46, 2] from Operati... | 4 | Current State: 48:[38, 3, 16, 46], Operations: []
Exploring Operation: 38-16=22, Resulting Numbers: [3, 46, 22]
Generated Node #0,0: 48:[3, 46, 22] Operation: 38-16=22
Exploring Operation: 46-38=8, Resulting Numbers: [3, 16, 8]
Generated Node #0,1: 48:[3, 16, 8] Operation: 46-38=8
Exploring Operation: 38+16=54, Resulti... | 0 | hs_3 | sum_heuristic |
[
21,
10,
36,
7
] | 40 | [
"21-10=11",
"36-7=29",
"11+29=40"
] | Current State: 40:[21, 10, 36, 7], Operations: []
Exploring Operation: 21-10=11, Resulting Numbers: [36, 7, 11]
Generated Node #2: [36, 7, 11] from Operation: 21-10=11
Current State: 40:[36, 7, 11], Operations: ['21-10=11']
Exploring Operation: 36-7=29, Resulting Numbers: [11, 29]
Generated Node #3: [11, 29] from Opera... | 4 | Current State: 40:[21, 10, 36, 7], Operations: []
Exploring Operation: 36+7=43, Resulting Numbers: [21, 10, 43]
Generated Node #0,0: 40:[21, 10, 43] Operation: 36+7=43
Start Sub Search at level 1: Moving to Node #0,0
Current State: 40:[21, 10, 43], Operations: ['36+7=43']
Exploring Operation: 43-21=22, Resulting Number... | 0 | hs_1 | sum_heuristic |
[
52,
93,
75,
74
] | 41 | [
"93-52=41",
"75-74=1",
"41*1=41"
] | Current State: 41:[52, 93, 75, 74], Operations: []
Exploring Operation: 93-52=41, Resulting Numbers: [75, 74, 41]
Generated Node #2: [75, 74, 41] from Operation: 93-52=41
Current State: 41:[75, 74, 41], Operations: ['93-52=41']
Exploring Operation: 75-74=1, Resulting Numbers: [41, 1]
Generated Node #3: [41, 1] from Ope... | 4 | Current State: 41:[52, 93, 75, 74], Operations: []
Exploring Operation: 93-52=41, Resulting Numbers: [75, 74, 41]
Generated Node #0,0: 41:[75, 74, 41] Operation: 93-52=41
Exploring Operation: 93-75=18, Resulting Numbers: [52, 74, 18]
Generated Node #0,1: 41:[52, 74, 18] Operation: 93-75=18
Start Sub Search at level 1: ... | 0.992188 | hs_2 | mult_heuristic |
[
98,
18,
3,
99
] | 54 | [
"99-98=1",
"18*3=54",
"1*54=54"
] | Current State: 54:[98, 18, 3, 99], Operations: []
Exploring Operation: 99-98=1, Resulting Numbers: [18, 3, 1]
Generated Node #2: [18, 3, 1] from Operation: 99-98=1
Current State: 54:[18, 3, 1], Operations: ['99-98=1']
Exploring Operation: 18*3=54, Resulting Numbers: [1, 54]
Generated Node #3: [1, 54] from Operation: 18... | 4 | Current State: 54:[98, 18, 3, 99], Operations: []
Exploring Operation: 99-98=1, Resulting Numbers: [18, 3, 1]
Generated Node #0,0: 54:[18, 3, 1] Operation: 99-98=1
Exploring Operation: 99/3=33, Resulting Numbers: [98, 18, 33]
Generated Node #0,1: 54:[98, 18, 33] Operation: 99/3=33
Exploring Operation: 98-18=80, Resulti... | 0.976563 | hs_3 | mult_heuristic |
[
41,
44,
30,
21
] | 25 | [
"41-30=11",
"44/11=4",
"21+4=25"
] | Current State: 25:[41, 44, 30, 21], Operations: []
Exploring Operation: 41-30=11, Resulting Numbers: [44, 21, 11]
Generated Node #2: [44, 21, 11] from Operation: 41-30=11
Current State: 25:[44, 21, 11], Operations: ['41-30=11']
Exploring Operation: 44/11=4, Resulting Numbers: [21, 4]
Generated Node #3: [21, 4] from Ope... | 4 | Current State: 25:[41, 44, 30, 21], Operations: []
Exploring Operation: 41-30=11, Resulting Numbers: [44, 21, 11]
Generated Node #0,0: 25:[44, 21, 11] Operation: 41-30=11
Exploring Operation: 44-41=3, Resulting Numbers: [30, 21, 3]
Generated Node #0,1: 25:[30, 21, 3] Operation: 44-41=3
Exploring Operation: 44-21=23, Re... | 0.960069 | hs_4 | mult_heuristic |
[
31,
83,
52,
57
] | 26 | [
"31+83=114",
"52*57=2964",
"2964/114=26"
] | Current State: 26:[31, 83, 52, 57], Operations: []
Exploring Operation: 31+83=114, Resulting Numbers: [52, 57, 114]
Generated Node #2: [52, 57, 114] from Operation: 31+83=114
Current State: 26:[52, 57, 114], Operations: ['31+83=114']
Exploring Operation: 52*57=2964, Resulting Numbers: [114, 2964]
Generated Node #3: [11... | 4 | Current State: 26:[31, 83, 52, 57], Operations: []
Exploring Operation: 83-57=26, Resulting Numbers: [31, 52, 26]
Generated Node #0,0: 26:[31, 52, 26] Operation: 83-57=26
Moving to Node #0,0
Current State: 26:[31, 52, 26], Operations: ['83-57=26']
Exploring Operation: 52-31=21, Resulting Numbers: [26, 21]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
95,
47,
98,
96
] | 100 | [
"95-47=48",
"96/48=2",
"98+2=100"
] | Current State: 100:[95, 47, 98, 96], Operations: []
Exploring Operation: 95-47=48, Resulting Numbers: [98, 96, 48]
Generated Node #2: [98, 96, 48] from Operation: 95-47=48
Current State: 100:[98, 96, 48], Operations: ['95-47=48']
Exploring Operation: 96/48=2, Resulting Numbers: [98, 2]
Generated Node #3: [98, 2] from O... | 4 | Current State: 100:[95, 47, 98, 96], Operations: []
Exploring Operation: 98-95=3, Resulting Numbers: [47, 96, 3]
Generated Node #0,0: 100:[47, 96, 3] Operation: 98-95=3
Exploring Operation: 95-47=48, Resulting Numbers: [98, 96, 48]
Generated Node #0,1: 100:[98, 96, 48] Operation: 95-47=48
Exploring Operation: 96-47=49,... | 0.958333 | hs_4 | sum_heuristic |
[
80,
30,
77,
22
] | 36 | [
"80-77=3",
"22*3=66",
"66-30=36"
] | Current State: 36:[80, 30, 77, 22], Operations: []
Exploring Operation: 80-77=3, Resulting Numbers: [30, 22, 3]
Generated Node #2: [30, 22, 3] from Operation: 80-77=3
Current State: 36:[30, 22, 3], Operations: ['80-77=3']
Exploring Operation: 22*3=66, Resulting Numbers: [30, 66]
Generated Node #3: [30, 66] from Operati... | 4 | Current State: 36:[80, 30, 77, 22], Operations: []
Exploring Operation: 80-30=50, Resulting Numbers: [77, 22, 50]
Generated Node #0,0: 36:[77, 22, 50] Operation: 80-30=50
Exploring Operation: 77-30=47, Resulting Numbers: [80, 22, 47]
Generated Node #0,1: 36:[80, 22, 47] Operation: 77-30=47
Exploring Operation: 77-22=55... | 0 | hs_5 | mult_heuristic |
[
22,
25,
36,
64
] | 76 | [
"25-22=3",
"36/3=12",
"64+12=76"
] | Current State: 76:[22, 25, 36, 64], Operations: []
Exploring Operation: 25-22=3, Resulting Numbers: [36, 64, 3]
Generated Node #2: [36, 64, 3] from Operation: 25-22=3
Current State: 76:[36, 64, 3], Operations: ['25-22=3']
Exploring Operation: 36/3=12, Resulting Numbers: [64, 12]
Generated Node #3: [64, 12] from Operati... | 4 | Current State: 76:[22, 25, 36, 64], Operations: []
Exploring Operation: 64-25=39, Resulting Numbers: [22, 36, 39]
Generated Node #0,0: 76:[22, 36, 39] Operation: 64-25=39
Exploring Operation: 22+64=86, Resulting Numbers: [25, 36, 86]
Generated Node #0,1: 76:[25, 36, 86] Operation: 22+64=86
Exploring Operation: 25-22=3,... | 0 | hs_5 | sum_heuristic |
[
37,
14,
6,
97
] | 80 | [
"37-14=23",
"6+97=103",
"103-23=80"
] | Current State: 80:[37, 14, 6, 97], Operations: []
Exploring Operation: 37-14=23, Resulting Numbers: [6, 97, 23]
Generated Node #2: [6, 97, 23] from Operation: 37-14=23
Current State: 80:[6, 97, 23], Operations: ['37-14=23']
Exploring Operation: 6+97=103, Resulting Numbers: [23, 103]
Generated Node #3: [23, 103] from Op... | 4 | Current State: 80:[37, 14, 6, 97], Operations: []
Exploring Operation: 97-14=83, Resulting Numbers: [37, 6, 83]
Generated Node #0,0: 80:[37, 6, 83] Operation: 97-14=83
Start Sub Search at level 1: Moving to Node #0,0
Current State: 80:[37, 6, 83], Operations: ['97-14=83']
Exploring Operation: 37+6=43, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
71,
35,
28,
7
] | 80 | [
"71-7=64",
"35*64=2240",
"2240/28=80"
] | Current State: 80:[71, 35, 28, 7], Operations: []
Exploring Operation: 71-7=64, Resulting Numbers: [35, 28, 64]
Generated Node #2: [35, 28, 64] from Operation: 71-7=64
Current State: 80:[35, 28, 64], Operations: ['71-7=64']
Exploring Operation: 35*64=2240, Resulting Numbers: [28, 2240]
Generated Node #3: [28, 2240] fro... | 4 | Current State: 80:[71, 35, 28, 7], Operations: []
Exploring Operation: 71+7=78, Resulting Numbers: [35, 28, 78]
Generated Node #0,0: 80:[35, 28, 78] Operation: 71+7=78
Exploring Operation: 71-28=43, Resulting Numbers: [35, 7, 43]
Generated Node #0,1: 80:[35, 7, 43] Operation: 71-28=43
Exploring Operation: 28/7=4, Resul... | 0 | hs_5 | mult_heuristic |
[
82,
14,
77,
6
] | 61 | [
"82+14=96",
"96/6=16",
"77-16=61"
] | Current State: 61:[82, 14, 77, 6], Operations: []
Exploring Operation: 82+14=96, Resulting Numbers: [77, 6, 96]
Generated Node #2: [77, 6, 96] from Operation: 82+14=96
Current State: 61:[77, 6, 96], Operations: ['82+14=96']
Exploring Operation: 96/6=16, Resulting Numbers: [77, 16]
Generated Node #3: [77, 16] from Opera... | 4 | Current State: 61:[82, 14, 77, 6], Operations: []
Exploring Operation: 14*6=84, Resulting Numbers: [82, 77, 84]
Generated Node #0,0: 61:[82, 77, 84] Operation: 14*6=84
Start Sub Search at level 1: Moving to Node #0,0
Current State: 61:[82, 77, 84], Operations: ['14*6=84']
Exploring Operation: 84-82=2, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.