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 |
|---|---|---|---|---|---|---|---|---|
[
44,
19,
37,
93
] | 41 | [
"19*93=1767",
"37+1767=1804",
"1804/44=41"
] | Current State: 41:[44, 19, 37, 93], Operations: []
Exploring Operation: 19*93=1767, Resulting Numbers: [44, 37, 1767]
Generated Node #2: [44, 37, 1767] from Operation: 19*93=1767
Current State: 41:[44, 37, 1767], Operations: ['19*93=1767']
Exploring Operation: 37+1767=1804, Resulting Numbers: [44, 1804]
Generated Node ... | 4 | Current State: 41:[44, 19, 37, 93], Operations: []
Exploring Operation: 93-44=49, Resulting Numbers: [19, 37, 49]
Generated Node #0,0: 41:[19, 37, 49] Operation: 93-44=49
Moving to Node #0,0
Current State: 41:[19, 37, 49], Operations: ['93-44=49']
Exploring Operation: 49-19=30, Resulting Numbers: [37, 30]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
72,
87,
19,
39
] | 43 | [
"87-72=15",
"19+39=58",
"58-15=43"
] | Current State: 43:[72, 87, 19, 39], Operations: []
Exploring Operation: 87-72=15, Resulting Numbers: [19, 39, 15]
Generated Node #2: [19, 39, 15] from Operation: 87-72=15
Current State: 43:[19, 39, 15], Operations: ['87-72=15']
Exploring Operation: 19+39=58, Resulting Numbers: [15, 58]
Generated Node #3: [15, 58] from ... | 4 | Current State: 43:[72, 87, 19, 39], Operations: []
Exploring Operation: 87-72=15, Resulting Numbers: [19, 39, 15]
Generated Node #0,0: 43:[19, 39, 15] Operation: 87-72=15
Moving to Node #0,0
Current State: 43:[19, 39, 15], Operations: ['87-72=15']
Exploring Operation: 19+15=34, Resulting Numbers: [39, 34]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
74,
88,
72,
83
] | 25 | [
"88-74=14",
"83-72=11",
"14+11=25"
] | Current State: 25:[74, 88, 72, 83], Operations: []
Exploring Operation: 88-74=14, Resulting Numbers: [72, 83, 14]
Generated Node #2: [72, 83, 14] from Operation: 88-74=14
Current State: 25:[72, 83, 14], Operations: ['88-74=14']
Exploring Operation: 83-72=11, Resulting Numbers: [14, 11]
Generated Node #3: [14, 11] from ... | 4 | Current State: 25:[74, 88, 72, 83], Operations: []
Exploring Operation: 88-74=14, Resulting Numbers: [72, 83, 14]
Generated Node #0,0: 25:[72, 83, 14] Operation: 88-74=14
Exploring Operation: 83-74=9, Resulting Numbers: [88, 72, 9]
Generated Node #0,1: 25:[88, 72, 9] Operation: 83-74=9
Exploring Operation: 88-83=5, Res... | 0.978299 | hs_3 | mult_heuristic |
[
35,
46,
33,
93
] | 70 | [
"35-33=2",
"46/2=23",
"93-23=70"
] | Current State: 70:[35, 46, 33, 93], Operations: []
Exploring Operation: 35-33=2, Resulting Numbers: [46, 93, 2]
Generated Node #2: [46, 93, 2] from Operation: 35-33=2
Current State: 70:[46, 93, 2], Operations: ['35-33=2']
Exploring Operation: 46/2=23, Resulting Numbers: [93, 23]
Generated Node #3: [93, 23] from Operati... | 4 | Current State: 70:[35, 46, 33, 93], Operations: []
Exploring Operation: 93-46=47, Resulting Numbers: [35, 33, 47]
Generated Node #0,0: 70:[35, 33, 47] Operation: 93-46=47
Exploring Operation: 46-33=13, Resulting Numbers: [35, 93, 13]
Generated Node #0,1: 70:[35, 93, 13] Operation: 46-33=13
Exploring Operation: 93-33=60... | 0 | hs_3 | mult_heuristic |
[
54,
74,
75,
92
] | 38 | [
"92-54=38",
"75-74=1",
"38*1=38"
] | Current State: 38:[54, 74, 75, 92], Operations: []
Exploring Operation: 92-54=38, Resulting Numbers: [74, 75, 38]
Generated Node #2: [74, 75, 38] from Operation: 92-54=38
Current State: 38:[74, 75, 38], Operations: ['92-54=38']
Exploring Operation: 75-74=1, Resulting Numbers: [38, 1]
Generated Node #3: [38, 1] from Ope... | 4 | Current State: 38:[54, 74, 75, 92], Operations: []
Exploring Operation: 92-74=18, Resulting Numbers: [54, 75, 18]
Generated Node #0,0: 38:[54, 75, 18] Operation: 92-74=18
Start Sub Search at level 1: Moving to Node #0,0
Current State: 38:[54, 75, 18], Operations: ['92-74=18']
Exploring Operation: 75-54=21, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
6,
9,
66,
10
] | 79 | [
"9-6=3",
"66+10=76",
"3+76=79"
] | Current State: 79:[6, 9, 66, 10], Operations: []
Exploring Operation: 9-6=3, Resulting Numbers: [66, 10, 3]
Generated Node #2: [66, 10, 3] from Operation: 9-6=3
Current State: 79:[66, 10, 3], Operations: ['9-6=3']
Exploring Operation: 66+10=76, Resulting Numbers: [3, 76]
Generated Node #3: [3, 76] from Operation: 66+10... | 4 | Current State: 79:[6, 9, 66, 10], Operations: []
Exploring Operation: 6*9=54, Resulting Numbers: [66, 10, 54]
Generated Node #0,0: 79:[66, 10, 54] Operation: 6*9=54
Exploring Operation: 6+9=15, Resulting Numbers: [66, 10, 15]
Generated Node #0,1: 79:[66, 10, 15] Operation: 6+9=15
Exploring Operation: 9*10=90, Resulting... | 0 | hs_4 | sum_heuristic |
[
12,
76,
52,
78
] | 39 | [
"12*78=936",
"76-52=24",
"936/24=39"
] | Current State: 39:[12, 76, 52, 78], Operations: []
Exploring Operation: 12*78=936, Resulting Numbers: [76, 52, 936]
Generated Node #2: [76, 52, 936] from Operation: 12*78=936
Current State: 39:[76, 52, 936], Operations: ['12*78=936']
Exploring Operation: 76-52=24, Resulting Numbers: [936, 24]
Generated Node #3: [936, 2... | 4 | Current State: 39:[12, 76, 52, 78], Operations: []
Exploring Operation: 78-76=2, Resulting Numbers: [12, 52, 2]
Generated Node #0,0: 39:[12, 52, 2] Operation: 78-76=2
Exploring Operation: 76-52=24, Resulting Numbers: [12, 78, 24]
Generated Node #0,1: 39:[12, 78, 24] Operation: 76-52=24
Exploring Operation: 78-52=26, Re... | 0 | hs_3 | sum_heuristic |
[
46,
30,
76,
44
] | 53 | [
"46-44=2",
"30+76=106",
"106/2=53"
] | Current State: 53:[46, 30, 76, 44], Operations: []
Exploring Operation: 46-44=2, Resulting Numbers: [30, 76, 2]
Generated Node #2: [30, 76, 2] from Operation: 46-44=2
Current State: 53:[30, 76, 2], Operations: ['46-44=2']
Exploring Operation: 30+76=106, Resulting Numbers: [2, 106]
Generated Node #3: [2, 106] from Opera... | 4 | Current State: 53:[46, 30, 76, 44], Operations: []
Exploring Operation: 76-44=32, Resulting Numbers: [46, 30, 32]
Generated Node #0,0: 53:[46, 30, 32] Operation: 76-44=32
Exploring Operation: 30+44=74, Resulting Numbers: [46, 76, 74]
Generated Node #0,1: 53:[46, 76, 74] Operation: 30+44=74
Exploring Operation: 76-30=46... | 0 | hs_3 | mult_heuristic |
[
8,
91,
6,
23
] | 95 | [
"8+23=31",
"6*31=186",
"186-91=95"
] | Current State: 95:[8, 91, 6, 23], Operations: []
Exploring Operation: 8+23=31, Resulting Numbers: [91, 6, 31]
Generated Node #2: [91, 6, 31] from Operation: 8+23=31
Current State: 95:[91, 6, 31], Operations: ['8+23=31']
Exploring Operation: 6*31=186, Resulting Numbers: [91, 186]
Generated Node #3: [91, 186] from Operat... | 4 | Current State: 95:[8, 91, 6, 23], Operations: []
Exploring Operation: 8+91=99, Resulting Numbers: [6, 23, 99]
Generated Node #0,0: 95:[6, 23, 99] Operation: 8+91=99
Moving to Node #0,0
Current State: 95:[6, 23, 99], Operations: ['8+91=99']
Exploring Operation: 23-6=17, Resulting Numbers: [99, 17]
Generated Node #0,0,0:... | 0 | hs_1 | mult_heuristic |
[
19,
15,
60,
45
] | 76 | [
"19+60=79",
"45/15=3",
"79-3=76"
] | Current State: 76:[19, 15, 60, 45], Operations: []
Exploring Operation: 19+60=79, Resulting Numbers: [15, 45, 79]
Generated Node #2: [15, 45, 79] from Operation: 19+60=79
Current State: 76:[15, 45, 79], Operations: ['19+60=79']
Exploring Operation: 45/15=3, Resulting Numbers: [79, 3]
Generated Node #3: [79, 3] from Ope... | 4 | Current State: 76:[19, 15, 60, 45], Operations: []
Exploring Operation: 60/15=4, Resulting Numbers: [19, 45, 4]
Generated Node #0,0: 76:[19, 45, 4] Operation: 60/15=4
Start Sub Search at level 1: Moving to Node #0,0
Current State: 76:[19, 45, 4], Operations: ['60/15=4']
Exploring Operation: 45-4=41, Resulting Numbers: ... | 0 | hs_1 | mult_heuristic |
[
91,
9,
26,
89
] | 70 | [
"91-89=2",
"9+26=35",
"2*35=70"
] | Current State: 70:[91, 9, 26, 89], Operations: []
Exploring Operation: 91-89=2, Resulting Numbers: [9, 26, 2]
Generated Node #2: [9, 26, 2] from Operation: 91-89=2
Current State: 70:[9, 26, 2], Operations: ['91-89=2']
Exploring Operation: 9+26=35, Resulting Numbers: [2, 35]
Generated Node #3: [2, 35] from Operation: 9+... | 4 | Current State: 70:[91, 9, 26, 89], Operations: []
Exploring Operation: 91-9=82, Resulting Numbers: [26, 89, 82]
Generated Node #0,0: 70:[26, 89, 82] Operation: 91-9=82
Exploring Operation: 89-26=63, Resulting Numbers: [91, 9, 63]
Generated Node #0,1: 70:[91, 9, 63] Operation: 89-26=63
Exploring Operation: 91-89=2, Resu... | 0.987847 | hs_4 | mult_heuristic |
[
71,
12,
49,
26
] | 82 | [
"71-12=59",
"49-26=23",
"59+23=82"
] | Current State: 82:[71, 12, 49, 26], Operations: []
Exploring Operation: 71-12=59, Resulting Numbers: [49, 26, 59]
Generated Node #2: [49, 26, 59] from Operation: 71-12=59
Current State: 82:[49, 26, 59], Operations: ['71-12=59']
Exploring Operation: 49-26=23, Resulting Numbers: [59, 23]
Generated Node #3: [59, 23] from ... | 4 | Current State: 82:[71, 12, 49, 26], Operations: []
Exploring Operation: 12+26=38, Resulting Numbers: [71, 49, 38]
Generated Node #0,0: 82:[71, 49, 38] Operation: 12+26=38
Exploring Operation: 49+26=75, Resulting Numbers: [71, 12, 75]
Generated Node #0,1: 82:[71, 12, 75] Operation: 49+26=75
Exploring Operation: 71-26=45... | 0.955729 | hs_5 | sum_heuristic |
[
88,
55,
57,
96
] | 92 | [
"88+96=184",
"57-55=2",
"184/2=92"
] | Current State: 92:[88, 55, 57, 96], Operations: []
Exploring Operation: 88+96=184, Resulting Numbers: [55, 57, 184]
Generated Node #2: [55, 57, 184] from Operation: 88+96=184
Current State: 92:[55, 57, 184], Operations: ['88+96=184']
Exploring Operation: 57-55=2, Resulting Numbers: [184, 2]
Generated Node #3: [184, 2] ... | 4 | Current State: 92:[88, 55, 57, 96], Operations: []
Exploring Operation: 96-57=39, Resulting Numbers: [88, 55, 39]
Generated Node #0,0: 92:[88, 55, 39] Operation: 96-57=39
Exploring Operation: 57-55=2, Resulting Numbers: [88, 96, 2]
Generated Node #0,1: 92:[88, 96, 2] Operation: 57-55=2
Exploring Operation: 96-55=41, Re... | 0 | hs_3 | sum_heuristic |
[
4,
18,
26,
63
] | 65 | [
"26-18=8",
"8/4=2",
"63+2=65"
] | Current State: 65:[4, 18, 26, 63], Operations: []
Exploring Operation: 26-18=8, Resulting Numbers: [4, 63, 8]
Generated Node #2: [4, 63, 8] from Operation: 26-18=8
Current State: 65:[4, 63, 8], Operations: ['26-18=8']
Exploring Operation: 8/4=2, Resulting Numbers: [63, 2]
Generated Node #3: [63, 2] from Operation: 8/4=... | 4 | Current State: 65:[4, 18, 26, 63], Operations: []
Exploring Operation: 18-4=14, Resulting Numbers: [26, 63, 14]
Generated Node #0,0: 65:[26, 63, 14] Operation: 18-4=14
Exploring Operation: 26-18=8, Resulting Numbers: [4, 63, 8]
Generated Node #0,1: 65:[4, 63, 8] Operation: 26-18=8
Moving to Node #0,1
Current State: 65:... | 0 | hs_2 | sum_heuristic |
[
39,
35,
27,
36
] | 59 | [
"39-35=4",
"27+36=63",
"63-4=59"
] | Current State: 59:[39, 35, 27, 36], Operations: []
Exploring Operation: 39-35=4, Resulting Numbers: [27, 36, 4]
Generated Node #2: [27, 36, 4] from Operation: 39-35=4
Current State: 59:[27, 36, 4], Operations: ['39-35=4']
Exploring Operation: 27+36=63, Resulting Numbers: [4, 63]
Generated Node #3: [4, 63] from Operatio... | 4 | Current State: 59:[39, 35, 27, 36], Operations: []
Exploring Operation: 35+27=62, Resulting Numbers: [39, 36, 62]
Generated Node #0,0: 59:[39, 36, 62] Operation: 35+27=62
Exploring Operation: 27+36=63, Resulting Numbers: [39, 35, 63]
Generated Node #0,1: 59:[39, 35, 63] Operation: 27+36=63
Moving to Node #0,0
Current S... | 0 | hs_2 | mult_heuristic |
[
72,
77,
82,
52
] | 15 | [
"72+77=149",
"82+52=134",
"149-134=15"
] | Current State: 15:[72, 77, 82, 52], Operations: []
Exploring Operation: 72+77=149, Resulting Numbers: [82, 52, 149]
Generated Node #2: [82, 52, 149] from Operation: 72+77=149
Current State: 15:[82, 52, 149], Operations: ['72+77=149']
Exploring Operation: 82+52=134, Resulting Numbers: [149, 134]
Generated Node #3: [149,... | 4 | Current State: 15:[72, 77, 82, 52], Operations: []
Exploring Operation: 82-77=5, Resulting Numbers: [72, 52, 5]
Generated Node #0,0: 15:[72, 52, 5] Operation: 82-77=5
Exploring Operation: 82-72=10, Resulting Numbers: [77, 52, 10]
Generated Node #0,1: 15:[77, 52, 10] Operation: 82-72=10
Exploring Operation: 77-72=5, Res... | 0.986979 | hs_5 | sum_heuristic |
[
45,
3,
13,
76
] | 82 | [
"45+76=121",
"3*13=39",
"121-39=82"
] | Current State: 82:[45, 3, 13, 76], Operations: []
Exploring Operation: 45+76=121, Resulting Numbers: [3, 13, 121]
Generated Node #2: [3, 13, 121] from Operation: 45+76=121
Current State: 82:[3, 13, 121], Operations: ['45+76=121']
Exploring Operation: 3*13=39, Resulting Numbers: [121, 39]
Generated Node #3: [121, 39] fr... | 4 | Current State: 82:[45, 3, 13, 76], Operations: []
Exploring Operation: 45-3=42, Resulting Numbers: [13, 76, 42]
Generated Node #0,0: 82:[13, 76, 42] Operation: 45-3=42
Exploring Operation: 3*13=39, Resulting Numbers: [45, 76, 39]
Generated Node #0,1: 82:[45, 76, 39] Operation: 3*13=39
Exploring Operation: 13+76=89, Res... | 0.986979 | hs_5 | mult_heuristic |
[
1,
90,
82,
22
] | 30 | [
"1*90=90",
"82-22=60",
"90-60=30"
] | Current State: 30:[1, 90, 82, 22], Operations: []
Exploring Operation: 1*90=90, Resulting Numbers: [82, 22, 90]
Generated Node #2: [82, 22, 90] from Operation: 1*90=90
Current State: 30:[82, 22, 90], Operations: ['1*90=90']
Exploring Operation: 82-22=60, Resulting Numbers: [90, 60]
Generated Node #3: [90, 60] from Oper... | 4 | Current State: 30:[1, 90, 82, 22], Operations: []
Exploring Operation: 90-82=8, Resulting Numbers: [1, 22, 8]
Generated Node #0,0: 30:[1, 22, 8] Operation: 90-82=8
Exploring Operation: 90-22=68, Resulting Numbers: [1, 82, 68]
Generated Node #0,1: 30:[1, 82, 68] Operation: 90-22=68
Start Sub Search at level 1: Moving to... | 0.992188 | hs_2 | sum_heuristic |
[
24,
85,
28,
6
] | 87 | [
"24+85=109",
"28-6=22",
"109-22=87"
] | Current State: 87:[24, 85, 28, 6], Operations: []
Exploring Operation: 24+85=109, Resulting Numbers: [28, 6, 109]
Generated Node #2: [28, 6, 109] from Operation: 24+85=109
Current State: 87:[28, 6, 109], Operations: ['24+85=109']
Exploring Operation: 28-6=22, Resulting Numbers: [109, 22]
Generated Node #3: [109, 22] fr... | 4 | Current State: 87:[24, 85, 28, 6], Operations: []
Exploring Operation: 28-24=4, Resulting Numbers: [85, 6, 4]
Generated Node #0,0: 87:[85, 6, 4] Operation: 28-24=4
Exploring Operation: 24+6=30, Resulting Numbers: [85, 28, 30]
Generated Node #0,1: 87:[85, 28, 30] Operation: 24+6=30
Exploring Operation: 24/6=4, Resulting... | 0.989583 | hs_3 | mult_heuristic |
[
57,
94,
44,
65
] | 72 | [
"94-57=37",
"44+65=109",
"109-37=72"
] | Current State: 72:[57, 94, 44, 65], Operations: []
Exploring Operation: 94-57=37, Resulting Numbers: [44, 65, 37]
Generated Node #2: [44, 65, 37] from Operation: 94-57=37
Current State: 72:[44, 65, 37], Operations: ['94-57=37']
Exploring Operation: 44+65=109, Resulting Numbers: [37, 109]
Generated Node #3: [37, 109] fr... | 4 | Current State: 72:[57, 94, 44, 65], Operations: []
Exploring Operation: 94-57=37, Resulting Numbers: [44, 65, 37]
Generated Node #0,0: 72:[44, 65, 37] Operation: 94-57=37
Start Sub Search at level 1: Moving to Node #0,0
Current State: 72:[44, 65, 37], Operations: ['94-57=37']
Exploring Operation: 65-44=21, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
66,
57,
69,
40
] | 59 | [
"69-66=3",
"57/3=19",
"40+19=59"
] | Current State: 59:[66, 57, 69, 40], Operations: []
Exploring Operation: 69-66=3, Resulting Numbers: [57, 40, 3]
Generated Node #2: [57, 40, 3] from Operation: 69-66=3
Current State: 59:[57, 40, 3], Operations: ['69-66=3']
Exploring Operation: 57/3=19, Resulting Numbers: [40, 19]
Generated Node #3: [40, 19] from Operati... | 4 | Current State: 59:[66, 57, 69, 40], Operations: []
Exploring Operation: 69-40=29, Resulting Numbers: [66, 57, 29]
Generated Node #0,0: 59:[66, 57, 29] Operation: 69-40=29
Exploring Operation: 66-40=26, Resulting Numbers: [57, 69, 26]
Generated Node #0,1: 59:[57, 69, 26] Operation: 66-40=26
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
63,
88,
54,
61
] | 97 | [
"61-54=7",
"63/7=9",
"88+9=97"
] | Current State: 97:[63, 88, 54, 61], Operations: []
Exploring Operation: 61-54=7, Resulting Numbers: [63, 88, 7]
Generated Node #2: [63, 88, 7] from Operation: 61-54=7
Current State: 97:[63, 88, 7], Operations: ['61-54=7']
Exploring Operation: 63/7=9, Resulting Numbers: [88, 9]
Generated Node #3: [88, 9] from Operation:... | 4 | Current State: 97:[63, 88, 54, 61], Operations: []
Exploring Operation: 63+54=117, Resulting Numbers: [88, 61, 117]
Generated Node #0,0: 97:[88, 61, 117] Operation: 63+54=117
Exploring Operation: 88+61=149, Resulting Numbers: [63, 54, 149]
Generated Node #0,1: 97:[63, 54, 149] Operation: 88+61=149
Exploring Operation: ... | 0 | hs_5 | sum_heuristic |
[
36,
58,
76,
79
] | 70 | [
"79-76=3",
"36/3=12",
"58+12=70"
] | Current State: 70:[36, 58, 76, 79], Operations: []
Exploring Operation: 79-76=3, Resulting Numbers: [36, 58, 3]
Generated Node #2: [36, 58, 3] from Operation: 79-76=3
Current State: 70:[36, 58, 3], Operations: ['79-76=3']
Exploring Operation: 36/3=12, Resulting Numbers: [58, 12]
Generated Node #3: [58, 12] from Operati... | 4 | Current State: 70:[36, 58, 76, 79], Operations: []
Exploring Operation: 76-58=18, Resulting Numbers: [36, 79, 18]
Generated Node #0,0: 70:[36, 79, 18] Operation: 76-58=18
Moving to Node #0,0
Current State: 70:[36, 79, 18], Operations: ['76-58=18']
Exploring Operation: 36/18=2, Resulting Numbers: [79, 2]
Generated Node ... | 0 | hs_1 | sum_heuristic |
[
91,
38,
19,
61
] | 28 | [
"91-61=30",
"38/19=2",
"30-2=28"
] | Current State: 28:[91, 38, 19, 61], Operations: []
Exploring Operation: 91-61=30, Resulting Numbers: [38, 19, 30]
Generated Node #2: [38, 19, 30] from Operation: 91-61=30
Current State: 28:[38, 19, 30], Operations: ['91-61=30']
Exploring Operation: 38/19=2, Resulting Numbers: [30, 2]
Generated Node #3: [30, 2] from Ope... | 4 | Current State: 28:[91, 38, 19, 61], Operations: []
Exploring Operation: 61-38=23, Resulting Numbers: [91, 19, 23]
Generated Node #0,0: 28:[91, 19, 23] Operation: 61-38=23
Exploring Operation: 91-38=53, Resulting Numbers: [19, 61, 53]
Generated Node #0,1: 28:[19, 61, 53] Operation: 91-38=53
Exploring Operation: 91-61=30... | 0.989583 | hs_3 | sum_heuristic |
[
78,
39,
57,
69
] | 27 | [
"78-39=39",
"69-57=12",
"39-12=27"
] | Current State: 27:[78, 39, 57, 69], Operations: []
Exploring Operation: 78-39=39, Resulting Numbers: [57, 69, 39]
Generated Node #2: [57, 69, 39] from Operation: 78-39=39
Current State: 27:[57, 69, 39], Operations: ['78-39=39']
Exploring Operation: 69-57=12, Resulting Numbers: [39, 12]
Generated Node #3: [39, 12] from ... | 4 | Current State: 27:[78, 39, 57, 69], Operations: []
Exploring Operation: 78-69=9, Resulting Numbers: [39, 57, 9]
Generated Node #0,0: 27:[39, 57, 9] Operation: 78-69=9
Moving to Node #0,0
Current State: 27:[39, 57, 9], Operations: ['78-69=9']
Exploring Operation: 57-39=18, Resulting Numbers: [9, 18]
Generated Node #0,0,... | 0.993924 | hs_1 | mult_heuristic |
[
80,
6,
94,
42
] | 18 | [
"94-80=14",
"6*42=252",
"252/14=18"
] | Current State: 18:[80, 6, 94, 42], Operations: []
Exploring Operation: 94-80=14, Resulting Numbers: [6, 42, 14]
Generated Node #2: [6, 42, 14] from Operation: 94-80=14
Current State: 18:[6, 42, 14], Operations: ['94-80=14']
Exploring Operation: 6*42=252, Resulting Numbers: [14, 252]
Generated Node #3: [14, 252] from Op... | 4 | Current State: 18:[80, 6, 94, 42], Operations: []
Exploring Operation: 94-80=14, Resulting Numbers: [6, 42, 14]
Generated Node #0,0: 18:[6, 42, 14] Operation: 94-80=14
Exploring Operation: 94-42=52, Resulting Numbers: [80, 6, 52]
Generated Node #0,1: 18:[80, 6, 52] Operation: 94-42=52
Exploring Operation: 80-42=38, Res... | 0.988715 | hs_3 | mult_heuristic |
[
18,
82,
88,
39
] | 36 | [
"88-82=6",
"18/6=3",
"39-3=36"
] | Current State: 36:[18, 82, 88, 39], Operations: []
Exploring Operation: 88-82=6, Resulting Numbers: [18, 39, 6]
Generated Node #2: [18, 39, 6] from Operation: 88-82=6
Current State: 36:[18, 39, 6], Operations: ['88-82=6']
Exploring Operation: 18/6=3, Resulting Numbers: [39, 3]
Generated Node #3: [39, 3] from Operation:... | 4 | Current State: 36:[18, 82, 88, 39], Operations: []
Exploring Operation: 82-18=64, Resulting Numbers: [88, 39, 64]
Generated Node #0,0: 36:[88, 39, 64] Operation: 82-18=64
Exploring Operation: 88-18=70, Resulting Numbers: [82, 39, 70]
Generated Node #0,1: 36:[82, 39, 70] Operation: 88-18=70
Exploring Operation: 88-82=6,... | 0.953993 | hs_5 | mult_heuristic |
[
72,
41,
8,
8
] | 58 | [
"72/8=9",
"41+8=49",
"9+49=58"
] | Current State: 58:[72, 41, 8, 8], Operations: []
Exploring Operation: 72/8=9, Resulting Numbers: [41, 9]
Generated Node #2: [41, 9] from Operation: 72/8=9
Current State: 58:[41, 9], Operations: ['72/8=9']
Exploring Operation: 41+8=49, Resulting Numbers: [9, 49]
Generated Node #3: [9, 49] from Operation: 41+8=49
Current... | 4 | Current State: 58:[72, 41, 8, 8], Operations: []
Exploring Operation: 72-41=31, Resulting Numbers: [8, 8, 31]
Generated Node #0,0: 58:[8, 8, 31] Operation: 72-41=31
Exploring Operation: 72-8=64, Resulting Numbers: [41, 8, 64]
Generated Node #0,1: 58:[41, 8, 64] Operation: 72-8=64
Moving to Node #0,0
Current State: 58:[... | 0 | hs_2 | sum_heuristic |
[
50,
97,
98,
2
] | 24 | [
"50/2=25",
"98-97=1",
"25-1=24"
] | Current State: 24:[50, 97, 98, 2], Operations: []
Exploring Operation: 50/2=25, Resulting Numbers: [97, 98, 25]
Generated Node #2: [97, 98, 25] from Operation: 50/2=25
Current State: 24:[97, 98, 25], Operations: ['50/2=25']
Exploring Operation: 98-97=1, Resulting Numbers: [25, 1]
Generated Node #3: [25, 1] from Operati... | 4 | Current State: 24:[50, 97, 98, 2], Operations: []
Exploring Operation: 98-97=1, Resulting Numbers: [50, 2, 1]
Generated Node #0,0: 24:[50, 2, 1] Operation: 98-97=1
Exploring Operation: 98/2=49, Resulting Numbers: [50, 97, 49]
Generated Node #0,1: 24:[50, 97, 49] Operation: 98/2=49
Exploring Operation: 98-50=48, Resulti... | 0.987847 | hs_4 | mult_heuristic |
[
48,
95,
44,
24
] | 27 | [
"95-48=47",
"44-24=20",
"47-20=27"
] | Current State: 27:[48, 95, 44, 24], Operations: []
Exploring Operation: 95-48=47, Resulting Numbers: [44, 24, 47]
Generated Node #2: [44, 24, 47] from Operation: 95-48=47
Current State: 27:[44, 24, 47], Operations: ['95-48=47']
Exploring Operation: 44-24=20, Resulting Numbers: [47, 20]
Generated Node #3: [47, 20] from ... | 4 | Current State: 27:[48, 95, 44, 24], Operations: []
Exploring Operation: 48-44=4, Resulting Numbers: [95, 24, 4]
Generated Node #0,0: 27:[95, 24, 4] Operation: 48-44=4
Exploring Operation: 95-48=47, Resulting Numbers: [44, 24, 47]
Generated Node #0,1: 27:[44, 24, 47] Operation: 95-48=47
Exploring Operation: 95-44=51, Re... | 0.987847 | hs_3 | mult_heuristic |
[
71,
59,
1,
30
] | 19 | [
"71-59=12",
"1+30=31",
"31-12=19"
] | Current State: 19:[71, 59, 1, 30], Operations: []
Exploring Operation: 71-59=12, Resulting Numbers: [1, 30, 12]
Generated Node #2: [1, 30, 12] from Operation: 71-59=12
Current State: 19:[1, 30, 12], Operations: ['71-59=12']
Exploring Operation: 1+30=31, Resulting Numbers: [12, 31]
Generated Node #3: [12, 31] from Opera... | 4 | Current State: 19:[71, 59, 1, 30], Operations: []
Exploring Operation: 71-59=12, Resulting Numbers: [1, 30, 12]
Generated Node #0,0: 19:[1, 30, 12] Operation: 71-59=12
Moving to Node #0,0
Current State: 19:[1, 30, 12], Operations: ['71-59=12']
Exploring Operation: 30-1=29, Resulting Numbers: [12, 29]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
92,
98,
12,
89
] | 94 | [
"92-89=3",
"12/3=4",
"98-4=94"
] | Current State: 94:[92, 98, 12, 89], Operations: []
Exploring Operation: 92-89=3, Resulting Numbers: [98, 12, 3]
Generated Node #2: [98, 12, 3] from Operation: 92-89=3
Current State: 94:[98, 12, 3], Operations: ['92-89=3']
Exploring Operation: 12/3=4, Resulting Numbers: [98, 4]
Generated Node #3: [98, 4] from Operation:... | 4 | Current State: 94:[92, 98, 12, 89], Operations: []
Exploring Operation: 92-89=3, Resulting Numbers: [98, 12, 3]
Generated Node #0,0: 94:[98, 12, 3] Operation: 92-89=3
Exploring Operation: 12+89=101, Resulting Numbers: [92, 98, 101]
Generated Node #0,1: 94:[92, 98, 101] Operation: 12+89=101
Moving to Node #0,1
Current S... | 0.986979 | hs_2 | mult_heuristic |
[
98,
36,
34,
78
] | 18 | [
"98-36=62",
"78-34=44",
"62-44=18"
] | Current State: 18:[98, 36, 34, 78], Operations: []
Exploring Operation: 98-36=62, Resulting Numbers: [34, 78, 62]
Generated Node #2: [34, 78, 62] from Operation: 98-36=62
Current State: 18:[34, 78, 62], Operations: ['98-36=62']
Exploring Operation: 78-34=44, Resulting Numbers: [62, 44]
Generated Node #3: [62, 44] from ... | 4 | Current State: 18:[98, 36, 34, 78], Operations: []
Exploring Operation: 98-78=20, Resulting Numbers: [36, 34, 20]
Generated Node #0,0: 18:[36, 34, 20] Operation: 98-78=20
Moving to Node #0,0
Current State: 18:[36, 34, 20], Operations: ['98-78=20']
Exploring Operation: 36-34=2, Resulting Numbers: [20, 2]
Generated Node ... | 0.993924 | hs_1 | sum_heuristic |
[
4,
1,
6,
79
] | 79 | [
"4+1=5",
"6-5=1",
"79*1=79"
] | Current State: 79:[4, 1, 6, 79], Operations: []
Exploring Operation: 4+1=5, Resulting Numbers: [6, 79, 5]
Generated Node #2: [6, 79, 5] from Operation: 4+1=5
Current State: 79:[6, 79, 5], Operations: ['4+1=5']
Exploring Operation: 6-5=1, Resulting Numbers: [79, 1]
Generated Node #3: [79, 1] from Operation: 6-5=1
Curren... | 4 | Current State: 79:[4, 1, 6, 79], Operations: []
Exploring Operation: 4+6=10, Resulting Numbers: [1, 79, 10]
Generated Node #0,0: 79:[1, 79, 10] Operation: 4+6=10
Exploring Operation: 4*6=24, Resulting Numbers: [1, 79, 24]
Generated Node #0,1: 79:[1, 79, 24] Operation: 4*6=24
Exploring Operation: 4+1=5, Resulting Number... | 0.96441 | hs_3 | sum_heuristic |
[
96,
6,
18,
22
] | 71 | [
"96-22=74",
"18/6=3",
"74-3=71"
] | Current State: 71:[96, 6, 18, 22], Operations: []
Exploring Operation: 96-22=74, Resulting Numbers: [6, 18, 74]
Generated Node #2: [6, 18, 74] from Operation: 96-22=74
Current State: 71:[6, 18, 74], Operations: ['96-22=74']
Exploring Operation: 18/6=3, Resulting Numbers: [74, 3]
Generated Node #3: [74, 3] from Operatio... | 4 | Current State: 71:[96, 6, 18, 22], Operations: []
Exploring Operation: 96-18=78, Resulting Numbers: [6, 22, 78]
Generated Node #0,0: 71:[6, 22, 78] Operation: 96-18=78
Exploring Operation: 6*18=108, Resulting Numbers: [96, 22, 108]
Generated Node #0,1: 71:[96, 22, 108] Operation: 6*18=108
Exploring Operation: 96-6=90, ... | 0 | hs_3 | sum_heuristic |
[
34,
31,
16,
70
] | 83 | [
"34-31=3",
"16+70=86",
"86-3=83"
] | Current State: 83:[34, 31, 16, 70], Operations: []
Exploring Operation: 34-31=3, Resulting Numbers: [16, 70, 3]
Generated Node #2: [16, 70, 3] from Operation: 34-31=3
Current State: 83:[16, 70, 3], Operations: ['34-31=3']
Exploring Operation: 16+70=86, Resulting Numbers: [3, 86]
Generated Node #3: [3, 86] from Operatio... | 4 | Current State: 83:[34, 31, 16, 70], Operations: []
Exploring Operation: 34+31=65, Resulting Numbers: [16, 70, 65]
Generated Node #0,0: 83:[16, 70, 65] Operation: 34+31=65
Start Sub Search at level 1: Moving to Node #0,0
Current State: 83:[16, 70, 65], Operations: ['34+31=65']
Exploring Operation: 16+65=81, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
89,
8,
98,
74
] | 92 | [
"98-74=24",
"24/8=3",
"89+3=92"
] | Current State: 92:[89, 8, 98, 74], Operations: []
Exploring Operation: 98-74=24, Resulting Numbers: [89, 8, 24]
Generated Node #2: [89, 8, 24] from Operation: 98-74=24
Current State: 92:[89, 8, 24], Operations: ['98-74=24']
Exploring Operation: 24/8=3, Resulting Numbers: [89, 3]
Generated Node #3: [89, 3] from Operatio... | 4 | Current State: 92:[89, 8, 98, 74], Operations: []
Exploring Operation: 89-74=15, Resulting Numbers: [8, 98, 15]
Generated Node #0,0: 92:[8, 98, 15] Operation: 89-74=15
Exploring Operation: 8+74=82, Resulting Numbers: [89, 98, 82]
Generated Node #0,1: 92:[89, 98, 82] Operation: 8+74=82
Exploring Operation: 98-74=24, Res... | 0.985243 | hs_5 | mult_heuristic |
[
77,
46,
32,
56
] | 90 | [
"77*32=2464",
"2464/56=44",
"46+44=90"
] | Current State: 90:[77, 46, 32, 56], Operations: []
Exploring Operation: 77*32=2464, Resulting Numbers: [46, 56, 2464]
Generated Node #2: [46, 56, 2464] from Operation: 77*32=2464
Current State: 90:[46, 56, 2464], Operations: ['77*32=2464']
Exploring Operation: 2464/56=44, Resulting Numbers: [46, 44]
Generated Node #3: ... | 4 | Current State: 90:[77, 46, 32, 56], Operations: []
Exploring Operation: 77-32=45, Resulting Numbers: [46, 56, 45]
Generated Node #0,0: 90:[46, 56, 45] Operation: 77-32=45
Exploring Operation: 77-56=21, Resulting Numbers: [46, 32, 21]
Generated Node #0,1: 90:[46, 32, 21] Operation: 77-56=21
Moving to Node #0,1
Current S... | 0 | hs_2 | sum_heuristic |
[
14,
32,
25,
99
] | 92 | [
"32-14=18",
"99-25=74",
"18+74=92"
] | Current State: 92:[14, 32, 25, 99], Operations: []
Exploring Operation: 32-14=18, Resulting Numbers: [25, 99, 18]
Generated Node #2: [25, 99, 18] from Operation: 32-14=18
Current State: 92:[25, 99, 18], Operations: ['32-14=18']
Exploring Operation: 99-25=74, Resulting Numbers: [18, 74]
Generated Node #3: [18, 74] from ... | 4 | Current State: 92:[14, 32, 25, 99], Operations: []
Exploring Operation: 32-14=18, Resulting Numbers: [25, 99, 18]
Generated Node #0,0: 92:[25, 99, 18] Operation: 32-14=18
Exploring Operation: 14+32=46, Resulting Numbers: [25, 99, 46]
Generated Node #0,1: 92:[25, 99, 46] Operation: 14+32=46
Exploring Operation: 99-14=85... | 0.978299 | hs_3 | sum_heuristic |
[
64,
74,
82,
5
] | 97 | [
"74-64=10",
"82+5=87",
"10+87=97"
] | Current State: 97:[64, 74, 82, 5], Operations: []
Exploring Operation: 74-64=10, Resulting Numbers: [82, 5, 10]
Generated Node #2: [82, 5, 10] from Operation: 74-64=10
Current State: 97:[82, 5, 10], Operations: ['74-64=10']
Exploring Operation: 82+5=87, Resulting Numbers: [10, 87]
Generated Node #3: [10, 87] from Opera... | 4 | Current State: 97:[64, 74, 82, 5], Operations: []
Exploring Operation: 64+5=69, Resulting Numbers: [74, 82, 69]
Generated Node #0,0: 97:[74, 82, 69] Operation: 64+5=69
Exploring Operation: 64-5=59, Resulting Numbers: [74, 82, 59]
Generated Node #0,1: 97:[74, 82, 59] Operation: 64-5=59
Exploring Operation: 74+5=79, Resu... | 0.96875 | hs_4 | sum_heuristic |
[
54,
84,
32,
80
] | 14 | [
"54+32=86",
"86-80=6",
"84/6=14"
] | Current State: 14:[54, 84, 32, 80], Operations: []
Exploring Operation: 54+32=86, Resulting Numbers: [84, 80, 86]
Generated Node #2: [84, 80, 86] from Operation: 54+32=86
Current State: 14:[84, 80, 86], Operations: ['54+32=86']
Exploring Operation: 86-80=6, Resulting Numbers: [84, 6]
Generated Node #3: [84, 6] from Ope... | 4 | Current State: 14:[54, 84, 32, 80], Operations: []
Exploring Operation: 84-80=4, Resulting Numbers: [54, 32, 4]
Generated Node #0,0: 14:[54, 32, 4] Operation: 84-80=4
Start Sub Search at level 1: Moving to Node #0,0
Current State: 14:[54, 32, 4], Operations: ['84-80=4']
Exploring Operation: 54-32=22, Resulting Numbers:... | 0 | hs_1 | mult_heuristic |
[
68,
22,
93,
34
] | 31 | [
"68+22=90",
"93-34=59",
"90-59=31"
] | Current State: 31:[68, 22, 93, 34], Operations: []
Exploring Operation: 68+22=90, Resulting Numbers: [93, 34, 90]
Generated Node #2: [93, 34, 90] from Operation: 68+22=90
Current State: 31:[93, 34, 90], Operations: ['68+22=90']
Exploring Operation: 93-34=59, Resulting Numbers: [90, 59]
Generated Node #3: [90, 59] from ... | 4 | Current State: 31:[68, 22, 93, 34], Operations: []
Exploring Operation: 93-68=25, Resulting Numbers: [22, 34, 25]
Generated Node #0,0: 31:[22, 34, 25] Operation: 93-68=25
Exploring Operation: 93-34=59, Resulting Numbers: [68, 22, 59]
Generated Node #0,1: 31:[68, 22, 59] Operation: 93-34=59
Exploring Operation: 68-34=34... | 0.983507 | hs_3 | sum_heuristic |
[
74,
10,
52,
78
] | 58 | [
"74+10=84",
"78-52=26",
"84-26=58"
] | Current State: 58:[74, 10, 52, 78], Operations: []
Exploring Operation: 74+10=84, Resulting Numbers: [52, 78, 84]
Generated Node #2: [52, 78, 84] from Operation: 74+10=84
Current State: 58:[52, 78, 84], Operations: ['74+10=84']
Exploring Operation: 78-52=26, Resulting Numbers: [84, 26]
Generated Node #3: [84, 26] from ... | 4 | Current State: 58:[74, 10, 52, 78], Operations: []
Exploring Operation: 78-74=4, Resulting Numbers: [10, 52, 4]
Generated Node #0,0: 58:[10, 52, 4] Operation: 78-74=4
Exploring Operation: 78-52=26, Resulting Numbers: [74, 10, 26]
Generated Node #0,1: 58:[74, 10, 26] Operation: 78-52=26
Start Sub Search at level 1: Movi... | 0.992188 | hs_2 | mult_heuristic |
[
53,
72,
68,
19
] | 74 | [
"53-19=34",
"68/34=2",
"72+2=74"
] | Current State: 74:[53, 72, 68, 19], Operations: []
Exploring Operation: 53-19=34, Resulting Numbers: [72, 68, 34]
Generated Node #2: [72, 68, 34] from Operation: 53-19=34
Current State: 74:[72, 68, 34], Operations: ['53-19=34']
Exploring Operation: 68/34=2, Resulting Numbers: [72, 2]
Generated Node #3: [72, 2] from Ope... | 4 | Current State: 74:[53, 72, 68, 19], Operations: []
Exploring Operation: 53-19=34, Resulting Numbers: [72, 68, 34]
Generated Node #0,0: 74:[72, 68, 34] Operation: 53-19=34
Exploring Operation: 53+19=72, Resulting Numbers: [72, 68, 72]
Generated Node #0,1: 74:[72, 68, 72] Operation: 53+19=72
Moving to Node #0,1
Current S... | 0.986111 | hs_2 | sum_heuristic |
[
83,
18,
40,
11
] | 72 | [
"83+18=101",
"40-11=29",
"101-29=72"
] | Current State: 72:[83, 18, 40, 11], Operations: []
Exploring Operation: 83+18=101, Resulting Numbers: [40, 11, 101]
Generated Node #2: [40, 11, 101] from Operation: 83+18=101
Current State: 72:[40, 11, 101], Operations: ['83+18=101']
Exploring Operation: 40-11=29, Resulting Numbers: [101, 29]
Generated Node #3: [101, 2... | 4 | Current State: 72:[83, 18, 40, 11], Operations: []
Exploring Operation: 40-18=22, Resulting Numbers: [83, 11, 22]
Generated Node #0,0: 72:[83, 11, 22] Operation: 40-18=22
Exploring Operation: 83-40=43, Resulting Numbers: [18, 11, 43]
Generated Node #0,1: 72:[18, 11, 43] Operation: 83-40=43
Exploring Operation: 83-11=72... | 0.947049 | hs_4 | sum_heuristic |
[
23,
6,
81,
13
] | 97 | [
"23+6=29",
"81-13=68",
"29+68=97"
] | Current State: 97:[23, 6, 81, 13], Operations: []
Exploring Operation: 23+6=29, Resulting Numbers: [81, 13, 29]
Generated Node #2: [81, 13, 29] from Operation: 23+6=29
Current State: 97:[81, 13, 29], Operations: ['23+6=29']
Exploring Operation: 81-13=68, Resulting Numbers: [29, 68]
Generated Node #3: [29, 68] from Oper... | 4 | Current State: 97:[23, 6, 81, 13], Operations: []
Exploring Operation: 23*6=138, Resulting Numbers: [81, 13, 138]
Generated Node #0,0: 97:[81, 13, 138] Operation: 23*6=138
Exploring Operation: 23+13=36, Resulting Numbers: [6, 81, 36]
Generated Node #0,1: 97:[6, 81, 36] Operation: 23+13=36
Exploring Operation: 23+6=29, ... | 0.966146 | hs_4 | mult_heuristic |
[
92,
57,
87,
91
] | 29 | [
"92+57=149",
"87+91=178",
"178-149=29"
] | Current State: 29:[92, 57, 87, 91], Operations: []
Exploring Operation: 92+57=149, Resulting Numbers: [87, 91, 149]
Generated Node #2: [87, 91, 149] from Operation: 92+57=149
Current State: 29:[87, 91, 149], Operations: ['92+57=149']
Exploring Operation: 87+91=178, Resulting Numbers: [149, 178]
Generated Node #3: [149,... | 4 | Current State: 29:[92, 57, 87, 91], Operations: []
Exploring Operation: 92-91=1, Resulting Numbers: [57, 87, 1]
Generated Node #0,0: 29:[57, 87, 1] Operation: 92-91=1
Exploring Operation: 92-57=35, Resulting Numbers: [87, 91, 35]
Generated Node #0,1: 29:[87, 91, 35] Operation: 92-57=35
Exploring Operation: 92-87=5, Res... | 0.983507 | hs_4 | mult_heuristic |
[
48,
13,
97,
3
] | 34 | [
"48*3=144",
"13+97=110",
"144-110=34"
] | Current State: 34:[48, 13, 97, 3], Operations: []
Exploring Operation: 48*3=144, Resulting Numbers: [13, 97, 144]
Generated Node #2: [13, 97, 144] from Operation: 48*3=144
Current State: 34:[13, 97, 144], Operations: ['48*3=144']
Exploring Operation: 13+97=110, Resulting Numbers: [144, 110]
Generated Node #3: [144, 110... | 4 | Current State: 34:[48, 13, 97, 3], Operations: []
Exploring Operation: 97-13=84, Resulting Numbers: [48, 3, 84]
Generated Node #0,0: 34:[48, 3, 84] Operation: 97-13=84
Exploring Operation: 97-48=49, Resulting Numbers: [13, 3, 49]
Generated Node #0,1: 34:[13, 3, 49] Operation: 97-48=49
Exploring Operation: 48/3=16, Resu... | 0 | hs_4 | sum_heuristic |
[
86,
13,
16,
24
] | 65 | [
"86-13=73",
"24-16=8",
"73-8=65"
] | Current State: 65:[86, 13, 16, 24], Operations: []
Exploring Operation: 86-13=73, Resulting Numbers: [16, 24, 73]
Generated Node #2: [16, 24, 73] from Operation: 86-13=73
Current State: 65:[16, 24, 73], Operations: ['86-13=73']
Exploring Operation: 24-16=8, Resulting Numbers: [73, 8]
Generated Node #3: [73, 8] from Ope... | 4 | Current State: 65:[86, 13, 16, 24], Operations: []
Exploring Operation: 86-24=62, Resulting Numbers: [13, 16, 62]
Generated Node #0,0: 65:[13, 16, 62] Operation: 86-24=62
Moving to Node #0,0
Current State: 65:[13, 16, 62], Operations: ['86-24=62']
Exploring Operation: 16-13=3, Resulting Numbers: [62, 3]
Generated Node ... | 0.993924 | hs_1 | sum_heuristic |
[
77,
3,
64,
74
] | 63 | [
"77-3=74",
"74/74=1",
"64-1=63"
] | Current State: 63:[77, 3, 64, 74], Operations: []
Exploring Operation: 77-3=74, Resulting Numbers: [64, 74, 74]
Generated Node #2: [64, 74, 74] from Operation: 77-3=74
Current State: 63:[64, 74, 74], Operations: ['77-3=74']
Exploring Operation: 74/74=1, Resulting Numbers: [64, 1]
Generated Node #3: [64, 1] from Operati... | 4 | Current State: 63:[77, 3, 64, 74], Operations: []
Exploring Operation: 77-74=3, Resulting Numbers: [3, 64, 3]
Generated Node #0,0: 63:[3, 64, 3] Operation: 77-74=3
Moving to Node #0,0
Current State: 63:[3, 64, 3], Operations: ['77-74=3']
Exploring Operation: 3*3=9, Resulting Numbers: [64, 9]
Generated Node #0,0,0: 63:[... | 0 | hs_1 | mult_heuristic |
[
27,
58,
34,
29
] | 17 | [
"27+58=85",
"34-29=5",
"85/5=17"
] | Current State: 17:[27, 58, 34, 29], Operations: []
Exploring Operation: 27+58=85, Resulting Numbers: [34, 29, 85]
Generated Node #2: [34, 29, 85] from Operation: 27+58=85
Current State: 17:[34, 29, 85], Operations: ['27+58=85']
Exploring Operation: 34-29=5, Resulting Numbers: [85, 5]
Generated Node #3: [85, 5] from Ope... | 4 | Current State: 17:[27, 58, 34, 29], Operations: []
Exploring Operation: 58-29=29, Resulting Numbers: [27, 34, 29]
Generated Node #0,0: 17:[27, 34, 29] Operation: 58-29=29
Exploring Operation: 58-27=31, Resulting Numbers: [34, 29, 31]
Generated Node #0,1: 17:[34, 29, 31] Operation: 58-27=31
Exploring Operation: 58/29=2,... | 0.967014 | hs_4 | mult_heuristic |
[
20,
76,
66,
46
] | 75 | [
"66-20=46",
"46/46=1",
"76-1=75"
] | Current State: 75:[20, 76, 66, 46], Operations: []
Exploring Operation: 66-20=46, Resulting Numbers: [76, 46, 46]
Generated Node #2: [76, 46, 46] from Operation: 66-20=46
Current State: 75:[76, 46, 46], Operations: ['66-20=46']
Exploring Operation: 46/46=1, Resulting Numbers: [76, 1]
Generated Node #3: [76, 1] from Ope... | 4 | Current State: 75:[20, 76, 66, 46], Operations: []
Exploring Operation: 46-20=26, Resulting Numbers: [76, 66, 26]
Generated Node #0,0: 75:[76, 66, 26] Operation: 46-20=26
Exploring Operation: 66-46=20, Resulting Numbers: [20, 76, 20]
Generated Node #0,1: 75:[20, 76, 20] Operation: 66-46=20
Start Sub Search at level 1: ... | 0.986111 | hs_2 | sum_heuristic |
[
4,
82,
2,
70
] | 46 | [
"82-70=12",
"4*12=48",
"48-2=46"
] | Current State: 46:[4, 82, 2, 70], Operations: []
Exploring Operation: 82-70=12, Resulting Numbers: [4, 2, 12]
Generated Node #2: [4, 2, 12] from Operation: 82-70=12
Current State: 46:[4, 2, 12], Operations: ['82-70=12']
Exploring Operation: 4*12=48, Resulting Numbers: [2, 48]
Generated Node #3: [2, 48] from Operation: ... | 4 | Current State: 46:[4, 82, 2, 70], Operations: []
Exploring Operation: 82-4=78, Resulting Numbers: [2, 70, 78]
Generated Node #0,0: 46:[2, 70, 78] Operation: 82-4=78
Exploring Operation: 82/2=41, Resulting Numbers: [4, 70, 41]
Generated Node #0,1: 46:[4, 70, 41] Operation: 82/2=41
Exploring Operation: 70-4=66, Resulting... | 0.983507 | hs_5 | mult_heuristic |
[
16,
43,
33,
91
] | 83 | [
"43*33=1419",
"1419-91=1328",
"1328/16=83"
] | Current State: 83:[16, 43, 33, 91], Operations: []
Exploring Operation: 43*33=1419, Resulting Numbers: [16, 91, 1419]
Generated Node #2: [16, 91, 1419] from Operation: 43*33=1419
Current State: 83:[16, 91, 1419], Operations: ['43*33=1419']
Exploring Operation: 1419-91=1328, Resulting Numbers: [16, 1328]
Generated Node ... | 4 | Current State: 83:[16, 43, 33, 91], Operations: []
Exploring Operation: 91-16=75, Resulting Numbers: [43, 33, 75]
Generated Node #0,0: 83:[43, 33, 75] Operation: 91-16=75
Exploring Operation: 43+33=76, Resulting Numbers: [16, 91, 76]
Generated Node #0,1: 83:[16, 91, 76] Operation: 43+33=76
Exploring Operation: 16+33=49... | 0 | hs_4 | mult_heuristic |
[
15,
81,
4,
6
] | 39 | [
"81*4=324",
"324/6=54",
"54-15=39"
] | Current State: 39:[15, 81, 4, 6], Operations: []
Exploring Operation: 81*4=324, Resulting Numbers: [15, 6, 324]
Generated Node #2: [15, 6, 324] from Operation: 81*4=324
Current State: 39:[15, 6, 324], Operations: ['81*4=324']
Exploring Operation: 324/6=54, Resulting Numbers: [15, 54]
Generated Node #3: [15, 54] from Op... | 4 | Current State: 39:[15, 81, 4, 6], Operations: []
Exploring Operation: 81-4=77, Resulting Numbers: [15, 6, 77]
Generated Node #0,0: 39:[15, 6, 77] Operation: 81-4=77
Exploring Operation: 81-6=75, Resulting Numbers: [15, 4, 75]
Generated Node #0,1: 39:[15, 4, 75] Operation: 81-6=75
Exploring Operation: 81-15=66, Resultin... | 0 | hs_3 | sum_heuristic |
[
62,
38,
59,
49
] | 84 | [
"62-38=24",
"59+49=108",
"108-24=84"
] | Current State: 84:[62, 38, 59, 49], Operations: []
Exploring Operation: 62-38=24, Resulting Numbers: [59, 49, 24]
Generated Node #2: [59, 49, 24] from Operation: 62-38=24
Current State: 84:[59, 49, 24], Operations: ['62-38=24']
Exploring Operation: 59+49=108, Resulting Numbers: [24, 108]
Generated Node #3: [24, 108] fr... | 4 | Current State: 84:[62, 38, 59, 49], Operations: []
Exploring Operation: 62-59=3, Resulting Numbers: [38, 49, 3]
Generated Node #0,0: 84:[38, 49, 3] Operation: 62-59=3
Exploring Operation: 62-49=13, Resulting Numbers: [38, 59, 13]
Generated Node #0,1: 84:[38, 59, 13] Operation: 62-49=13
Exploring Operation: 62-38=24, Re... | 0.985243 | hs_4 | mult_heuristic |
[
17,
33,
24,
23
] | 16 | [
"33-17=16",
"24-23=1",
"16*1=16"
] | Current State: 16:[17, 33, 24, 23], Operations: []
Exploring Operation: 33-17=16, Resulting Numbers: [24, 23, 16]
Generated Node #2: [24, 23, 16] from Operation: 33-17=16
Current State: 16:[24, 23, 16], Operations: ['33-17=16']
Exploring Operation: 24-23=1, Resulting Numbers: [16, 1]
Generated Node #3: [16, 1] from Ope... | 4 | Current State: 16:[17, 33, 24, 23], Operations: []
Exploring Operation: 33-24=9, Resulting Numbers: [17, 23, 9]
Generated Node #0,0: 16:[17, 23, 9] Operation: 33-24=9
Exploring Operation: 33-23=10, Resulting Numbers: [17, 24, 10]
Generated Node #0,1: 16:[17, 24, 10] Operation: 33-23=10
Start Sub Search at level 1: Movi... | 0 | hs_2 | mult_heuristic |
[
44,
4,
78,
6
] | 48 | [
"44*6=264",
"4*78=312",
"312-264=48"
] | Current State: 48:[44, 4, 78, 6], Operations: []
Exploring Operation: 44*6=264, Resulting Numbers: [4, 78, 264]
Generated Node #2: [4, 78, 264] from Operation: 44*6=264
Current State: 48:[4, 78, 264], Operations: ['44*6=264']
Exploring Operation: 4*78=312, Resulting Numbers: [264, 312]
Generated Node #3: [264, 312] fro... | 4 | Current State: 48:[44, 4, 78, 6], Operations: []
Exploring Operation: 44+4=48, Resulting Numbers: [78, 6, 48]
Generated Node #0,0: 48:[78, 6, 48] Operation: 44+4=48
Exploring Operation: 78-6=72, Resulting Numbers: [44, 4, 72]
Generated Node #0,1: 48:[44, 4, 72] Operation: 78-6=72
Exploring Operation: 78-44=34, Resultin... | 0 | hs_4 | sum_heuristic |
[
83,
59,
27,
21
] | 81 | [
"83-59=24",
"24-21=3",
"27*3=81"
] | Current State: 81:[83, 59, 27, 21], Operations: []
Exploring Operation: 83-59=24, Resulting Numbers: [27, 21, 24]
Generated Node #2: [27, 21, 24] from Operation: 83-59=24
Current State: 81:[27, 21, 24], Operations: ['83-59=24']
Exploring Operation: 24-21=3, Resulting Numbers: [27, 3]
Generated Node #3: [27, 3] from Ope... | 4 | Current State: 81:[83, 59, 27, 21], Operations: []
Exploring Operation: 83-59=24, Resulting Numbers: [27, 21, 24]
Generated Node #0,0: 81:[27, 21, 24] Operation: 83-59=24
Exploring Operation: 59+21=80, Resulting Numbers: [83, 27, 80]
Generated Node #0,1: 81:[83, 27, 80] Operation: 59+21=80
Moving to Node #0,1
Current S... | 0.991319 | hs_2 | sum_heuristic |
[
73,
25,
30,
17
] | 28 | [
"73+17=90",
"90/30=3",
"25+3=28"
] | Current State: 28:[73, 25, 30, 17], Operations: []
Exploring Operation: 73+17=90, Resulting Numbers: [25, 30, 90]
Generated Node #2: [25, 30, 90] from Operation: 73+17=90
Current State: 28:[25, 30, 90], Operations: ['73+17=90']
Exploring Operation: 90/30=3, Resulting Numbers: [25, 3]
Generated Node #3: [25, 3] from Ope... | 4 | Current State: 28:[73, 25, 30, 17], Operations: []
Exploring Operation: 73-25=48, Resulting Numbers: [30, 17, 48]
Generated Node #0,0: 28:[30, 17, 48] Operation: 73-25=48
Exploring Operation: 73-30=43, Resulting Numbers: [25, 17, 43]
Generated Node #0,1: 28:[25, 17, 43] Operation: 73-30=43
Moving to Node #0,1
Current S... | 0 | hs_2 | mult_heuristic |
[
97,
3,
12,
91
] | 21 | [
"97+3=100",
"91-12=79",
"100-79=21"
] | Current State: 21:[97, 3, 12, 91], Operations: []
Exploring Operation: 97+3=100, Resulting Numbers: [12, 91, 100]
Generated Node #2: [12, 91, 100] from Operation: 97+3=100
Current State: 21:[12, 91, 100], Operations: ['97+3=100']
Exploring Operation: 91-12=79, Resulting Numbers: [100, 79]
Generated Node #3: [100, 79] f... | 4 | Current State: 21:[97, 3, 12, 91], Operations: []
Exploring Operation: 97-12=85, Resulting Numbers: [3, 91, 85]
Generated Node #0,0: 21:[3, 91, 85] Operation: 97-12=85
Exploring Operation: 91-12=79, Resulting Numbers: [97, 3, 79]
Generated Node #0,1: 21:[97, 3, 79] Operation: 91-12=79
Exploring Operation: 97-91=6, Resu... | 0.96875 | hs_3 | sum_heuristic |
[
30,
75,
46,
15
] | 15 | [
"75-30=45",
"46-45=1",
"15*1=15"
] | Current State: 15:[30, 75, 46, 15], Operations: []
Exploring Operation: 75-30=45, Resulting Numbers: [46, 15, 45]
Generated Node #2: [46, 15, 45] from Operation: 75-30=45
Current State: 15:[46, 15, 45], Operations: ['75-30=45']
Exploring Operation: 46-45=1, Resulting Numbers: [15, 1]
Generated Node #3: [15, 1] from Ope... | 4 | Current State: 15:[30, 75, 46, 15], Operations: []
Exploring Operation: 75-30=45, Resulting Numbers: [46, 15, 45]
Generated Node #0,0: 15:[46, 15, 45] Operation: 75-30=45
Exploring Operation: 75-46=29, Resulting Numbers: [30, 15, 29]
Generated Node #0,1: 15:[30, 15, 29] Operation: 75-46=29
Exploring Operation: 46-30=16... | 0.987847 | hs_4 | mult_heuristic |
[
3,
58,
2,
6
] | 34 | [
"2+6=8",
"3*8=24",
"58-24=34"
] | Current State: 34:[3, 58, 2, 6], Operations: []
Exploring Operation: 2+6=8, Resulting Numbers: [3, 58, 8]
Generated Node #2: [3, 58, 8] from Operation: 2+6=8
Current State: 34:[3, 58, 8], Operations: ['2+6=8']
Exploring Operation: 3*8=24, Resulting Numbers: [58, 24]
Generated Node #3: [58, 24] from Operation: 3*8=24
Cu... | 4 | Current State: 34:[3, 58, 2, 6], Operations: []
Exploring Operation: 58-6=52, Resulting Numbers: [3, 2, 52]
Generated Node #0,0: 34:[3, 2, 52] Operation: 58-6=52
Exploring Operation: 6/3=2, Resulting Numbers: [58, 2, 2]
Generated Node #0,1: 34:[58, 2, 2] Operation: 6/3=2
Exploring Operation: 58/2=29, Resulting Numbers:... | 0 | hs_3 | mult_heuristic |
[
60,
94,
98,
4
] | 68 | [
"94-60=34",
"98+4=102",
"102-34=68"
] | Current State: 68:[60, 94, 98, 4], Operations: []
Exploring Operation: 94-60=34, Resulting Numbers: [98, 4, 34]
Generated Node #2: [98, 4, 34] from Operation: 94-60=34
Current State: 68:[98, 4, 34], Operations: ['94-60=34']
Exploring Operation: 98+4=102, Resulting Numbers: [34, 102]
Generated Node #3: [34, 102] from Op... | 4 | Current State: 68:[60, 94, 98, 4], Operations: []
Exploring Operation: 98-60=38, Resulting Numbers: [94, 4, 38]
Generated Node #0,0: 68:[94, 4, 38] Operation: 98-60=38
Exploring Operation: 98-94=4, Resulting Numbers: [60, 4, 4]
Generated Node #0,1: 68:[60, 4, 4] Operation: 98-94=4
Exploring Operation: 94-60=34, Resulti... | 0.980035 | hs_3 | sum_heuristic |
[
41,
21,
2,
10
] | 83 | [
"41-10=31",
"2*31=62",
"21+62=83"
] | Current State: 83:[41, 21, 2, 10], Operations: []
Exploring Operation: 41-10=31, Resulting Numbers: [21, 2, 31]
Generated Node #2: [21, 2, 31] from Operation: 41-10=31
Current State: 83:[21, 2, 31], Operations: ['41-10=31']
Exploring Operation: 2*31=62, Resulting Numbers: [21, 62]
Generated Node #3: [21, 62] from Opera... | 4 | Current State: 83:[41, 21, 2, 10], Operations: []
Exploring Operation: 2*10=20, Resulting Numbers: [41, 21, 20]
Generated Node #0,0: 83:[41, 21, 20] Operation: 2*10=20
Exploring Operation: 41*2=82, Resulting Numbers: [21, 10, 82]
Generated Node #0,1: 83:[21, 10, 82] Operation: 41*2=82
Exploring Operation: 41+21=62, Res... | 0 | hs_5 | mult_heuristic |
[
48,
10,
18,
22
] | 78 | [
"48-10=38",
"18+22=40",
"38+40=78"
] | Current State: 78:[48, 10, 18, 22], Operations: []
Exploring Operation: 48-10=38, Resulting Numbers: [18, 22, 38]
Generated Node #2: [18, 22, 38] from Operation: 48-10=38
Current State: 78:[18, 22, 38], Operations: ['48-10=38']
Exploring Operation: 18+22=40, Resulting Numbers: [38, 40]
Generated Node #3: [38, 40] from ... | 4 | Current State: 78:[48, 10, 18, 22], Operations: []
Exploring Operation: 48-22=26, Resulting Numbers: [10, 18, 26]
Generated Node #0,0: 78:[10, 18, 26] Operation: 48-22=26
Exploring Operation: 18+22=40, Resulting Numbers: [48, 10, 40]
Generated Node #0,1: 78:[48, 10, 40] Operation: 18+22=40
Exploring Operation: 48-10=38... | 0.973958 | hs_4 | sum_heuristic |
[
3,
83,
23,
46
] | 84 | [
"3+83=86",
"46/23=2",
"86-2=84"
] | Current State: 84:[3, 83, 23, 46], Operations: []
Exploring Operation: 3+83=86, Resulting Numbers: [23, 46, 86]
Generated Node #2: [23, 46, 86] from Operation: 3+83=86
Current State: 84:[23, 46, 86], Operations: ['3+83=86']
Exploring Operation: 46/23=2, Resulting Numbers: [86, 2]
Generated Node #3: [86, 2] from Operati... | 4 | Current State: 84:[3, 83, 23, 46], Operations: []
Exploring Operation: 46-3=43, Resulting Numbers: [83, 23, 43]
Generated Node #0,0: 84:[83, 23, 43] Operation: 46-3=43
Exploring Operation: 23-3=20, Resulting Numbers: [83, 46, 20]
Generated Node #0,1: 84:[83, 46, 20] Operation: 23-3=20
Exploring Operation: 46/23=2, Resu... | 0.965278 | hs_4 | sum_heuristic |
[
25,
20,
95,
19
] | 95 | [
"20*95=1900",
"1900/25=76",
"19+76=95"
] | Current State: 95:[25, 20, 95, 19], Operations: []
Exploring Operation: 20*95=1900, Resulting Numbers: [25, 19, 1900]
Generated Node #2: [25, 19, 1900] from Operation: 20*95=1900
Current State: 95:[25, 19, 1900], Operations: ['20*95=1900']
Exploring Operation: 1900/25=76, Resulting Numbers: [19, 76]
Generated Node #3: ... | 4 | Current State: 95:[25, 20, 95, 19], Operations: []
Exploring Operation: 25-20=5, Resulting Numbers: [95, 19, 5]
Generated Node #0,0: 95:[95, 19, 5] Operation: 25-20=5
Moving to Node #0,0
Current State: 95:[95, 19, 5], Operations: ['25-20=5']
Exploring Operation: 95/19=5, Resulting Numbers: [5, 5]
Generated Node #0,0,0:... | 0 | hs_1 | mult_heuristic |
[
79,
49,
8,
73
] | 98 | [
"79-8=71",
"73-71=2",
"49*2=98"
] | Current State: 98:[79, 49, 8, 73], Operations: []
Exploring Operation: 79-8=71, Resulting Numbers: [49, 73, 71]
Generated Node #2: [49, 73, 71] from Operation: 79-8=71
Current State: 98:[49, 73, 71], Operations: ['79-8=71']
Exploring Operation: 73-71=2, Resulting Numbers: [49, 2]
Generated Node #3: [49, 2] from Operati... | 4 | Current State: 98:[79, 49, 8, 73], Operations: []
Exploring Operation: 79-73=6, Resulting Numbers: [49, 8, 6]
Generated Node #0,0: 98:[49, 8, 6] Operation: 79-73=6
Moving to Node #0,0
Current State: 98:[49, 8, 6], Operations: ['79-73=6']
Exploring Operation: 8+6=14, Resulting Numbers: [49, 14]
Generated Node #0,0,0: 98... | 0 | hs_1 | mult_heuristic |
[
52,
45,
99,
2
] | 43 | [
"99-52=47",
"45*2=90",
"90-47=43"
] | Current State: 43:[52, 45, 99, 2], Operations: []
Exploring Operation: 99-52=47, Resulting Numbers: [45, 2, 47]
Generated Node #2: [45, 2, 47] from Operation: 99-52=47
Current State: 43:[45, 2, 47], Operations: ['99-52=47']
Exploring Operation: 45*2=90, Resulting Numbers: [47, 90]
Generated Node #3: [47, 90] from Opera... | 4 | Current State: 43:[52, 45, 99, 2], Operations: []
Exploring Operation: 99-52=47, Resulting Numbers: [45, 2, 47]
Generated Node #0,0: 43:[45, 2, 47] Operation: 99-52=47
Exploring Operation: 99-45=54, Resulting Numbers: [52, 2, 54]
Generated Node #0,1: 43:[52, 2, 54] Operation: 99-45=54
Exploring Operation: 52-2=50, Resu... | 0 | hs_3 | sum_heuristic |
[
70,
37,
11,
33
] | 26 | [
"37-33=4",
"11*4=44",
"70-44=26"
] | Current State: 26:[70, 37, 11, 33], Operations: []
Exploring Operation: 37-33=4, Resulting Numbers: [70, 11, 4]
Generated Node #2: [70, 11, 4] from Operation: 37-33=4
Current State: 26:[70, 11, 4], Operations: ['37-33=4']
Exploring Operation: 11*4=44, Resulting Numbers: [70, 44]
Generated Node #3: [70, 44] from Operati... | 4 | Current State: 26:[70, 37, 11, 33], Operations: []
Exploring Operation: 37-33=4, Resulting Numbers: [70, 11, 4]
Generated Node #0,0: 26:[70, 11, 4] Operation: 37-33=4
Exploring Operation: 70-33=37, Resulting Numbers: [37, 11, 37]
Generated Node #0,1: 26:[37, 11, 37] Operation: 70-33=37
Exploring Operation: 70-37=33, Re... | 0 | hs_3 | mult_heuristic |
[
15,
41,
52,
40
] | 36 | [
"15+41=56",
"52+40=92",
"92-56=36"
] | Current State: 36:[15, 41, 52, 40], Operations: []
Exploring Operation: 15+41=56, Resulting Numbers: [52, 40, 56]
Generated Node #2: [52, 40, 56] from Operation: 15+41=56
Current State: 36:[52, 40, 56], Operations: ['15+41=56']
Exploring Operation: 52+40=92, Resulting Numbers: [56, 92]
Generated Node #3: [56, 92] from ... | 4 | Current State: 36:[15, 41, 52, 40], Operations: []
Exploring Operation: 52-40=12, Resulting Numbers: [15, 41, 12]
Generated Node #0,0: 36:[15, 41, 12] Operation: 52-40=12
Exploring Operation: 52-41=11, Resulting Numbers: [15, 40, 11]
Generated Node #0,1: 36:[15, 40, 11] Operation: 52-41=11
Moving to Node #0,0
Current S... | 0.986111 | hs_2 | sum_heuristic |
[
85,
24,
48,
30
] | 31 | [
"85+24=109",
"48+30=78",
"109-78=31"
] | Current State: 31:[85, 24, 48, 30], Operations: []
Exploring Operation: 85+24=109, Resulting Numbers: [48, 30, 109]
Generated Node #2: [48, 30, 109] from Operation: 85+24=109
Current State: 31:[48, 30, 109], Operations: ['85+24=109']
Exploring Operation: 48+30=78, Resulting Numbers: [109, 78]
Generated Node #3: [109, 7... | 4 | Current State: 31:[85, 24, 48, 30], Operations: []
Exploring Operation: 85-24=61, Resulting Numbers: [48, 30, 61]
Generated Node #0,0: 31:[48, 30, 61] Operation: 85-24=61
Exploring Operation: 85-48=37, Resulting Numbers: [24, 30, 37]
Generated Node #0,1: 31:[24, 30, 37] Operation: 85-48=37
Moving to Node #0,1
Current S... | 0 | hs_2 | mult_heuristic |
[
55,
91,
57,
13
] | 16 | [
"55+57=112",
"91/13=7",
"112/7=16"
] | Current State: 16:[55, 91, 57, 13], Operations: []
Exploring Operation: 55+57=112, Resulting Numbers: [91, 13, 112]
Generated Node #2: [91, 13, 112] from Operation: 55+57=112
Current State: 16:[91, 13, 112], Operations: ['55+57=112']
Exploring Operation: 91/13=7, Resulting Numbers: [112, 7]
Generated Node #3: [112, 7] ... | 4 | Current State: 16:[55, 91, 57, 13], Operations: []
Exploring Operation: 91-55=36, Resulting Numbers: [57, 13, 36]
Generated Node #0,0: 16:[57, 13, 36] Operation: 91-55=36
Exploring Operation: 57-55=2, Resulting Numbers: [91, 13, 2]
Generated Node #0,1: 16:[91, 13, 2] Operation: 57-55=2
Exploring Operation: 91-57=34, Re... | 0 | hs_4 | sum_heuristic |
[
6,
66,
99,
76
] | 19 | [
"6*66=396",
"99*76=7524",
"7524/396=19"
] | Current State: 19:[6, 66, 99, 76], Operations: []
Exploring Operation: 6*66=396, Resulting Numbers: [99, 76, 396]
Generated Node #2: [99, 76, 396] from Operation: 6*66=396
Current State: 19:[99, 76, 396], Operations: ['6*66=396']
Exploring Operation: 99*76=7524, Resulting Numbers: [396, 7524]
Generated Node #3: [396, 7... | 4 | Current State: 19:[6, 66, 99, 76], Operations: []
Exploring Operation: 76-66=10, Resulting Numbers: [6, 99, 10]
Generated Node #0,0: 19:[6, 99, 10] Operation: 76-66=10
Exploring Operation: 66/6=11, Resulting Numbers: [99, 76, 11]
Generated Node #0,1: 19:[99, 76, 11] Operation: 66/6=11
Exploring Operation: 99-66=33, Res... | 0 | hs_4 | mult_heuristic |
[
18,
63,
13,
31
] | 64 | [
"18+13=31",
"31/31=1",
"63+1=64"
] | Current State: 64:[18, 63, 13, 31], Operations: []
Exploring Operation: 18+13=31, Resulting Numbers: [63, 31, 31]
Generated Node #2: [63, 31, 31] from Operation: 18+13=31
Current State: 64:[63, 31, 31], Operations: ['18+13=31']
Exploring Operation: 31/31=1, Resulting Numbers: [63, 1]
Generated Node #3: [63, 1] from Ope... | 4 | Current State: 64:[18, 63, 13, 31], Operations: []
Exploring Operation: 18+13=31, Resulting Numbers: [63, 31, 31]
Generated Node #0,0: 64:[63, 31, 31] Operation: 18+13=31
Start Sub Search at level 1: Moving to Node #0,0
Current State: 64:[63, 31, 31], Operations: ['18+13=31']
Exploring Operation: 63-31=32, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
61,
10,
6,
90
] | 89 | [
"90-61=29",
"10*6=60",
"29+60=89"
] | Current State: 89:[61, 10, 6, 90], Operations: []
Exploring Operation: 90-61=29, Resulting Numbers: [10, 6, 29]
Generated Node #2: [10, 6, 29] from Operation: 90-61=29
Current State: 89:[10, 6, 29], Operations: ['90-61=29']
Exploring Operation: 10*6=60, Resulting Numbers: [29, 60]
Generated Node #3: [29, 60] from Opera... | 4 | Current State: 89:[61, 10, 6, 90], Operations: []
Exploring Operation: 61+10=71, Resulting Numbers: [6, 90, 71]
Generated Node #0,0: 89:[6, 90, 71] Operation: 61+10=71
Exploring Operation: 10*6=60, Resulting Numbers: [61, 90, 60]
Generated Node #0,1: 89:[61, 90, 60] Operation: 10*6=60
Moving to Node #0,1
Current State:... | 0 | hs_2 | mult_heuristic |
[
36,
97,
84,
8
] | 91 | [
"84-36=48",
"48/8=6",
"97-6=91"
] | Current State: 91:[36, 97, 84, 8], Operations: []
Exploring Operation: 84-36=48, Resulting Numbers: [97, 8, 48]
Generated Node #2: [97, 8, 48] from Operation: 84-36=48
Current State: 91:[97, 8, 48], Operations: ['84-36=48']
Exploring Operation: 48/8=6, Resulting Numbers: [97, 6]
Generated Node #3: [97, 6] from Operatio... | 4 | Current State: 91:[36, 97, 84, 8], Operations: []
Exploring Operation: 36-8=28, Resulting Numbers: [97, 84, 28]
Generated Node #0,0: 91:[97, 84, 28] Operation: 36-8=28
Exploring Operation: 84+8=92, Resulting Numbers: [36, 97, 92]
Generated Node #0,1: 91:[36, 97, 92] Operation: 84+8=92
Exploring Operation: 97-8=89, Resu... | 0 | hs_5 | mult_heuristic |
[
60,
36,
6,
9
] | 63 | [
"60+9=69",
"36/6=6",
"69-6=63"
] | Current State: 63:[60, 36, 6, 9], Operations: []
Exploring Operation: 60+9=69, Resulting Numbers: [36, 6, 69]
Generated Node #2: [36, 6, 69] from Operation: 60+9=69
Current State: 63:[36, 6, 69], Operations: ['60+9=69']
Exploring Operation: 36/6=6, Resulting Numbers: [69, 6]
Generated Node #3: [69, 6] from Operation: 3... | 4 | Current State: 63:[60, 36, 6, 9], Operations: []
Exploring Operation: 36/6=6, Resulting Numbers: [60, 9, 6]
Generated Node #0,0: 63:[60, 9, 6] Operation: 36/6=6
Exploring Operation: 60-36=24, Resulting Numbers: [6, 9, 24]
Generated Node #0,1: 63:[6, 9, 24] Operation: 60-36=24
Exploring Operation: 36/9=4, Resulting Numb... | 0.985243 | hs_3 | mult_heuristic |
[
2,
38,
70,
18
] | 98 | [
"38+18=56",
"56/2=28",
"70+28=98"
] | Current State: 98:[2, 38, 70, 18], Operations: []
Exploring Operation: 38+18=56, Resulting Numbers: [2, 70, 56]
Generated Node #2: [2, 70, 56] from Operation: 38+18=56
Current State: 98:[2, 70, 56], Operations: ['38+18=56']
Exploring Operation: 56/2=28, Resulting Numbers: [70, 28]
Generated Node #3: [70, 28] from Opera... | 4 | Current State: 98:[2, 38, 70, 18], Operations: []
Exploring Operation: 70-18=52, Resulting Numbers: [2, 38, 52]
Generated Node #0,0: 98:[2, 38, 52] Operation: 70-18=52
Exploring Operation: 70-38=32, Resulting Numbers: [2, 18, 32]
Generated Node #0,1: 98:[2, 18, 32] Operation: 70-38=32
Exploring Operation: 38+70=108, Re... | 0 | hs_3 | sum_heuristic |
[
28,
20,
13,
95
] | 99 | [
"20-13=7",
"28/7=4",
"95+4=99"
] | Current State: 99:[28, 20, 13, 95], Operations: []
Exploring Operation: 20-13=7, Resulting Numbers: [28, 95, 7]
Generated Node #2: [28, 95, 7] from Operation: 20-13=7
Current State: 99:[28, 95, 7], Operations: ['20-13=7']
Exploring Operation: 28/7=4, Resulting Numbers: [95, 4]
Generated Node #3: [95, 4] from Operation:... | 4 | Current State: 99:[28, 20, 13, 95], Operations: []
Exploring Operation: 28-20=8, Resulting Numbers: [13, 95, 8]
Generated Node #0,0: 99:[13, 95, 8] Operation: 28-20=8
Exploring Operation: 28+20=48, Resulting Numbers: [13, 95, 48]
Generated Node #0,1: 99:[13, 95, 48] Operation: 28+20=48
Exploring Operation: 20-13=7, Res... | 0.978299 | hs_5 | mult_heuristic |
[
18,
20,
28,
16
] | 34 | [
"18-16=2",
"28/2=14",
"20+14=34"
] | Current State: 34:[18, 20, 28, 16], Operations: []
Exploring Operation: 18-16=2, Resulting Numbers: [20, 28, 2]
Generated Node #2: [20, 28, 2] from Operation: 18-16=2
Current State: 34:[20, 28, 2], Operations: ['18-16=2']
Exploring Operation: 28/2=14, Resulting Numbers: [20, 14]
Generated Node #3: [20, 14] from Operati... | 4 | Current State: 34:[18, 20, 28, 16], Operations: []
Exploring Operation: 20-18=2, Resulting Numbers: [28, 16, 2]
Generated Node #0,0: 34:[28, 16, 2] Operation: 20-18=2
Exploring Operation: 28-20=8, Resulting Numbers: [18, 16, 8]
Generated Node #0,1: 34:[18, 16, 8] Operation: 28-20=8
Start Sub Search at level 1: Moving t... | 0 | hs_2 | sum_heuristic |
[
98,
76,
80,
42
] | 52 | [
"98+76=174",
"80+42=122",
"174-122=52"
] | Current State: 52:[98, 76, 80, 42], Operations: []
Exploring Operation: 98+76=174, Resulting Numbers: [80, 42, 174]
Generated Node #2: [80, 42, 174] from Operation: 98+76=174
Current State: 52:[80, 42, 174], Operations: ['98+76=174']
Exploring Operation: 80+42=122, Resulting Numbers: [174, 122]
Generated Node #3: [174,... | 4 | Current State: 52:[98, 76, 80, 42], Operations: []
Exploring Operation: 98-80=18, Resulting Numbers: [76, 42, 18]
Generated Node #0,0: 52:[76, 42, 18] Operation: 98-80=18
Exploring Operation: 98-76=22, Resulting Numbers: [80, 42, 22]
Generated Node #0,1: 52:[80, 42, 22] Operation: 98-76=22
Moving to Node #0,0
Current S... | 0.991319 | hs_2 | sum_heuristic |
[
16,
98,
27,
1
] | 55 | [
"98-16=82",
"27*1=27",
"82-27=55"
] | Current State: 55:[16, 98, 27, 1], Operations: []
Exploring Operation: 98-16=82, Resulting Numbers: [27, 1, 82]
Generated Node #2: [27, 1, 82] from Operation: 98-16=82
Current State: 55:[27, 1, 82], Operations: ['98-16=82']
Exploring Operation: 27*1=27, Resulting Numbers: [82, 27]
Generated Node #3: [82, 27] from Opera... | 4 | Current State: 55:[16, 98, 27, 1], Operations: []
Exploring Operation: 27-16=11, Resulting Numbers: [98, 1, 11]
Generated Node #0,0: 55:[98, 1, 11] Operation: 27-16=11
Exploring Operation: 98-27=71, Resulting Numbers: [16, 1, 71]
Generated Node #0,1: 55:[16, 1, 71] Operation: 98-27=71
Exploring Operation: 98-16=82, Res... | 0.990451 | hs_3 | sum_heuristic |
[
22,
10,
60,
37
] | 40 | [
"37-22=15",
"10*60=600",
"600/15=40"
] | Current State: 40:[22, 10, 60, 37], Operations: []
Exploring Operation: 37-22=15, Resulting Numbers: [10, 60, 15]
Generated Node #2: [10, 60, 15] from Operation: 37-22=15
Current State: 40:[10, 60, 15], Operations: ['37-22=15']
Exploring Operation: 10*60=600, Resulting Numbers: [15, 600]
Generated Node #3: [15, 600] fr... | 4 | Current State: 40:[22, 10, 60, 37], Operations: []
Exploring Operation: 60-10=50, Resulting Numbers: [22, 37, 50]
Generated Node #0,0: 40:[22, 37, 50] Operation: 60-10=50
Exploring Operation: 60-22=38, Resulting Numbers: [10, 37, 38]
Generated Node #0,1: 40:[10, 37, 38] Operation: 60-22=38
Exploring Operation: 60/10=6,... | 0 | hs_4 | sum_heuristic |
[
64,
46,
36,
55
] | 68 | [
"55-46=9",
"36/9=4",
"64+4=68"
] | Current State: 68:[64, 46, 36, 55], Operations: []
Exploring Operation: 55-46=9, Resulting Numbers: [64, 36, 9]
Generated Node #2: [64, 36, 9] from Operation: 55-46=9
Current State: 68:[64, 36, 9], Operations: ['55-46=9']
Exploring Operation: 36/9=4, Resulting Numbers: [64, 4]
Generated Node #3: [64, 4] from Operation:... | 4 | Current State: 68:[64, 46, 36, 55], Operations: []
Exploring Operation: 64-46=18, Resulting Numbers: [36, 55, 18]
Generated Node #0,0: 68:[36, 55, 18] Operation: 64-46=18
Exploring Operation: 55-46=9, Resulting Numbers: [64, 36, 9]
Generated Node #0,1: 68:[64, 36, 9] Operation: 55-46=9
Moving to Node #0,1
Current State... | 0.986111 | hs_2 | mult_heuristic |
[
88,
64,
82,
66
] | 24 | [
"82-64=18",
"88*18=1584",
"1584/66=24"
] | Current State: 24:[88, 64, 82, 66], Operations: []
Exploring Operation: 82-64=18, Resulting Numbers: [88, 66, 18]
Generated Node #2: [88, 66, 18] from Operation: 82-64=18
Current State: 24:[88, 66, 18], Operations: ['82-64=18']
Exploring Operation: 88*18=1584, Resulting Numbers: [66, 1584]
Generated Node #3: [66, 1584]... | 4 | Current State: 24:[88, 64, 82, 66], Operations: []
Exploring Operation: 88-82=6, Resulting Numbers: [64, 66, 6]
Generated Node #0,0: 24:[64, 66, 6] Operation: 88-82=6
Start Sub Search at level 1: Moving to Node #0,0
Current State: 24:[64, 66, 6], Operations: ['88-82=6']
Exploring Operation: 66-64=2, Resulting Numbers: ... | 0 | hs_1 | mult_heuristic |
[
2,
48,
32,
56
] | 74 | [
"2+48=50",
"56-32=24",
"50+24=74"
] | Current State: 74:[2, 48, 32, 56], Operations: []
Exploring Operation: 2+48=50, Resulting Numbers: [32, 56, 50]
Generated Node #2: [32, 56, 50] from Operation: 2+48=50
Current State: 74:[32, 56, 50], Operations: ['2+48=50']
Exploring Operation: 56-32=24, Resulting Numbers: [50, 24]
Generated Node #3: [50, 24] from Oper... | 4 | Current State: 74:[2, 48, 32, 56], Operations: []
Exploring Operation: 48+32=80, Resulting Numbers: [2, 56, 80]
Generated Node #0,0: 74:[2, 56, 80] Operation: 48+32=80
Exploring Operation: 32+56=88, Resulting Numbers: [2, 48, 88]
Generated Node #0,1: 74:[2, 48, 88] Operation: 32+56=88
Exploring Operation: 56/2=28, Resu... | 0.945313 | hs_5 | sum_heuristic |
[
85,
10,
70,
25
] | 18 | [
"85+70=155",
"25+155=180",
"180/10=18"
] | Current State: 18:[85, 10, 70, 25], Operations: []
Exploring Operation: 85+70=155, Resulting Numbers: [10, 25, 155]
Generated Node #2: [10, 25, 155] from Operation: 85+70=155
Current State: 18:[10, 25, 155], Operations: ['85+70=155']
Exploring Operation: 25+155=180, Resulting Numbers: [10, 180]
Generated Node #3: [10, ... | 4 | Current State: 18:[85, 10, 70, 25], Operations: []
Exploring Operation: 70/10=7, Resulting Numbers: [85, 25, 7]
Generated Node #0,0: 18:[85, 25, 7] Operation: 70/10=7
Exploring Operation: 85-25=60, Resulting Numbers: [10, 70, 60]
Generated Node #0,1: 18:[10, 70, 60] Operation: 85-25=60
Exploring Operation: 85-70=15, Re... | 0 | hs_3 | sum_heuristic |
[
84,
65,
12,
24
] | 61 | [
"84+12=96",
"96/24=4",
"65-4=61"
] | Current State: 61:[84, 65, 12, 24], Operations: []
Exploring Operation: 84+12=96, Resulting Numbers: [65, 24, 96]
Generated Node #2: [65, 24, 96] from Operation: 84+12=96
Current State: 61:[65, 24, 96], Operations: ['84+12=96']
Exploring Operation: 96/24=4, Resulting Numbers: [65, 4]
Generated Node #3: [65, 4] from Ope... | 4 | Current State: 61:[84, 65, 12, 24], Operations: []
Exploring Operation: 12+24=36, Resulting Numbers: [84, 65, 36]
Generated Node #0,0: 61:[84, 65, 36] Operation: 12+24=36
Exploring Operation: 84-24=60, Resulting Numbers: [65, 12, 60]
Generated Node #0,1: 61:[65, 12, 60] Operation: 84-24=60
Exploring Operation: 84-12=72... | 0 | hs_3 | mult_heuristic |
[
62,
61,
73,
31
] | 49 | [
"62*61=3782",
"3782/31=122",
"122-73=49"
] | Current State: 49:[62, 61, 73, 31], Operations: []
Exploring Operation: 62*61=3782, Resulting Numbers: [73, 31, 3782]
Generated Node #2: [73, 31, 3782] from Operation: 62*61=3782
Current State: 49:[73, 31, 3782], Operations: ['62*61=3782']
Exploring Operation: 3782/31=122, Resulting Numbers: [73, 122]
Generated Node #3... | 4 | Current State: 49:[62, 61, 73, 31], Operations: []
Exploring Operation: 73-61=12, Resulting Numbers: [62, 31, 12]
Generated Node #0,0: 49:[62, 31, 12] Operation: 73-61=12
Exploring Operation: 62/31=2, Resulting Numbers: [61, 73, 2]
Generated Node #0,1: 49:[61, 73, 2] Operation: 62/31=2
Exploring Operation: 73-31=42, Re... | 0 | hs_4 | sum_heuristic |
[
75,
83,
48,
65
] | 45 | [
"75+83=158",
"48+65=113",
"158-113=45"
] | Current State: 45:[75, 83, 48, 65], Operations: []
Exploring Operation: 75+83=158, Resulting Numbers: [48, 65, 158]
Generated Node #2: [48, 65, 158] from Operation: 75+83=158
Current State: 45:[48, 65, 158], Operations: ['75+83=158']
Exploring Operation: 48+65=113, Resulting Numbers: [158, 113]
Generated Node #3: [158,... | 4 | Current State: 45:[75, 83, 48, 65], Operations: []
Exploring Operation: 83-75=8, Resulting Numbers: [48, 65, 8]
Generated Node #0,0: 45:[48, 65, 8] Operation: 83-75=8
Exploring Operation: 83-65=18, Resulting Numbers: [75, 48, 18]
Generated Node #0,1: 45:[75, 48, 18] Operation: 83-65=18
Start Sub Search at level 1: Movi... | 0.984375 | hs_2 | mult_heuristic |
[
44,
58,
22,
24
] | 51 | [
"44+58=102",
"24-22=2",
"102/2=51"
] | Current State: 51:[44, 58, 22, 24], Operations: []
Exploring Operation: 44+58=102, Resulting Numbers: [22, 24, 102]
Generated Node #2: [22, 24, 102] from Operation: 44+58=102
Current State: 51:[22, 24, 102], Operations: ['44+58=102']
Exploring Operation: 24-22=2, Resulting Numbers: [102, 2]
Generated Node #3: [102, 2] ... | 4 | Current State: 51:[44, 58, 22, 24], Operations: []
Exploring Operation: 58-44=14, Resulting Numbers: [22, 24, 14]
Generated Node #0,0: 51:[22, 24, 14] Operation: 58-44=14
Exploring Operation: 24-22=2, Resulting Numbers: [44, 58, 2]
Generated Node #0,1: 51:[44, 58, 2] Operation: 24-22=2
Exploring Operation: 44/22=2, Res... | 0 | hs_4 | sum_heuristic |
[
10,
9,
14,
44
] | 84 | [
"10+44=54",
"54/9=6",
"14*6=84"
] | Current State: 84:[10, 9, 14, 44], Operations: []
Exploring Operation: 10+44=54, Resulting Numbers: [9, 14, 54]
Generated Node #2: [9, 14, 54] from Operation: 10+44=54
Current State: 84:[9, 14, 54], Operations: ['10+44=54']
Exploring Operation: 54/9=6, Resulting Numbers: [14, 6]
Generated Node #3: [14, 6] from Operatio... | 4 | Current State: 84:[10, 9, 14, 44], Operations: []
Exploring Operation: 10+9=19, Resulting Numbers: [14, 44, 19]
Generated Node #0,0: 84:[14, 44, 19] Operation: 10+9=19
Exploring Operation: 14-10=4, Resulting Numbers: [9, 44, 4]
Generated Node #0,1: 84:[9, 44, 4] Operation: 14-10=4
Exploring Operation: 10-9=1, Resulting... | 0 | hs_3 | mult_heuristic |
[
90,
88,
45,
61
] | 18 | [
"90-88=2",
"61-45=16",
"2+16=18"
] | Current State: 18:[90, 88, 45, 61], Operations: []
Exploring Operation: 90-88=2, Resulting Numbers: [45, 61, 2]
Generated Node #2: [45, 61, 2] from Operation: 90-88=2
Current State: 18:[45, 61, 2], Operations: ['90-88=2']
Exploring Operation: 61-45=16, Resulting Numbers: [2, 16]
Generated Node #3: [2, 16] from Operatio... | 4 | Current State: 18:[90, 88, 45, 61], Operations: []
Exploring Operation: 90-61=29, Resulting Numbers: [88, 45, 29]
Generated Node #0,0: 18:[88, 45, 29] Operation: 90-61=29
Exploring Operation: 90-88=2, Resulting Numbers: [45, 61, 2]
Generated Node #0,1: 18:[45, 61, 2] Operation: 90-88=2
Start Sub Search at level 1: Movi... | 0.992188 | hs_2 | mult_heuristic |
[
47,
80,
17,
10
] | 40 | [
"80-47=33",
"17-10=7",
"33+7=40"
] | Current State: 40:[47, 80, 17, 10], Operations: []
Exploring Operation: 80-47=33, Resulting Numbers: [17, 10, 33]
Generated Node #2: [17, 10, 33] from Operation: 80-47=33
Current State: 40:[17, 10, 33], Operations: ['80-47=33']
Exploring Operation: 17-10=7, Resulting Numbers: [33, 7]
Generated Node #3: [33, 7] from Ope... | 4 | Current State: 40:[47, 80, 17, 10], Operations: []
Exploring Operation: 80-17=63, Resulting Numbers: [47, 10, 63]
Generated Node #0,0: 40:[47, 10, 63] Operation: 80-17=63
Exploring Operation: 47-10=37, Resulting Numbers: [80, 17, 37]
Generated Node #0,1: 40:[80, 17, 37] Operation: 47-10=37
Exploring Operation: 80-10=70... | 0.983507 | hs_5 | mult_heuristic |
[
99,
94,
13,
10
] | 75 | [
"99-94=5",
"13*5=65",
"10+65=75"
] | Current State: 75:[99, 94, 13, 10], Operations: []
Exploring Operation: 99-94=5, Resulting Numbers: [13, 10, 5]
Generated Node #2: [13, 10, 5] from Operation: 99-94=5
Current State: 75:[13, 10, 5], Operations: ['99-94=5']
Exploring Operation: 13*5=65, Resulting Numbers: [10, 65]
Generated Node #3: [10, 65] from Operati... | 4 | Current State: 75:[99, 94, 13, 10], Operations: []
Exploring Operation: 99-94=5, Resulting Numbers: [13, 10, 5]
Generated Node #0,0: 75:[13, 10, 5] Operation: 99-94=5
Exploring Operation: 99-13=86, Resulting Numbers: [94, 10, 86]
Generated Node #0,1: 75:[94, 10, 86] Operation: 99-13=86
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
90,
15,
79,
79
] | 90 | [
"79-79=0",
"15*0=0",
"90+0=90"
] | Current State: 90:[90, 15, 79, 79], Operations: []
Exploring Operation: 79-79=0, Resulting Numbers: [90, 15, 0]
Generated Node #2: [90, 15, 0] from Operation: 79-79=0
Current State: 90:[90, 15, 0], Operations: ['79-79=0']
Exploring Operation: 15*0=0, Resulting Numbers: [90, 0]
Generated Node #3: [90, 0] from Operation:... | 4 | Current State: 90:[90, 15, 79, 79], Operations: []
Exploring Operation: 79-79=0, Resulting Numbers: [90, 15, 0]
Generated Node #0,0: 90:[90, 15, 0] Operation: 79-79=0
Exploring Operation: 90-79=11, Resulting Numbers: [15, 79, 11]
Generated Node #0,1: 90:[15, 79, 11] Operation: 90-79=11
Exploring Operation: 79/79=1, Res... | 0 | hs_5 | mult_heuristic |
[
11,
29,
13,
44
] | 51 | [
"13-11=2",
"44/2=22",
"29+22=51"
] | Current State: 51:[11, 29, 13, 44], Operations: []
Exploring Operation: 13-11=2, Resulting Numbers: [29, 44, 2]
Generated Node #2: [29, 44, 2] from Operation: 13-11=2
Current State: 51:[29, 44, 2], Operations: ['13-11=2']
Exploring Operation: 44/2=22, Resulting Numbers: [29, 22]
Generated Node #3: [29, 22] from Operati... | 4 | Current State: 51:[11, 29, 13, 44], Operations: []
Exploring Operation: 44-29=15, Resulting Numbers: [11, 13, 15]
Generated Node #0,0: 51:[11, 13, 15] Operation: 44-29=15
Exploring Operation: 29-11=18, Resulting Numbers: [13, 44, 18]
Generated Node #0,1: 51:[13, 44, 18] Operation: 29-11=18
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
18,
2,
61,
15
] | 61 | [
"18-2=16",
"16-15=1",
"61*1=61"
] | Current State: 61:[18, 2, 61, 15], Operations: []
Exploring Operation: 18-2=16, Resulting Numbers: [61, 15, 16]
Generated Node #2: [61, 15, 16] from Operation: 18-2=16
Current State: 61:[61, 15, 16], Operations: ['18-2=16']
Exploring Operation: 16-15=1, Resulting Numbers: [61, 1]
Generated Node #3: [61, 1] from Operati... | 4 | Current State: 61:[18, 2, 61, 15], Operations: []
Exploring Operation: 18*2=36, Resulting Numbers: [61, 15, 36]
Generated Node #0,0: 61:[61, 15, 36] Operation: 18*2=36
Exploring Operation: 2*15=30, Resulting Numbers: [18, 61, 30]
Generated Node #0,1: 61:[18, 61, 30] Operation: 2*15=30
Moving to Node #0,0
Current State:... | 0 | hs_2 | sum_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.