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 |
|---|---|---|---|---|---|---|---|---|
[
19,
59,
6,
75
] | 62 | [
"19+59=78",
"78/6=13",
"75-13=62"
] | Current State: 62:[19, 59, 6, 75], Operations: []
Exploring Operation: 19+59=78, Resulting Numbers: [6, 75, 78]
Generated Node #2: [6, 75, 78] from Operation: 19+59=78
Current State: 62:[6, 75, 78], Operations: ['19+59=78']
Exploring Operation: 78/6=13, Resulting Numbers: [75, 13]
Generated Node #3: [75, 13] from Opera... | 4 | Current State: 62:[19, 59, 6, 75], Operations: []
Exploring Operation: 75-19=56, Resulting Numbers: [59, 6, 56]
Generated Node #0,0: 62:[59, 6, 56] Operation: 75-19=56
Exploring Operation: 59-19=40, Resulting Numbers: [6, 75, 40]
Generated Node #0,1: 62:[6, 75, 40] Operation: 59-19=40
Exploring Operation: 19+6=25, Resu... | 0.972222 | hs_4 | mult_heuristic |
[
24,
52,
10,
36
] | 26 | [
"24+10=34",
"36-34=2",
"52/2=26"
] | Current State: 26:[24, 52, 10, 36], Operations: []
Exploring Operation: 24+10=34, Resulting Numbers: [52, 36, 34]
Generated Node #2: [52, 36, 34] from Operation: 24+10=34
Current State: 26:[52, 36, 34], Operations: ['24+10=34']
Exploring Operation: 36-34=2, Resulting Numbers: [52, 2]
Generated Node #3: [52, 2] from Ope... | 4 | Current State: 26:[24, 52, 10, 36], Operations: []
Exploring Operation: 36-24=12, Resulting Numbers: [52, 10, 12]
Generated Node #0,0: 26:[52, 10, 12] Operation: 36-24=12
Exploring Operation: 52-36=16, Resulting Numbers: [24, 10, 16]
Generated Node #0,1: 26:[24, 10, 16] Operation: 52-36=16
Exploring Operation: 52-24=28... | 0.956597 | hs_5 | sum_heuristic |
[
74,
88,
74,
41
] | 47 | [
"74+88=162",
"74+41=115",
"162-115=47"
] | Current State: 47:[74, 88, 74, 41], Operations: []
Exploring Operation: 74+88=162, Resulting Numbers: [41, 162]
Generated Node #2: [41, 162] from Operation: 74+88=162
Current State: 47:[41, 162], Operations: ['74+88=162']
Exploring Operation: 74+41=115, Resulting Numbers: [162, 115]
Generated Node #3: [162, 115] from O... | 4 | Current State: 47:[74, 88, 74, 41], Operations: []
Exploring Operation: 88-74=14, Resulting Numbers: [74, 41, 14]
Generated Node #0,0: 47:[74, 41, 14] Operation: 88-74=14
Exploring Operation: 88-74=14, Resulting Numbers: [74, 41, 14]
Generated Node #0,1: 47:[74, 41, 14] Operation: 88-74=14
Exploring Operation: 88-41=47... | 0.976563 | hs_5 | sum_heuristic |
[
20,
40,
83,
20
] | 43 | [
"20+40=60",
"83+20=103",
"103-60=43"
] | Current State: 43:[20, 40, 83, 20], Operations: []
Exploring Operation: 20+40=60, Resulting Numbers: [83, 60]
Generated Node #2: [83, 60] from Operation: 20+40=60
Current State: 43:[83, 60], Operations: ['20+40=60']
Exploring Operation: 83+20=103, Resulting Numbers: [60, 103]
Generated Node #3: [60, 103] from Operation... | 4 | Current State: 43:[20, 40, 83, 20], Operations: []
Exploring Operation: 83-40=43, Resulting Numbers: [20, 20, 43]
Generated Node #0,0: 43:[20, 20, 43] Operation: 83-40=43
Exploring Operation: 20+40=60, Resulting Numbers: [83, 20, 60]
Generated Node #0,1: 43:[83, 20, 60] Operation: 20+40=60
Exploring Operation: 83-20=63... | 0.977431 | hs_5 | sum_heuristic |
[
26,
3,
2,
90
] | 28 | [
"90/3=30",
"26+30=56",
"56/2=28"
] | Current State: 28:[26, 3, 2, 90], Operations: []
Exploring Operation: 90/3=30, Resulting Numbers: [26, 2, 30]
Generated Node #2: [26, 2, 30] from Operation: 90/3=30
Current State: 28:[26, 2, 30], Operations: ['90/3=30']
Exploring Operation: 26+30=56, Resulting Numbers: [2, 56]
Generated Node #3: [2, 56] from Operation:... | 4 | Current State: 28:[26, 3, 2, 90], Operations: []
Exploring Operation: 90/3=30, Resulting Numbers: [26, 2, 30]
Generated Node #0,0: 28:[26, 2, 30] Operation: 90/3=30
Exploring Operation: 90-3=87, Resulting Numbers: [26, 2, 87]
Generated Node #0,1: 28:[26, 2, 87] Operation: 90-3=87
Exploring Operation: 26+3=29, Resulting... | 0 | hs_5 | sum_heuristic |
[
43,
45,
70,
7
] | 84 | [
"45-43=2",
"7*2=14",
"70+14=84"
] | Current State: 84:[43, 45, 70, 7], Operations: []
Exploring Operation: 45-43=2, Resulting Numbers: [70, 7, 2]
Generated Node #2: [70, 7, 2] from Operation: 45-43=2
Current State: 84:[70, 7, 2], Operations: ['45-43=2']
Exploring Operation: 7*2=14, Resulting Numbers: [70, 14]
Generated Node #3: [70, 14] from Operation: 7... | 4 | Current State: 84:[43, 45, 70, 7], Operations: []
Exploring Operation: 70/7=10, Resulting Numbers: [43, 45, 10]
Generated Node #0,0: 84:[43, 45, 10] Operation: 70/7=10
Exploring Operation: 70+7=77, Resulting Numbers: [43, 45, 77]
Generated Node #0,1: 84:[43, 45, 77] Operation: 70+7=77
Exploring Operation: 70-45=25, Res... | 0.905382 | hs_5 | sum_heuristic |
[
73,
8,
72,
50
] | 32 | [
"73-50=23",
"72/8=9",
"23+9=32"
] | Current State: 32:[73, 8, 72, 50], Operations: []
Exploring Operation: 73-50=23, Resulting Numbers: [8, 72, 23]
Generated Node #2: [8, 72, 23] from Operation: 73-50=23
Current State: 32:[8, 72, 23], Operations: ['73-50=23']
Exploring Operation: 72/8=9, Resulting Numbers: [23, 9]
Generated Node #3: [23, 9] from Operatio... | 4 | Current State: 32:[73, 8, 72, 50], Operations: []
Exploring Operation: 73-72=1, Resulting Numbers: [8, 50, 1]
Generated Node #0,0: 32:[8, 50, 1] Operation: 73-72=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 32:[8, 50, 1], Operations: ['73-72=1']
Exploring Operation: 50-8=42, Resulting Numbers: [1, ... | 0 | hs_1 | sum_heuristic |
[
28,
58,
92,
78
] | 100 | [
"28+58=86",
"92-78=14",
"86+14=100"
] | Current State: 100:[28, 58, 92, 78], Operations: []
Exploring Operation: 28+58=86, Resulting Numbers: [92, 78, 86]
Generated Node #2: [92, 78, 86] from Operation: 28+58=86
Current State: 100:[92, 78, 86], Operations: ['28+58=86']
Exploring Operation: 92-78=14, Resulting Numbers: [86, 14]
Generated Node #3: [86, 14] fro... | 4 | Current State: 100:[28, 58, 92, 78], Operations: []
Exploring Operation: 78-58=20, Resulting Numbers: [28, 92, 20]
Generated Node #0,0: 100:[28, 92, 20] Operation: 78-58=20
Exploring Operation: 78-28=50, Resulting Numbers: [58, 92, 50]
Generated Node #0,1: 100:[58, 92, 50] Operation: 78-28=50
Exploring Operation: 92-78... | 0.988715 | hs_3 | mult_heuristic |
[
50,
36,
34,
70
] | 15 | [
"36-34=2",
"70/2=35",
"50-35=15"
] | Current State: 15:[50, 36, 34, 70], Operations: []
Exploring Operation: 36-34=2, Resulting Numbers: [50, 70, 2]
Generated Node #2: [50, 70, 2] from Operation: 36-34=2
Current State: 15:[50, 70, 2], Operations: ['36-34=2']
Exploring Operation: 70/2=35, Resulting Numbers: [50, 35]
Generated Node #3: [50, 35] from Operati... | 4 | Current State: 15:[50, 36, 34, 70], Operations: []
Exploring Operation: 70-50=20, Resulting Numbers: [36, 34, 20]
Generated Node #0,0: 15:[36, 34, 20] Operation: 70-50=20
Exploring Operation: 50-36=14, Resulting Numbers: [34, 70, 14]
Generated Node #0,1: 15:[34, 70, 14] Operation: 50-36=14
Exploring Operation: 70-36=34... | 0 | hs_4 | sum_heuristic |
[
39,
4,
76,
99
] | 79 | [
"99-39=60",
"76/4=19",
"60+19=79"
] | Current State: 79:[39, 4, 76, 99], Operations: []
Exploring Operation: 99-39=60, Resulting Numbers: [4, 76, 60]
Generated Node #2: [4, 76, 60] from Operation: 99-39=60
Current State: 79:[4, 76, 60], Operations: ['99-39=60']
Exploring Operation: 76/4=19, Resulting Numbers: [60, 19]
Generated Node #3: [60, 19] from Opera... | 4 | Current State: 79:[39, 4, 76, 99], Operations: []
Exploring Operation: 99-4=95, Resulting Numbers: [39, 76, 95]
Generated Node #0,0: 79:[39, 76, 95] Operation: 99-4=95
Exploring Operation: 39+4=43, Resulting Numbers: [76, 99, 43]
Generated Node #0,1: 79:[76, 99, 43] Operation: 39+4=43
Moving to Node #0,0
Current State:... | 0 | hs_2 | sum_heuristic |
[
19,
1,
10,
96
] | 87 | [
"19*1=19",
"10+96=106",
"106-19=87"
] | Current State: 87:[19, 1, 10, 96], Operations: []
Exploring Operation: 19*1=19, Resulting Numbers: [10, 96, 19]
Generated Node #2: [10, 96, 19] from Operation: 19*1=19
Current State: 87:[10, 96, 19], Operations: ['19*1=19']
Exploring Operation: 10+96=106, Resulting Numbers: [19, 106]
Generated Node #3: [19, 106] from O... | 4 | Current State: 87:[19, 1, 10, 96], Operations: []
Exploring Operation: 19-10=9, Resulting Numbers: [1, 96, 9]
Generated Node #0,0: 87:[1, 96, 9] Operation: 19-10=9
Exploring Operation: 19+10=29, Resulting Numbers: [1, 96, 29]
Generated Node #0,1: 87:[1, 96, 29] Operation: 19+10=29
Exploring Operation: 96-19=77, Resulti... | 0.960069 | hs_4 | sum_heuristic |
[
16,
42,
70,
67
] | 30 | [
"70-67=3",
"42/3=14",
"16+14=30"
] | Current State: 30:[16, 42, 70, 67], Operations: []
Exploring Operation: 70-67=3, Resulting Numbers: [16, 42, 3]
Generated Node #2: [16, 42, 3] from Operation: 70-67=3
Current State: 30:[16, 42, 3], Operations: ['70-67=3']
Exploring Operation: 42/3=14, Resulting Numbers: [16, 14]
Generated Node #3: [16, 14] from Operati... | 4 | Current State: 30:[16, 42, 70, 67], Operations: []
Exploring Operation: 70-67=3, Resulting Numbers: [16, 42, 3]
Generated Node #0,0: 30:[16, 42, 3] Operation: 70-67=3
Exploring Operation: 70-42=28, Resulting Numbers: [16, 67, 28]
Generated Node #0,1: 30:[16, 67, 28] Operation: 70-42=28
Exploring Operation: 67-42=25, Re... | 0.989583 | hs_3 | mult_heuristic |
[
4,
21,
64,
58
] | 42 | [
"64-4=60",
"60-58=2",
"21*2=42"
] | Current State: 42:[4, 21, 64, 58], Operations: []
Exploring Operation: 64-4=60, Resulting Numbers: [21, 58, 60]
Generated Node #2: [21, 58, 60] from Operation: 64-4=60
Current State: 42:[21, 58, 60], Operations: ['64-4=60']
Exploring Operation: 60-58=2, Resulting Numbers: [21, 2]
Generated Node #3: [21, 2] from Operati... | 4 | Current State: 42:[4, 21, 64, 58], Operations: []
Exploring Operation: 64-58=6, Resulting Numbers: [4, 21, 6]
Generated Node #0,0: 42:[4, 21, 6] Operation: 64-58=6
Exploring Operation: 64-21=43, Resulting Numbers: [4, 58, 43]
Generated Node #0,1: 42:[4, 58, 43] Operation: 64-21=43
Exploring Operation: 64/4=16, Resultin... | 0.988715 | hs_3 | mult_heuristic |
[
13,
23,
41,
11
] | 66 | [
"13+23=36",
"41-11=30",
"36+30=66"
] | Current State: 66:[13, 23, 41, 11], Operations: []
Exploring Operation: 13+23=36, Resulting Numbers: [41, 11, 36]
Generated Node #2: [41, 11, 36] from Operation: 13+23=36
Current State: 66:[41, 11, 36], Operations: ['13+23=36']
Exploring Operation: 41-11=30, Resulting Numbers: [36, 30]
Generated Node #3: [36, 30] from ... | 4 | Current State: 66:[13, 23, 41, 11], Operations: []
Exploring Operation: 23-13=10, Resulting Numbers: [41, 11, 10]
Generated Node #0,0: 66:[41, 11, 10] Operation: 23-13=10
Exploring Operation: 41-23=18, Resulting Numbers: [13, 11, 18]
Generated Node #0,1: 66:[13, 11, 18] Operation: 41-23=18
Exploring Operation: 23+41=64... | 0.975694 | hs_5 | sum_heuristic |
[
53,
1,
25,
11
] | 67 | [
"53*1=53",
"25-11=14",
"53+14=67"
] | Current State: 67:[53, 1, 25, 11], Operations: []
Exploring Operation: 53*1=53, Resulting Numbers: [25, 11, 53]
Generated Node #2: [25, 11, 53] from Operation: 53*1=53
Current State: 67:[25, 11, 53], Operations: ['53*1=53']
Exploring Operation: 25-11=14, Resulting Numbers: [53, 14]
Generated Node #3: [53, 14] from Oper... | 4 | Current State: 67:[53, 1, 25, 11], Operations: []
Exploring Operation: 53+1=54, Resulting Numbers: [25, 11, 54]
Generated Node #0,0: 67:[25, 11, 54] Operation: 53+1=54
Start Sub Search at level 1: Moving to Node #0,0
Current State: 67:[25, 11, 54], Operations: ['53+1=54']
Exploring Operation: 25+11=36, Resulting Number... | 0 | hs_1 | sum_heuristic |
[
2,
59,
8,
77
] | 14 | [
"8/2=4",
"77-59=18",
"18-4=14"
] | Current State: 14:[2, 59, 8, 77], Operations: []
Exploring Operation: 8/2=4, Resulting Numbers: [59, 77, 4]
Generated Node #2: [59, 77, 4] from Operation: 8/2=4
Current State: 14:[59, 77, 4], Operations: ['8/2=4']
Exploring Operation: 77-59=18, Resulting Numbers: [4, 18]
Generated Node #3: [4, 18] from Operation: 77-59... | 4 | Current State: 14:[2, 59, 8, 77], Operations: []
Exploring Operation: 77-59=18, Resulting Numbers: [2, 8, 18]
Generated Node #0,0: 14:[2, 8, 18] Operation: 77-59=18
Exploring Operation: 59-8=51, Resulting Numbers: [2, 77, 51]
Generated Node #0,1: 14:[2, 77, 51] Operation: 59-8=51
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | mult_heuristic |
[
15,
97,
81,
53
] | 52 | [
"97-15=82",
"81+53=134",
"134-82=52"
] | Current State: 52:[15, 97, 81, 53], Operations: []
Exploring Operation: 97-15=82, Resulting Numbers: [81, 53, 82]
Generated Node #2: [81, 53, 82] from Operation: 97-15=82
Current State: 52:[81, 53, 82], Operations: ['97-15=82']
Exploring Operation: 81+53=134, Resulting Numbers: [82, 134]
Generated Node #3: [82, 134] fr... | 4 | Current State: 52:[15, 97, 81, 53], Operations: []
Exploring Operation: 81-15=66, Resulting Numbers: [97, 53, 66]
Generated Node #0,0: 52:[97, 53, 66] Operation: 81-15=66
Exploring Operation: 97-15=82, Resulting Numbers: [81, 53, 82]
Generated Node #0,1: 52:[81, 53, 82] Operation: 97-15=82
Exploring Operation: 81-53=28... | 0.956597 | hs_5 | sum_heuristic |
[
26,
66,
65,
2
] | 71 | [
"26/2=13",
"65/13=5",
"66+5=71"
] | Current State: 71:[26, 66, 65, 2], Operations: []
Exploring Operation: 26/2=13, Resulting Numbers: [66, 65, 13]
Generated Node #2: [66, 65, 13] from Operation: 26/2=13
Current State: 71:[66, 65, 13], Operations: ['26/2=13']
Exploring Operation: 65/13=5, Resulting Numbers: [66, 5]
Generated Node #3: [66, 5] from Operati... | 4 | Current State: 71:[26, 66, 65, 2], Operations: []
Exploring Operation: 26*2=52, Resulting Numbers: [66, 65, 52]
Generated Node #0,0: 71:[66, 65, 52] Operation: 26*2=52
Start Sub Search at level 1: Moving to Node #0,0
Current State: 71:[66, 65, 52], Operations: ['26*2=52']
Exploring Operation: 65+52=117, Resulting Numbe... | 0 | hs_1 | sum_heuristic |
[
73,
74,
37,
90
] | 34 | [
"90-73=17",
"74/37=2",
"17*2=34"
] | Current State: 34:[73, 74, 37, 90], Operations: []
Exploring Operation: 90-73=17, Resulting Numbers: [74, 37, 17]
Generated Node #2: [74, 37, 17] from Operation: 90-73=17
Current State: 34:[74, 37, 17], Operations: ['90-73=17']
Exploring Operation: 74/37=2, Resulting Numbers: [17, 2]
Generated Node #3: [17, 2] from Ope... | 4 | Current State: 34:[73, 74, 37, 90], Operations: []
Exploring Operation: 90-73=17, Resulting Numbers: [74, 37, 17]
Generated Node #0,0: 34:[74, 37, 17] Operation: 90-73=17
Moving to Node #0,0
Current State: 34:[74, 37, 17], Operations: ['90-73=17']
Exploring Operation: 74/37=2, Resulting Numbers: [17, 2]
Generated Node ... | 0.993924 | hs_1 | sum_heuristic |
[
33,
9,
38,
48
] | 57 | [
"48-38=10",
"9*10=90",
"90-33=57"
] | Current State: 57:[33, 9, 38, 48], Operations: []
Exploring Operation: 48-38=10, Resulting Numbers: [33, 9, 10]
Generated Node #2: [33, 9, 10] from Operation: 48-38=10
Current State: 57:[33, 9, 10], Operations: ['48-38=10']
Exploring Operation: 9*10=90, Resulting Numbers: [33, 90]
Generated Node #3: [33, 90] from Opera... | 4 | Current State: 57:[33, 9, 38, 48], Operations: []
Exploring Operation: 48-33=15, Resulting Numbers: [9, 38, 15]
Generated Node #0,0: 57:[9, 38, 15] Operation: 48-33=15
Exploring Operation: 48-38=10, Resulting Numbers: [33, 9, 10]
Generated Node #0,1: 57:[33, 9, 10] Operation: 48-38=10
Exploring Operation: 38-33=5, Resu... | 0 | hs_5 | sum_heuristic |
[
59,
45,
44,
87
] | 29 | [
"59-45=14",
"87-44=43",
"43-14=29"
] | Current State: 29:[59, 45, 44, 87], Operations: []
Exploring Operation: 59-45=14, Resulting Numbers: [44, 87, 14]
Generated Node #2: [44, 87, 14] from Operation: 59-45=14
Current State: 29:[44, 87, 14], Operations: ['59-45=14']
Exploring Operation: 87-44=43, Resulting Numbers: [14, 43]
Generated Node #3: [14, 43] from ... | 4 | Current State: 29:[59, 45, 44, 87], Operations: []
Exploring Operation: 87-59=28, Resulting Numbers: [45, 44, 28]
Generated Node #0,0: 29:[45, 44, 28] Operation: 87-59=28
Start Sub Search at level 1: Moving to Node #0,0
Current State: 29:[45, 44, 28], Operations: ['87-59=28']
Exploring Operation: 45-28=17, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
36,
79,
84,
69
] | 82 | [
"84*69=5796",
"5796/36=161",
"161-79=82"
] | Current State: 82:[36, 79, 84, 69], Operations: []
Exploring Operation: 84*69=5796, Resulting Numbers: [36, 79, 5796]
Generated Node #2: [36, 79, 5796] from Operation: 84*69=5796
Current State: 82:[36, 79, 5796], Operations: ['84*69=5796']
Exploring Operation: 5796/36=161, Resulting Numbers: [79, 161]
Generated Node #3... | 4 | Current State: 82:[36, 79, 84, 69], Operations: []
Exploring Operation: 84-79=5, Resulting Numbers: [36, 69, 5]
Generated Node #0,0: 82:[36, 69, 5] Operation: 84-79=5
Exploring Operation: 84-69=15, Resulting Numbers: [36, 79, 15]
Generated Node #0,1: 82:[36, 79, 15] Operation: 84-69=15
Exploring Operation: 79-36=43, Re... | 0 | hs_5 | mult_heuristic |
[
9,
32,
65,
36
] | 14 | [
"65-9=56",
"36-32=4",
"56/4=14"
] | Current State: 14:[9, 32, 65, 36], Operations: []
Exploring Operation: 65-9=56, Resulting Numbers: [32, 36, 56]
Generated Node #2: [32, 36, 56] from Operation: 65-9=56
Current State: 14:[32, 36, 56], Operations: ['65-9=56']
Exploring Operation: 36-32=4, Resulting Numbers: [56, 4]
Generated Node #3: [56, 4] from Operati... | 4 | Current State: 14:[9, 32, 65, 36], Operations: []
Exploring Operation: 65-36=29, Resulting Numbers: [9, 32, 29]
Generated Node #0,0: 14:[9, 32, 29] Operation: 65-36=29
Exploring Operation: 36-32=4, Resulting Numbers: [9, 65, 4]
Generated Node #0,1: 14:[9, 65, 4] Operation: 36-32=4
Exploring Operation: 65-32=33, Resulti... | 0.958333 | hs_4 | sum_heuristic |
[
54,
67,
62,
45
] | 45 | [
"54-45=9",
"67-62=5",
"9*5=45"
] | Current State: 45:[54, 67, 62, 45], Operations: []
Exploring Operation: 54-45=9, Resulting Numbers: [67, 62, 9]
Generated Node #2: [67, 62, 9] from Operation: 54-45=9
Current State: 45:[67, 62, 9], Operations: ['54-45=9']
Exploring Operation: 67-62=5, Resulting Numbers: [9, 5]
Generated Node #3: [9, 5] from Operation: ... | 4 | Current State: 45:[54, 67, 62, 45], Operations: []
Exploring Operation: 67-62=5, Resulting Numbers: [54, 45, 5]
Generated Node #0,0: 45:[54, 45, 5] Operation: 67-62=5
Exploring Operation: 67-54=13, Resulting Numbers: [62, 45, 13]
Generated Node #0,1: 45:[62, 45, 13] Operation: 67-54=13
Moving to Node #0,0
Current State... | 0.991319 | hs_2 | mult_heuristic |
[
70,
14,
60,
63
] | 42 | [
"63-14=49",
"60*49=2940",
"2940/70=42"
] | Current State: 42:[70, 14, 60, 63], Operations: []
Exploring Operation: 63-14=49, Resulting Numbers: [70, 60, 49]
Generated Node #2: [70, 60, 49] from Operation: 63-14=49
Current State: 42:[70, 60, 49], Operations: ['63-14=49']
Exploring Operation: 60*49=2940, Resulting Numbers: [70, 2940]
Generated Node #3: [70, 2940]... | 4 | Current State: 42:[70, 14, 60, 63], Operations: []
Exploring Operation: 70-60=10, Resulting Numbers: [14, 63, 10]
Generated Node #0,0: 42:[14, 63, 10] Operation: 70-60=10
Exploring Operation: 63-60=3, Resulting Numbers: [70, 14, 3]
Generated Node #0,1: 42:[70, 14, 3] Operation: 63-60=3
Exploring Operation: 70-63=7, Res... | 0 | hs_3 | mult_heuristic |
[
74,
19,
22,
78
] | 98 | [
"78-74=4",
"19*4=76",
"22+76=98"
] | Current State: 98:[74, 19, 22, 78], Operations: []
Exploring Operation: 78-74=4, Resulting Numbers: [19, 22, 4]
Generated Node #2: [19, 22, 4] from Operation: 78-74=4
Current State: 98:[19, 22, 4], Operations: ['78-74=4']
Exploring Operation: 19*4=76, Resulting Numbers: [22, 76]
Generated Node #3: [22, 76] from Operati... | 4 | Current State: 98:[74, 19, 22, 78], Operations: []
Exploring Operation: 78-74=4, Resulting Numbers: [19, 22, 4]
Generated Node #0,0: 98:[19, 22, 4] Operation: 78-74=4
Moving to Node #0,0
Current State: 98:[19, 22, 4], Operations: ['78-74=4']
Exploring Operation: 22-19=3, Resulting Numbers: [4, 3]
Generated Node #0,0,0:... | 0 | hs_1 | mult_heuristic |
[
21,
3,
87,
2
] | 67 | [
"21-3=18",
"87-2=85",
"85-18=67"
] | Current State: 67:[21, 3, 87, 2], Operations: []
Exploring Operation: 21-3=18, Resulting Numbers: [87, 2, 18]
Generated Node #2: [87, 2, 18] from Operation: 21-3=18
Current State: 67:[87, 2, 18], Operations: ['21-3=18']
Exploring Operation: 87-2=85, Resulting Numbers: [18, 85]
Generated Node #3: [18, 85] from Operation... | 4 | Current State: 67:[21, 3, 87, 2], Operations: []
Exploring Operation: 21*3=63, Resulting Numbers: [87, 2, 63]
Generated Node #0,0: 67:[87, 2, 63] Operation: 21*3=63
Exploring Operation: 21*2=42, Resulting Numbers: [3, 87, 42]
Generated Node #0,1: 67:[3, 87, 42] Operation: 21*2=42
Exploring Operation: 3*2=6, Resulting N... | 0 | hs_3 | mult_heuristic |
[
16,
9,
3,
57
] | 38 | [
"57-16=41",
"9/3=3",
"41-3=38"
] | Current State: 38:[16, 9, 3, 57], Operations: []
Exploring Operation: 57-16=41, Resulting Numbers: [9, 3, 41]
Generated Node #2: [9, 3, 41] from Operation: 57-16=41
Current State: 38:[9, 3, 41], Operations: ['57-16=41']
Exploring Operation: 9/3=3, Resulting Numbers: [41, 3]
Generated Node #3: [41, 3] from Operation: 9/... | 4 | Current State: 38:[16, 9, 3, 57], Operations: []
Exploring Operation: 57/3=19, Resulting Numbers: [16, 9, 19]
Generated Node #0,0: 38:[16, 9, 19] Operation: 57/3=19
Start Sub Search at level 1: Moving to Node #0,0
Current State: 38:[16, 9, 19], Operations: ['57/3=19']
Exploring Operation: 16-9=7, Resulting Numbers: [19... | 0 | hs_1 | mult_heuristic |
[
36,
30,
3,
55
] | 83 | [
"36*3=108",
"55-30=25",
"108-25=83"
] | Current State: 83:[36, 30, 3, 55], Operations: []
Exploring Operation: 36*3=108, Resulting Numbers: [30, 55, 108]
Generated Node #2: [30, 55, 108] from Operation: 36*3=108
Current State: 83:[30, 55, 108], Operations: ['36*3=108']
Exploring Operation: 55-30=25, Resulting Numbers: [108, 25]
Generated Node #3: [108, 25] f... | 4 | Current State: 83:[36, 30, 3, 55], Operations: []
Exploring Operation: 36+30=66, Resulting Numbers: [3, 55, 66]
Generated Node #0,0: 83:[3, 55, 66] Operation: 36+30=66
Exploring Operation: 30*3=90, Resulting Numbers: [36, 55, 90]
Generated Node #0,1: 83:[36, 55, 90] Operation: 30*3=90
Exploring Operation: 36*3=108, Res... | 0.96875 | hs_4 | sum_heuristic |
[
92,
69,
23,
44
] | 88 | [
"92*44=4048",
"69-23=46",
"4048/46=88"
] | Current State: 88:[92, 69, 23, 44], Operations: []
Exploring Operation: 92*44=4048, Resulting Numbers: [69, 23, 4048]
Generated Node #2: [69, 23, 4048] from Operation: 92*44=4048
Current State: 88:[69, 23, 4048], Operations: ['92*44=4048']
Exploring Operation: 69-23=46, Resulting Numbers: [4048, 46]
Generated Node #3: ... | 4 | Current State: 88:[92, 69, 23, 44], Operations: []
Exploring Operation: 92-69=23, Resulting Numbers: [23, 44, 23]
Generated Node #0,0: 88:[23, 44, 23] Operation: 92-69=23
Exploring Operation: 69/23=3, Resulting Numbers: [92, 44, 3]
Generated Node #0,1: 88:[92, 44, 3] Operation: 69/23=3
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
5,
46,
74,
78
] | 62 | [
"74-46=28",
"5*28=140",
"140-78=62"
] | Current State: 62:[5, 46, 74, 78], Operations: []
Exploring Operation: 74-46=28, Resulting Numbers: [5, 78, 28]
Generated Node #2: [5, 78, 28] from Operation: 74-46=28
Current State: 62:[5, 78, 28], Operations: ['74-46=28']
Exploring Operation: 5*28=140, Resulting Numbers: [78, 140]
Generated Node #3: [78, 140] from Op... | 4 | Current State: 62:[5, 46, 74, 78], Operations: []
Exploring Operation: 78-74=4, Resulting Numbers: [5, 46, 4]
Generated Node #0,0: 62:[5, 46, 4] Operation: 78-74=4
Exploring Operation: 78-46=32, Resulting Numbers: [5, 74, 32]
Generated Node #0,1: 62:[5, 74, 32] Operation: 78-46=32
Moving to Node #0,1
Current State: 62:... | 0 | hs_2 | sum_heuristic |
[
25,
49,
3,
59
] | 65 | [
"25*3=75",
"59-49=10",
"75-10=65"
] | Current State: 65:[25, 49, 3, 59], Operations: []
Exploring Operation: 25*3=75, Resulting Numbers: [49, 59, 75]
Generated Node #2: [49, 59, 75] from Operation: 25*3=75
Current State: 65:[49, 59, 75], Operations: ['25*3=75']
Exploring Operation: 59-49=10, Resulting Numbers: [75, 10]
Generated Node #3: [75, 10] from Oper... | 4 | Current State: 65:[25, 49, 3, 59], Operations: []
Exploring Operation: 25+49=74, Resulting Numbers: [3, 59, 74]
Generated Node #0,0: 65:[3, 59, 74] Operation: 25+49=74
Start Sub Search at level 1: Moving to Node #0,0
Current State: 65:[3, 59, 74], Operations: ['25+49=74']
Exploring Operation: 74-59=15, Resulting Number... | 0 | hs_1 | mult_heuristic |
[
72,
20,
24,
23
] | 48 | [
"23-20=3",
"72/3=24",
"24+24=48"
] | Current State: 48:[72, 20, 24, 23], Operations: []
Exploring Operation: 23-20=3, Resulting Numbers: [72, 24, 3]
Generated Node #2: [72, 24, 3] from Operation: 23-20=3
Current State: 48:[72, 24, 3], Operations: ['23-20=3']
Exploring Operation: 72/3=24, Resulting Numbers: [24, 24]
Generated Node #3: [24, 24] from Operati... | 4 | Current State: 48:[72, 20, 24, 23], Operations: []
Exploring Operation: 72-20=52, Resulting Numbers: [24, 23, 52]
Generated Node #0,0: 48:[24, 23, 52] Operation: 72-20=52
Moving to Node #0,0
Current State: 48:[24, 23, 52], Operations: ['72-20=52']
Exploring Operation: 24+23=47, Resulting Numbers: [52, 47]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
54,
77,
29,
72
] | 12 | [
"77-54=23",
"29-23=6",
"72/6=12"
] | Current State: 12:[54, 77, 29, 72], Operations: []
Exploring Operation: 77-54=23, Resulting Numbers: [29, 72, 23]
Generated Node #2: [29, 72, 23] from Operation: 77-54=23
Current State: 12:[29, 72, 23], Operations: ['77-54=23']
Exploring Operation: 29-23=6, Resulting Numbers: [72, 6]
Generated Node #3: [72, 6] from Ope... | 4 | Current State: 12:[54, 77, 29, 72], Operations: []
Exploring Operation: 77-54=23, Resulting Numbers: [29, 72, 23]
Generated Node #0,0: 12:[29, 72, 23] Operation: 77-54=23
Exploring Operation: 77-72=5, Resulting Numbers: [54, 29, 5]
Generated Node #0,1: 12:[54, 29, 5] Operation: 77-72=5
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
43,
54,
86,
4
] | 79 | [
"54-43=11",
"86+4=90",
"90-11=79"
] | Current State: 79:[43, 54, 86, 4], Operations: []
Exploring Operation: 54-43=11, Resulting Numbers: [86, 4, 11]
Generated Node #2: [86, 4, 11] from Operation: 54-43=11
Current State: 79:[86, 4, 11], Operations: ['54-43=11']
Exploring Operation: 86+4=90, Resulting Numbers: [11, 90]
Generated Node #3: [11, 90] from Opera... | 4 | Current State: 79:[43, 54, 86, 4], Operations: []
Exploring Operation: 43-4=39, Resulting Numbers: [54, 86, 39]
Generated Node #0,0: 79:[54, 86, 39] Operation: 43-4=39
Exploring Operation: 43+4=47, Resulting Numbers: [54, 86, 47]
Generated Node #0,1: 79:[54, 86, 47] Operation: 43+4=47
Exploring Operation: 86-4=82, Resu... | 0.983507 | hs_4 | mult_heuristic |
[
31,
48,
34,
93
] | 50 | [
"31*48=1488",
"1488/93=16",
"34+16=50"
] | Current State: 50:[31, 48, 34, 93], Operations: []
Exploring Operation: 31*48=1488, Resulting Numbers: [34, 93, 1488]
Generated Node #2: [34, 93, 1488] from Operation: 31*48=1488
Current State: 50:[34, 93, 1488], Operations: ['31*48=1488']
Exploring Operation: 1488/93=16, Resulting Numbers: [34, 16]
Generated Node #3: ... | 4 | Current State: 50:[31, 48, 34, 93], Operations: []
Exploring Operation: 93/31=3, Resulting Numbers: [48, 34, 3]
Generated Node #0,0: 50:[48, 34, 3] Operation: 93/31=3
Exploring Operation: 93-48=45, Resulting Numbers: [31, 34, 45]
Generated Node #0,1: 50:[31, 34, 45] Operation: 93-48=45
Exploring Operation: 93-34=59, Re... | 0 | hs_3 | mult_heuristic |
[
58,
38,
76,
78
] | 40 | [
"58-38=20",
"78-76=2",
"20*2=40"
] | Current State: 40:[58, 38, 76, 78], Operations: []
Exploring Operation: 58-38=20, Resulting Numbers: [76, 78, 20]
Generated Node #2: [76, 78, 20] from Operation: 58-38=20
Current State: 40:[76, 78, 20], Operations: ['58-38=20']
Exploring Operation: 78-76=2, Resulting Numbers: [20, 2]
Generated Node #3: [20, 2] from Ope... | 4 | Current State: 40:[58, 38, 76, 78], Operations: []
Exploring Operation: 78-76=2, Resulting Numbers: [58, 38, 2]
Generated Node #0,0: 40:[58, 38, 2] Operation: 78-76=2
Exploring Operation: 78-38=40, Resulting Numbers: [58, 76, 40]
Generated Node #0,1: 40:[58, 76, 40] Operation: 78-38=40
Exploring Operation: 78-58=20, Re... | 0.987847 | hs_4 | mult_heuristic |
[
32,
10,
7,
18
] | 78 | [
"10-7=3",
"32*3=96",
"96-18=78"
] | Current State: 78:[32, 10, 7, 18], Operations: []
Exploring Operation: 10-7=3, Resulting Numbers: [32, 18, 3]
Generated Node #2: [32, 18, 3] from Operation: 10-7=3
Current State: 78:[32, 18, 3], Operations: ['10-7=3']
Exploring Operation: 32*3=96, Resulting Numbers: [18, 96]
Generated Node #3: [18, 96] from Operation: ... | 4 | Current State: 78:[32, 10, 7, 18], Operations: []
Exploring Operation: 32+7=39, Resulting Numbers: [10, 18, 39]
Generated Node #0,0: 78:[10, 18, 39] Operation: 32+7=39
Exploring Operation: 32-18=14, Resulting Numbers: [10, 7, 14]
Generated Node #0,1: 78:[10, 7, 14] Operation: 32-18=14
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
1,
39,
44,
5
] | 25 | [
"1*39=39",
"44-39=5",
"5*5=25"
] | Current State: 25:[1, 39, 44, 5], Operations: []
Exploring Operation: 1*39=39, Resulting Numbers: [44, 5, 39]
Generated Node #2: [44, 5, 39] from Operation: 1*39=39
Current State: 25:[44, 5, 39], Operations: ['1*39=39']
Exploring Operation: 44-39=5, Resulting Numbers: [5, 5]
Generated Node #3: [5, 5] from Operation: 44... | 4 | Current State: 25:[1, 39, 44, 5], Operations: []
Exploring Operation: 39-5=34, Resulting Numbers: [1, 44, 34]
Generated Node #0,0: 25:[1, 44, 34] Operation: 39-5=34
Exploring Operation: 44-1=43, Resulting Numbers: [39, 5, 43]
Generated Node #0,1: 25:[39, 5, 43] Operation: 44-1=43
Exploring Operation: 44-5=39, Resulting... | 0.985243 | hs_5 | sum_heuristic |
[
63,
99,
97,
98
] | 61 | [
"99+97=196",
"196/98=2",
"63-2=61"
] | Current State: 61:[63, 99, 97, 98], Operations: []
Exploring Operation: 99+97=196, Resulting Numbers: [63, 98, 196]
Generated Node #2: [63, 98, 196] from Operation: 99+97=196
Current State: 61:[63, 98, 196], Operations: ['99+97=196']
Exploring Operation: 196/98=2, Resulting Numbers: [63, 2]
Generated Node #3: [63, 2] f... | 4 | Current State: 61:[63, 99, 97, 98], Operations: []
Exploring Operation: 99-98=1, Resulting Numbers: [63, 97, 1]
Generated Node #0,0: 61:[63, 97, 1] Operation: 99-98=1
Exploring Operation: 99-97=2, Resulting Numbers: [63, 98, 2]
Generated Node #0,1: 61:[63, 98, 2] Operation: 99-97=2
Exploring Operation: 98-63=35, Result... | 0 | hs_4 | mult_heuristic |
[
37,
8,
78,
5
] | 51 | [
"78-8=70",
"70/5=14",
"37+14=51"
] | Current State: 51:[37, 8, 78, 5], Operations: []
Exploring Operation: 78-8=70, Resulting Numbers: [37, 5, 70]
Generated Node #2: [37, 5, 70] from Operation: 78-8=70
Current State: 51:[37, 5, 70], Operations: ['78-8=70']
Exploring Operation: 70/5=14, Resulting Numbers: [37, 14]
Generated Node #3: [37, 14] from Operation... | 4 | Current State: 51:[37, 8, 78, 5], Operations: []
Exploring Operation: 78-37=41, Resulting Numbers: [8, 5, 41]
Generated Node #0,0: 51:[8, 5, 41] Operation: 78-37=41
Moving to Node #0,0
Current State: 51:[8, 5, 41], Operations: ['78-37=41']
Exploring Operation: 8+41=49, Resulting Numbers: [5, 49]
Generated Node #0,0,0: ... | 0 | hs_1 | mult_heuristic |
[
45,
96,
90,
23
] | 71 | [
"45*96=4320",
"4320/90=48",
"23+48=71"
] | Current State: 71:[45, 96, 90, 23], Operations: []
Exploring Operation: 45*96=4320, Resulting Numbers: [90, 23, 4320]
Generated Node #2: [90, 23, 4320] from Operation: 45*96=4320
Current State: 71:[90, 23, 4320], Operations: ['45*96=4320']
Exploring Operation: 4320/90=48, Resulting Numbers: [23, 48]
Generated Node #3: ... | 4 | Current State: 71:[45, 96, 90, 23], Operations: []
Exploring Operation: 45+23=68, Resulting Numbers: [96, 90, 68]
Generated Node #0,0: 71:[96, 90, 68] Operation: 45+23=68
Start Sub Search at level 1: Moving to Node #0,0
Current State: 71:[96, 90, 68], Operations: ['45+23=68']
Exploring Operation: 96-68=28, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
93,
27,
69,
33
] | 11 | [
"93-27=66",
"69-66=3",
"33/3=11"
] | Current State: 11:[93, 27, 69, 33], Operations: []
Exploring Operation: 93-27=66, Resulting Numbers: [69, 33, 66]
Generated Node #2: [69, 33, 66] from Operation: 93-27=66
Current State: 11:[69, 33, 66], Operations: ['93-27=66']
Exploring Operation: 69-66=3, Resulting Numbers: [33, 3]
Generated Node #3: [33, 3] from Ope... | 4 | Current State: 11:[93, 27, 69, 33], Operations: []
Exploring Operation: 93-27=66, Resulting Numbers: [69, 33, 66]
Generated Node #0,0: 11:[69, 33, 66] Operation: 93-27=66
Exploring Operation: 69-33=36, Resulting Numbers: [93, 27, 36]
Generated Node #0,1: 11:[93, 27, 36] Operation: 69-33=36
Exploring Operation: 93-33=60... | 0.966146 | hs_4 | mult_heuristic |
[
64,
98,
7,
63
] | 36 | [
"98-64=34",
"7+63=70",
"70-34=36"
] | Current State: 36:[64, 98, 7, 63], Operations: []
Exploring Operation: 98-64=34, Resulting Numbers: [7, 63, 34]
Generated Node #2: [7, 63, 34] from Operation: 98-64=34
Current State: 36:[7, 63, 34], Operations: ['98-64=34']
Exploring Operation: 7+63=70, Resulting Numbers: [34, 70]
Generated Node #3: [34, 70] from Opera... | 4 | Current State: 36:[64, 98, 7, 63], Operations: []
Exploring Operation: 98-63=35, Resulting Numbers: [64, 7, 35]
Generated Node #0,0: 36:[64, 7, 35] Operation: 98-63=35
Exploring Operation: 98-64=34, Resulting Numbers: [7, 63, 34]
Generated Node #0,1: 36:[7, 63, 34] Operation: 98-64=34
Start Sub Search at level 1: Movin... | 0.991319 | hs_2 | mult_heuristic |
[
68,
4,
4,
30
] | 52 | [
"68/4=17",
"30-17=13",
"4*13=52"
] | Current State: 52:[68, 4, 4, 30], Operations: []
Exploring Operation: 68/4=17, Resulting Numbers: [30, 17]
Generated Node #2: [30, 17] from Operation: 68/4=17
Current State: 52:[30, 17], Operations: ['68/4=17']
Exploring Operation: 30-17=13, Resulting Numbers: [13]
13,52 equal: Goal Reached
Exploring Operation: 4*13=52... | 4 | Current State: 52:[68, 4, 4, 30], Operations: []
Exploring Operation: 68/4=17, Resulting Numbers: [4, 30, 17]
Generated Node #0,0: 52:[4, 30, 17] Operation: 68/4=17
Exploring Operation: 68/4=17, Resulting Numbers: [4, 30, 17]
Generated Node #0,1: 52:[4, 30, 17] Operation: 68/4=17
Exploring Operation: 68-30=38, Resultin... | 0.989583 | hs_3 | mult_heuristic |
[
62,
48,
72,
40
] | 33 | [
"62-40=22",
"72*22=1584",
"1584/48=33"
] | Current State: 33:[62, 48, 72, 40], Operations: []
Exploring Operation: 62-40=22, Resulting Numbers: [48, 72, 22]
Generated Node #2: [48, 72, 22] from Operation: 62-40=22
Current State: 33:[48, 72, 22], Operations: ['62-40=22']
Exploring Operation: 72*22=1584, Resulting Numbers: [48, 1584]
Generated Node #3: [48, 1584]... | 4 | Current State: 33:[62, 48, 72, 40], Operations: []
Exploring Operation: 72-62=10, Resulting Numbers: [48, 40, 10]
Generated Node #0,0: 33:[48, 40, 10] Operation: 72-62=10
Exploring Operation: 72-40=32, Resulting Numbers: [62, 48, 32]
Generated Node #0,1: 33:[62, 48, 32] Operation: 72-40=32
Exploring Operation: 72-48=24... | 0 | hs_3 | sum_heuristic |
[
6,
4,
47,
44
] | 39 | [
"4+44=48",
"48/6=8",
"47-8=39"
] | Current State: 39:[6, 4, 47, 44], Operations: []
Exploring Operation: 4+44=48, Resulting Numbers: [6, 47, 48]
Generated Node #2: [6, 47, 48] from Operation: 4+44=48
Current State: 39:[6, 47, 48], Operations: ['4+44=48']
Exploring Operation: 48/6=8, Resulting Numbers: [47, 8]
Generated Node #3: [47, 8] from Operation: 4... | 4 | Current State: 39:[6, 4, 47, 44], Operations: []
Exploring Operation: 47-44=3, Resulting Numbers: [6, 4, 3]
Generated Node #0,0: 39:[6, 4, 3] Operation: 47-44=3
Exploring Operation: 47-6=41, Resulting Numbers: [4, 44, 41]
Generated Node #0,1: 39:[4, 44, 41] Operation: 47-6=41
Exploring Operation: 44-6=38, Resulting Num... | 0 | hs_4 | mult_heuristic |
[
7,
55,
2,
48
] | 27 | [
"48-7=41",
"2*41=82",
"82-55=27"
] | Current State: 27:[7, 55, 2, 48], Operations: []
Exploring Operation: 48-7=41, Resulting Numbers: [55, 2, 41]
Generated Node #2: [55, 2, 41] from Operation: 48-7=41
Current State: 27:[55, 2, 41], Operations: ['48-7=41']
Exploring Operation: 2*41=82, Resulting Numbers: [55, 82]
Generated Node #3: [55, 82] from Operation... | 4 | Current State: 27:[7, 55, 2, 48], Operations: []
Exploring Operation: 48/2=24, Resulting Numbers: [7, 55, 24]
Generated Node #0,0: 27:[7, 55, 24] Operation: 48/2=24
Exploring Operation: 55-48=7, Resulting Numbers: [7, 2, 7]
Generated Node #0,1: 27:[7, 2, 7] Operation: 55-48=7
Exploring Operation: 48-7=41, Resulting Num... | 0 | hs_5 | mult_heuristic |
[
58,
61,
37,
22
] | 60 | [
"58+61=119",
"37+22=59",
"119-59=60"
] | Current State: 60:[58, 61, 37, 22], Operations: []
Exploring Operation: 58+61=119, Resulting Numbers: [37, 22, 119]
Generated Node #2: [37, 22, 119] from Operation: 58+61=119
Current State: 60:[37, 22, 119], Operations: ['58+61=119']
Exploring Operation: 37+22=59, Resulting Numbers: [119, 59]
Generated Node #3: [119, 5... | 4 | Current State: 60:[58, 61, 37, 22], Operations: []
Exploring Operation: 37-22=15, Resulting Numbers: [58, 61, 15]
Generated Node #0,0: 60:[58, 61, 15] Operation: 37-22=15
Start Sub Search at level 1: Moving to Node #0,0
Current State: 60:[58, 61, 15], Operations: ['37-22=15']
Exploring Operation: 61-58=3, Resulting Num... | 0 | hs_1 | sum_heuristic |
[
63,
12,
21,
7
] | 59 | [
"12*7=84",
"84/21=4",
"63-4=59"
] | Current State: 59:[63, 12, 21, 7], Operations: []
Exploring Operation: 12*7=84, Resulting Numbers: [63, 21, 84]
Generated Node #2: [63, 21, 84] from Operation: 12*7=84
Current State: 59:[63, 21, 84], Operations: ['12*7=84']
Exploring Operation: 84/21=4, Resulting Numbers: [63, 4]
Generated Node #3: [63, 4] from Operati... | 4 | Current State: 59:[63, 12, 21, 7], Operations: []
Exploring Operation: 63-7=56, Resulting Numbers: [12, 21, 56]
Generated Node #0,0: 59:[12, 21, 56] Operation: 63-7=56
Exploring Operation: 21+7=28, Resulting Numbers: [63, 12, 28]
Generated Node #0,1: 59:[63, 12, 28] Operation: 21+7=28
Exploring Operation: 12*7=84, Resu... | 0.97309 | hs_5 | sum_heuristic |
[
15,
80,
40,
80
] | 54 | [
"15+40=55",
"80/80=1",
"55-1=54"
] | Current State: 54:[15, 80, 40, 80], Operations: []
Exploring Operation: 15+40=55, Resulting Numbers: [80, 80, 55]
Generated Node #2: [80, 80, 55] from Operation: 15+40=55
Current State: 54:[80, 80, 55], Operations: ['15+40=55']
Exploring Operation: 80/80=1, Resulting Numbers: [55, 1]
Generated Node #3: [55, 1] from Ope... | 4 | Current State: 54:[15, 80, 40, 80], Operations: []
Exploring Operation: 80/80=1, Resulting Numbers: [15, 40, 1]
Generated Node #0,0: 54:[15, 40, 1] Operation: 80/80=1
Exploring Operation: 80-80=0, Resulting Numbers: [15, 40, 0]
Generated Node #0,1: 54:[15, 40, 0] Operation: 80-80=0
Exploring Operation: 80/40=2, Resulti... | 0.990451 | hs_3 | mult_heuristic |
[
97,
97,
63,
87
] | 87 | [
"97-97=0",
"63*0=0",
"87+0=87"
] | Current State: 87:[97, 97, 63, 87], Operations: []
Exploring Operation: 97-97=0, Resulting Numbers: [63, 87, 0]
Generated Node #2: [63, 87, 0] from Operation: 97-97=0
Current State: 87:[63, 87, 0], Operations: ['97-97=0']
Exploring Operation: 63*0=0, Resulting Numbers: [87, 0]
Generated Node #3: [87, 0] from Operation:... | 4 | Current State: 87:[97, 97, 63, 87], Operations: []
Exploring Operation: 87-63=24, Resulting Numbers: [97, 97, 24]
Generated Node #0,0: 87:[97, 97, 24] Operation: 87-63=24
Exploring Operation: 97-63=34, Resulting Numbers: [97, 87, 34]
Generated Node #0,1: 87:[97, 87, 34] Operation: 97-63=34
Exploring Operation: 97-63=34... | 0.942708 | hs_5 | sum_heuristic |
[
32,
9,
34,
45
] | 12 | [
"32-9=23",
"45-34=11",
"23-11=12"
] | Current State: 12:[32, 9, 34, 45], Operations: []
Exploring Operation: 32-9=23, Resulting Numbers: [34, 45, 23]
Generated Node #2: [34, 45, 23] from Operation: 32-9=23
Current State: 12:[34, 45, 23], Operations: ['32-9=23']
Exploring Operation: 45-34=11, Resulting Numbers: [23, 11]
Generated Node #3: [23, 11] from Oper... | 4 | Current State: 12:[32, 9, 34, 45], Operations: []
Exploring Operation: 45-34=11, Resulting Numbers: [32, 9, 11]
Generated Node #0,0: 12:[32, 9, 11] Operation: 45-34=11
Exploring Operation: 45-32=13, Resulting Numbers: [9, 34, 13]
Generated Node #0,1: 12:[9, 34, 13] Operation: 45-32=13
Moving to Node #0,0
Current State:... | 0.992188 | hs_2 | mult_heuristic |
[
24,
72,
37,
2
] | 85 | [
"24+72=96",
"96/2=48",
"37+48=85"
] | Current State: 85:[24, 72, 37, 2], Operations: []
Exploring Operation: 24+72=96, Resulting Numbers: [37, 2, 96]
Generated Node #2: [37, 2, 96] from Operation: 24+72=96
Current State: 85:[37, 2, 96], Operations: ['24+72=96']
Exploring Operation: 96/2=48, Resulting Numbers: [37, 48]
Generated Node #3: [37, 48] from Opera... | 4 | Current State: 85:[24, 72, 37, 2], Operations: []
Exploring Operation: 24+72=96, Resulting Numbers: [37, 2, 96]
Generated Node #0,0: 85:[37, 2, 96] Operation: 24+72=96
Exploring Operation: 37*2=74, Resulting Numbers: [24, 72, 74]
Generated Node #0,1: 85:[24, 72, 74] Operation: 37*2=74
Exploring Operation: 72-37=35, Res... | 0 | hs_5 | sum_heuristic |
[
57,
32,
19,
59
] | 37 | [
"57*32=1824",
"1824/19=96",
"96-59=37"
] | Current State: 37:[57, 32, 19, 59], Operations: []
Exploring Operation: 57*32=1824, Resulting Numbers: [19, 59, 1824]
Generated Node #2: [19, 59, 1824] from Operation: 57*32=1824
Current State: 37:[19, 59, 1824], Operations: ['57*32=1824']
Exploring Operation: 1824/19=96, Resulting Numbers: [59, 96]
Generated Node #3: ... | 4 | Current State: 37:[57, 32, 19, 59], Operations: []
Exploring Operation: 59-19=40, Resulting Numbers: [57, 32, 40]
Generated Node #0,0: 37:[57, 32, 40] Operation: 59-19=40
Exploring Operation: 57-19=38, Resulting Numbers: [32, 59, 38]
Generated Node #0,1: 37:[32, 59, 38] Operation: 57-19=38
Moving to Node #0,0
Current S... | 0 | hs_2 | sum_heuristic |
[
4,
18,
48,
19
] | 15 | [
"18-4=14",
"48-19=29",
"29-14=15"
] | Current State: 15:[4, 18, 48, 19], Operations: []
Exploring Operation: 18-4=14, Resulting Numbers: [48, 19, 14]
Generated Node #2: [48, 19, 14] from Operation: 18-4=14
Current State: 15:[48, 19, 14], Operations: ['18-4=14']
Exploring Operation: 48-19=29, Resulting Numbers: [14, 29]
Generated Node #3: [14, 29] from Oper... | 4 | Current State: 15:[4, 18, 48, 19], Operations: []
Exploring Operation: 48/4=12, Resulting Numbers: [18, 19, 12]
Generated Node #0,0: 15:[18, 19, 12] Operation: 48/4=12
Moving to Node #0,0
Current State: 15:[18, 19, 12], Operations: ['48/4=12']
Exploring Operation: 19-18=1, Resulting Numbers: [12, 1]
Generated Node #0,0... | 0 | hs_1 | sum_heuristic |
[
61,
18,
36,
82
] | 33 | [
"61+18=79",
"82-36=46",
"79-46=33"
] | Current State: 33:[61, 18, 36, 82], Operations: []
Exploring Operation: 61+18=79, Resulting Numbers: [36, 82, 79]
Generated Node #2: [36, 82, 79] from Operation: 61+18=79
Current State: 33:[36, 82, 79], Operations: ['61+18=79']
Exploring Operation: 82-36=46, Resulting Numbers: [79, 46]
Generated Node #3: [79, 46] from ... | 4 | Current State: 33:[61, 18, 36, 82], Operations: []
Exploring Operation: 82-61=21, Resulting Numbers: [18, 36, 21]
Generated Node #0,0: 33:[18, 36, 21] Operation: 82-61=21
Start Sub Search at level 1: Moving to Node #0,0
Current State: 33:[18, 36, 21], Operations: ['82-61=21']
Exploring Operation: 21-18=3, Resulting Num... | 0.993924 | hs_1 | mult_heuristic |
[
90,
94,
84,
3
] | 91 | [
"94-90=4",
"84+3=87",
"4+87=91"
] | Current State: 91:[90, 94, 84, 3], Operations: []
Exploring Operation: 94-90=4, Resulting Numbers: [84, 3, 4]
Generated Node #2: [84, 3, 4] from Operation: 94-90=4
Current State: 91:[84, 3, 4], Operations: ['94-90=4']
Exploring Operation: 84+3=87, Resulting Numbers: [4, 87]
Generated Node #3: [4, 87] from Operation: 84... | 4 | Current State: 91:[90, 94, 84, 3], Operations: []
Exploring Operation: 90-84=6, Resulting Numbers: [94, 3, 6]
Generated Node #0,0: 91:[94, 3, 6] Operation: 90-84=6
Exploring Operation: 94-84=10, Resulting Numbers: [90, 3, 10]
Generated Node #0,1: 91:[90, 3, 10] Operation: 94-84=10
Moving to Node #0,0
Current State: 91:... | 0 | hs_2 | sum_heuristic |
[
86,
9,
33,
22
] | 43 | [
"33-9=24",
"24-22=2",
"86/2=43"
] | Current State: 43:[86, 9, 33, 22], Operations: []
Exploring Operation: 33-9=24, Resulting Numbers: [86, 22, 24]
Generated Node #2: [86, 22, 24] from Operation: 33-9=24
Current State: 43:[86, 22, 24], Operations: ['33-9=24']
Exploring Operation: 24-22=2, Resulting Numbers: [86, 2]
Generated Node #3: [86, 2] from Operati... | 4 | Current State: 43:[86, 9, 33, 22], Operations: []
Exploring Operation: 86-22=64, Resulting Numbers: [9, 33, 64]
Generated Node #0,0: 43:[9, 33, 64] Operation: 86-22=64
Exploring Operation: 86-33=53, Resulting Numbers: [9, 22, 53]
Generated Node #0,1: 43:[9, 22, 53] Operation: 86-33=53
Exploring Operation: 86-9=77, Resu... | 0 | hs_3 | mult_heuristic |
[
66,
2,
14,
20
] | 12 | [
"66-14=52",
"2*20=40",
"52-40=12"
] | Current State: 12:[66, 2, 14, 20], Operations: []
Exploring Operation: 66-14=52, Resulting Numbers: [2, 20, 52]
Generated Node #2: [2, 20, 52] from Operation: 66-14=52
Current State: 12:[2, 20, 52], Operations: ['66-14=52']
Exploring Operation: 2*20=40, Resulting Numbers: [52, 40]
Generated Node #3: [52, 40] from Opera... | 4 | Current State: 12:[66, 2, 14, 20], Operations: []
Exploring Operation: 66/2=33, Resulting Numbers: [14, 20, 33]
Generated Node #0,0: 12:[14, 20, 33] Operation: 66/2=33
Start Sub Search at level 1: Moving to Node #0,0
Current State: 12:[14, 20, 33], Operations: ['66/2=33']
Exploring Operation: 33-20=13, Resulting Number... | 0 | hs_1 | mult_heuristic |
[
37,
14,
6,
69
] | 98 | [
"37-14=23",
"6+69=75",
"23+75=98"
] | Current State: 98:[37, 14, 6, 69], Operations: []
Exploring Operation: 37-14=23, Resulting Numbers: [6, 69, 23]
Generated Node #2: [6, 69, 23] from Operation: 37-14=23
Current State: 98:[6, 69, 23], Operations: ['37-14=23']
Exploring Operation: 6+69=75, Resulting Numbers: [23, 75]
Generated Node #3: [23, 75] from Opera... | 4 | Current State: 98:[37, 14, 6, 69], Operations: []
Exploring Operation: 69-14=55, Resulting Numbers: [37, 6, 55]
Generated Node #0,0: 98:[37, 6, 55] Operation: 69-14=55
Exploring Operation: 37+14=51, Resulting Numbers: [6, 69, 51]
Generated Node #0,1: 98:[6, 69, 51] Operation: 37+14=51
Exploring Operation: 69-37=32, Res... | 0.986111 | hs_4 | sum_heuristic |
[
17,
75,
68,
13
] | 58 | [
"68/17=4",
"75-13=62",
"62-4=58"
] | Current State: 58:[17, 75, 68, 13], Operations: []
Exploring Operation: 68/17=4, Resulting Numbers: [75, 13, 4]
Generated Node #2: [75, 13, 4] from Operation: 68/17=4
Current State: 58:[75, 13, 4], Operations: ['68/17=4']
Exploring Operation: 75-13=62, Resulting Numbers: [4, 62]
Generated Node #3: [4, 62] from Operatio... | 4 | Current State: 58:[17, 75, 68, 13], Operations: []
Exploring Operation: 17+13=30, Resulting Numbers: [75, 68, 30]
Generated Node #0,0: 58:[75, 68, 30] Operation: 17+13=30
Exploring Operation: 75-17=58, Resulting Numbers: [68, 13, 58]
Generated Node #0,1: 58:[68, 13, 58] Operation: 75-17=58
Exploring Operation: 75-68=7,... | 0.973958 | hs_4 | sum_heuristic |
[
54,
10,
37,
30
] | 32 | [
"37-10=27",
"54/27=2",
"30+2=32"
] | Current State: 32:[54, 10, 37, 30], Operations: []
Exploring Operation: 37-10=27, Resulting Numbers: [54, 30, 27]
Generated Node #2: [54, 30, 27] from Operation: 37-10=27
Current State: 32:[54, 30, 27], Operations: ['37-10=27']
Exploring Operation: 54/27=2, Resulting Numbers: [30, 2]
Generated Node #3: [30, 2] from Ope... | 4 | Current State: 32:[54, 10, 37, 30], Operations: []
Exploring Operation: 54-30=24, Resulting Numbers: [10, 37, 24]
Generated Node #0,0: 32:[10, 37, 24] Operation: 54-30=24
Exploring Operation: 54-37=17, Resulting Numbers: [10, 30, 17]
Generated Node #0,1: 32:[10, 30, 17] Operation: 54-37=17
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
88,
15,
88,
18
] | 94 | [
"88+88=176",
"15*18=270",
"270-176=94"
] | Current State: 94:[88, 15, 88, 18], Operations: []
Exploring Operation: 88+88=176, Resulting Numbers: [15, 18, 176]
Generated Node #2: [15, 18, 176] from Operation: 88+88=176
Current State: 94:[15, 18, 176], Operations: ['88+88=176']
Exploring Operation: 15*18=270, Resulting Numbers: [176, 270]
Generated Node #3: [176,... | 4 | Current State: 94:[88, 15, 88, 18], Operations: []
Exploring Operation: 18-15=3, Resulting Numbers: [88, 88, 3]
Generated Node #0,0: 94:[88, 88, 3] Operation: 18-15=3
Exploring Operation: 15+18=33, Resulting Numbers: [88, 88, 33]
Generated Node #0,1: 94:[88, 88, 33] Operation: 15+18=33
Exploring Operation: 88/88=1, Res... | 0 | hs_3 | sum_heuristic |
[
16,
52,
5,
20
] | 17 | [
"16+52=68",
"20/5=4",
"68/4=17"
] | Current State: 17:[16, 52, 5, 20], Operations: []
Exploring Operation: 16+52=68, Resulting Numbers: [5, 20, 68]
Generated Node #2: [5, 20, 68] from Operation: 16+52=68
Current State: 17:[5, 20, 68], Operations: ['16+52=68']
Exploring Operation: 20/5=4, Resulting Numbers: [68, 4]
Generated Node #3: [68, 4] from Operatio... | 4 | Current State: 17:[16, 52, 5, 20], Operations: []
Exploring Operation: 52-20=32, Resulting Numbers: [16, 5, 32]
Generated Node #0,0: 17:[16, 5, 32] Operation: 52-20=32
Exploring Operation: 16+5=21, Resulting Numbers: [52, 20, 21]
Generated Node #0,1: 17:[52, 20, 21] Operation: 16+5=21
Exploring Operation: 52-16=36, Res... | 0 | hs_5 | mult_heuristic |
[
44,
84,
81,
40
] | 12 | [
"44-40=4",
"84-81=3",
"4*3=12"
] | Current State: 12:[44, 84, 81, 40], Operations: []
Exploring Operation: 44-40=4, Resulting Numbers: [84, 81, 4]
Generated Node #2: [84, 81, 4] from Operation: 44-40=4
Current State: 12:[84, 81, 4], Operations: ['44-40=4']
Exploring Operation: 84-81=3, Resulting Numbers: [4, 3]
Generated Node #3: [4, 3] from Operation: ... | 4 | Current State: 12:[44, 84, 81, 40], Operations: []
Exploring Operation: 84-81=3, Resulting Numbers: [44, 40, 3]
Generated Node #0,0: 12:[44, 40, 3] Operation: 84-81=3
Exploring Operation: 84-44=40, Resulting Numbers: [81, 40, 40]
Generated Node #0,1: 12:[81, 40, 40] Operation: 84-44=40
Moving to Node #0,0
Current State... | 0.989583 | hs_2 | sum_heuristic |
[
2,
39,
26,
27
] | 81 | [
"2*39=78",
"78/26=3",
"27*3=81"
] | Current State: 81:[2, 39, 26, 27], Operations: []
Exploring Operation: 2*39=78, Resulting Numbers: [26, 27, 78]
Generated Node #2: [26, 27, 78] from Operation: 2*39=78
Current State: 81:[26, 27, 78], Operations: ['2*39=78']
Exploring Operation: 78/26=3, Resulting Numbers: [27, 3]
Generated Node #3: [27, 3] from Operati... | 4 | Current State: 81:[2, 39, 26, 27], Operations: []
Exploring Operation: 39-26=13, Resulting Numbers: [2, 27, 13]
Generated Node #0,0: 81:[2, 27, 13] Operation: 39-26=13
Exploring Operation: 2*39=78, Resulting Numbers: [26, 27, 78]
Generated Node #0,1: 81:[26, 27, 78] Operation: 2*39=78
Moving to Node #0,1
Current State:... | 0.991319 | hs_2 | mult_heuristic |
[
4,
84,
14,
1
] | 35 | [
"84/4=21",
"14*1=14",
"21+14=35"
] | Current State: 35:[4, 84, 14, 1], Operations: []
Exploring Operation: 84/4=21, Resulting Numbers: [14, 1, 21]
Generated Node #2: [14, 1, 21] from Operation: 84/4=21
Current State: 35:[14, 1, 21], Operations: ['84/4=21']
Exploring Operation: 14*1=14, Resulting Numbers: [21, 14]
Generated Node #3: [21, 14] from Operation... | 4 | Current State: 35:[4, 84, 14, 1], Operations: []
Exploring Operation: 84-14=70, Resulting Numbers: [4, 1, 70]
Generated Node #0,0: 35:[4, 1, 70] Operation: 84-14=70
Exploring Operation: 84/14=6, Resulting Numbers: [4, 1, 6]
Generated Node #0,1: 35:[4, 1, 6] Operation: 84/14=6
Exploring Operation: 84-4=80, Resulting Num... | 0.980903 | hs_4 | sum_heuristic |
[
16,
14,
16,
40
] | 86 | [
"16+14=30",
"16+40=56",
"30+56=86"
] | Current State: 86:[16, 14, 16, 40], Operations: []
Exploring Operation: 16+14=30, Resulting Numbers: [40, 30]
Generated Node #2: [40, 30] from Operation: 16+14=30
Current State: 86:[40, 30], Operations: ['16+14=30']
Exploring Operation: 16+40=56, Resulting Numbers: [30, 56]
Generated Node #3: [30, 56] from Operation: 1... | 4 | Current State: 86:[16, 14, 16, 40], Operations: []
Exploring Operation: 16+16=32, Resulting Numbers: [14, 40, 32]
Generated Node #0,0: 86:[14, 40, 32] Operation: 16+16=32
Exploring Operation: 16-16=0, Resulting Numbers: [14, 40, 0]
Generated Node #0,1: 86:[14, 40, 0] Operation: 16-16=0
Exploring Operation: 16-14=2, Res... | 0.926215 | hs_5 | sum_heuristic |
[
40,
30,
32,
42
] | 92 | [
"42-40=2",
"30*2=60",
"32+60=92"
] | Current State: 92:[40, 30, 32, 42], Operations: []
Exploring Operation: 42-40=2, Resulting Numbers: [30, 32, 2]
Generated Node #2: [30, 32, 2] from Operation: 42-40=2
Current State: 92:[30, 32, 2], Operations: ['42-40=2']
Exploring Operation: 30*2=60, Resulting Numbers: [32, 60]
Generated Node #3: [32, 60] from Operati... | 4 | Current State: 92:[40, 30, 32, 42], Operations: []
Exploring Operation: 32-30=2, Resulting Numbers: [40, 42, 2]
Generated Node #0,0: 92:[40, 42, 2] Operation: 32-30=2
Start Sub Search at level 1: Moving to Node #0,0
Current State: 92:[40, 42, 2], Operations: ['32-30=2']
Exploring Operation: 42-40=2, Resulting Numbers: ... | 0 | hs_1 | sum_heuristic |
[
26,
4,
74,
98
] | 95 | [
"4+74=78",
"78/26=3",
"98-3=95"
] | Current State: 95:[26, 4, 74, 98], Operations: []
Exploring Operation: 4+74=78, Resulting Numbers: [26, 98, 78]
Generated Node #2: [26, 98, 78] from Operation: 4+74=78
Current State: 95:[26, 98, 78], Operations: ['4+74=78']
Exploring Operation: 78/26=3, Resulting Numbers: [98, 3]
Generated Node #3: [98, 3] from Operati... | 4 | Current State: 95:[26, 4, 74, 98], Operations: []
Exploring Operation: 4+74=78, Resulting Numbers: [26, 98, 78]
Generated Node #0,0: 95:[26, 98, 78] Operation: 4+74=78
Exploring Operation: 26+74=100, Resulting Numbers: [4, 98, 100]
Generated Node #0,1: 95:[4, 98, 100] Operation: 26+74=100
Exploring Operation: 26-4=22, ... | 0.966146 | hs_4 | sum_heuristic |
[
92,
18,
50,
65
] | 95 | [
"92+18=110",
"65-50=15",
"110-15=95"
] | Current State: 95:[92, 18, 50, 65], Operations: []
Exploring Operation: 92+18=110, Resulting Numbers: [50, 65, 110]
Generated Node #2: [50, 65, 110] from Operation: 92+18=110
Current State: 95:[50, 65, 110], Operations: ['92+18=110']
Exploring Operation: 65-50=15, Resulting Numbers: [110, 15]
Generated Node #3: [110, 1... | 4 | Current State: 95:[92, 18, 50, 65], Operations: []
Exploring Operation: 65-50=15, Resulting Numbers: [92, 18, 15]
Generated Node #0,0: 95:[92, 18, 15] Operation: 65-50=15
Moving to Node #0,0
Current State: 95:[92, 18, 15], Operations: ['65-50=15']
Exploring Operation: 18-15=3, Resulting Numbers: [92, 3]
Generated Node ... | 0.993924 | hs_1 | mult_heuristic |
[
68,
93,
60,
50
] | 85 | [
"93-68=25",
"60+50=110",
"110-25=85"
] | Current State: 85:[68, 93, 60, 50], Operations: []
Exploring Operation: 93-68=25, Resulting Numbers: [60, 50, 25]
Generated Node #2: [60, 50, 25] from Operation: 93-68=25
Current State: 85:[60, 50, 25], Operations: ['93-68=25']
Exploring Operation: 60+50=110, Resulting Numbers: [25, 110]
Generated Node #3: [25, 110] fr... | 4 | Current State: 85:[68, 93, 60, 50], Operations: []
Exploring Operation: 60-50=10, Resulting Numbers: [68, 93, 10]
Generated Node #0,0: 85:[68, 93, 10] Operation: 60-50=10
Exploring Operation: 68-50=18, Resulting Numbers: [93, 60, 18]
Generated Node #0,1: 85:[93, 60, 18] Operation: 68-50=18
Moving to Node #0,0
Current S... | 0 | hs_2 | mult_heuristic |
[
93,
47,
87,
87
] | 47 | [
"93-47=46",
"87/87=1",
"46+1=47"
] | Current State: 47:[93, 47, 87, 87], Operations: []
Exploring Operation: 93-47=46, Resulting Numbers: [87, 87, 46]
Generated Node #2: [87, 87, 46] from Operation: 93-47=46
Current State: 47:[87, 87, 46], Operations: ['93-47=46']
Exploring Operation: 87/87=1, Resulting Numbers: [46, 1]
Generated Node #3: [46, 1] from Ope... | 4 | Current State: 47:[93, 47, 87, 87], Operations: []
Exploring Operation: 93-47=46, Resulting Numbers: [87, 87, 46]
Generated Node #0,0: 47:[87, 87, 46] Operation: 93-47=46
Start Sub Search at level 1: Moving to Node #0,0
Current State: 47:[87, 87, 46], Operations: ['93-47=46']
Exploring Operation: 87-46=41, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
39,
44,
87,
34
] | 30 | [
"39+44=83",
"87-34=53",
"83-53=30"
] | Current State: 30:[39, 44, 87, 34], Operations: []
Exploring Operation: 39+44=83, Resulting Numbers: [87, 34, 83]
Generated Node #2: [87, 34, 83] from Operation: 39+44=83
Current State: 30:[87, 34, 83], Operations: ['39+44=83']
Exploring Operation: 87-34=53, Resulting Numbers: [83, 53]
Generated Node #3: [83, 53] from ... | 4 | Current State: 30:[39, 44, 87, 34], Operations: []
Exploring Operation: 87-39=48, Resulting Numbers: [44, 34, 48]
Generated Node #0,0: 30:[44, 34, 48] Operation: 87-39=48
Exploring Operation: 44-39=5, Resulting Numbers: [87, 34, 5]
Generated Node #0,1: 30:[87, 34, 5] Operation: 44-39=5
Exploring Operation: 87-34=53, Re... | 0.986979 | hs_4 | mult_heuristic |
[
9,
91,
82,
62
] | 75 | [
"82+62=144",
"144/9=16",
"91-16=75"
] | Current State: 75:[9, 91, 82, 62], Operations: []
Exploring Operation: 82+62=144, Resulting Numbers: [9, 91, 144]
Generated Node #2: [9, 91, 144] from Operation: 82+62=144
Current State: 75:[9, 91, 144], Operations: ['82+62=144']
Exploring Operation: 144/9=16, Resulting Numbers: [91, 16]
Generated Node #3: [91, 16] fro... | 4 | Current State: 75:[9, 91, 82, 62], Operations: []
Exploring Operation: 91-62=29, Resulting Numbers: [9, 82, 29]
Generated Node #0,0: 75:[9, 82, 29] Operation: 91-62=29
Exploring Operation: 82-62=20, Resulting Numbers: [9, 91, 20]
Generated Node #0,1: 75:[9, 91, 20] Operation: 82-62=20
Exploring Operation: 91-82=9, Resu... | 0 | hs_3 | mult_heuristic |
[
18,
86,
81,
20
] | 43 | [
"18+86=104",
"81-20=61",
"104-61=43"
] | Current State: 43:[18, 86, 81, 20], Operations: []
Exploring Operation: 18+86=104, Resulting Numbers: [81, 20, 104]
Generated Node #2: [81, 20, 104] from Operation: 18+86=104
Current State: 43:[81, 20, 104], Operations: ['18+86=104']
Exploring Operation: 81-20=61, Resulting Numbers: [104, 61]
Generated Node #3: [104, 6... | 4 | Current State: 43:[18, 86, 81, 20], Operations: []
Exploring Operation: 81-18=63, Resulting Numbers: [86, 20, 63]
Generated Node #0,0: 43:[86, 20, 63] Operation: 81-18=63
Exploring Operation: 18+20=38, Resulting Numbers: [86, 81, 38]
Generated Node #0,1: 43:[86, 81, 38] Operation: 18+20=38
Exploring Operation: 86-18=68... | 0.988715 | hs_3 | mult_heuristic |
[
60,
3,
66,
70
] | 79 | [
"60-3=57",
"66+70=136",
"136-57=79"
] | Current State: 79:[60, 3, 66, 70], Operations: []
Exploring Operation: 60-3=57, Resulting Numbers: [66, 70, 57]
Generated Node #2: [66, 70, 57] from Operation: 60-3=57
Current State: 79:[66, 70, 57], Operations: ['60-3=57']
Exploring Operation: 66+70=136, Resulting Numbers: [57, 136]
Generated Node #3: [57, 136] from O... | 4 | Current State: 79:[60, 3, 66, 70], Operations: []
Exploring Operation: 60+3=63, Resulting Numbers: [66, 70, 63]
Generated Node #0,0: 79:[66, 70, 63] Operation: 60+3=63
Exploring Operation: 3+66=69, Resulting Numbers: [60, 70, 69]
Generated Node #0,1: 79:[60, 70, 69] Operation: 3+66=69
Exploring Operation: 60-3=57, Resu... | 0.96875 | hs_4 | mult_heuristic |
[
13,
89,
29,
55
] | 38 | [
"13*89=1157",
"1157-55=1102",
"1102/29=38"
] | Current State: 38:[13, 89, 29, 55], Operations: []
Exploring Operation: 13*89=1157, Resulting Numbers: [29, 55, 1157]
Generated Node #2: [29, 55, 1157] from Operation: 13*89=1157
Current State: 38:[29, 55, 1157], Operations: ['13*89=1157']
Exploring Operation: 1157-55=1102, Resulting Numbers: [29, 1102]
Generated Node ... | 4 | Current State: 38:[13, 89, 29, 55], Operations: []
Exploring Operation: 89-13=76, Resulting Numbers: [29, 55, 76]
Generated Node #0,0: 38:[29, 55, 76] Operation: 89-13=76
Exploring Operation: 89-29=60, Resulting Numbers: [13, 55, 60]
Generated Node #0,1: 38:[13, 55, 60] Operation: 89-29=60
Exploring Operation: 89-55=34... | 0 | hs_3 | mult_heuristic |
[
38,
87,
48,
62
] | 15 | [
"38+87=125",
"48+62=110",
"125-110=15"
] | Current State: 15:[38, 87, 48, 62], Operations: []
Exploring Operation: 38+87=125, Resulting Numbers: [48, 62, 125]
Generated Node #2: [48, 62, 125] from Operation: 38+87=125
Current State: 15:[48, 62, 125], Operations: ['38+87=125']
Exploring Operation: 48+62=110, Resulting Numbers: [125, 110]
Generated Node #3: [125,... | 4 | Current State: 15:[38, 87, 48, 62], Operations: []
Exploring Operation: 87-62=25, Resulting Numbers: [38, 48, 25]
Generated Node #0,0: 15:[38, 48, 25] Operation: 87-62=25
Start Sub Search at level 1: Moving to Node #0,0
Current State: 15:[38, 48, 25], Operations: ['87-62=25']
Exploring Operation: 48-38=10, Resulting Nu... | 0.993924 | hs_1 | sum_heuristic |
[
14,
87,
5,
9
] | 97 | [
"14+87=101",
"9-5=4",
"101-4=97"
] | Current State: 97:[14, 87, 5, 9], Operations: []
Exploring Operation: 14+87=101, Resulting Numbers: [5, 9, 101]
Generated Node #2: [5, 9, 101] from Operation: 14+87=101
Current State: 97:[5, 9, 101], Operations: ['14+87=101']
Exploring Operation: 9-5=4, Resulting Numbers: [101, 4]
Generated Node #3: [101, 4] from Opera... | 4 | Current State: 97:[14, 87, 5, 9], Operations: []
Exploring Operation: 14*9=126, Resulting Numbers: [87, 5, 126]
Generated Node #0,0: 97:[87, 5, 126] Operation: 14*9=126
Exploring Operation: 14*5=70, Resulting Numbers: [87, 9, 70]
Generated Node #0,1: 97:[87, 9, 70] Operation: 14*5=70
Start Sub Search at level 1: Moving... | 0 | hs_2 | sum_heuristic |
[
77,
88,
79,
24
] | 66 | [
"88-77=11",
"79-24=55",
"11+55=66"
] | Current State: 66:[77, 88, 79, 24], Operations: []
Exploring Operation: 88-77=11, Resulting Numbers: [79, 24, 11]
Generated Node #2: [79, 24, 11] from Operation: 88-77=11
Current State: 66:[79, 24, 11], Operations: ['88-77=11']
Exploring Operation: 79-24=55, Resulting Numbers: [11, 55]
Generated Node #3: [11, 55] from ... | 4 | Current State: 66:[77, 88, 79, 24], Operations: []
Exploring Operation: 88-77=11, Resulting Numbers: [79, 24, 11]
Generated Node #0,0: 66:[79, 24, 11] Operation: 88-77=11
Start Sub Search at level 1: Moving to Node #0,0
Current State: 66:[79, 24, 11], Operations: ['88-77=11']
Exploring Operation: 79-11=68, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
37,
40,
79,
34
] | 77 | [
"40+34=74",
"74/37=2",
"79-2=77"
] | Current State: 77:[37, 40, 79, 34], Operations: []
Exploring Operation: 40+34=74, Resulting Numbers: [37, 79, 74]
Generated Node #2: [37, 79, 74] from Operation: 40+34=74
Current State: 77:[37, 79, 74], Operations: ['40+34=74']
Exploring Operation: 74/37=2, Resulting Numbers: [79, 2]
Generated Node #3: [79, 2] from Ope... | 4 | Current State: 77:[37, 40, 79, 34], Operations: []
Exploring Operation: 37+40=77, Resulting Numbers: [79, 34, 77]
Generated Node #0,0: 77:[79, 34, 77] Operation: 37+40=77
Exploring Operation: 40-37=3, Resulting Numbers: [79, 34, 3]
Generated Node #0,1: 77:[79, 34, 3] Operation: 40-37=3
Exploring Operation: 37-34=3, Res... | 0.932292 | hs_5 | mult_heuristic |
[
11,
57,
6,
6
] | 67 | [
"11+57=68",
"6/6=1",
"68-1=67"
] | Current State: 67:[11, 57, 6, 6], Operations: []
Exploring Operation: 11+57=68, Resulting Numbers: [6, 6, 68]
Generated Node #2: [6, 6, 68] from Operation: 11+57=68
Current State: 67:[6, 6, 68], Operations: ['11+57=68']
Exploring Operation: 6/6=1, Resulting Numbers: [68, 1]
Generated Node #3: [68, 1] from Operation: 6/... | 4 | Current State: 67:[11, 57, 6, 6], Operations: []
Exploring Operation: 11*6=66, Resulting Numbers: [57, 6, 66]
Generated Node #0,0: 67:[57, 6, 66] Operation: 11*6=66
Exploring Operation: 11+6=17, Resulting Numbers: [57, 6, 17]
Generated Node #0,1: 67:[57, 6, 17] Operation: 11+6=17
Exploring Operation: 6*6=36, Resulting ... | 0 | hs_5 | mult_heuristic |
[
54,
53,
40,
7
] | 46 | [
"54-53=1",
"40+7=47",
"47-1=46"
] | Current State: 46:[54, 53, 40, 7], Operations: []
Exploring Operation: 54-53=1, Resulting Numbers: [40, 7, 1]
Generated Node #2: [40, 7, 1] from Operation: 54-53=1
Current State: 46:[40, 7, 1], Operations: ['54-53=1']
Exploring Operation: 40+7=47, Resulting Numbers: [1, 47]
Generated Node #3: [1, 47] from Operation: 40... | 4 | Current State: 46:[54, 53, 40, 7], Operations: []
Exploring Operation: 54-7=47, Resulting Numbers: [53, 40, 47]
Generated Node #0,0: 46:[53, 40, 47] Operation: 54-7=47
Exploring Operation: 53-7=46, Resulting Numbers: [54, 40, 46]
Generated Node #0,1: 46:[54, 40, 46] Operation: 53-7=46
Exploring Operation: 54-53=1, Resu... | 0.987847 | hs_4 | mult_heuristic |
[
87,
84,
73,
44
] | 32 | [
"87-84=3",
"73-44=29",
"3+29=32"
] | Current State: 32:[87, 84, 73, 44], Operations: []
Exploring Operation: 87-84=3, Resulting Numbers: [73, 44, 3]
Generated Node #2: [73, 44, 3] from Operation: 87-84=3
Current State: 32:[73, 44, 3], Operations: ['87-84=3']
Exploring Operation: 73-44=29, Resulting Numbers: [3, 29]
Generated Node #3: [3, 29] from Operatio... | 4 | Current State: 32:[87, 84, 73, 44], Operations: []
Exploring Operation: 84-73=11, Resulting Numbers: [87, 44, 11]
Generated Node #0,0: 32:[87, 44, 11] Operation: 84-73=11
Exploring Operation: 84-44=40, Resulting Numbers: [87, 73, 40]
Generated Node #0,1: 32:[87, 73, 40] Operation: 84-44=40
Exploring Operation: 87-44=43... | 0.986111 | hs_5 | sum_heuristic |
[
38,
61,
88,
18
] | 54 | [
"38+88=126",
"126/18=7",
"61-7=54"
] | Current State: 54:[38, 61, 88, 18], Operations: []
Exploring Operation: 38+88=126, Resulting Numbers: [61, 18, 126]
Generated Node #2: [61, 18, 126] from Operation: 38+88=126
Current State: 54:[61, 18, 126], Operations: ['38+88=126']
Exploring Operation: 126/18=7, Resulting Numbers: [61, 7]
Generated Node #3: [61, 7] f... | 4 | Current State: 54:[38, 61, 88, 18], Operations: []
Exploring Operation: 88-61=27, Resulting Numbers: [38, 18, 27]
Generated Node #0,0: 54:[38, 18, 27] Operation: 88-61=27
Exploring Operation: 88-38=50, Resulting Numbers: [61, 18, 50]
Generated Node #0,1: 54:[61, 18, 50] Operation: 88-38=50
Exploring Operation: 88-18=70... | 0 | hs_3 | mult_heuristic |
[
80,
93,
76,
44
] | 82 | [
"80-76=4",
"44/4=11",
"93-11=82"
] | Current State: 82:[80, 93, 76, 44], Operations: []
Exploring Operation: 80-76=4, Resulting Numbers: [93, 44, 4]
Generated Node #2: [93, 44, 4] from Operation: 80-76=4
Current State: 82:[93, 44, 4], Operations: ['80-76=4']
Exploring Operation: 44/4=11, Resulting Numbers: [93, 11]
Generated Node #3: [93, 11] from Operati... | 4 | Current State: 82:[80, 93, 76, 44], Operations: []
Exploring Operation: 80-76=4, Resulting Numbers: [93, 44, 4]
Generated Node #0,0: 82:[93, 44, 4] Operation: 80-76=4
Moving to Node #0,0
Current State: 82:[93, 44, 4], Operations: ['80-76=4']
Exploring Operation: 93-44=49, Resulting Numbers: [4, 49]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
76,
19,
12,
6
] | 54 | [
"76/19=4",
"12*4=48",
"6+48=54"
] | Current State: 54:[76, 19, 12, 6], Operations: []
Exploring Operation: 76/19=4, Resulting Numbers: [12, 6, 4]
Generated Node #2: [12, 6, 4] from Operation: 76/19=4
Current State: 54:[12, 6, 4], Operations: ['76/19=4']
Exploring Operation: 12*4=48, Resulting Numbers: [6, 48]
Generated Node #3: [6, 48] from Operation: 12... | 4 | Current State: 54:[76, 19, 12, 6], Operations: []
Exploring Operation: 76/19=4, Resulting Numbers: [12, 6, 4]
Generated Node #0,0: 54:[12, 6, 4] Operation: 76/19=4
Moving to Node #0,0
Current State: 54:[12, 6, 4], Operations: ['76/19=4']
Exploring Operation: 12/4=3, Resulting Numbers: [6, 3]
Generated Node #0,0,0: 54:[... | 0 | hs_1 | sum_heuristic |
[
36,
72,
7,
4
] | 61 | [
"36+7=43",
"72/4=18",
"43+18=61"
] | Current State: 61:[36, 72, 7, 4], Operations: []
Exploring Operation: 36+7=43, Resulting Numbers: [72, 4, 43]
Generated Node #2: [72, 4, 43] from Operation: 36+7=43
Current State: 61:[72, 4, 43], Operations: ['36+7=43']
Exploring Operation: 72/4=18, Resulting Numbers: [43, 18]
Generated Node #3: [43, 18] from Operation... | 4 | Current State: 61:[36, 72, 7, 4], Operations: []
Exploring Operation: 36+7=43, Resulting Numbers: [72, 4, 43]
Generated Node #0,0: 61:[72, 4, 43] Operation: 36+7=43
Exploring Operation: 7*4=28, Resulting Numbers: [36, 72, 28]
Generated Node #0,1: 61:[36, 72, 28] Operation: 7*4=28
Exploring Operation: 36+4=40, Resulting... | 0 | hs_3 | sum_heuristic |
[
82,
33,
57,
3
] | 30 | [
"82-33=49",
"57/3=19",
"49-19=30"
] | Current State: 30:[82, 33, 57, 3], Operations: []
Exploring Operation: 82-33=49, Resulting Numbers: [57, 3, 49]
Generated Node #2: [57, 3, 49] from Operation: 82-33=49
Current State: 30:[57, 3, 49], Operations: ['82-33=49']
Exploring Operation: 57/3=19, Resulting Numbers: [49, 19]
Generated Node #3: [49, 19] from Opera... | 4 | Current State: 30:[82, 33, 57, 3], Operations: []
Exploring Operation: 82-57=25, Resulting Numbers: [33, 3, 25]
Generated Node #0,0: 30:[33, 3, 25] Operation: 82-57=25
Moving to Node #0,0
Current State: 30:[33, 3, 25], Operations: ['82-57=25']
Exploring Operation: 33-25=8, Resulting Numbers: [3, 8]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
5,
12,
24,
5
] | 55 | [
"24-12=12",
"5*12=60",
"60-5=55"
] | Current State: 55:[5, 12, 24, 5], Operations: []
Exploring Operation: 24-12=12, Resulting Numbers: [5, 5, 12]
Generated Node #2: [5, 5, 12] from Operation: 24-12=12
Current State: 55:[5, 5, 12], Operations: ['24-12=12']
Exploring Operation: 5*12=60, Resulting Numbers: [60]
60,55 equal: Goal Reached
Exploring Operation:... | 4 | Current State: 55:[5, 12, 24, 5], Operations: []
Exploring Operation: 24/12=2, Resulting Numbers: [5, 5, 2]
Generated Node #0,0: 55:[5, 5, 2] Operation: 24/12=2
Exploring Operation: 24-12=12, Resulting Numbers: [5, 5, 12]
Generated Node #0,1: 55:[5, 5, 12] Operation: 24-12=12
Start Sub Search at level 1: Moving to Node... | 0 | hs_2 | mult_heuristic |
[
26,
22,
80,
35
] | 93 | [
"26+22=48",
"80-35=45",
"48+45=93"
] | Current State: 93:[26, 22, 80, 35], Operations: []
Exploring Operation: 26+22=48, Resulting Numbers: [80, 35, 48]
Generated Node #2: [80, 35, 48] from Operation: 26+22=48
Current State: 93:[80, 35, 48], Operations: ['26+22=48']
Exploring Operation: 80-35=45, Resulting Numbers: [48, 45]
Generated Node #3: [48, 45] from ... | 4 | Current State: 93:[26, 22, 80, 35], Operations: []
Exploring Operation: 35-26=9, Resulting Numbers: [22, 80, 9]
Generated Node #0,0: 93:[22, 80, 9] Operation: 35-26=9
Exploring Operation: 26+80=106, Resulting Numbers: [22, 35, 106]
Generated Node #0,1: 93:[22, 35, 106] Operation: 26+80=106
Exploring Operation: 22+80=10... | 0.987847 | hs_4 | mult_heuristic |
[
89,
2,
12,
34
] | 86 | [
"89-12=77",
"77-34=43",
"2*43=86"
] | Current State: 86:[89, 2, 12, 34], Operations: []
Exploring Operation: 89-12=77, Resulting Numbers: [2, 34, 77]
Generated Node #2: [2, 34, 77] from Operation: 89-12=77
Current State: 86:[2, 34, 77], Operations: ['89-12=77']
Exploring Operation: 77-34=43, Resulting Numbers: [2, 43]
Generated Node #3: [2, 43] from Operat... | 4 | Current State: 86:[89, 2, 12, 34], Operations: []
Exploring Operation: 12+34=46, Resulting Numbers: [89, 2, 46]
Generated Node #0,0: 86:[89, 2, 46] Operation: 12+34=46
Exploring Operation: 12/2=6, Resulting Numbers: [89, 34, 6]
Generated Node #0,1: 86:[89, 34, 6] Operation: 12/2=6
Moving to Node #0,0
Current State: 86:... | 0.986111 | hs_2 | sum_heuristic |
[
74,
80,
41,
66
] | 47 | [
"74+80=154",
"41+66=107",
"154-107=47"
] | Current State: 47:[74, 80, 41, 66], Operations: []
Exploring Operation: 74+80=154, Resulting Numbers: [41, 66, 154]
Generated Node #2: [41, 66, 154] from Operation: 74+80=154
Current State: 47:[41, 66, 154], Operations: ['74+80=154']
Exploring Operation: 41+66=107, Resulting Numbers: [154, 107]
Generated Node #3: [154,... | 4 | Current State: 47:[74, 80, 41, 66], Operations: []
Exploring Operation: 80-41=39, Resulting Numbers: [74, 66, 39]
Generated Node #0,0: 47:[74, 66, 39] Operation: 80-41=39
Exploring Operation: 74-41=33, Resulting Numbers: [80, 66, 33]
Generated Node #0,1: 47:[80, 66, 33] Operation: 74-41=33
Exploring Operation: 80-74=6,... | 0.986979 | hs_3 | mult_heuristic |
[
50,
52,
37,
7
] | 67 | [
"52-50=2",
"37*2=74",
"74-7=67"
] | Current State: 67:[50, 52, 37, 7], Operations: []
Exploring Operation: 52-50=2, Resulting Numbers: [37, 7, 2]
Generated Node #2: [37, 7, 2] from Operation: 52-50=2
Current State: 67:[37, 7, 2], Operations: ['52-50=2']
Exploring Operation: 37*2=74, Resulting Numbers: [7, 74]
Generated Node #3: [7, 74] from Operation: 37... | 4 | Current State: 67:[50, 52, 37, 7], Operations: []
Exploring Operation: 50+7=57, Resulting Numbers: [52, 37, 57]
Generated Node #0,0: 67:[52, 37, 57] Operation: 50+7=57
Start Sub Search at level 1: Moving to Node #0,0
Current State: 67:[52, 37, 57], Operations: ['50+7=57']
Exploring Operation: 52+37=89, Resulting Number... | 0 | hs_1 | sum_heuristic |
[
20,
59,
3,
44
] | 86 | [
"59-20=39",
"3+44=47",
"39+47=86"
] | Current State: 86:[20, 59, 3, 44], Operations: []
Exploring Operation: 59-20=39, Resulting Numbers: [3, 44, 39]
Generated Node #2: [3, 44, 39] from Operation: 59-20=39
Current State: 86:[3, 44, 39], Operations: ['59-20=39']
Exploring Operation: 3+44=47, Resulting Numbers: [39, 47]
Generated Node #3: [39, 47] from Opera... | 4 | Current State: 86:[20, 59, 3, 44], Operations: []
Exploring Operation: 59-20=39, Resulting Numbers: [3, 44, 39]
Generated Node #0,0: 86:[3, 44, 39] Operation: 59-20=39
Moving to Node #0,0
Current State: 86:[3, 44, 39], Operations: ['59-20=39']
Exploring Operation: 3+39=42, Resulting Numbers: [44, 42]
Generated Node #0,... | 0.993924 | hs_1 | sum_heuristic |
[
79,
52,
25,
26
] | 56 | [
"79+25=104",
"104/26=4",
"52+4=56"
] | Current State: 56:[79, 52, 25, 26], Operations: []
Exploring Operation: 79+25=104, Resulting Numbers: [52, 26, 104]
Generated Node #2: [52, 26, 104] from Operation: 79+25=104
Current State: 56:[52, 26, 104], Operations: ['79+25=104']
Exploring Operation: 104/26=4, Resulting Numbers: [52, 4]
Generated Node #3: [52, 4] f... | 4 | Current State: 56:[79, 52, 25, 26], Operations: []
Exploring Operation: 79-25=54, Resulting Numbers: [52, 26, 54]
Generated Node #0,0: 56:[52, 26, 54] Operation: 79-25=54
Exploring Operation: 79-52=27, Resulting Numbers: [25, 26, 27]
Generated Node #0,1: 56:[25, 26, 27] Operation: 79-52=27
Moving to Node #0,1
Current S... | 0.986111 | hs_2 | mult_heuristic |
[
2,
13,
83,
47
] | 52 | [
"83+47=130",
"130/2=65",
"65-13=52"
] | Current State: 52:[2, 13, 83, 47], Operations: []
Exploring Operation: 83+47=130, Resulting Numbers: [2, 13, 130]
Generated Node #2: [2, 13, 130] from Operation: 83+47=130
Current State: 52:[2, 13, 130], Operations: ['83+47=130']
Exploring Operation: 130/2=65, Resulting Numbers: [13, 65]
Generated Node #3: [13, 65] fro... | 4 | Current State: 52:[2, 13, 83, 47], Operations: []
Exploring Operation: 83-47=36, Resulting Numbers: [2, 13, 36]
Generated Node #0,0: 52:[2, 13, 36] Operation: 83-47=36
Start Sub Search at level 1: Moving to Node #0,0
Current State: 52:[2, 13, 36], Operations: ['83-47=36']
Exploring Operation: 13+36=49, Resulting Number... | 0 | hs_1 | mult_heuristic |
[
11,
9,
75,
97
] | 73 | [
"11*9=99",
"75+97=172",
"172-99=73"
] | Current State: 73:[11, 9, 75, 97], Operations: []
Exploring Operation: 11*9=99, Resulting Numbers: [75, 97, 99]
Generated Node #2: [75, 97, 99] from Operation: 11*9=99
Current State: 73:[75, 97, 99], Operations: ['11*9=99']
Exploring Operation: 75+97=172, Resulting Numbers: [99, 172]
Generated Node #3: [99, 172] from O... | 4 | Current State: 73:[11, 9, 75, 97], Operations: []
Exploring Operation: 11+9=20, Resulting Numbers: [75, 97, 20]
Generated Node #0,0: 73:[75, 97, 20] Operation: 11+9=20
Exploring Operation: 11*9=99, Resulting Numbers: [75, 97, 99]
Generated Node #0,1: 73:[75, 97, 99] Operation: 11*9=99
Start Sub Search at level 1: Movin... | 0.992188 | hs_2 | sum_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.