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 |
|---|---|---|---|---|---|---|---|---|
[
74,
80,
19,
41
] | 94 | [
"74+80=154",
"19+41=60",
"154-60=94"
] | Current State: 94:[74, 80, 19, 41], Operations: []
Exploring Operation: 74+80=154, Resulting Numbers: [19, 41, 154]
Generated Node #2: [19, 41, 154] from Operation: 74+80=154
Current State: 94:[19, 41, 154], Operations: ['74+80=154']
Exploring Operation: 19+41=60, Resulting Numbers: [154, 60]
Generated Node #3: [154, 6... | 4 | Current State: 94:[74, 80, 19, 41], Operations: []
Exploring Operation: 74-19=55, Resulting Numbers: [80, 41, 55]
Generated Node #0,0: 94:[80, 41, 55] Operation: 74-19=55
Exploring Operation: 80-74=6, Resulting Numbers: [19, 41, 6]
Generated Node #0,1: 94:[19, 41, 6] Operation: 80-74=6
Exploring Operation: 74+19=93, Re... | 0.950521 | hs_5 | mult_heuristic |
[
64,
21,
3,
74
] | 67 | [
"64+74=138",
"138/3=46",
"21+46=67"
] | Current State: 67:[64, 21, 3, 74], Operations: []
Exploring Operation: 64+74=138, Resulting Numbers: [21, 3, 138]
Generated Node #2: [21, 3, 138] from Operation: 64+74=138
Current State: 67:[21, 3, 138], Operations: ['64+74=138']
Exploring Operation: 138/3=46, Resulting Numbers: [21, 46]
Generated Node #3: [21, 46] fro... | 4 | Current State: 67:[64, 21, 3, 74], Operations: []
Exploring Operation: 21*3=63, Resulting Numbers: [64, 74, 63]
Generated Node #0,0: 67:[64, 74, 63] Operation: 21*3=63
Exploring Operation: 64+3=67, Resulting Numbers: [21, 74, 67]
Generated Node #0,1: 67:[21, 74, 67] Operation: 64+3=67
Exploring Operation: 21+3=24, Resu... | 0 | hs_5 | sum_heuristic |
[
72,
74,
78,
70
] | 83 | [
"78-70=8",
"72/8=9",
"74+9=83"
] | Current State: 83:[72, 74, 78, 70], Operations: []
Exploring Operation: 78-70=8, Resulting Numbers: [72, 74, 8]
Generated Node #2: [72, 74, 8] from Operation: 78-70=8
Current State: 83:[72, 74, 8], Operations: ['78-70=8']
Exploring Operation: 72/8=9, Resulting Numbers: [74, 9]
Generated Node #3: [74, 9] from Operation:... | 4 | Current State: 83:[72, 74, 78, 70], Operations: []
Exploring Operation: 72+74=146, Resulting Numbers: [78, 70, 146]
Generated Node #0,0: 83:[78, 70, 146] Operation: 72+74=146
Exploring Operation: 72+70=142, Resulting Numbers: [74, 78, 142]
Generated Node #0,1: 83:[74, 78, 142] Operation: 72+70=142
Exploring Operation: ... | 0 | hs_3 | sum_heuristic |
[
33,
88,
66,
23
] | 33 | [
"88-66=22",
"23-22=1",
"33*1=33"
] | Current State: 33:[33, 88, 66, 23], Operations: []
Exploring Operation: 88-66=22, Resulting Numbers: [33, 23, 22]
Generated Node #2: [33, 23, 22] from Operation: 88-66=22
Current State: 33:[33, 23, 22], Operations: ['88-66=22']
Exploring Operation: 23-22=1, Resulting Numbers: [33, 1]
Generated Node #3: [33, 1] from Ope... | 4 | Current State: 33:[33, 88, 66, 23], Operations: []
Exploring Operation: 88-33=55, Resulting Numbers: [66, 23, 55]
Generated Node #0,0: 33:[66, 23, 55] Operation: 88-33=55
Exploring Operation: 88-23=65, Resulting Numbers: [33, 66, 65]
Generated Node #0,1: 33:[33, 66, 65] Operation: 88-23=65
Exploring Operation: 66-33=33... | 0.988715 | hs_4 | mult_heuristic |
[
81,
3,
56,
3
] | 90 | [
"81-3=78",
"56*3=168",
"168-78=90"
] | Current State: 90:[81, 3, 56, 3], Operations: []
Exploring Operation: 81-3=78, Resulting Numbers: [56, 78]
Generated Node #2: [56, 78] from Operation: 81-3=78
Current State: 90:[56, 78], Operations: ['81-3=78']
Exploring Operation: 56*3=168, Resulting Numbers: [78, 168]
Generated Node #3: [78, 168] from Operation: 56*3... | 4 | Current State: 90:[81, 3, 56, 3], Operations: []
Exploring Operation: 81-56=25, Resulting Numbers: [3, 3, 25]
Generated Node #0,0: 90:[3, 3, 25] Operation: 81-56=25
Exploring Operation: 81/3=27, Resulting Numbers: [56, 3, 27]
Generated Node #0,1: 90:[56, 3, 27] Operation: 81/3=27
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | sum_heuristic |
[
22,
41,
72,
48
] | 82 | [
"72-22=50",
"50-48=2",
"41*2=82"
] | Current State: 82:[22, 41, 72, 48], Operations: []
Exploring Operation: 72-22=50, Resulting Numbers: [41, 48, 50]
Generated Node #2: [41, 48, 50] from Operation: 72-22=50
Current State: 82:[41, 48, 50], Operations: ['72-22=50']
Exploring Operation: 50-48=2, Resulting Numbers: [41, 2]
Generated Node #3: [41, 2] from Ope... | 4 | Current State: 82:[22, 41, 72, 48], Operations: []
Exploring Operation: 22+48=70, Resulting Numbers: [41, 72, 70]
Generated Node #0,0: 82:[41, 72, 70] Operation: 22+48=70
Exploring Operation: 22+72=94, Resulting Numbers: [41, 48, 94]
Generated Node #0,1: 82:[41, 48, 94] Operation: 22+72=94
Exploring Operation: 48-22=26... | 0.987847 | hs_4 | sum_heuristic |
[
36,
45,
86,
57
] | 89 | [
"57-45=12",
"36/12=3",
"86+3=89"
] | Current State: 89:[36, 45, 86, 57], Operations: []
Exploring Operation: 57-45=12, Resulting Numbers: [36, 86, 12]
Generated Node #2: [36, 86, 12] from Operation: 57-45=12
Current State: 89:[36, 86, 12], Operations: ['57-45=12']
Exploring Operation: 36/12=3, Resulting Numbers: [86, 3]
Generated Node #3: [86, 3] from Ope... | 4 | Current State: 89:[36, 45, 86, 57], Operations: []
Exploring Operation: 36+45=81, Resulting Numbers: [86, 57, 81]
Generated Node #0,0: 89:[86, 57, 81] Operation: 36+45=81
Exploring Operation: 36+57=93, Resulting Numbers: [45, 86, 93]
Generated Node #0,1: 89:[45, 86, 93] Operation: 36+57=93
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
83,
6,
94,
84
] | 79 | [
"83+6=89",
"94-84=10",
"89-10=79"
] | Current State: 79:[83, 6, 94, 84], Operations: []
Exploring Operation: 83+6=89, Resulting Numbers: [94, 84, 89]
Generated Node #2: [94, 84, 89] from Operation: 83+6=89
Current State: 79:[94, 84, 89], Operations: ['83+6=89']
Exploring Operation: 94-84=10, Resulting Numbers: [89, 10]
Generated Node #3: [89, 10] from Oper... | 4 | Current State: 79:[83, 6, 94, 84], Operations: []
Exploring Operation: 84-6=78, Resulting Numbers: [83, 94, 78]
Generated Node #0,0: 79:[83, 94, 78] Operation: 84-6=78
Exploring Operation: 94-6=88, Resulting Numbers: [83, 84, 88]
Generated Node #0,1: 79:[83, 84, 88] Operation: 94-6=88
Moving to Node #0,1
Current State:... | 0.986111 | hs_2 | sum_heuristic |
[
50,
61,
63,
13
] | 60 | [
"63-50=13",
"13/13=1",
"61-1=60"
] | Current State: 60:[50, 61, 63, 13], Operations: []
Exploring Operation: 63-50=13, Resulting Numbers: [61, 13, 13]
Generated Node #2: [61, 13, 13] from Operation: 63-50=13
Current State: 60:[61, 13, 13], Operations: ['63-50=13']
Exploring Operation: 13/13=1, Resulting Numbers: [61, 1]
Generated Node #3: [61, 1] from Ope... | 4 | Current State: 60:[50, 61, 63, 13], Operations: []
Exploring Operation: 50+13=63, Resulting Numbers: [61, 63, 63]
Generated Node #0,0: 60:[61, 63, 63] Operation: 50+13=63
Exploring Operation: 63-50=13, Resulting Numbers: [61, 13, 13]
Generated Node #0,1: 60:[61, 13, 13] Operation: 63-50=13
Exploring Operation: 50-13=37... | 0.988715 | hs_4 | sum_heuristic |
[
44,
84,
78,
40
] | 77 | [
"84-44=40",
"40/40=1",
"78-1=77"
] | Current State: 77:[44, 84, 78, 40], Operations: []
Exploring Operation: 84-44=40, Resulting Numbers: [78, 40, 40]
Generated Node #2: [78, 40, 40] from Operation: 84-44=40
Current State: 77:[78, 40, 40], Operations: ['84-44=40']
Exploring Operation: 40/40=1, Resulting Numbers: [78, 1]
Generated Node #3: [78, 1] from Ope... | 4 | Current State: 77:[44, 84, 78, 40], Operations: []
Exploring Operation: 44-40=4, Resulting Numbers: [84, 78, 4]
Generated Node #0,0: 77:[84, 78, 4] Operation: 44-40=4
Moving to Node #0,0
Current State: 77:[84, 78, 4], Operations: ['44-40=4']
Exploring Operation: 84-78=6, Resulting Numbers: [4, 6]
Generated Node #0,0,0:... | 0 | hs_1 | sum_heuristic |
[
2,
42,
44,
50
] | 48 | [
"50-42=8",
"8/2=4",
"44+4=48"
] | Current State: 48:[2, 42, 44, 50], Operations: []
Exploring Operation: 50-42=8, Resulting Numbers: [2, 44, 8]
Generated Node #2: [2, 44, 8] from Operation: 50-42=8
Current State: 48:[2, 44, 8], Operations: ['50-42=8']
Exploring Operation: 8/2=4, Resulting Numbers: [44, 4]
Generated Node #3: [44, 4] from Operation: 8/2=... | 4 | Current State: 48:[2, 42, 44, 50], Operations: []
Exploring Operation: 42/2=21, Resulting Numbers: [44, 50, 21]
Generated Node #0,0: 48:[44, 50, 21] Operation: 42/2=21
Exploring Operation: 2+42=44, Resulting Numbers: [44, 50, 44]
Generated Node #0,1: 48:[44, 50, 44] Operation: 2+42=44
Exploring Operation: 50-44=6, Resu... | 0.905382 | hs_5 | sum_heuristic |
[
46,
93,
54,
95
] | 98 | [
"46+93=139",
"95-54=41",
"139-41=98"
] | Current State: 98:[46, 93, 54, 95], Operations: []
Exploring Operation: 46+93=139, Resulting Numbers: [54, 95, 139]
Generated Node #2: [54, 95, 139] from Operation: 46+93=139
Current State: 98:[54, 95, 139], Operations: ['46+93=139']
Exploring Operation: 95-54=41, Resulting Numbers: [139, 41]
Generated Node #3: [139, 4... | 4 | Current State: 98:[46, 93, 54, 95], Operations: []
Exploring Operation: 54-46=8, Resulting Numbers: [93, 95, 8]
Generated Node #0,0: 98:[93, 95, 8] Operation: 54-46=8
Exploring Operation: 95-46=49, Resulting Numbers: [93, 54, 49]
Generated Node #0,1: 98:[93, 54, 49] Operation: 95-46=49
Exploring Operation: 46+54=100, R... | 0.983507 | hs_5 | mult_heuristic |
[
29,
8,
24,
80
] | 43 | [
"29+24=53",
"80/8=10",
"53-10=43"
] | Current State: 43:[29, 8, 24, 80], Operations: []
Exploring Operation: 29+24=53, Resulting Numbers: [8, 80, 53]
Generated Node #2: [8, 80, 53] from Operation: 29+24=53
Current State: 43:[8, 80, 53], Operations: ['29+24=53']
Exploring Operation: 80/8=10, Resulting Numbers: [53, 10]
Generated Node #3: [53, 10] from Opera... | 4 | Current State: 43:[29, 8, 24, 80], Operations: []
Exploring Operation: 8+24=32, Resulting Numbers: [29, 80, 32]
Generated Node #0,0: 43:[29, 80, 32] Operation: 8+24=32
Exploring Operation: 80-24=56, Resulting Numbers: [29, 8, 56]
Generated Node #0,1: 43:[29, 8, 56] Operation: 80-24=56
Exploring Operation: 80-8=72, Resu... | 0 | hs_5 | sum_heuristic |
[
1,
69,
49,
62
] | 82 | [
"1*69=69",
"62-49=13",
"69+13=82"
] | Current State: 82:[1, 69, 49, 62], Operations: []
Exploring Operation: 1*69=69, Resulting Numbers: [49, 62, 69]
Generated Node #2: [49, 62, 69] from Operation: 1*69=69
Current State: 82:[49, 62, 69], Operations: ['1*69=69']
Exploring Operation: 62-49=13, Resulting Numbers: [69, 13]
Generated Node #3: [69, 13] from Oper... | 4 | Current State: 82:[1, 69, 49, 62], Operations: []
Exploring Operation: 49-1=48, Resulting Numbers: [69, 62, 48]
Generated Node #0,0: 82:[69, 62, 48] Operation: 49-1=48
Exploring Operation: 69-49=20, Resulting Numbers: [1, 62, 20]
Generated Node #0,1: 82:[1, 62, 20] Operation: 69-49=20
Exploring Operation: 62-49=13, Res... | 0.966146 | hs_5 | mult_heuristic |
[
19,
54,
6,
57
] | 51 | [
"57/19=3",
"54-6=48",
"3+48=51"
] | Current State: 51:[19, 54, 6, 57], Operations: []
Exploring Operation: 57/19=3, Resulting Numbers: [54, 6, 3]
Generated Node #2: [54, 6, 3] from Operation: 57/19=3
Current State: 51:[54, 6, 3], Operations: ['57/19=3']
Exploring Operation: 54-6=48, Resulting Numbers: [3, 48]
Generated Node #3: [3, 48] from Operation: 54... | 4 | Current State: 51:[19, 54, 6, 57], Operations: []
Exploring Operation: 57-6=51, Resulting Numbers: [19, 54, 51]
Generated Node #0,0: 51:[19, 54, 51] Operation: 57-6=51
Exploring Operation: 57-54=3, Resulting Numbers: [19, 6, 3]
Generated Node #0,1: 51:[19, 6, 3] Operation: 57-54=3
Exploring Operation: 57/19=3, Resultin... | 0.960069 | hs_4 | sum_heuristic |
[
52,
82,
26,
66
] | 74 | [
"52/26=2",
"82+66=148",
"148/2=74"
] | Current State: 74:[52, 82, 26, 66], Operations: []
Exploring Operation: 52/26=2, Resulting Numbers: [82, 66, 2]
Generated Node #2: [82, 66, 2] from Operation: 52/26=2
Current State: 74:[82, 66, 2], Operations: ['52/26=2']
Exploring Operation: 82+66=148, Resulting Numbers: [2, 148]
Generated Node #3: [2, 148] from Opera... | 4 | Current State: 74:[52, 82, 26, 66], Operations: []
Exploring Operation: 52-26=26, Resulting Numbers: [82, 66, 26]
Generated Node #0,0: 74:[82, 66, 26] Operation: 52-26=26
Exploring Operation: 82-52=30, Resulting Numbers: [26, 66, 30]
Generated Node #0,1: 74:[26, 66, 30] Operation: 82-52=30
Exploring Operation: 66-26=40... | 0 | hs_5 | mult_heuristic |
[
87,
13,
99,
40
] | 41 | [
"87+13=100",
"99-40=59",
"100-59=41"
] | Current State: 41:[87, 13, 99, 40], Operations: []
Exploring Operation: 87+13=100, Resulting Numbers: [99, 40, 100]
Generated Node #2: [99, 40, 100] from Operation: 87+13=100
Current State: 41:[99, 40, 100], Operations: ['87+13=100']
Exploring Operation: 99-40=59, Resulting Numbers: [100, 59]
Generated Node #3: [100, 5... | 4 | Current State: 41:[87, 13, 99, 40], Operations: []
Exploring Operation: 99-87=12, Resulting Numbers: [13, 40, 12]
Generated Node #0,0: 41:[13, 40, 12] Operation: 99-87=12
Moving to Node #0,0
Current State: 41:[13, 40, 12], Operations: ['99-87=12']
Exploring Operation: 13+12=25, Resulting Numbers: [40, 25]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
70,
62,
91,
45
] | 86 | [
"70+62=132",
"91-45=46",
"132-46=86"
] | Current State: 86:[70, 62, 91, 45], Operations: []
Exploring Operation: 70+62=132, Resulting Numbers: [91, 45, 132]
Generated Node #2: [91, 45, 132] from Operation: 70+62=132
Current State: 86:[91, 45, 132], Operations: ['70+62=132']
Exploring Operation: 91-45=46, Resulting Numbers: [132, 46]
Generated Node #3: [132, 4... | 4 | Current State: 86:[70, 62, 91, 45], Operations: []
Exploring Operation: 70-62=8, Resulting Numbers: [91, 45, 8]
Generated Node #0,0: 86:[91, 45, 8] Operation: 70-62=8
Start Sub Search at level 1: Moving to Node #0,0
Current State: 86:[91, 45, 8], Operations: ['70-62=8']
Exploring Operation: 91-8=83, Resulting Numbers: ... | 0 | hs_1 | sum_heuristic |
[
91,
88,
7,
97
] | 76 | [
"91-88=3",
"7*3=21",
"97-21=76"
] | Current State: 76:[91, 88, 7, 97], Operations: []
Exploring Operation: 91-88=3, Resulting Numbers: [7, 97, 3]
Generated Node #2: [7, 97, 3] from Operation: 91-88=3
Current State: 76:[7, 97, 3], Operations: ['91-88=3']
Exploring Operation: 7*3=21, Resulting Numbers: [97, 21]
Generated Node #3: [97, 21] from Operation: 7... | 4 | Current State: 76:[91, 88, 7, 97], Operations: []
Exploring Operation: 97-88=9, Resulting Numbers: [91, 7, 9]
Generated Node #0,0: 76:[91, 7, 9] Operation: 97-88=9
Exploring Operation: 97-91=6, Resulting Numbers: [88, 7, 6]
Generated Node #0,1: 76:[88, 7, 6] Operation: 97-91=6
Start Sub Search at level 1: Moving to Nod... | 0 | hs_2 | sum_heuristic |
[
60,
69,
51,
80
] | 24 | [
"69-51=18",
"80*18=1440",
"1440/60=24"
] | Current State: 24:[60, 69, 51, 80], Operations: []
Exploring Operation: 69-51=18, Resulting Numbers: [60, 80, 18]
Generated Node #2: [60, 80, 18] from Operation: 69-51=18
Current State: 24:[60, 80, 18], Operations: ['69-51=18']
Exploring Operation: 80*18=1440, Resulting Numbers: [60, 1440]
Generated Node #3: [60, 1440]... | 4 | Current State: 24:[60, 69, 51, 80], Operations: []
Exploring Operation: 80-69=11, Resulting Numbers: [60, 51, 11]
Generated Node #0,0: 24:[60, 51, 11] Operation: 80-69=11
Moving to Node #0,0
Current State: 24:[60, 51, 11], Operations: ['80-69=11']
Exploring Operation: 60-51=9, Resulting Numbers: [11, 9]
Generated Node ... | 0 | hs_1 | sum_heuristic |
[
3,
51,
58,
38
] | 15 | [
"58-51=7",
"38+7=45",
"45/3=15"
] | Current State: 15:[3, 51, 58, 38], Operations: []
Exploring Operation: 58-51=7, Resulting Numbers: [3, 38, 7]
Generated Node #2: [3, 38, 7] from Operation: 58-51=7
Current State: 15:[3, 38, 7], Operations: ['58-51=7']
Exploring Operation: 38+7=45, Resulting Numbers: [3, 45]
Generated Node #3: [3, 45] from Operation: 38... | 4 | Current State: 15:[3, 51, 58, 38], Operations: []
Exploring Operation: 58-51=7, Resulting Numbers: [3, 38, 7]
Generated Node #0,0: 15:[3, 38, 7] Operation: 58-51=7
Exploring Operation: 58-38=20, Resulting Numbers: [3, 51, 20]
Generated Node #0,1: 15:[3, 51, 20] Operation: 58-38=20
Exploring Operation: 51/3=17, Resultin... | 0.959201 | hs_4 | sum_heuristic |
[
90,
2,
21,
28
] | 82 | [
"90-21=69",
"69-28=41",
"2*41=82"
] | Current State: 82:[90, 2, 21, 28], Operations: []
Exploring Operation: 90-21=69, Resulting Numbers: [2, 28, 69]
Generated Node #2: [2, 28, 69] from Operation: 90-21=69
Current State: 82:[2, 28, 69], Operations: ['90-21=69']
Exploring Operation: 69-28=41, Resulting Numbers: [2, 41]
Generated Node #3: [2, 41] from Operat... | 4 | Current State: 82:[90, 2, 21, 28], Operations: []
Exploring Operation: 2*21=42, Resulting Numbers: [90, 28, 42]
Generated Node #0,0: 82:[90, 28, 42] Operation: 2*21=42
Exploring Operation: 21+28=49, Resulting Numbers: [90, 2, 49]
Generated Node #0,1: 82:[90, 2, 49] Operation: 21+28=49
Exploring Operation: 90/2=45, Resu... | 0.967014 | hs_5 | mult_heuristic |
[
44,
31,
23,
64
] | 34 | [
"44+31=75",
"64-23=41",
"75-41=34"
] | Current State: 34:[44, 31, 23, 64], Operations: []
Exploring Operation: 44+31=75, Resulting Numbers: [23, 64, 75]
Generated Node #2: [23, 64, 75] from Operation: 44+31=75
Current State: 34:[23, 64, 75], Operations: ['44+31=75']
Exploring Operation: 64-23=41, Resulting Numbers: [75, 41]
Generated Node #3: [75, 41] from ... | 4 | Current State: 34:[44, 31, 23, 64], Operations: []
Exploring Operation: 64-44=20, Resulting Numbers: [31, 23, 20]
Generated Node #0,0: 34:[31, 23, 20] Operation: 64-44=20
Start Sub Search at level 1: Moving to Node #0,0
Current State: 34:[31, 23, 20], Operations: ['64-44=20']
Exploring Operation: 23-20=3, Resulting Num... | 0.993924 | hs_1 | mult_heuristic |
[
5,
3,
84,
54
] | 18 | [
"5*54=270",
"3*84=252",
"270-252=18"
] | Current State: 18:[5, 3, 84, 54], Operations: []
Exploring Operation: 5*54=270, Resulting Numbers: [3, 84, 270]
Generated Node #2: [3, 84, 270] from Operation: 5*54=270
Current State: 18:[3, 84, 270], Operations: ['5*54=270']
Exploring Operation: 3*84=252, Resulting Numbers: [270, 252]
Generated Node #3: [270, 252] fro... | 4 | Current State: 18:[5, 3, 84, 54], Operations: []
Exploring Operation: 84-54=30, Resulting Numbers: [5, 3, 30]
Generated Node #0,0: 18:[5, 3, 30] Operation: 84-54=30
Exploring Operation: 84-5=79, Resulting Numbers: [3, 54, 79]
Generated Node #0,1: 18:[3, 54, 79] Operation: 84-5=79
Exploring Operation: 54-5=49, Resulting... | 0.985243 | hs_5 | sum_heuristic |
[
57,
78,
7,
91
] | 77 | [
"78-57=21",
"7+91=98",
"98-21=77"
] | Current State: 77:[57, 78, 7, 91], Operations: []
Exploring Operation: 78-57=21, Resulting Numbers: [7, 91, 21]
Generated Node #2: [7, 91, 21] from Operation: 78-57=21
Current State: 77:[7, 91, 21], Operations: ['78-57=21']
Exploring Operation: 7+91=98, Resulting Numbers: [21, 98]
Generated Node #3: [21, 98] from Opera... | 4 | Current State: 77:[57, 78, 7, 91], Operations: []
Exploring Operation: 91-78=13, Resulting Numbers: [57, 7, 13]
Generated Node #0,0: 77:[57, 7, 13] Operation: 91-78=13
Start Sub Search at level 1: Moving to Node #0,0
Current State: 77:[57, 7, 13], Operations: ['91-78=13']
Exploring Operation: 57+13=70, Resulting Number... | 0.993924 | hs_1 | mult_heuristic |
[
2,
43,
46,
44
] | 43 | [
"2+43=45",
"46-44=2",
"45-2=43"
] | Current State: 43:[2, 43, 46, 44], Operations: []
Exploring Operation: 2+43=45, Resulting Numbers: [46, 44, 45]
Generated Node #2: [46, 44, 45] from Operation: 2+43=45
Current State: 43:[46, 44, 45], Operations: ['2+43=45']
Exploring Operation: 46-44=2, Resulting Numbers: [45, 2]
Generated Node #3: [45, 2] from Operati... | 4 | Current State: 43:[2, 43, 46, 44], Operations: []
Exploring Operation: 46-2=44, Resulting Numbers: [43, 44, 44]
Generated Node #0,0: 43:[43, 44, 44] Operation: 46-2=44
Exploring Operation: 43-2=41, Resulting Numbers: [46, 44, 41]
Generated Node #0,1: 43:[46, 44, 41] Operation: 43-2=41
Exploring Operation: 44-2=42, Resu... | 0.987847 | hs_4 | sum_heuristic |
[
64,
26,
17,
52
] | 49 | [
"64*26=1664",
"1664/52=32",
"17+32=49"
] | Current State: 49:[64, 26, 17, 52], Operations: []
Exploring Operation: 64*26=1664, Resulting Numbers: [17, 52, 1664]
Generated Node #2: [17, 52, 1664] from Operation: 64*26=1664
Current State: 49:[17, 52, 1664], Operations: ['64*26=1664']
Exploring Operation: 1664/52=32, Resulting Numbers: [17, 32]
Generated Node #3: ... | 4 | Current State: 49:[64, 26, 17, 52], Operations: []
Exploring Operation: 64-26=38, Resulting Numbers: [17, 52, 38]
Generated Node #0,0: 49:[17, 52, 38] Operation: 64-26=38
Exploring Operation: 26-17=9, Resulting Numbers: [64, 52, 9]
Generated Node #0,1: 49:[64, 52, 9] Operation: 26-17=9
Start Sub Search at level 1: Movi... | 0 | hs_2 | mult_heuristic |
[
97,
56,
48,
13
] | 89 | [
"56+48=104",
"104/13=8",
"97-8=89"
] | Current State: 89:[97, 56, 48, 13], Operations: []
Exploring Operation: 56+48=104, Resulting Numbers: [97, 13, 104]
Generated Node #2: [97, 13, 104] from Operation: 56+48=104
Current State: 89:[97, 13, 104], Operations: ['56+48=104']
Exploring Operation: 104/13=8, Resulting Numbers: [97, 8]
Generated Node #3: [97, 8] f... | 4 | Current State: 89:[97, 56, 48, 13], Operations: []
Exploring Operation: 97+13=110, Resulting Numbers: [56, 48, 110]
Generated Node #0,0: 89:[56, 48, 110] Operation: 97+13=110
Exploring Operation: 56+13=69, Resulting Numbers: [97, 48, 69]
Generated Node #0,1: 89:[97, 48, 69] Operation: 56+13=69
Exploring Operation: 97-1... | 0 | hs_4 | mult_heuristic |
[
53,
8,
46,
38
] | 18 | [
"53-46=7",
"8*7=56",
"56-38=18"
] | Current State: 18:[53, 8, 46, 38], Operations: []
Exploring Operation: 53-46=7, Resulting Numbers: [8, 38, 7]
Generated Node #2: [8, 38, 7] from Operation: 53-46=7
Current State: 18:[8, 38, 7], Operations: ['53-46=7']
Exploring Operation: 8*7=56, Resulting Numbers: [38, 56]
Generated Node #3: [38, 56] from Operation: 8... | 4 | Current State: 18:[53, 8, 46, 38], Operations: []
Exploring Operation: 46-8=38, Resulting Numbers: [53, 38, 38]
Generated Node #0,0: 18:[53, 38, 38] Operation: 46-8=38
Exploring Operation: 53-38=15, Resulting Numbers: [8, 46, 15]
Generated Node #0,1: 18:[8, 46, 15] Operation: 53-38=15
Exploring Operation: 53-8=45, Resu... | 0 | hs_5 | mult_heuristic |
[
8,
86,
48,
51
] | 62 | [
"51-48=3",
"8*3=24",
"86-24=62"
] | Current State: 62:[8, 86, 48, 51], Operations: []
Exploring Operation: 51-48=3, Resulting Numbers: [8, 86, 3]
Generated Node #2: [8, 86, 3] from Operation: 51-48=3
Current State: 62:[8, 86, 3], Operations: ['51-48=3']
Exploring Operation: 8*3=24, Resulting Numbers: [86, 24]
Generated Node #3: [86, 24] from Operation: 8... | 4 | Current State: 62:[8, 86, 48, 51], Operations: []
Exploring Operation: 86-48=38, Resulting Numbers: [8, 51, 38]
Generated Node #0,0: 62:[8, 51, 38] Operation: 86-48=38
Exploring Operation: 51-48=3, Resulting Numbers: [8, 86, 3]
Generated Node #0,1: 62:[8, 86, 3] Operation: 51-48=3
Exploring Operation: 48/8=6, Resulting... | 0.938368 | hs_4 | mult_heuristic |
[
52,
68,
76,
44
] | 31 | [
"52*44=2288",
"68+2288=2356",
"2356/76=31"
] | Current State: 31:[52, 68, 76, 44], Operations: []
Exploring Operation: 52*44=2288, Resulting Numbers: [68, 76, 2288]
Generated Node #2: [68, 76, 2288] from Operation: 52*44=2288
Current State: 31:[68, 76, 2288], Operations: ['52*44=2288']
Exploring Operation: 68+2288=2356, Resulting Numbers: [76, 2356]
Generated Node ... | 4 | Current State: 31:[52, 68, 76, 44], Operations: []
Exploring Operation: 76-52=24, Resulting Numbers: [68, 44, 24]
Generated Node #0,0: 31:[68, 44, 24] Operation: 76-52=24
Moving to Node #0,0
Current State: 31:[68, 44, 24], Operations: ['76-52=24']
Exploring Operation: 68-44=24, Resulting Numbers: [24, 24]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
88,
24,
44,
4
] | 75 | [
"88-24=64",
"44/4=11",
"64+11=75"
] | Current State: 75:[88, 24, 44, 4], Operations: []
Exploring Operation: 88-24=64, Resulting Numbers: [44, 4, 64]
Generated Node #2: [44, 4, 64] from Operation: 88-24=64
Current State: 75:[44, 4, 64], Operations: ['88-24=64']
Exploring Operation: 44/4=11, Resulting Numbers: [64, 11]
Generated Node #3: [64, 11] from Opera... | 4 | Current State: 75:[88, 24, 44, 4], Operations: []
Exploring Operation: 44/4=11, Resulting Numbers: [88, 24, 11]
Generated Node #0,0: 75:[88, 24, 11] Operation: 44/4=11
Exploring Operation: 88/44=2, Resulting Numbers: [24, 4, 2]
Generated Node #0,1: 75:[24, 4, 2] Operation: 88/44=2
Exploring Operation: 44-24=20, Resulti... | 0.97309 | hs_3 | sum_heuristic |
[
26,
22,
35,
92
] | 61 | [
"26-22=4",
"92-35=57",
"4+57=61"
] | Current State: 61:[26, 22, 35, 92], Operations: []
Exploring Operation: 26-22=4, Resulting Numbers: [35, 92, 4]
Generated Node #2: [35, 92, 4] from Operation: 26-22=4
Current State: 61:[35, 92, 4], Operations: ['26-22=4']
Exploring Operation: 92-35=57, Resulting Numbers: [4, 57]
Generated Node #3: [4, 57] from Operatio... | 4 | Current State: 61:[26, 22, 35, 92], Operations: []
Exploring Operation: 26+22=48, Resulting Numbers: [35, 92, 48]
Generated Node #0,0: 61:[35, 92, 48] Operation: 26+22=48
Moving to Node #0,0
Current State: 61:[35, 92, 48], Operations: ['26+22=48']
Exploring Operation: 92-35=57, Resulting Numbers: [48, 57]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
98,
37,
67,
14
] | 82 | [
"98+37=135",
"67-14=53",
"135-53=82"
] | Current State: 82:[98, 37, 67, 14], Operations: []
Exploring Operation: 98+37=135, Resulting Numbers: [67, 14, 135]
Generated Node #2: [67, 14, 135] from Operation: 98+37=135
Current State: 82:[67, 14, 135], Operations: ['98+37=135']
Exploring Operation: 67-14=53, Resulting Numbers: [135, 53]
Generated Node #3: [135, 5... | 4 | Current State: 82:[98, 37, 67, 14], Operations: []
Exploring Operation: 67+14=81, Resulting Numbers: [98, 37, 81]
Generated Node #0,0: 82:[98, 37, 81] Operation: 67+14=81
Exploring Operation: 98/14=7, Resulting Numbers: [37, 67, 7]
Generated Node #0,1: 82:[37, 67, 7] Operation: 98/14=7
Exploring Operation: 98-14=84, Re... | 0 | hs_3 | sum_heuristic |
[
31,
44,
22,
19
] | 34 | [
"31+44=75",
"22+19=41",
"75-41=34"
] | Current State: 34:[31, 44, 22, 19], Operations: []
Exploring Operation: 31+44=75, Resulting Numbers: [22, 19, 75]
Generated Node #2: [22, 19, 75] from Operation: 31+44=75
Current State: 34:[22, 19, 75], Operations: ['31+44=75']
Exploring Operation: 22+19=41, Resulting Numbers: [75, 41]
Generated Node #3: [75, 41] from ... | 4 | Current State: 34:[31, 44, 22, 19], Operations: []
Exploring Operation: 22-19=3, Resulting Numbers: [31, 44, 3]
Generated Node #0,0: 34:[31, 44, 3] Operation: 22-19=3
Exploring Operation: 44-22=22, Resulting Numbers: [31, 19, 22]
Generated Node #0,1: 34:[31, 19, 22] Operation: 44-22=22
Exploring Operation: 44-19=25, Re... | 0.96875 | hs_5 | mult_heuristic |
[
34,
17,
33,
83
] | 65 | [
"34+17=51",
"33+83=116",
"116-51=65"
] | Current State: 65:[34, 17, 33, 83], Operations: []
Exploring Operation: 34+17=51, Resulting Numbers: [33, 83, 51]
Generated Node #2: [33, 83, 51] from Operation: 34+17=51
Current State: 65:[33, 83, 51], Operations: ['34+17=51']
Exploring Operation: 33+83=116, Resulting Numbers: [51, 116]
Generated Node #3: [51, 116] fr... | 4 | Current State: 65:[34, 17, 33, 83], Operations: []
Exploring Operation: 34-33=1, Resulting Numbers: [17, 83, 1]
Generated Node #0,0: 65:[17, 83, 1] Operation: 34-33=1
Exploring Operation: 34+33=67, Resulting Numbers: [17, 83, 67]
Generated Node #0,1: 65:[17, 83, 67] Operation: 34+33=67
Moving to Node #0,1
Current State... | 0.990451 | hs_2 | mult_heuristic |
[
65,
21,
58,
65
] | 62 | [
"65-58=7",
"21/7=3",
"65-3=62"
] | Current State: 62:[65, 21, 58, 65], Operations: []
Exploring Operation: 65-58=7, Resulting Numbers: [21, 7]
Generated Node #2: [21, 7] from Operation: 65-58=7
Current State: 62:[21, 7], Operations: ['65-58=7']
Exploring Operation: 21/7=3, Resulting Numbers: [3]
3,62 equal: Goal Reached
Exploring Operation: 65-3=62, Res... | 4 | Current State: 62:[65, 21, 58, 65], Operations: []
Exploring Operation: 65-58=7, Resulting Numbers: [21, 65, 7]
Generated Node #0,0: 62:[21, 65, 7] Operation: 65-58=7
Exploring Operation: 58-21=37, Resulting Numbers: [65, 65, 37]
Generated Node #0,1: 62:[65, 65, 37] Operation: 58-21=37
Exploring Operation: 65-65=0, Res... | 0.955729 | hs_4 | mult_heuristic |
[
63,
4,
98,
35
] | 49 | [
"63+98=161",
"35+161=196",
"196/4=49"
] | Current State: 49:[63, 4, 98, 35], Operations: []
Exploring Operation: 63+98=161, Resulting Numbers: [4, 35, 161]
Generated Node #2: [4, 35, 161] from Operation: 63+98=161
Current State: 49:[4, 35, 161], Operations: ['63+98=161']
Exploring Operation: 35+161=196, Resulting Numbers: [4, 196]
Generated Node #3: [4, 196] f... | 4 | Current State: 49:[63, 4, 98, 35], Operations: []
Exploring Operation: 98-35=63, Resulting Numbers: [63, 4, 63]
Generated Node #0,0: 49:[63, 4, 63] Operation: 98-35=63
Exploring Operation: 98-63=35, Resulting Numbers: [4, 35, 35]
Generated Node #0,1: 49:[4, 35, 35] Operation: 98-63=35
Moving to Node #0,0
Current State:... | 0 | hs_2 | sum_heuristic |
[
98,
74,
34,
19
] | 39 | [
"98-74=24",
"34-19=15",
"24+15=39"
] | Current State: 39:[98, 74, 34, 19], Operations: []
Exploring Operation: 98-74=24, Resulting Numbers: [34, 19, 24]
Generated Node #2: [34, 19, 24] from Operation: 98-74=24
Current State: 39:[34, 19, 24], Operations: ['98-74=24']
Exploring Operation: 34-19=15, Resulting Numbers: [24, 15]
Generated Node #3: [24, 15] from ... | 4 | Current State: 39:[98, 74, 34, 19], Operations: []
Exploring Operation: 98-34=64, Resulting Numbers: [74, 19, 64]
Generated Node #0,0: 39:[74, 19, 64] Operation: 98-34=64
Exploring Operation: 74-34=40, Resulting Numbers: [98, 19, 40]
Generated Node #0,1: 39:[98, 19, 40] Operation: 74-34=40
Exploring Operation: 98-74=24... | 0.985243 | hs_4 | sum_heuristic |
[
10,
9,
68,
19
] | 32 | [
"19-9=10",
"10*10=100",
"100-68=32"
] | Current State: 32:[10, 9, 68, 19], Operations: []
Exploring Operation: 19-9=10, Resulting Numbers: [10, 68, 10]
Generated Node #2: [10, 68, 10] from Operation: 19-9=10
Current State: 32:[10, 68, 10], Operations: ['19-9=10']
Exploring Operation: 10*10=100, Resulting Numbers: [68, 100]
Generated Node #3: [68, 100] from O... | 4 | Current State: 32:[10, 9, 68, 19], Operations: []
Exploring Operation: 68-10=58, Resulting Numbers: [9, 19, 58]
Generated Node #0,0: 32:[9, 19, 58] Operation: 68-10=58
Exploring Operation: 19-10=9, Resulting Numbers: [9, 68, 9]
Generated Node #0,1: 32:[9, 68, 9] Operation: 19-10=9
Exploring Operation: 68-19=49, Resulti... | 0 | hs_5 | mult_heuristic |
[
13,
1,
16,
27
] | 80 | [
"16-13=3",
"27*3=81",
"81-1=80"
] | Current State: 80:[13, 1, 16, 27], Operations: []
Exploring Operation: 16-13=3, Resulting Numbers: [1, 27, 3]
Generated Node #2: [1, 27, 3] from Operation: 16-13=3
Current State: 80:[1, 27, 3], Operations: ['16-13=3']
Exploring Operation: 27*3=81, Resulting Numbers: [1, 81]
Generated Node #3: [1, 81] from Operation: 27... | 4 | Current State: 80:[13, 1, 16, 27], Operations: []
Exploring Operation: 13+27=40, Resulting Numbers: [1, 16, 40]
Generated Node #0,0: 80:[1, 16, 40] Operation: 13+27=40
Start Sub Search at level 1: Moving to Node #0,0
Current State: 80:[1, 16, 40], Operations: ['13+27=40']
Exploring Operation: 1*16=16, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
30,
93,
33,
20
] | 76 | [
"93-30=63",
"33-20=13",
"63+13=76"
] | Current State: 76:[30, 93, 33, 20], Operations: []
Exploring Operation: 93-30=63, Resulting Numbers: [33, 20, 63]
Generated Node #2: [33, 20, 63] from Operation: 93-30=63
Current State: 76:[33, 20, 63], Operations: ['93-30=63']
Exploring Operation: 33-20=13, Resulting Numbers: [63, 13]
Generated Node #3: [63, 13] from ... | 4 | Current State: 76:[30, 93, 33, 20], Operations: []
Exploring Operation: 93-20=73, Resulting Numbers: [30, 33, 73]
Generated Node #0,0: 76:[30, 33, 73] Operation: 93-20=73
Exploring Operation: 93-30=63, Resulting Numbers: [33, 20, 63]
Generated Node #0,1: 76:[33, 20, 63] Operation: 93-30=63
Start Sub Search at level 1: ... | 0.991319 | hs_2 | sum_heuristic |
[
29,
49,
33,
2
] | 80 | [
"29+33=62",
"62/2=31",
"49+31=80"
] | Current State: 80:[29, 49, 33, 2], Operations: []
Exploring Operation: 29+33=62, Resulting Numbers: [49, 2, 62]
Generated Node #2: [49, 2, 62] from Operation: 29+33=62
Current State: 80:[49, 2, 62], Operations: ['29+33=62']
Exploring Operation: 62/2=31, Resulting Numbers: [49, 31]
Generated Node #3: [49, 31] from Opera... | 4 | Current State: 80:[29, 49, 33, 2], Operations: []
Exploring Operation: 29+49=78, Resulting Numbers: [33, 2, 78]
Generated Node #0,0: 80:[33, 2, 78] Operation: 29+49=78
Exploring Operation: 49-33=16, Resulting Numbers: [29, 2, 16]
Generated Node #0,1: 80:[29, 2, 16] Operation: 49-33=16
Exploring Operation: 33-29=4, Resu... | 0 | hs_4 | sum_heuristic |
[
34,
84,
5,
64
] | 70 | [
"84-34=50",
"64-50=14",
"5*14=70"
] | Current State: 70:[34, 84, 5, 64], Operations: []
Exploring Operation: 84-34=50, Resulting Numbers: [5, 64, 50]
Generated Node #2: [5, 64, 50] from Operation: 84-34=50
Current State: 70:[5, 64, 50], Operations: ['84-34=50']
Exploring Operation: 64-50=14, Resulting Numbers: [5, 14]
Generated Node #3: [5, 14] from Operat... | 4 | Current State: 70:[34, 84, 5, 64], Operations: []
Exploring Operation: 84-64=20, Resulting Numbers: [34, 5, 20]
Generated Node #0,0: 70:[34, 5, 20] Operation: 84-64=20
Exploring Operation: 5+64=69, Resulting Numbers: [34, 84, 69]
Generated Node #0,1: 70:[34, 84, 69] Operation: 5+64=69
Exploring Operation: 84-5=79, Resu... | 0.990451 | hs_3 | sum_heuristic |
[
53,
17,
75,
65
] | 13 | [
"53+17=70",
"75-70=5",
"65/5=13"
] | Current State: 13:[53, 17, 75, 65], Operations: []
Exploring Operation: 53+17=70, Resulting Numbers: [75, 65, 70]
Generated Node #2: [75, 65, 70] from Operation: 53+17=70
Current State: 13:[75, 65, 70], Operations: ['53+17=70']
Exploring Operation: 75-70=5, Resulting Numbers: [65, 5]
Generated Node #3: [65, 5] from Ope... | 4 | Current State: 13:[53, 17, 75, 65], Operations: []
Exploring Operation: 75-65=10, Resulting Numbers: [53, 17, 10]
Generated Node #0,0: 13:[53, 17, 10] Operation: 75-65=10
Exploring Operation: 75-53=22, Resulting Numbers: [17, 65, 22]
Generated Node #0,1: 13:[17, 65, 22] Operation: 75-53=22
Exploring Operation: 75-17=58... | 0.961806 | hs_5 | mult_heuristic |
[
4,
34,
33,
42
] | 65 | [
"42-34=8",
"4*8=32",
"33+32=65"
] | Current State: 65:[4, 34, 33, 42], Operations: []
Exploring Operation: 42-34=8, Resulting Numbers: [4, 33, 8]
Generated Node #2: [4, 33, 8] from Operation: 42-34=8
Current State: 65:[4, 33, 8], Operations: ['42-34=8']
Exploring Operation: 4*8=32, Resulting Numbers: [33, 32]
Generated Node #3: [33, 32] from Operation: 4... | 4 | Current State: 65:[4, 34, 33, 42], Operations: []
Exploring Operation: 34+33=67, Resulting Numbers: [4, 42, 67]
Generated Node #0,0: 65:[4, 42, 67] Operation: 34+33=67
Exploring Operation: 42-33=9, Resulting Numbers: [4, 34, 9]
Generated Node #0,1: 65:[4, 34, 9] Operation: 42-33=9
Exploring Operation: 42-34=8, Resultin... | 0 | hs_3 | mult_heuristic |
[
11,
27,
72,
99
] | 22 | [
"27-11=16",
"99*16=1584",
"1584/72=22"
] | Current State: 22:[11, 27, 72, 99], Operations: []
Exploring Operation: 27-11=16, Resulting Numbers: [72, 99, 16]
Generated Node #2: [72, 99, 16] from Operation: 27-11=16
Current State: 22:[72, 99, 16], Operations: ['27-11=16']
Exploring Operation: 99*16=1584, Resulting Numbers: [72, 1584]
Generated Node #3: [72, 1584]... | 4 | Current State: 22:[11, 27, 72, 99], Operations: []
Exploring Operation: 99-27=72, Resulting Numbers: [11, 72, 72]
Generated Node #0,0: 22:[11, 72, 72] Operation: 99-27=72
Exploring Operation: 99/11=9, Resulting Numbers: [27, 72, 9]
Generated Node #0,1: 22:[27, 72, 9] Operation: 99/11=9
Exploring Operation: 99-72=27, Re... | 0 | hs_4 | sum_heuristic |
[
32,
72,
2,
46
] | 22 | [
"46-32=14",
"72/2=36",
"36-14=22"
] | Current State: 22:[32, 72, 2, 46], Operations: []
Exploring Operation: 46-32=14, Resulting Numbers: [72, 2, 14]
Generated Node #2: [72, 2, 14] from Operation: 46-32=14
Current State: 22:[72, 2, 14], Operations: ['46-32=14']
Exploring Operation: 72/2=36, Resulting Numbers: [14, 36]
Generated Node #3: [14, 36] from Opera... | 4 | Current State: 22:[32, 72, 2, 46], Operations: []
Exploring Operation: 46/2=23, Resulting Numbers: [32, 72, 23]
Generated Node #0,0: 22:[32, 72, 23] Operation: 46/2=23
Exploring Operation: 46-32=14, Resulting Numbers: [72, 2, 14]
Generated Node #0,1: 22:[72, 2, 14] Operation: 46-32=14
Exploring Operation: 72-32=40, Res... | 0.949653 | hs_5 | mult_heuristic |
[
73,
57,
61,
55
] | 100 | [
"73-57=16",
"61+55=116",
"116-16=100"
] | Current State: 100:[73, 57, 61, 55], Operations: []
Exploring Operation: 73-57=16, Resulting Numbers: [61, 55, 16]
Generated Node #2: [61, 55, 16] from Operation: 73-57=16
Current State: 100:[61, 55, 16], Operations: ['73-57=16']
Exploring Operation: 61+55=116, Resulting Numbers: [16, 116]
Generated Node #3: [16, 116] ... | 4 | Current State: 100:[73, 57, 61, 55], Operations: []
Exploring Operation: 73-61=12, Resulting Numbers: [57, 55, 12]
Generated Node #0,0: 100:[57, 55, 12] Operation: 73-61=12
Start Sub Search at level 1: Moving to Node #0,0
Current State: 100:[57, 55, 12], Operations: ['73-61=12']
Exploring Operation: 57-55=2, Resulting ... | 0 | hs_1 | sum_heuristic |
[
24,
26,
7,
26
] | 69 | [
"24+26=50",
"26-7=19",
"50+19=69"
] | Current State: 69:[24, 26, 7, 26], Operations: []
Exploring Operation: 24+26=50, Resulting Numbers: [7, 50]
Generated Node #2: [7, 50] from Operation: 24+26=50
Current State: 69:[7, 50], Operations: ['24+26=50']
Exploring Operation: 26-7=19, Resulting Numbers: [50, 19]
Generated Node #3: [50, 19] from Operation: 26-7=1... | 4 | Current State: 69:[24, 26, 7, 26], Operations: []
Exploring Operation: 26/26=1, Resulting Numbers: [24, 7, 1]
Generated Node #0,0: 69:[24, 7, 1] Operation: 26/26=1
Exploring Operation: 26-24=2, Resulting Numbers: [7, 26, 2]
Generated Node #0,1: 69:[7, 26, 2] Operation: 26-24=2
Start Sub Search at level 1: Moving to Nod... | 0 | hs_2 | sum_heuristic |
[
49,
8,
98,
99
] | 93 | [
"98/49=2",
"99-8=91",
"2+91=93"
] | Current State: 93:[49, 8, 98, 99], Operations: []
Exploring Operation: 98/49=2, Resulting Numbers: [8, 99, 2]
Generated Node #2: [8, 99, 2] from Operation: 98/49=2
Current State: 93:[8, 99, 2], Operations: ['98/49=2']
Exploring Operation: 99-8=91, Resulting Numbers: [2, 91]
Generated Node #3: [2, 91] from Operation: 99... | 4 | Current State: 93:[49, 8, 98, 99], Operations: []
Exploring Operation: 98/49=2, Resulting Numbers: [8, 99, 2]
Generated Node #0,0: 93:[8, 99, 2] Operation: 98/49=2
Moving to Node #0,0
Current State: 93:[8, 99, 2], Operations: ['98/49=2']
Exploring Operation: 99-8=91, Resulting Numbers: [2, 91]
Generated Node #0,0,0: 93... | 0.993924 | hs_1 | mult_heuristic |
[
87,
16,
5,
83
] | 69 | [
"87-83=4",
"16*4=64",
"5+64=69"
] | Current State: 69:[87, 16, 5, 83], Operations: []
Exploring Operation: 87-83=4, Resulting Numbers: [16, 5, 4]
Generated Node #2: [16, 5, 4] from Operation: 87-83=4
Current State: 69:[16, 5, 4], Operations: ['87-83=4']
Exploring Operation: 16*4=64, Resulting Numbers: [5, 64]
Generated Node #3: [5, 64] from Operation: 16... | 4 | Current State: 69:[87, 16, 5, 83], Operations: []
Exploring Operation: 83-16=67, Resulting Numbers: [87, 5, 67]
Generated Node #0,0: 69:[87, 5, 67] Operation: 83-16=67
Exploring Operation: 87-16=71, Resulting Numbers: [5, 83, 71]
Generated Node #0,1: 69:[5, 83, 71] Operation: 87-16=71
Exploring Operation: 87-83=4, Resu... | 0 | hs_3 | mult_heuristic |
[
18,
89,
23,
8
] | 76 | [
"18+89=107",
"23+8=31",
"107-31=76"
] | Current State: 76:[18, 89, 23, 8], Operations: []
Exploring Operation: 18+89=107, Resulting Numbers: [23, 8, 107]
Generated Node #2: [23, 8, 107] from Operation: 18+89=107
Current State: 76:[23, 8, 107], Operations: ['18+89=107']
Exploring Operation: 23+8=31, Resulting Numbers: [107, 31]
Generated Node #3: [107, 31] fr... | 4 | Current State: 76:[18, 89, 23, 8], Operations: []
Exploring Operation: 89-8=81, Resulting Numbers: [18, 23, 81]
Generated Node #0,0: 76:[18, 23, 81] Operation: 89-8=81
Moving to Node #0,0
Current State: 76:[18, 23, 81], Operations: ['89-8=81']
Exploring Operation: 23-18=5, Resulting Numbers: [81, 5]
Generated Node #0,0... | 0.993924 | hs_1 | mult_heuristic |
[
95,
75,
94,
69
] | 45 | [
"95-75=20",
"94-69=25",
"20+25=45"
] | Current State: 45:[95, 75, 94, 69], Operations: []
Exploring Operation: 95-75=20, Resulting Numbers: [94, 69, 20]
Generated Node #2: [94, 69, 20] from Operation: 95-75=20
Current State: 45:[94, 69, 20], Operations: ['95-75=20']
Exploring Operation: 94-69=25, Resulting Numbers: [20, 25]
Generated Node #3: [20, 25] from ... | 4 | Current State: 45:[95, 75, 94, 69], Operations: []
Exploring Operation: 95-94=1, Resulting Numbers: [75, 69, 1]
Generated Node #0,0: 45:[75, 69, 1] Operation: 95-94=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 45:[75, 69, 1], Operations: ['95-94=1']
Exploring Operation: 75-69=6, Resulting Numbers: ... | 0 | hs_1 | sum_heuristic |
[
68,
97,
15,
3
] | 40 | [
"68+97=165",
"165/3=55",
"55-15=40"
] | Current State: 40:[68, 97, 15, 3], Operations: []
Exploring Operation: 68+97=165, Resulting Numbers: [15, 3, 165]
Generated Node #2: [15, 3, 165] from Operation: 68+97=165
Current State: 40:[15, 3, 165], Operations: ['68+97=165']
Exploring Operation: 165/3=55, Resulting Numbers: [15, 55]
Generated Node #3: [15, 55] fro... | 4 | Current State: 40:[68, 97, 15, 3], Operations: []
Exploring Operation: 97-68=29, Resulting Numbers: [15, 3, 29]
Generated Node #0,0: 40:[15, 3, 29] Operation: 97-68=29
Exploring Operation: 68-15=53, Resulting Numbers: [97, 3, 53]
Generated Node #0,1: 40:[97, 3, 53] Operation: 68-15=53
Exploring Operation: 97-15=82, Res... | 0 | hs_3 | sum_heuristic |
[
33,
37,
75,
80
] | 75 | [
"33+37=70",
"80-75=5",
"70+5=75"
] | Current State: 75:[33, 37, 75, 80], Operations: []
Exploring Operation: 33+37=70, Resulting Numbers: [75, 80, 70]
Generated Node #2: [75, 80, 70] from Operation: 33+37=70
Current State: 75:[75, 80, 70], Operations: ['33+37=70']
Exploring Operation: 80-75=5, Resulting Numbers: [70, 5]
Generated Node #3: [70, 5] from Ope... | 4 | Current State: 75:[33, 37, 75, 80], Operations: []
Exploring Operation: 33+37=70, Resulting Numbers: [75, 80, 70]
Generated Node #0,0: 75:[75, 80, 70] Operation: 33+37=70
Exploring Operation: 37-33=4, Resulting Numbers: [75, 80, 4]
Generated Node #0,1: 75:[75, 80, 4] Operation: 37-33=4
Exploring Operation: 80-37=43, Re... | 0.967014 | hs_5 | mult_heuristic |
[
42,
46,
31,
88
] | 53 | [
"46-42=4",
"88-31=57",
"57-4=53"
] | Current State: 53:[42, 46, 31, 88], Operations: []
Exploring Operation: 46-42=4, Resulting Numbers: [31, 88, 4]
Generated Node #2: [31, 88, 4] from Operation: 46-42=4
Current State: 53:[31, 88, 4], Operations: ['46-42=4']
Exploring Operation: 88-31=57, Resulting Numbers: [4, 57]
Generated Node #3: [4, 57] from Operatio... | 4 | Current State: 53:[42, 46, 31, 88], Operations: []
Exploring Operation: 88-31=57, Resulting Numbers: [42, 46, 57]
Generated Node #0,0: 53:[42, 46, 57] Operation: 88-31=57
Moving to Node #0,0
Current State: 53:[42, 46, 57], Operations: ['88-31=57']
Exploring Operation: 42+46=88, Resulting Numbers: [57, 88]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
20,
59,
90,
22
] | 62 | [
"22-20=2",
"90-59=31",
"2*31=62"
] | Current State: 62:[20, 59, 90, 22], Operations: []
Exploring Operation: 22-20=2, Resulting Numbers: [59, 90, 2]
Generated Node #2: [59, 90, 2] from Operation: 22-20=2
Current State: 62:[59, 90, 2], Operations: ['22-20=2']
Exploring Operation: 90-59=31, Resulting Numbers: [2, 31]
Generated Node #3: [2, 31] from Operatio... | 4 | Current State: 62:[20, 59, 90, 22], Operations: []
Exploring Operation: 90-22=68, Resulting Numbers: [20, 59, 68]
Generated Node #0,0: 62:[20, 59, 68] Operation: 90-22=68
Exploring Operation: 90-20=70, Resulting Numbers: [59, 22, 70]
Generated Node #0,1: 62:[59, 22, 70] Operation: 90-20=70
Exploring Operation: 90-59=31... | 0.967882 | hs_3 | sum_heuristic |
[
88,
63,
57,
2
] | 91 | [
"63-57=6",
"6/2=3",
"88+3=91"
] | Current State: 91:[88, 63, 57, 2], Operations: []
Exploring Operation: 63-57=6, Resulting Numbers: [88, 2, 6]
Generated Node #2: [88, 2, 6] from Operation: 63-57=6
Current State: 91:[88, 2, 6], Operations: ['63-57=6']
Exploring Operation: 6/2=3, Resulting Numbers: [88, 3]
Generated Node #3: [88, 3] from Operation: 6/2=... | 4 | Current State: 91:[88, 63, 57, 2], Operations: []
Exploring Operation: 63-57=6, Resulting Numbers: [88, 2, 6]
Generated Node #0,0: 91:[88, 2, 6] Operation: 63-57=6
Exploring Operation: 88-63=25, Resulting Numbers: [57, 2, 25]
Generated Node #0,1: 91:[57, 2, 25] Operation: 88-63=25
Exploring Operation: 57*2=114, Resulti... | 0 | hs_5 | sum_heuristic |
[
41,
50,
19,
13
] | 85 | [
"41+50=91",
"19-13=6",
"91-6=85"
] | Current State: 85:[41, 50, 19, 13], Operations: []
Exploring Operation: 41+50=91, Resulting Numbers: [19, 13, 91]
Generated Node #2: [19, 13, 91] from Operation: 41+50=91
Current State: 85:[19, 13, 91], Operations: ['41+50=91']
Exploring Operation: 19-13=6, Resulting Numbers: [91, 6]
Generated Node #3: [91, 6] from Ope... | 4 | Current State: 85:[41, 50, 19, 13], Operations: []
Exploring Operation: 50-41=9, Resulting Numbers: [19, 13, 9]
Generated Node #0,0: 85:[19, 13, 9] Operation: 50-41=9
Exploring Operation: 41-19=22, Resulting Numbers: [50, 13, 22]
Generated Node #0,1: 85:[50, 13, 22] Operation: 41-19=22
Exploring Operation: 41+50=91, Re... | 0.985243 | hs_3 | sum_heuristic |
[
59,
66,
54,
8
] | 69 | [
"66-59=7",
"54+8=62",
"7+62=69"
] | Current State: 69:[59, 66, 54, 8], Operations: []
Exploring Operation: 66-59=7, Resulting Numbers: [54, 8, 7]
Generated Node #2: [54, 8, 7] from Operation: 66-59=7
Current State: 69:[54, 8, 7], Operations: ['66-59=7']
Exploring Operation: 54+8=62, Resulting Numbers: [7, 62]
Generated Node #3: [7, 62] from Operation: 54... | 4 | Current State: 69:[59, 66, 54, 8], Operations: []
Exploring Operation: 59+8=67, Resulting Numbers: [66, 54, 67]
Generated Node #0,0: 69:[66, 54, 67] Operation: 59+8=67
Exploring Operation: 59-54=5, Resulting Numbers: [66, 8, 5]
Generated Node #0,1: 69:[66, 8, 5] Operation: 59-54=5
Exploring Operation: 66-59=7, Resultin... | 0.988715 | hs_4 | mult_heuristic |
[
39,
68,
47,
73
] | 13 | [
"39+68=107",
"47+73=120",
"120-107=13"
] | Current State: 13:[39, 68, 47, 73], Operations: []
Exploring Operation: 39+68=107, Resulting Numbers: [47, 73, 107]
Generated Node #2: [47, 73, 107] from Operation: 39+68=107
Current State: 13:[47, 73, 107], Operations: ['39+68=107']
Exploring Operation: 47+73=120, Resulting Numbers: [107, 120]
Generated Node #3: [107,... | 4 | Current State: 13:[39, 68, 47, 73], Operations: []
Exploring Operation: 73-68=5, Resulting Numbers: [39, 47, 5]
Generated Node #0,0: 13:[39, 47, 5] Operation: 73-68=5
Start Sub Search at level 1: Moving to Node #0,0
Current State: 13:[39, 47, 5], Operations: ['73-68=5']
Exploring Operation: 47-39=8, Resulting Numbers: ... | 0.993924 | hs_1 | sum_heuristic |
[
12,
84,
88,
77
] | 99 | [
"84/12=7",
"77/7=11",
"88+11=99"
] | Current State: 99:[12, 84, 88, 77], Operations: []
Exploring Operation: 84/12=7, Resulting Numbers: [88, 77, 7]
Generated Node #2: [88, 77, 7] from Operation: 84/12=7
Current State: 99:[88, 77, 7], Operations: ['84/12=7']
Exploring Operation: 77/7=11, Resulting Numbers: [88, 11]
Generated Node #3: [88, 11] from Operati... | 4 | Current State: 99:[12, 84, 88, 77], Operations: []
Exploring Operation: 84-77=7, Resulting Numbers: [12, 88, 7]
Generated Node #0,0: 99:[12, 88, 7] Operation: 84-77=7
Exploring Operation: 88-77=11, Resulting Numbers: [12, 84, 11]
Generated Node #0,1: 99:[12, 84, 11] Operation: 88-77=11
Exploring Operation: 88-84=4, Res... | 0 | hs_3 | sum_heuristic |
[
75,
80,
9,
6
] | 85 | [
"9+6=15",
"75/15=5",
"80+5=85"
] | Current State: 85:[75, 80, 9, 6], Operations: []
Exploring Operation: 9+6=15, Resulting Numbers: [75, 80, 15]
Generated Node #2: [75, 80, 15] from Operation: 9+6=15
Current State: 85:[75, 80, 15], Operations: ['9+6=15']
Exploring Operation: 75/15=5, Resulting Numbers: [80, 5]
Generated Node #3: [80, 5] from Operation: ... | 4 | Current State: 85:[75, 80, 9, 6], Operations: []
Exploring Operation: 80-75=5, Resulting Numbers: [9, 6, 5]
Generated Node #0,0: 85:[9, 6, 5] Operation: 80-75=5
Exploring Operation: 80+9=89, Resulting Numbers: [75, 6, 89]
Generated Node #0,1: 85:[75, 6, 89] Operation: 80+9=89
Exploring Operation: 75+9=84, Resulting Num... | 0 | hs_4 | sum_heuristic |
[
11,
32,
2,
40
] | 50 | [
"11*2=22",
"32+40=72",
"72-22=50"
] | Current State: 50:[11, 32, 2, 40], Operations: []
Exploring Operation: 11*2=22, Resulting Numbers: [32, 40, 22]
Generated Node #2: [32, 40, 22] from Operation: 11*2=22
Current State: 50:[32, 40, 22], Operations: ['11*2=22']
Exploring Operation: 32+40=72, Resulting Numbers: [22, 72]
Generated Node #3: [22, 72] from Oper... | 4 | Current State: 50:[11, 32, 2, 40], Operations: []
Exploring Operation: 40-32=8, Resulting Numbers: [11, 2, 8]
Generated Node #0,0: 50:[11, 2, 8] Operation: 40-32=8
Moving to Node #0,0
Current State: 50:[11, 2, 8], Operations: ['40-32=8']
Exploring Operation: 11-8=3, Resulting Numbers: [2, 3]
Generated Node #0,0,0: 50:[... | 0 | hs_1 | sum_heuristic |
[
12,
20,
33,
59
] | 60 | [
"12+20=32",
"33+59=92",
"92-32=60"
] | Current State: 60:[12, 20, 33, 59], Operations: []
Exploring Operation: 12+20=32, Resulting Numbers: [33, 59, 32]
Generated Node #2: [33, 59, 32] from Operation: 12+20=32
Current State: 60:[33, 59, 32], Operations: ['12+20=32']
Exploring Operation: 33+59=92, Resulting Numbers: [32, 92]
Generated Node #3: [32, 92] from ... | 4 | Current State: 60:[12, 20, 33, 59], Operations: []
Exploring Operation: 59-33=26, Resulting Numbers: [12, 20, 26]
Generated Node #0,0: 60:[12, 20, 26] Operation: 59-33=26
Exploring Operation: 33-20=13, Resulting Numbers: [12, 59, 13]
Generated Node #0,1: 60:[12, 59, 13] Operation: 33-20=13
Exploring Operation: 12+20=32... | 0.986979 | hs_4 | mult_heuristic |
[
47,
81,
6,
1
] | 41 | [
"81-47=34",
"6+1=7",
"34+7=41"
] | Current State: 41:[47, 81, 6, 1], Operations: []
Exploring Operation: 81-47=34, Resulting Numbers: [6, 1, 34]
Generated Node #2: [6, 1, 34] from Operation: 81-47=34
Current State: 41:[6, 1, 34], Operations: ['81-47=34']
Exploring Operation: 6+1=7, Resulting Numbers: [34, 7]
Generated Node #3: [34, 7] from Operation: 6+... | 4 | Current State: 41:[47, 81, 6, 1], Operations: []
Exploring Operation: 81-6=75, Resulting Numbers: [47, 1, 75]
Generated Node #0,0: 41:[47, 1, 75] Operation: 81-6=75
Exploring Operation: 47-6=41, Resulting Numbers: [81, 1, 41]
Generated Node #0,1: 41:[81, 1, 41] Operation: 47-6=41
Exploring Operation: 47-1=46, Resulting... | 0.965278 | hs_3 | mult_heuristic |
[
85,
70,
82,
68
] | 15 | [
"82-70=12",
"85*12=1020",
"1020/68=15"
] | Current State: 15:[85, 70, 82, 68], Operations: []
Exploring Operation: 82-70=12, Resulting Numbers: [85, 68, 12]
Generated Node #2: [85, 68, 12] from Operation: 82-70=12
Current State: 15:[85, 68, 12], Operations: ['82-70=12']
Exploring Operation: 85*12=1020, Resulting Numbers: [68, 1020]
Generated Node #3: [68, 1020]... | 4 | Current State: 15:[85, 70, 82, 68], Operations: []
Exploring Operation: 85-68=17, Resulting Numbers: [70, 82, 17]
Generated Node #0,0: 15:[70, 82, 17] Operation: 85-68=17
Exploring Operation: 85-82=3, Resulting Numbers: [70, 68, 3]
Generated Node #0,1: 15:[70, 68, 3] Operation: 85-82=3
Exploring Operation: 85-70=15, Re... | 0 | hs_3 | mult_heuristic |
[
55,
1,
36,
38
] | 18 | [
"55+1=56",
"36+38=74",
"74-56=18"
] | Current State: 18:[55, 1, 36, 38], Operations: []
Exploring Operation: 55+1=56, Resulting Numbers: [36, 38, 56]
Generated Node #2: [36, 38, 56] from Operation: 55+1=56
Current State: 18:[36, 38, 56], Operations: ['55+1=56']
Exploring Operation: 36+38=74, Resulting Numbers: [56, 74]
Generated Node #3: [56, 74] from Oper... | 4 | Current State: 18:[55, 1, 36, 38], Operations: []
Exploring Operation: 55-38=17, Resulting Numbers: [1, 36, 17]
Generated Node #0,0: 18:[1, 36, 17] Operation: 55-38=17
Exploring Operation: 55-36=19, Resulting Numbers: [1, 38, 19]
Generated Node #0,1: 18:[1, 38, 19] Operation: 55-36=19
Exploring Operation: 38-36=2, Resu... | 0.988715 | hs_3 | mult_heuristic |
[
21,
51,
3,
12
] | 29 | [
"51*12=612",
"612-3=609",
"609/21=29"
] | Current State: 29:[21, 51, 3, 12], Operations: []
Exploring Operation: 51*12=612, Resulting Numbers: [21, 3, 612]
Generated Node #2: [21, 3, 612] from Operation: 51*12=612
Current State: 29:[21, 3, 612], Operations: ['51*12=612']
Exploring Operation: 612-3=609, Resulting Numbers: [21, 609]
Generated Node #3: [21, 609] ... | 4 | Current State: 29:[21, 51, 3, 12], Operations: []
Exploring Operation: 51-21=30, Resulting Numbers: [3, 12, 30]
Generated Node #0,0: 29:[3, 12, 30] Operation: 51-21=30
Exploring Operation: 51/3=17, Resulting Numbers: [21, 12, 17]
Generated Node #0,1: 29:[21, 12, 17] Operation: 51/3=17
Exploring Operation: 3*12=36, Resu... | 0 | hs_3 | mult_heuristic |
[
24,
66,
9,
90
] | 32 | [
"66-24=42",
"90/9=10",
"42-10=32"
] | Current State: 32:[24, 66, 9, 90], Operations: []
Exploring Operation: 66-24=42, Resulting Numbers: [9, 90, 42]
Generated Node #2: [9, 90, 42] from Operation: 66-24=42
Current State: 32:[9, 90, 42], Operations: ['66-24=42']
Exploring Operation: 90/9=10, Resulting Numbers: [42, 10]
Generated Node #3: [42, 10] from Opera... | 4 | Current State: 32:[24, 66, 9, 90], Operations: []
Exploring Operation: 90-66=24, Resulting Numbers: [24, 9, 24]
Generated Node #0,0: 32:[24, 9, 24] Operation: 90-66=24
Start Sub Search at level 1: Moving to Node #0,0
Current State: 32:[24, 9, 24], Operations: ['90-66=24']
Exploring Operation: 24/24=1, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
[
2,
51,
90,
36
] | 93 | [
"2*90=180",
"51+36=87",
"180-87=93"
] | Current State: 93:[2, 51, 90, 36], Operations: []
Exploring Operation: 2*90=180, Resulting Numbers: [51, 36, 180]
Generated Node #2: [51, 36, 180] from Operation: 2*90=180
Current State: 93:[51, 36, 180], Operations: ['2*90=180']
Exploring Operation: 51+36=87, Resulting Numbers: [180, 87]
Generated Node #3: [180, 87] f... | 4 | Current State: 93:[2, 51, 90, 36], Operations: []
Exploring Operation: 90-51=39, Resulting Numbers: [2, 36, 39]
Generated Node #0,0: 93:[2, 36, 39] Operation: 90-51=39
Exploring Operation: 2*51=102, Resulting Numbers: [90, 36, 102]
Generated Node #0,1: 93:[90, 36, 102] Operation: 2*51=102
Exploring Operation: 51+36=87,... | 0 | hs_5 | mult_heuristic |
[
68,
34,
41,
35
] | 41 | [
"68-34=34",
"35-34=1",
"41*1=41"
] | Current State: 41:[68, 34, 41, 35], Operations: []
Exploring Operation: 68-34=34, Resulting Numbers: [41, 35, 34]
Generated Node #2: [41, 35, 34] from Operation: 68-34=34
Current State: 41:[41, 35, 34], Operations: ['68-34=34']
Exploring Operation: 35-34=1, Resulting Numbers: [41, 1]
Generated Node #3: [41, 1] from Ope... | 4 | Current State: 41:[68, 34, 41, 35], Operations: []
Exploring Operation: 68-34=34, Resulting Numbers: [41, 35, 34]
Generated Node #0,0: 41:[41, 35, 34] Operation: 68-34=34
Start Sub Search at level 1: Moving to Node #0,0
Current State: 41:[41, 35, 34], Operations: ['68-34=34']
Exploring Operation: 35+34=69, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
7,
18,
79,
3
] | 51 | [
"7+18=25",
"79-3=76",
"76-25=51"
] | Current State: 51:[7, 18, 79, 3], Operations: []
Exploring Operation: 7+18=25, Resulting Numbers: [79, 3, 25]
Generated Node #2: [79, 3, 25] from Operation: 7+18=25
Current State: 51:[79, 3, 25], Operations: ['7+18=25']
Exploring Operation: 79-3=76, Resulting Numbers: [25, 76]
Generated Node #3: [25, 76] from Operation... | 4 | Current State: 51:[7, 18, 79, 3], Operations: []
Exploring Operation: 79-7=72, Resulting Numbers: [18, 3, 72]
Generated Node #0,0: 51:[18, 3, 72] Operation: 79-7=72
Exploring Operation: 79-18=61, Resulting Numbers: [7, 3, 61]
Generated Node #0,1: 51:[7, 3, 61] Operation: 79-18=61
Exploring Operation: 7-3=4, Resulting N... | 0.990451 | hs_3 | sum_heuristic |
[
13,
45,
13,
40
] | 84 | [
"13*13=169",
"45+40=85",
"169-85=84"
] | Current State: 84:[13, 45, 13, 40], Operations: []
Exploring Operation: 13*13=169, Resulting Numbers: [45, 40, 169]
Generated Node #2: [45, 40, 169] from Operation: 13*13=169
Current State: 84:[45, 40, 169], Operations: ['13*13=169']
Exploring Operation: 45+40=85, Resulting Numbers: [169, 85]
Generated Node #3: [169, 8... | 4 | Current State: 84:[13, 45, 13, 40], Operations: []
Exploring Operation: 45+40=85, Resulting Numbers: [13, 13, 85]
Generated Node #0,0: 84:[13, 13, 85] Operation: 45+40=85
Moving to Node #0,0
Current State: 84:[13, 13, 85], Operations: ['45+40=85']
Exploring Operation: 13/13=1, Resulting Numbers: [85, 1]
Generated Node ... | 0.993924 | hs_1 | sum_heuristic |
[
35,
56,
20,
22
] | 90 | [
"35*56=1960",
"20+1960=1980",
"1980/22=90"
] | Current State: 90:[35, 56, 20, 22], Operations: []
Exploring Operation: 35*56=1960, Resulting Numbers: [20, 22, 1960]
Generated Node #2: [20, 22, 1960] from Operation: 35*56=1960
Current State: 90:[20, 22, 1960], Operations: ['35*56=1960']
Exploring Operation: 20+1960=1980, Resulting Numbers: [22, 1980]
Generated Node ... | 4 | Current State: 90:[35, 56, 20, 22], Operations: []
Exploring Operation: 35-22=13, Resulting Numbers: [56, 20, 13]
Generated Node #0,0: 90:[56, 20, 13] Operation: 35-22=13
Exploring Operation: 35-20=15, Resulting Numbers: [56, 22, 15]
Generated Node #0,1: 90:[56, 22, 15] Operation: 35-20=15
Exploring Operation: 35+56=91... | 0 | hs_5 | sum_heuristic |
[
78,
76,
64,
2
] | 30 | [
"78-76=2",
"64/2=32",
"32-2=30"
] | Current State: 30:[78, 76, 64, 2], Operations: []
Exploring Operation: 78-76=2, Resulting Numbers: [64, 2, 2]
Generated Node #2: [64, 2, 2] from Operation: 78-76=2
Current State: 30:[64, 2, 2], Operations: ['78-76=2']
Exploring Operation: 64/2=32, Resulting Numbers: [32]
32,30 equal: Goal Reached
Exploring Operation: 3... | 4 | Current State: 30:[78, 76, 64, 2], Operations: []
Exploring Operation: 78-76=2, Resulting Numbers: [64, 2, 2]
Generated Node #0,0: 30:[64, 2, 2] Operation: 78-76=2
Start Sub Search at level 1: Moving to Node #0,0
Current State: 30:[64, 2, 2], Operations: ['78-76=2']
Exploring Operation: 64/2=32, Resulting Numbers: [2, ... | 0.993924 | hs_1 | sum_heuristic |
[
10,
3,
67,
53
] | 46 | [
"10+53=63",
"63/3=21",
"67-21=46"
] | Current State: 46:[10, 3, 67, 53], Operations: []
Exploring Operation: 10+53=63, Resulting Numbers: [3, 67, 63]
Generated Node #2: [3, 67, 63] from Operation: 10+53=63
Current State: 46:[3, 67, 63], Operations: ['10+53=63']
Exploring Operation: 63/3=21, Resulting Numbers: [67, 21]
Generated Node #3: [67, 21] from Opera... | 4 | Current State: 46:[10, 3, 67, 53], Operations: []
Exploring Operation: 67-10=57, Resulting Numbers: [3, 53, 57]
Generated Node #0,0: 46:[3, 53, 57] Operation: 67-10=57
Exploring Operation: 67-53=14, Resulting Numbers: [10, 3, 14]
Generated Node #0,1: 46:[10, 3, 14] Operation: 67-53=14
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
95,
31,
62,
91
] | 34 | [
"95+91=186",
"186/62=3",
"31+3=34"
] | Current State: 34:[95, 31, 62, 91], Operations: []
Exploring Operation: 95+91=186, Resulting Numbers: [31, 62, 186]
Generated Node #2: [31, 62, 186] from Operation: 95+91=186
Current State: 34:[31, 62, 186], Operations: ['95+91=186']
Exploring Operation: 186/62=3, Resulting Numbers: [31, 3]
Generated Node #3: [31, 3] f... | 4 | Current State: 34:[95, 31, 62, 91], Operations: []
Exploring Operation: 95-91=4, Resulting Numbers: [31, 62, 4]
Generated Node #0,0: 34:[31, 62, 4] Operation: 95-91=4
Moving to Node #0,0
Current State: 34:[31, 62, 4], Operations: ['95-91=4']
Exploring Operation: 62/31=2, Resulting Numbers: [4, 2]
Generated Node #0,0,0:... | 0 | hs_1 | mult_heuristic |
[
69,
46,
42,
45
] | 12 | [
"46*45=2070",
"2070/69=30",
"42-30=12"
] | Current State: 12:[69, 46, 42, 45], Operations: []
Exploring Operation: 46*45=2070, Resulting Numbers: [69, 42, 2070]
Generated Node #2: [69, 42, 2070] from Operation: 46*45=2070
Current State: 12:[69, 42, 2070], Operations: ['46*45=2070']
Exploring Operation: 2070/69=30, Resulting Numbers: [42, 30]
Generated Node #3: ... | 4 | Current State: 12:[69, 46, 42, 45], Operations: []
Exploring Operation: 69-46=23, Resulting Numbers: [42, 45, 23]
Generated Node #0,0: 12:[42, 45, 23] Operation: 69-46=23
Start Sub Search at level 1: Moving to Node #0,0
Current State: 12:[42, 45, 23], Operations: ['69-46=23']
Exploring Operation: 45-42=3, Resulting Num... | 0 | hs_1 | mult_heuristic |
[
48,
10,
6,
61
] | 49 | [
"48+61=109",
"10*6=60",
"109-60=49"
] | Current State: 49:[48, 10, 6, 61], Operations: []
Exploring Operation: 48+61=109, Resulting Numbers: [10, 6, 109]
Generated Node #2: [10, 6, 109] from Operation: 48+61=109
Current State: 49:[10, 6, 109], Operations: ['48+61=109']
Exploring Operation: 10*6=60, Resulting Numbers: [109, 60]
Generated Node #3: [109, 60] fr... | 4 | Current State: 49:[48, 10, 6, 61], Operations: []
Exploring Operation: 61-10=51, Resulting Numbers: [48, 6, 51]
Generated Node #0,0: 49:[48, 6, 51] Operation: 61-10=51
Moving to Node #0,0
Current State: 49:[48, 6, 51], Operations: ['61-10=51']
Exploring Operation: 48/6=8, Resulting Numbers: [51, 8]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
38,
34,
71,
52
] | 68 | [
"38*34=1292",
"71-52=19",
"1292/19=68"
] | Current State: 68:[38, 34, 71, 52], Operations: []
Exploring Operation: 38*34=1292, Resulting Numbers: [71, 52, 1292]
Generated Node #2: [71, 52, 1292] from Operation: 38*34=1292
Current State: 68:[71, 52, 1292], Operations: ['38*34=1292']
Exploring Operation: 71-52=19, Resulting Numbers: [1292, 19]
Generated Node #3: ... | 4 | Current State: 68:[38, 34, 71, 52], Operations: []
Exploring Operation: 71-52=19, Resulting Numbers: [38, 34, 19]
Generated Node #0,0: 68:[38, 34, 19] Operation: 71-52=19
Exploring Operation: 52-34=18, Resulting Numbers: [38, 71, 18]
Generated Node #0,1: 68:[38, 71, 18] Operation: 52-34=18
Exploring Operation: 52-38=14... | 0.990451 | hs_3 | sum_heuristic |
[
15,
44,
7,
24
] | 28 | [
"15+44=59",
"7+24=31",
"59-31=28"
] | Current State: 28:[15, 44, 7, 24], Operations: []
Exploring Operation: 15+44=59, Resulting Numbers: [7, 24, 59]
Generated Node #2: [7, 24, 59] from Operation: 15+44=59
Current State: 28:[7, 24, 59], Operations: ['15+44=59']
Exploring Operation: 7+24=31, Resulting Numbers: [59, 31]
Generated Node #3: [59, 31] from Opera... | 4 | Current State: 28:[15, 44, 7, 24], Operations: []
Exploring Operation: 44-15=29, Resulting Numbers: [7, 24, 29]
Generated Node #0,0: 28:[7, 24, 29] Operation: 44-15=29
Start Sub Search at level 1: Moving to Node #0,0
Current State: 28:[7, 24, 29], Operations: ['44-15=29']
Exploring Operation: 29-24=5, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
[
3,
57,
70,
48
] | 97 | [
"57-48=9",
"3*9=27",
"70+27=97"
] | Current State: 97:[3, 57, 70, 48], Operations: []
Exploring Operation: 57-48=9, Resulting Numbers: [3, 70, 9]
Generated Node #2: [3, 70, 9] from Operation: 57-48=9
Current State: 97:[3, 70, 9], Operations: ['57-48=9']
Exploring Operation: 3*9=27, Resulting Numbers: [70, 27]
Generated Node #3: [70, 27] from Operation: 3... | 4 | Current State: 97:[3, 57, 70, 48], Operations: []
Exploring Operation: 3+57=60, Resulting Numbers: [70, 48, 60]
Generated Node #0,0: 97:[70, 48, 60] Operation: 3+57=60
Moving to Node #0,0
Current State: 97:[70, 48, 60], Operations: ['3+57=60']
Exploring Operation: 48+60=108, Resulting Numbers: [70, 108]
Generated Node ... | 0 | hs_1 | sum_heuristic |
[
86,
89,
22,
67
] | 48 | [
"89-86=3",
"67-22=45",
"3+45=48"
] | Current State: 48:[86, 89, 22, 67], Operations: []
Exploring Operation: 89-86=3, Resulting Numbers: [22, 67, 3]
Generated Node #2: [22, 67, 3] from Operation: 89-86=3
Current State: 48:[22, 67, 3], Operations: ['89-86=3']
Exploring Operation: 67-22=45, Resulting Numbers: [3, 45]
Generated Node #3: [3, 45] from Operatio... | 4 | Current State: 48:[86, 89, 22, 67], Operations: []
Exploring Operation: 89-86=3, Resulting Numbers: [22, 67, 3]
Generated Node #0,0: 48:[22, 67, 3] Operation: 89-86=3
Moving to Node #0,0
Current State: 48:[22, 67, 3], Operations: ['89-86=3']
Exploring Operation: 67-22=45, Resulting Numbers: [3, 45]
Generated Node #0,0,... | 0.993924 | hs_1 | sum_heuristic |
[
54,
83,
22,
4
] | 59 | [
"83-54=29",
"22*4=88",
"88-29=59"
] | Current State: 59:[54, 83, 22, 4], Operations: []
Exploring Operation: 83-54=29, Resulting Numbers: [22, 4, 29]
Generated Node #2: [22, 4, 29] from Operation: 83-54=29
Current State: 59:[22, 4, 29], Operations: ['83-54=29']
Exploring Operation: 22*4=88, Resulting Numbers: [29, 88]
Generated Node #3: [29, 88] from Opera... | 4 | Current State: 59:[54, 83, 22, 4], Operations: []
Exploring Operation: 22*4=88, Resulting Numbers: [54, 83, 88]
Generated Node #0,0: 59:[54, 83, 88] Operation: 22*4=88
Exploring Operation: 83-22=61, Resulting Numbers: [54, 4, 61]
Generated Node #0,1: 59:[54, 4, 61] Operation: 83-22=61
Exploring Operation: 54+4=58, Resu... | 0.967014 | hs_3 | sum_heuristic |
[
19,
63,
89,
15
] | 60 | [
"63-19=44",
"89+15=104",
"104-44=60"
] | Current State: 60:[19, 63, 89, 15], Operations: []
Exploring Operation: 63-19=44, Resulting Numbers: [89, 15, 44]
Generated Node #2: [89, 15, 44] from Operation: 63-19=44
Current State: 60:[89, 15, 44], Operations: ['63-19=44']
Exploring Operation: 89+15=104, Resulting Numbers: [44, 104]
Generated Node #3: [44, 104] fr... | 4 | Current State: 60:[19, 63, 89, 15], Operations: []
Exploring Operation: 89-15=74, Resulting Numbers: [19, 63, 74]
Generated Node #0,0: 60:[19, 63, 74] Operation: 89-15=74
Exploring Operation: 89-63=26, Resulting Numbers: [19, 15, 26]
Generated Node #0,1: 60:[19, 15, 26] Operation: 89-63=26
Exploring Operation: 19-15=4,... | 0.979167 | hs_5 | sum_heuristic |
[
36,
1,
47,
69
] | 57 | [
"36-1=35",
"69-47=22",
"35+22=57"
] | Current State: 57:[36, 1, 47, 69], Operations: []
Exploring Operation: 36-1=35, Resulting Numbers: [47, 69, 35]
Generated Node #2: [47, 69, 35] from Operation: 36-1=35
Current State: 57:[47, 69, 35], Operations: ['36-1=35']
Exploring Operation: 69-47=22, Resulting Numbers: [35, 22]
Generated Node #3: [35, 22] from Oper... | 4 | Current State: 57:[36, 1, 47, 69], Operations: []
Exploring Operation: 47-36=11, Resulting Numbers: [1, 69, 11]
Generated Node #0,0: 57:[1, 69, 11] Operation: 47-36=11
Moving to Node #0,0
Current State: 57:[1, 69, 11], Operations: ['47-36=11']
Exploring Operation: 69-11=58, Resulting Numbers: [1, 58]
Generated Node #0,... | 0.993924 | hs_1 | sum_heuristic |
[
22,
46,
93,
17
] | 86 | [
"46-22=24",
"93+17=110",
"110-24=86"
] | Current State: 86:[22, 46, 93, 17], Operations: []
Exploring Operation: 46-22=24, Resulting Numbers: [93, 17, 24]
Generated Node #2: [93, 17, 24] from Operation: 46-22=24
Current State: 86:[93, 17, 24], Operations: ['46-22=24']
Exploring Operation: 93+17=110, Resulting Numbers: [24, 110]
Generated Node #3: [24, 110] fr... | 4 | Current State: 86:[22, 46, 93, 17], Operations: []
Exploring Operation: 22-17=5, Resulting Numbers: [46, 93, 5]
Generated Node #0,0: 86:[46, 93, 5] Operation: 22-17=5
Exploring Operation: 22+17=39, Resulting Numbers: [46, 93, 39]
Generated Node #0,1: 86:[46, 93, 39] Operation: 22+17=39
Moving to Node #0,0
Current State... | 0.986111 | hs_2 | sum_heuristic |
[
87,
12,
12,
13
] | 81 | [
"87-12=75",
"12*13=156",
"156-75=81"
] | Current State: 81:[87, 12, 12, 13], Operations: []
Exploring Operation: 87-12=75, Resulting Numbers: [13, 75]
Generated Node #2: [13, 75] from Operation: 87-12=75
Current State: 81:[13, 75], Operations: ['87-12=75']
Exploring Operation: 12*13=156, Resulting Numbers: [75, 156]
Generated Node #3: [75, 156] from Operation... | 4 | Current State: 81:[87, 12, 12, 13], Operations: []
Exploring Operation: 13-12=1, Resulting Numbers: [87, 12, 1]
Generated Node #0,0: 81:[87, 12, 1] Operation: 13-12=1
Exploring Operation: 13-12=1, Resulting Numbers: [87, 12, 1]
Generated Node #0,1: 81:[87, 12, 1] Operation: 13-12=1
Exploring Operation: 12+13=25, Result... | 0 | hs_5 | mult_heuristic |
[
2,
32,
13,
57
] | 91 | [
"2*32=64",
"64-57=7",
"13*7=91"
] | Current State: 91:[2, 32, 13, 57], Operations: []
Exploring Operation: 2*32=64, Resulting Numbers: [13, 57, 64]
Generated Node #2: [13, 57, 64] from Operation: 2*32=64
Current State: 91:[13, 57, 64], Operations: ['2*32=64']
Exploring Operation: 64-57=7, Resulting Numbers: [13, 7]
Generated Node #3: [13, 7] from Operati... | 4 | Current State: 91:[2, 32, 13, 57], Operations: []
Exploring Operation: 32+57=89, Resulting Numbers: [2, 13, 89]
Generated Node #0,0: 91:[2, 13, 89] Operation: 32+57=89
Exploring Operation: 57-32=25, Resulting Numbers: [2, 13, 25]
Generated Node #0,1: 91:[2, 13, 25] Operation: 57-32=25
Exploring Operation: 32-13=19, Res... | 0 | hs_5 | sum_heuristic |
[
44,
25,
39,
1
] | 100 | [
"44-39=5",
"5-1=4",
"25*4=100"
] | Current State: 100:[44, 25, 39, 1], Operations: []
Exploring Operation: 44-39=5, Resulting Numbers: [25, 1, 5]
Generated Node #2: [25, 1, 5] from Operation: 44-39=5
Current State: 100:[25, 1, 5], Operations: ['44-39=5']
Exploring Operation: 5-1=4, Resulting Numbers: [25, 4]
Generated Node #3: [25, 4] from Operation: 5-... | 4 | Current State: 100:[44, 25, 39, 1], Operations: []
Exploring Operation: 44-39=5, Resulting Numbers: [25, 1, 5]
Generated Node #0,0: 100:[25, 1, 5] Operation: 44-39=5
Exploring Operation: 39-25=14, Resulting Numbers: [44, 1, 14]
Generated Node #0,1: 100:[44, 1, 14] Operation: 39-25=14
Start Sub Search at level 1: Moving... | 0 | hs_2 | mult_heuristic |
[
25,
2,
39,
50
] | 22 | [
"39-25=14",
"2*14=28",
"50-28=22"
] | Current State: 22:[25, 2, 39, 50], Operations: []
Exploring Operation: 39-25=14, Resulting Numbers: [2, 50, 14]
Generated Node #2: [2, 50, 14] from Operation: 39-25=14
Current State: 22:[2, 50, 14], Operations: ['39-25=14']
Exploring Operation: 2*14=28, Resulting Numbers: [50, 28]
Generated Node #3: [50, 28] from Opera... | 4 | Current State: 22:[25, 2, 39, 50], Operations: []
Exploring Operation: 50-39=11, Resulting Numbers: [25, 2, 11]
Generated Node #0,0: 22:[25, 2, 11] Operation: 50-39=11
Exploring Operation: 50/25=2, Resulting Numbers: [2, 39, 2]
Generated Node #0,1: 22:[2, 39, 2] Operation: 50/25=2
Start Sub Search at level 1: Moving to... | 0 | hs_2 | sum_heuristic |
[
19,
33,
76,
36
] | 60 | [
"19+33=52",
"76+36=112",
"112-52=60"
] | Current State: 60:[19, 33, 76, 36], Operations: []
Exploring Operation: 19+33=52, Resulting Numbers: [76, 36, 52]
Generated Node #2: [76, 36, 52] from Operation: 19+33=52
Current State: 60:[76, 36, 52], Operations: ['19+33=52']
Exploring Operation: 76+36=112, Resulting Numbers: [52, 112]
Generated Node #3: [52, 112] fr... | 4 | Current State: 60:[19, 33, 76, 36], Operations: []
Exploring Operation: 76-19=57, Resulting Numbers: [33, 36, 57]
Generated Node #0,0: 60:[33, 36, 57] Operation: 76-19=57
Exploring Operation: 76/19=4, Resulting Numbers: [33, 36, 4]
Generated Node #0,1: 60:[33, 36, 4] Operation: 76/19=4
Moving to Node #0,1
Current State... | 0.987847 | hs_2 | sum_heuristic |
[
45,
36,
64,
23
] | 78 | [
"45-36=9",
"64+23=87",
"87-9=78"
] | Current State: 78:[45, 36, 64, 23], Operations: []
Exploring Operation: 45-36=9, Resulting Numbers: [64, 23, 9]
Generated Node #2: [64, 23, 9] from Operation: 45-36=9
Current State: 78:[64, 23, 9], Operations: ['45-36=9']
Exploring Operation: 64+23=87, Resulting Numbers: [9, 87]
Generated Node #3: [9, 87] from Operatio... | 4 | Current State: 78:[45, 36, 64, 23], Operations: []
Exploring Operation: 64-23=41, Resulting Numbers: [45, 36, 41]
Generated Node #0,0: 78:[45, 36, 41] Operation: 64-23=41
Exploring Operation: 64-36=28, Resulting Numbers: [45, 23, 28]
Generated Node #0,1: 78:[45, 23, 28] Operation: 64-36=28
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
35,
16,
89,
6
] | 18 | [
"35-16=19",
"89+19=108",
"108/6=18"
] | Current State: 18:[35, 16, 89, 6], Operations: []
Exploring Operation: 35-16=19, Resulting Numbers: [89, 6, 19]
Generated Node #2: [89, 6, 19] from Operation: 35-16=19
Current State: 18:[89, 6, 19], Operations: ['35-16=19']
Exploring Operation: 89+19=108, Resulting Numbers: [6, 108]
Generated Node #3: [6, 108] from Ope... | 4 | Current State: 18:[35, 16, 89, 6], Operations: []
Exploring Operation: 35-16=19, Resulting Numbers: [89, 6, 19]
Generated Node #0,0: 18:[89, 6, 19] Operation: 35-16=19
Exploring Operation: 89-16=73, Resulting Numbers: [35, 6, 73]
Generated Node #0,1: 18:[35, 6, 73] Operation: 89-16=73
Exploring Operation: 89-35=54, Res... | 0 | hs_3 | sum_heuristic |
[
4,
8,
57,
18
] | 51 | [
"4+8=12",
"57-18=39",
"12+39=51"
] | Current State: 51:[4, 8, 57, 18], Operations: []
Exploring Operation: 4+8=12, Resulting Numbers: [57, 18, 12]
Generated Node #2: [57, 18, 12] from Operation: 4+8=12
Current State: 51:[57, 18, 12], Operations: ['4+8=12']
Exploring Operation: 57-18=39, Resulting Numbers: [12, 39]
Generated Node #3: [12, 39] from Operatio... | 4 | Current State: 51:[4, 8, 57, 18], Operations: []
Exploring Operation: 8-4=4, Resulting Numbers: [57, 18, 4]
Generated Node #0,0: 51:[57, 18, 4] Operation: 8-4=4
Exploring Operation: 8/4=2, Resulting Numbers: [57, 18, 2]
Generated Node #0,1: 51:[57, 18, 2] Operation: 8/4=2
Exploring Operation: 57-8=49, Resulting Numbers... | 0 | hs_3 | sum_heuristic |
[
1,
97,
4,
39
] | 34 | [
"1*97=97",
"39+97=136",
"136/4=34"
] | Current State: 34:[1, 97, 4, 39], Operations: []
Exploring Operation: 1*97=97, Resulting Numbers: [4, 39, 97]
Generated Node #2: [4, 39, 97] from Operation: 1*97=97
Current State: 34:[4, 39, 97], Operations: ['1*97=97']
Exploring Operation: 39+97=136, Resulting Numbers: [4, 136]
Generated Node #3: [4, 136] from Operati... | 4 | Current State: 34:[1, 97, 4, 39], Operations: []
Exploring Operation: 97-1=96, Resulting Numbers: [4, 39, 96]
Generated Node #0,0: 34:[4, 39, 96] Operation: 97-1=96
Exploring Operation: 4-1=3, Resulting Numbers: [97, 39, 3]
Generated Node #0,1: 34:[97, 39, 3] Operation: 4-1=3
Exploring Operation: 39-4=35, Resulting Num... | 0 | hs_5 | mult_heuristic |
[
90,
25,
58,
36
] | 48 | [
"25*36=900",
"900/90=10",
"58-10=48"
] | Current State: 48:[90, 25, 58, 36], Operations: []
Exploring Operation: 25*36=900, Resulting Numbers: [90, 58, 900]
Generated Node #2: [90, 58, 900] from Operation: 25*36=900
Current State: 48:[90, 58, 900], Operations: ['25*36=900']
Exploring Operation: 900/90=10, Resulting Numbers: [58, 10]
Generated Node #3: [58, 10... | 4 | Current State: 48:[90, 25, 58, 36], Operations: []
Exploring Operation: 90-58=32, Resulting Numbers: [25, 36, 32]
Generated Node #0,0: 48:[25, 36, 32] Operation: 90-58=32
Exploring Operation: 90-25=65, Resulting Numbers: [58, 36, 65]
Generated Node #0,1: 48:[58, 36, 65] Operation: 90-25=65
Exploring Operation: 90-36=54... | 0 | hs_3 | sum_heuristic |
[
37,
53,
43,
41
] | 68 | [
"53-37=16",
"43+41=84",
"84-16=68"
] | Current State: 68:[37, 53, 43, 41], Operations: []
Exploring Operation: 53-37=16, Resulting Numbers: [43, 41, 16]
Generated Node #2: [43, 41, 16] from Operation: 53-37=16
Current State: 68:[43, 41, 16], Operations: ['53-37=16']
Exploring Operation: 43+41=84, Resulting Numbers: [16, 84]
Generated Node #3: [16, 84] from ... | 4 | Current State: 68:[37, 53, 43, 41], Operations: []
Exploring Operation: 53-43=10, Resulting Numbers: [37, 41, 10]
Generated Node #0,0: 68:[37, 41, 10] Operation: 53-43=10
Start Sub Search at level 1: Moving to Node #0,0
Current State: 68:[37, 41, 10], Operations: ['53-43=10']
Exploring Operation: 41-37=4, Resulting Num... | 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.