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 |
|---|---|---|---|---|---|---|---|---|
[
61,
27,
38,
84
] | 54 | [
"38+84=122",
"122/61=2",
"27*2=54"
] | Current State: 54:[61, 27, 38, 84], Operations: []
Exploring Operation: 38+84=122, Resulting Numbers: [61, 27, 122]
Generated Node #2: [61, 27, 122] from Operation: 38+84=122
Current State: 54:[61, 27, 122], Operations: ['38+84=122']
Exploring Operation: 122/61=2, Resulting Numbers: [27, 2]
Generated Node #3: [27, 2] f... | 4 | Current State: 54:[61, 27, 38, 84], Operations: []
Exploring Operation: 84-61=23, Resulting Numbers: [27, 38, 23]
Generated Node #0,0: 54:[27, 38, 23] Operation: 84-61=23
Exploring Operation: 84-38=46, Resulting Numbers: [61, 27, 46]
Generated Node #0,1: 54:[61, 27, 46] Operation: 84-38=46
Exploring Operation: 84-27=57... | 0 | hs_5 | mult_heuristic |
[
44,
30,
95,
98
] | 46 | [
"98-95=3",
"30*3=90",
"90-44=46"
] | Current State: 46:[44, 30, 95, 98], Operations: []
Exploring Operation: 98-95=3, Resulting Numbers: [44, 30, 3]
Generated Node #2: [44, 30, 3] from Operation: 98-95=3
Current State: 46:[44, 30, 3], Operations: ['98-95=3']
Exploring Operation: 30*3=90, Resulting Numbers: [44, 90]
Generated Node #3: [44, 90] from Operati... | 4 | Current State: 46:[44, 30, 95, 98], Operations: []
Exploring Operation: 98-44=54, Resulting Numbers: [30, 95, 54]
Generated Node #0,0: 46:[30, 95, 54] Operation: 98-44=54
Exploring Operation: 95-44=51, Resulting Numbers: [30, 98, 51]
Generated Node #0,1: 46:[30, 98, 51] Operation: 95-44=51
Exploring Operation: 98-95=3,... | 0 | hs_4 | mult_heuristic |
[
30,
34,
21,
72
] | 48 | [
"30+21=51",
"34*72=2448",
"2448/51=48"
] | Current State: 48:[30, 34, 21, 72], Operations: []
Exploring Operation: 30+21=51, Resulting Numbers: [34, 72, 51]
Generated Node #2: [34, 72, 51] from Operation: 30+21=51
Current State: 48:[34, 72, 51], Operations: ['30+21=51']
Exploring Operation: 34*72=2448, Resulting Numbers: [51, 2448]
Generated Node #3: [51, 2448]... | 4 | Current State: 48:[30, 34, 21, 72], Operations: []
Exploring Operation: 72-30=42, Resulting Numbers: [34, 21, 42]
Generated Node #0,0: 48:[34, 21, 42] Operation: 72-30=42
Exploring Operation: 72-21=51, Resulting Numbers: [30, 34, 51]
Generated Node #0,1: 48:[30, 34, 51] Operation: 72-21=51
Exploring Operation: 72-34=38... | 0 | hs_4 | mult_heuristic |
[
97,
71,
56,
57
] | 93 | [
"71-57=14",
"56/14=4",
"97-4=93"
] | Current State: 93:[97, 71, 56, 57], Operations: []
Exploring Operation: 71-57=14, Resulting Numbers: [97, 56, 14]
Generated Node #2: [97, 56, 14] from Operation: 71-57=14
Current State: 93:[97, 56, 14], Operations: ['71-57=14']
Exploring Operation: 56/14=4, Resulting Numbers: [97, 4]
Generated Node #3: [97, 4] from Ope... | 4 | Current State: 93:[97, 71, 56, 57], Operations: []
Exploring Operation: 57-56=1, Resulting Numbers: [97, 71, 1]
Generated Node #0,0: 93:[97, 71, 1] Operation: 57-56=1
Exploring Operation: 71-57=14, Resulting Numbers: [97, 56, 14]
Generated Node #0,1: 93:[97, 56, 14] Operation: 71-57=14
Moving to Node #0,0
Current State... | 0.986111 | hs_2 | sum_heuristic |
[
71,
64,
2,
90
] | 33 | [
"71+90=161",
"64*2=128",
"161-128=33"
] | Current State: 33:[71, 64, 2, 90], Operations: []
Exploring Operation: 71+90=161, Resulting Numbers: [64, 2, 161]
Generated Node #2: [64, 2, 161] from Operation: 71+90=161
Current State: 33:[64, 2, 161], Operations: ['71+90=161']
Exploring Operation: 64*2=128, Resulting Numbers: [161, 128]
Generated Node #3: [161, 128]... | 4 | Current State: 33:[71, 64, 2, 90], Operations: []
Exploring Operation: 90/2=45, Resulting Numbers: [71, 64, 45]
Generated Node #0,0: 33:[71, 64, 45] Operation: 90/2=45
Exploring Operation: 90-71=19, Resulting Numbers: [64, 2, 19]
Generated Node #0,1: 33:[64, 2, 19] Operation: 90-71=19
Exploring Operation: 71-64=7, Resu... | 0 | hs_4 | mult_heuristic |
[
75,
42,
73,
17
] | 27 | [
"75+42=117",
"73+17=90",
"117-90=27"
] | Current State: 27:[75, 42, 73, 17], Operations: []
Exploring Operation: 75+42=117, Resulting Numbers: [73, 17, 117]
Generated Node #2: [73, 17, 117] from Operation: 75+42=117
Current State: 27:[73, 17, 117], Operations: ['75+42=117']
Exploring Operation: 73+17=90, Resulting Numbers: [117, 90]
Generated Node #3: [117, 9... | 4 | Current State: 27:[75, 42, 73, 17], Operations: []
Exploring Operation: 75-17=58, Resulting Numbers: [42, 73, 58]
Generated Node #0,0: 27:[42, 73, 58] Operation: 75-17=58
Exploring Operation: 75-73=2, Resulting Numbers: [42, 17, 2]
Generated Node #0,1: 27:[42, 17, 2] Operation: 75-73=2
Exploring Operation: 75-42=33, Re... | 0.987847 | hs_4 | mult_heuristic |
[
75,
3,
46,
2
] | 64 | [
"75+3=78",
"78-46=32",
"2*32=64"
] | Current State: 64:[75, 3, 46, 2], Operations: []
Exploring Operation: 75+3=78, Resulting Numbers: [46, 2, 78]
Generated Node #2: [46, 2, 78] from Operation: 75+3=78
Current State: 64:[46, 2, 78], Operations: ['75+3=78']
Exploring Operation: 78-46=32, Resulting Numbers: [2, 32]
Generated Node #3: [2, 32] from Operation:... | 4 | Current State: 64:[75, 3, 46, 2], Operations: []
Exploring Operation: 75-46=29, Resulting Numbers: [3, 2, 29]
Generated Node #0,0: 64:[3, 2, 29] Operation: 75-46=29
Exploring Operation: 75-3=72, Resulting Numbers: [46, 2, 72]
Generated Node #0,1: 64:[46, 2, 72] Operation: 75-3=72
Exploring Operation: 75/3=25, Resulting... | 0.986979 | hs_5 | mult_heuristic |
[
28,
64,
14,
22
] | 84 | [
"28+64=92",
"22-14=8",
"92-8=84"
] | Current State: 84:[28, 64, 14, 22], Operations: []
Exploring Operation: 28+64=92, Resulting Numbers: [14, 22, 92]
Generated Node #2: [14, 22, 92] from Operation: 28+64=92
Current State: 84:[14, 22, 92], Operations: ['28+64=92']
Exploring Operation: 22-14=8, Resulting Numbers: [92, 8]
Generated Node #3: [92, 8] from Ope... | 4 | Current State: 84:[28, 64, 14, 22], Operations: []
Exploring Operation: 64-28=36, Resulting Numbers: [14, 22, 36]
Generated Node #0,0: 84:[14, 22, 36] Operation: 64-28=36
Exploring Operation: 64+22=86, Resulting Numbers: [28, 14, 86]
Generated Node #0,1: 84:[28, 14, 86] Operation: 64+22=86
Exploring Operation: 64-22=42... | 0.986111 | hs_4 | mult_heuristic |
[
23,
44,
12,
64
] | 25 | [
"44-12=32",
"64/32=2",
"23+2=25"
] | Current State: 25:[23, 44, 12, 64], Operations: []
Exploring Operation: 44-12=32, Resulting Numbers: [23, 64, 32]
Generated Node #2: [23, 64, 32] from Operation: 44-12=32
Current State: 25:[23, 64, 32], Operations: ['44-12=32']
Exploring Operation: 64/32=2, Resulting Numbers: [23, 2]
Generated Node #3: [23, 2] from Ope... | 4 | Current State: 25:[23, 44, 12, 64], Operations: []
Exploring Operation: 64-44=20, Resulting Numbers: [23, 12, 20]
Generated Node #0,0: 25:[23, 12, 20] Operation: 64-44=20
Exploring Operation: 64-23=41, Resulting Numbers: [44, 12, 41]
Generated Node #0,1: 25:[44, 12, 41] Operation: 64-23=41
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
17,
39,
27,
3
] | 31 | [
"39-17=22",
"27/3=9",
"22+9=31"
] | Current State: 31:[17, 39, 27, 3], Operations: []
Exploring Operation: 39-17=22, Resulting Numbers: [27, 3, 22]
Generated Node #2: [27, 3, 22] from Operation: 39-17=22
Current State: 31:[27, 3, 22], Operations: ['39-17=22']
Exploring Operation: 27/3=9, Resulting Numbers: [22, 9]
Generated Node #3: [22, 9] from Operatio... | 4 | Current State: 31:[17, 39, 27, 3], Operations: []
Exploring Operation: 17+3=20, Resulting Numbers: [39, 27, 20]
Generated Node #0,0: 31:[39, 27, 20] Operation: 17+3=20
Moving to Node #0,0
Current State: 31:[39, 27, 20], Operations: ['17+3=20']
Exploring Operation: 39-20=19, Resulting Numbers: [27, 19]
Generated Node #0... | 0 | hs_1 | sum_heuristic |
[
56,
14,
93,
8
] | 86 | [
"56/8=7",
"93-14=79",
"7+79=86"
] | Current State: 86:[56, 14, 93, 8], Operations: []
Exploring Operation: 56/8=7, Resulting Numbers: [14, 93, 7]
Generated Node #2: [14, 93, 7] from Operation: 56/8=7
Current State: 86:[14, 93, 7], Operations: ['56/8=7']
Exploring Operation: 93-14=79, Resulting Numbers: [7, 79]
Generated Node #3: [7, 79] from Operation: 9... | 4 | Current State: 86:[56, 14, 93, 8], Operations: []
Exploring Operation: 93-56=37, Resulting Numbers: [14, 8, 37]
Generated Node #0,0: 86:[14, 8, 37] Operation: 93-56=37
Exploring Operation: 56-14=42, Resulting Numbers: [93, 8, 42]
Generated Node #0,1: 86:[93, 8, 42] Operation: 56-14=42
Exploring Operation: 56/14=4, Resu... | 0 | hs_3 | mult_heuristic |
[
36,
33,
56,
51
] | 74 | [
"36+33=69",
"56-51=5",
"69+5=74"
] | Current State: 74:[36, 33, 56, 51], Operations: []
Exploring Operation: 36+33=69, Resulting Numbers: [56, 51, 69]
Generated Node #2: [56, 51, 69] from Operation: 36+33=69
Current State: 74:[56, 51, 69], Operations: ['36+33=69']
Exploring Operation: 56-51=5, Resulting Numbers: [69, 5]
Generated Node #3: [69, 5] from Ope... | 4 | Current State: 74:[36, 33, 56, 51], Operations: []
Exploring Operation: 56-51=5, Resulting Numbers: [36, 33, 5]
Generated Node #0,0: 74:[36, 33, 5] Operation: 56-51=5
Start Sub Search at level 1: Moving to Node #0,0
Current State: 74:[36, 33, 5], Operations: ['56-51=5']
Exploring Operation: 33+5=38, Resulting Numbers: ... | 0.993924 | hs_1 | mult_heuristic |
[
71,
84,
29,
9
] | 51 | [
"84-71=13",
"29+9=38",
"13+38=51"
] | Current State: 51:[71, 84, 29, 9], Operations: []
Exploring Operation: 84-71=13, Resulting Numbers: [29, 9, 13]
Generated Node #2: [29, 9, 13] from Operation: 84-71=13
Current State: 51:[29, 9, 13], Operations: ['84-71=13']
Exploring Operation: 29+9=38, Resulting Numbers: [13, 38]
Generated Node #3: [13, 38] from Opera... | 4 | Current State: 51:[71, 84, 29, 9], Operations: []
Exploring Operation: 84-29=55, Resulting Numbers: [71, 9, 55]
Generated Node #0,0: 51:[71, 9, 55] Operation: 84-29=55
Exploring Operation: 84-71=13, Resulting Numbers: [29, 9, 13]
Generated Node #0,1: 51:[29, 9, 13] Operation: 84-71=13
Exploring Operation: 71-29=42, Res... | 0.965278 | hs_3 | sum_heuristic |
[
67,
60,
31,
55
] | 88 | [
"60-55=5",
"31*5=155",
"155-67=88"
] | Current State: 88:[67, 60, 31, 55], Operations: []
Exploring Operation: 60-55=5, Resulting Numbers: [67, 31, 5]
Generated Node #2: [67, 31, 5] from Operation: 60-55=5
Current State: 88:[67, 31, 5], Operations: ['60-55=5']
Exploring Operation: 31*5=155, Resulting Numbers: [67, 155]
Generated Node #3: [67, 155] from Oper... | 4 | Current State: 88:[67, 60, 31, 55], Operations: []
Exploring Operation: 67-55=12, Resulting Numbers: [60, 31, 12]
Generated Node #0,0: 88:[60, 31, 12] Operation: 67-55=12
Exploring Operation: 60-55=5, Resulting Numbers: [67, 31, 5]
Generated Node #0,1: 88:[67, 31, 5] Operation: 60-55=5
Exploring Operation: 67-31=36, Re... | 0 | hs_4 | sum_heuristic |
[
42,
76,
43,
42
] | 43 | [
"42-42=0",
"76*0=0",
"43+0=43"
] | Current State: 43:[42, 76, 43, 42], Operations: []
Exploring Operation: 42-42=0, Resulting Numbers: [76, 43, 0]
Generated Node #2: [76, 43, 0] from Operation: 42-42=0
Current State: 43:[76, 43, 0], Operations: ['42-42=0']
Exploring Operation: 76*0=0, Resulting Numbers: [43, 0]
Generated Node #3: [43, 0] from Operation:... | 4 | Current State: 43:[42, 76, 43, 42], Operations: []
Exploring Operation: 42+42=84, Resulting Numbers: [76, 43, 84]
Generated Node #0,0: 43:[76, 43, 84] Operation: 42+42=84
Exploring Operation: 76-43=33, Resulting Numbers: [42, 42, 33]
Generated Node #0,1: 43:[42, 42, 33] Operation: 76-43=33
Exploring Operation: 76-42=34... | 0 | hs_4 | mult_heuristic |
[
60,
69,
15,
27
] | 100 | [
"60/15=4",
"69+27=96",
"4+96=100"
] | Current State: 100:[60, 69, 15, 27], Operations: []
Exploring Operation: 60/15=4, Resulting Numbers: [69, 27, 4]
Generated Node #2: [69, 27, 4] from Operation: 60/15=4
Current State: 100:[69, 27, 4], Operations: ['60/15=4']
Exploring Operation: 69+27=96, Resulting Numbers: [4, 96]
Generated Node #3: [4, 96] from Operat... | 4 | Current State: 100:[60, 69, 15, 27], Operations: []
Exploring Operation: 69-60=9, Resulting Numbers: [15, 27, 9]
Generated Node #0,0: 100:[15, 27, 9] Operation: 69-60=9
Exploring Operation: 69+27=96, Resulting Numbers: [60, 15, 96]
Generated Node #0,1: 100:[60, 15, 96] Operation: 69+27=96
Exploring Operation: 60/15=4, ... | 0.956597 | hs_4 | mult_heuristic |
[
65,
53,
51,
36
] | 58 | [
"65-36=29",
"53-51=2",
"29*2=58"
] | Current State: 58:[65, 53, 51, 36], Operations: []
Exploring Operation: 65-36=29, Resulting Numbers: [53, 51, 29]
Generated Node #2: [53, 51, 29] from Operation: 65-36=29
Current State: 58:[53, 51, 29], Operations: ['65-36=29']
Exploring Operation: 53-51=2, Resulting Numbers: [29, 2]
Generated Node #3: [29, 2] from Ope... | 4 | Current State: 58:[65, 53, 51, 36], Operations: []
Exploring Operation: 53-51=2, Resulting Numbers: [65, 36, 2]
Generated Node #0,0: 58:[65, 36, 2] Operation: 53-51=2
Exploring Operation: 65-36=29, Resulting Numbers: [53, 51, 29]
Generated Node #0,1: 58:[53, 51, 29] Operation: 65-36=29
Moving to Node #0,1
Current State... | 0.992188 | hs_2 | mult_heuristic |
[
11,
37,
39,
34
] | 12 | [
"39-37=2",
"11*2=22",
"34-22=12"
] | Current State: 12:[11, 37, 39, 34], Operations: []
Exploring Operation: 39-37=2, Resulting Numbers: [11, 34, 2]
Generated Node #2: [11, 34, 2] from Operation: 39-37=2
Current State: 12:[11, 34, 2], Operations: ['39-37=2']
Exploring Operation: 11*2=22, Resulting Numbers: [34, 22]
Generated Node #3: [34, 22] from Operati... | 4 | Current State: 12:[11, 37, 39, 34], Operations: []
Exploring Operation: 39-37=2, Resulting Numbers: [11, 34, 2]
Generated Node #0,0: 12:[11, 34, 2] Operation: 39-37=2
Exploring Operation: 39-34=5, Resulting Numbers: [11, 37, 5]
Generated Node #0,1: 12:[11, 37, 5] Operation: 39-34=5
Exploring Operation: 37-11=26, Result... | 0 | hs_5 | sum_heuristic |
[
98,
93,
15,
27
] | 37 | [
"98-93=5",
"15+27=42",
"42-5=37"
] | Current State: 37:[98, 93, 15, 27], Operations: []
Exploring Operation: 98-93=5, Resulting Numbers: [15, 27, 5]
Generated Node #2: [15, 27, 5] from Operation: 98-93=5
Current State: 37:[15, 27, 5], Operations: ['98-93=5']
Exploring Operation: 15+27=42, Resulting Numbers: [5, 42]
Generated Node #3: [5, 42] from Operatio... | 4 | Current State: 37:[98, 93, 15, 27], Operations: []
Exploring Operation: 98-93=5, Resulting Numbers: [15, 27, 5]
Generated Node #0,0: 37:[15, 27, 5] Operation: 98-93=5
Start Sub Search at level 1: Moving to Node #0,0
Current State: 37:[15, 27, 5], Operations: ['98-93=5']
Exploring Operation: 15+5=20, Resulting Numbers: ... | 0 | hs_1 | sum_heuristic |
[
74,
72,
83,
3
] | 75 | [
"83-74=9",
"9/3=3",
"72+3=75"
] | Current State: 75:[74, 72, 83, 3], Operations: []
Exploring Operation: 83-74=9, Resulting Numbers: [72, 3, 9]
Generated Node #2: [72, 3, 9] from Operation: 83-74=9
Current State: 75:[72, 3, 9], Operations: ['83-74=9']
Exploring Operation: 9/3=3, Resulting Numbers: [72, 3]
Generated Node #3: [72, 3] from Operation: 9/3=... | 4 | Current State: 75:[74, 72, 83, 3], Operations: []
Exploring Operation: 72+3=75, Resulting Numbers: [74, 83, 75]
Generated Node #0,0: 75:[74, 83, 75] Operation: 72+3=75
Exploring Operation: 83-74=9, Resulting Numbers: [72, 3, 9]
Generated Node #0,1: 75:[72, 3, 9] Operation: 83-74=9
Exploring Operation: 83-72=11, Resulti... | 0.969618 | hs_4 | mult_heuristic |
[
40,
70,
20,
41
] | 49 | [
"40+70=110",
"20+41=61",
"110-61=49"
] | Current State: 49:[40, 70, 20, 41], Operations: []
Exploring Operation: 40+70=110, Resulting Numbers: [20, 41, 110]
Generated Node #2: [20, 41, 110] from Operation: 40+70=110
Current State: 49:[20, 41, 110], Operations: ['40+70=110']
Exploring Operation: 20+41=61, Resulting Numbers: [110, 61]
Generated Node #3: [110, 6... | 4 | Current State: 49:[40, 70, 20, 41], Operations: []
Exploring Operation: 70-20=50, Resulting Numbers: [40, 41, 50]
Generated Node #0,0: 49:[40, 41, 50] Operation: 70-20=50
Exploring Operation: 70-40=30, Resulting Numbers: [20, 41, 30]
Generated Node #0,1: 49:[20, 41, 30] Operation: 70-40=30
Exploring Operation: 40/20=2,... | 0.977431 | hs_4 | sum_heuristic |
[
98,
88,
54,
77
] | 58 | [
"98*88=8624",
"8624/77=112",
"112-54=58"
] | Current State: 58:[98, 88, 54, 77], Operations: []
Exploring Operation: 98*88=8624, Resulting Numbers: [54, 77, 8624]
Generated Node #2: [54, 77, 8624] from Operation: 98*88=8624
Current State: 58:[54, 77, 8624], Operations: ['98*88=8624']
Exploring Operation: 8624/77=112, Resulting Numbers: [54, 112]
Generated Node #3... | 4 | Current State: 58:[98, 88, 54, 77], Operations: []
Exploring Operation: 98-88=10, Resulting Numbers: [54, 77, 10]
Generated Node #0,0: 58:[54, 77, 10] Operation: 98-88=10
Exploring Operation: 98-77=21, Resulting Numbers: [88, 54, 21]
Generated Node #0,1: 58:[88, 54, 21] Operation: 98-77=21
Exploring Operation: 88-77=11... | 0 | hs_3 | sum_heuristic |
[
26,
25,
48,
14
] | 29 | [
"26-14=12",
"48/12=4",
"25+4=29"
] | Current State: 29:[26, 25, 48, 14], Operations: []
Exploring Operation: 26-14=12, Resulting Numbers: [25, 48, 12]
Generated Node #2: [25, 48, 12] from Operation: 26-14=12
Current State: 29:[25, 48, 12], Operations: ['26-14=12']
Exploring Operation: 48/12=4, Resulting Numbers: [25, 4]
Generated Node #3: [25, 4] from Ope... | 4 | Current State: 29:[26, 25, 48, 14], Operations: []
Exploring Operation: 48-14=34, Resulting Numbers: [26, 25, 34]
Generated Node #0,0: 29:[26, 25, 34] Operation: 48-14=34
Start Sub Search at level 1: Moving to Node #0,0
Current State: 29:[26, 25, 34], Operations: ['48-14=34']
Exploring Operation: 34-25=9, Resulting Num... | 0 | hs_1 | sum_heuristic |
[
23,
77,
94,
47
] | 27 | [
"77-23=54",
"94/47=2",
"54/2=27"
] | Current State: 27:[23, 77, 94, 47], Operations: []
Exploring Operation: 77-23=54, Resulting Numbers: [94, 47, 54]
Generated Node #2: [94, 47, 54] from Operation: 77-23=54
Current State: 27:[94, 47, 54], Operations: ['77-23=54']
Exploring Operation: 94/47=2, Resulting Numbers: [54, 2]
Generated Node #3: [54, 2] from Ope... | 4 | Current State: 27:[23, 77, 94, 47], Operations: []
Exploring Operation: 94-77=17, Resulting Numbers: [23, 47, 17]
Generated Node #0,0: 27:[23, 47, 17] Operation: 94-77=17
Exploring Operation: 94-47=47, Resulting Numbers: [23, 77, 47]
Generated Node #0,1: 27:[23, 77, 47] Operation: 94-47=47
Exploring Operation: 77-47=30... | 0.969618 | hs_5 | mult_heuristic |
[
69,
2,
76,
33
] | 95 | [
"69*2=138",
"76-33=43",
"138-43=95"
] | Current State: 95:[69, 2, 76, 33], Operations: []
Exploring Operation: 69*2=138, Resulting Numbers: [76, 33, 138]
Generated Node #2: [76, 33, 138] from Operation: 69*2=138
Current State: 95:[76, 33, 138], Operations: ['69*2=138']
Exploring Operation: 76-33=43, Resulting Numbers: [138, 43]
Generated Node #3: [138, 43] f... | 4 | Current State: 95:[69, 2, 76, 33], Operations: []
Exploring Operation: 76-69=7, Resulting Numbers: [2, 33, 7]
Generated Node #0,0: 95:[2, 33, 7] Operation: 76-69=7
Start Sub Search at level 1: Moving to Node #0,0
Current State: 95:[2, 33, 7], Operations: ['76-69=7']
Exploring Operation: 33-7=26, Resulting Numbers: [2, ... | 0 | hs_1 | sum_heuristic |
[
22,
28,
32,
21
] | 30 | [
"32-21=11",
"22/11=2",
"28+2=30"
] | Current State: 30:[22, 28, 32, 21], Operations: []
Exploring Operation: 32-21=11, Resulting Numbers: [22, 28, 11]
Generated Node #2: [22, 28, 11] from Operation: 32-21=11
Current State: 30:[22, 28, 11], Operations: ['32-21=11']
Exploring Operation: 22/11=2, Resulting Numbers: [28, 2]
Generated Node #3: [28, 2] from Ope... | 4 | Current State: 30:[22, 28, 32, 21], Operations: []
Exploring Operation: 22-21=1, Resulting Numbers: [28, 32, 1]
Generated Node #0,0: 30:[28, 32, 1] Operation: 22-21=1
Exploring Operation: 28-22=6, Resulting Numbers: [32, 21, 6]
Generated Node #0,1: 30:[32, 21, 6] Operation: 28-22=6
Exploring Operation: 32-22=10, Result... | 0 | hs_3 | sum_heuristic |
[
9,
90,
62,
45
] | 98 | [
"90-9=81",
"62-45=17",
"81+17=98"
] | Current State: 98:[9, 90, 62, 45], Operations: []
Exploring Operation: 90-9=81, Resulting Numbers: [62, 45, 81]
Generated Node #2: [62, 45, 81] from Operation: 90-9=81
Current State: 98:[62, 45, 81], Operations: ['90-9=81']
Exploring Operation: 62-45=17, Resulting Numbers: [81, 17]
Generated Node #3: [81, 17] from Oper... | 4 | Current State: 98:[9, 90, 62, 45], Operations: []
Exploring Operation: 62-45=17, Resulting Numbers: [9, 90, 17]
Generated Node #0,0: 98:[9, 90, 17] Operation: 62-45=17
Moving to Node #0,0
Current State: 98:[9, 90, 17], Operations: ['62-45=17']
Exploring Operation: 9+90=99, Resulting Numbers: [17, 99]
Generated Node #0,... | 0 | hs_1 | mult_heuristic |
[
37,
35,
1,
12
] | 13 | [
"37-35=2",
"12-1=11",
"2+11=13"
] | Current State: 13:[37, 35, 1, 12], Operations: []
Exploring Operation: 37-35=2, Resulting Numbers: [1, 12, 2]
Generated Node #2: [1, 12, 2] from Operation: 37-35=2
Current State: 13:[1, 12, 2], Operations: ['37-35=2']
Exploring Operation: 12-1=11, Resulting Numbers: [2, 11]
Generated Node #3: [2, 11] from Operation: 12... | 4 | Current State: 13:[37, 35, 1, 12], Operations: []
Exploring Operation: 35-12=23, Resulting Numbers: [37, 1, 23]
Generated Node #0,0: 13:[37, 1, 23] Operation: 35-12=23
Exploring Operation: 37-1=36, Resulting Numbers: [35, 12, 36]
Generated Node #0,1: 13:[35, 12, 36] Operation: 37-1=36
Exploring Operation: 37-12=25, Res... | 0.981771 | hs_5 | sum_heuristic |
[
85,
16,
38,
2
] | 82 | [
"85+16=101",
"38/2=19",
"101-19=82"
] | Current State: 82:[85, 16, 38, 2], Operations: []
Exploring Operation: 85+16=101, Resulting Numbers: [38, 2, 101]
Generated Node #2: [38, 2, 101] from Operation: 85+16=101
Current State: 82:[38, 2, 101], Operations: ['85+16=101']
Exploring Operation: 38/2=19, Resulting Numbers: [101, 19]
Generated Node #3: [101, 19] fr... | 4 | Current State: 82:[85, 16, 38, 2], Operations: []
Exploring Operation: 85-2=83, Resulting Numbers: [16, 38, 83]
Generated Node #0,0: 82:[16, 38, 83] Operation: 85-2=83
Exploring Operation: 16*2=32, Resulting Numbers: [85, 38, 32]
Generated Node #0,1: 82:[85, 38, 32] Operation: 16*2=32
Exploring Operation: 85-16=69, Res... | 0 | hs_5 | sum_heuristic |
[
59,
90,
5,
65
] | 29 | [
"90-59=31",
"65-5=60",
"60-31=29"
] | Current State: 29:[59, 90, 5, 65], Operations: []
Exploring Operation: 90-59=31, Resulting Numbers: [5, 65, 31]
Generated Node #2: [5, 65, 31] from Operation: 90-59=31
Current State: 29:[5, 65, 31], Operations: ['90-59=31']
Exploring Operation: 65-5=60, Resulting Numbers: [31, 60]
Generated Node #3: [31, 60] from Opera... | 4 | Current State: 29:[59, 90, 5, 65], Operations: []
Exploring Operation: 90/5=18, Resulting Numbers: [59, 65, 18]
Generated Node #0,0: 29:[59, 65, 18] Operation: 90/5=18
Exploring Operation: 90-65=25, Resulting Numbers: [59, 5, 25]
Generated Node #0,1: 29:[59, 5, 25] Operation: 90-65=25
Exploring Operation: 90-59=31, Res... | 0.989583 | hs_3 | mult_heuristic |
[
59,
67,
58,
92
] | 24 | [
"59+67=126",
"58+92=150",
"150-126=24"
] | Current State: 24:[59, 67, 58, 92], Operations: []
Exploring Operation: 59+67=126, Resulting Numbers: [58, 92, 126]
Generated Node #2: [58, 92, 126] from Operation: 59+67=126
Current State: 24:[58, 92, 126], Operations: ['59+67=126']
Exploring Operation: 58+92=150, Resulting Numbers: [126, 150]
Generated Node #3: [126,... | 4 | Current State: 24:[59, 67, 58, 92], Operations: []
Exploring Operation: 92-67=25, Resulting Numbers: [59, 58, 25]
Generated Node #0,0: 24:[59, 58, 25] Operation: 92-67=25
Moving to Node #0,0
Current State: 24:[59, 58, 25], Operations: ['92-67=25']
Exploring Operation: 59-58=1, Resulting Numbers: [25, 1]
Generated Node ... | 0.993924 | hs_1 | mult_heuristic |
[
20,
40,
74,
16
] | 78 | [
"40-20=20",
"74-16=58",
"20+58=78"
] | Current State: 78:[20, 40, 74, 16], Operations: []
Exploring Operation: 40-20=20, Resulting Numbers: [74, 16, 20]
Generated Node #2: [74, 16, 20] from Operation: 40-20=20
Current State: 78:[74, 16, 20], Operations: ['40-20=20']
Exploring Operation: 74-16=58, Resulting Numbers: [20, 58]
Generated Node #3: [20, 58] from ... | 4 | Current State: 78:[20, 40, 74, 16], Operations: []
Exploring Operation: 40/20=2, Resulting Numbers: [74, 16, 2]
Generated Node #0,0: 78:[74, 16, 2] Operation: 40/20=2
Exploring Operation: 20-16=4, Resulting Numbers: [40, 74, 4]
Generated Node #0,1: 78:[40, 74, 4] Operation: 20-16=4
Start Sub Search at level 1: Moving t... | 0 | hs_2 | mult_heuristic |
[
34,
97,
10,
95
] | 46 | [
"34+97=131",
"95-10=85",
"131-85=46"
] | Current State: 46:[34, 97, 10, 95], Operations: []
Exploring Operation: 34+97=131, Resulting Numbers: [10, 95, 131]
Generated Node #2: [10, 95, 131] from Operation: 34+97=131
Current State: 46:[10, 95, 131], Operations: ['34+97=131']
Exploring Operation: 95-10=85, Resulting Numbers: [131, 85]
Generated Node #3: [131, 8... | 4 | Current State: 46:[34, 97, 10, 95], Operations: []
Exploring Operation: 97-95=2, Resulting Numbers: [34, 10, 2]
Generated Node #0,0: 46:[34, 10, 2] Operation: 97-95=2
Exploring Operation: 97-34=63, Resulting Numbers: [10, 95, 63]
Generated Node #0,1: 46:[10, 95, 63] Operation: 97-34=63
Start Sub Search at level 1: Movi... | 0.989583 | hs_2 | mult_heuristic |
[
3,
81,
34,
21
] | 82 | [
"81/3=27",
"34+21=55",
"27+55=82"
] | Current State: 82:[3, 81, 34, 21], Operations: []
Exploring Operation: 81/3=27, Resulting Numbers: [34, 21, 27]
Generated Node #2: [34, 21, 27] from Operation: 81/3=27
Current State: 82:[34, 21, 27], Operations: ['81/3=27']
Exploring Operation: 34+21=55, Resulting Numbers: [27, 55]
Generated Node #3: [27, 55] from Oper... | 4 | Current State: 82:[3, 81, 34, 21], Operations: []
Exploring Operation: 21-3=18, Resulting Numbers: [81, 34, 18]
Generated Node #0,0: 82:[81, 34, 18] Operation: 21-3=18
Exploring Operation: 34+21=55, Resulting Numbers: [3, 81, 55]
Generated Node #0,1: 82:[3, 81, 55] Operation: 34+21=55
Exploring Operation: 34-21=13, Res... | 0 | hs_5 | sum_heuristic |
[
41,
8,
10,
12
] | 17 | [
"10-8=2",
"12*2=24",
"41-24=17"
] | Current State: 17:[41, 8, 10, 12], Operations: []
Exploring Operation: 10-8=2, Resulting Numbers: [41, 12, 2]
Generated Node #2: [41, 12, 2] from Operation: 10-8=2
Current State: 17:[41, 12, 2], Operations: ['10-8=2']
Exploring Operation: 12*2=24, Resulting Numbers: [41, 24]
Generated Node #3: [41, 24] from Operation: ... | 4 | Current State: 17:[41, 8, 10, 12], Operations: []
Exploring Operation: 41-12=29, Resulting Numbers: [8, 10, 29]
Generated Node #0,0: 17:[8, 10, 29] Operation: 41-12=29
Exploring Operation: 8+10=18, Resulting Numbers: [41, 12, 18]
Generated Node #0,1: 17:[41, 12, 18] Operation: 8+10=18
Exploring Operation: 41-8=33, Resu... | 0 | hs_5 | mult_heuristic |
[
62,
23,
36,
15
] | 31 | [
"36-23=13",
"15-13=2",
"62/2=31"
] | Current State: 31:[62, 23, 36, 15], Operations: []
Exploring Operation: 36-23=13, Resulting Numbers: [62, 15, 13]
Generated Node #2: [62, 15, 13] from Operation: 36-23=13
Current State: 31:[62, 15, 13], Operations: ['36-23=13']
Exploring Operation: 15-13=2, Resulting Numbers: [62, 2]
Generated Node #3: [62, 2] from Ope... | 4 | Current State: 31:[62, 23, 36, 15], Operations: []
Exploring Operation: 62-36=26, Resulting Numbers: [23, 15, 26]
Generated Node #0,0: 31:[23, 15, 26] Operation: 62-36=26
Exploring Operation: 36-15=21, Resulting Numbers: [62, 23, 21]
Generated Node #0,1: 31:[62, 23, 21] Operation: 36-15=21
Exploring Operation: 62-23=39... | 0.926215 | hs_5 | mult_heuristic |
[
4,
83,
13,
68
] | 87 | [
"4+13=17",
"68/17=4",
"83+4=87"
] | Current State: 87:[4, 83, 13, 68], Operations: []
Exploring Operation: 4+13=17, Resulting Numbers: [83, 68, 17]
Generated Node #2: [83, 68, 17] from Operation: 4+13=17
Current State: 87:[83, 68, 17], Operations: ['4+13=17']
Exploring Operation: 68/17=4, Resulting Numbers: [83, 4]
Generated Node #3: [83, 4] from Operati... | 4 | Current State: 87:[4, 83, 13, 68], Operations: []
Exploring Operation: 13-4=9, Resulting Numbers: [83, 68, 9]
Generated Node #0,0: 87:[83, 68, 9] Operation: 13-4=9
Exploring Operation: 83-68=15, Resulting Numbers: [4, 13, 15]
Generated Node #0,1: 87:[4, 13, 15] Operation: 83-68=15
Exploring Operation: 68/4=17, Resultin... | 0.945313 | hs_5 | mult_heuristic |
[
81,
25,
17,
18
] | 36 | [
"25-17=8",
"81*8=648",
"648/18=36"
] | Current State: 36:[81, 25, 17, 18], Operations: []
Exploring Operation: 25-17=8, Resulting Numbers: [81, 18, 8]
Generated Node #2: [81, 18, 8] from Operation: 25-17=8
Current State: 36:[81, 18, 8], Operations: ['25-17=8']
Exploring Operation: 81*8=648, Resulting Numbers: [18, 648]
Generated Node #3: [18, 648] from Oper... | 4 | Current State: 36:[81, 25, 17, 18], Operations: []
Exploring Operation: 81-18=63, Resulting Numbers: [25, 17, 63]
Generated Node #0,0: 36:[25, 17, 63] Operation: 81-18=63
Exploring Operation: 25-17=8, Resulting Numbers: [81, 18, 8]
Generated Node #0,1: 36:[81, 18, 8] Operation: 25-17=8
Exploring Operation: 25-18=7, Res... | 0 | hs_5 | sum_heuristic |
[
2,
5,
41,
75
] | 58 | [
"2+41=43",
"75/5=15",
"43+15=58"
] | Current State: 58:[2, 5, 41, 75], Operations: []
Exploring Operation: 2+41=43, Resulting Numbers: [5, 75, 43]
Generated Node #2: [5, 75, 43] from Operation: 2+41=43
Current State: 58:[5, 75, 43], Operations: ['2+41=43']
Exploring Operation: 75/5=15, Resulting Numbers: [43, 15]
Generated Node #3: [43, 15] from Operation... | 4 | Current State: 58:[2, 5, 41, 75], Operations: []
Exploring Operation: 41-5=36, Resulting Numbers: [2, 75, 36]
Generated Node #0,0: 58:[2, 75, 36] Operation: 41-5=36
Exploring Operation: 75-41=34, Resulting Numbers: [2, 5, 34]
Generated Node #0,1: 58:[2, 5, 34] Operation: 75-41=34
Moving to Node #0,1
Current State: 58:[... | 0.992188 | hs_2 | mult_heuristic |
[
60,
30,
4,
92
] | 67 | [
"60+30=90",
"92/4=23",
"90-23=67"
] | Current State: 67:[60, 30, 4, 92], Operations: []
Exploring Operation: 60+30=90, Resulting Numbers: [4, 92, 90]
Generated Node #2: [4, 92, 90] from Operation: 60+30=90
Current State: 67:[4, 92, 90], Operations: ['60+30=90']
Exploring Operation: 92/4=23, Resulting Numbers: [90, 23]
Generated Node #3: [90, 23] from Opera... | 4 | Current State: 67:[60, 30, 4, 92], Operations: []
Exploring Operation: 60-4=56, Resulting Numbers: [30, 92, 56]
Generated Node #0,0: 67:[30, 92, 56] Operation: 60-4=56
Exploring Operation: 30+4=34, Resulting Numbers: [60, 92, 34]
Generated Node #0,1: 67:[60, 92, 34] Operation: 30+4=34
Exploring Operation: 92-4=88, Resu... | 0 | hs_4 | sum_heuristic |
[
35,
89,
27,
4
] | 93 | [
"35+89=124",
"27+4=31",
"124-31=93"
] | Current State: 93:[35, 89, 27, 4], Operations: []
Exploring Operation: 35+89=124, Resulting Numbers: [27, 4, 124]
Generated Node #2: [27, 4, 124] from Operation: 35+89=124
Current State: 93:[27, 4, 124], Operations: ['35+89=124']
Exploring Operation: 27+4=31, Resulting Numbers: [124, 31]
Generated Node #3: [124, 31] fr... | 4 | Current State: 93:[35, 89, 27, 4], Operations: []
Exploring Operation: 89+4=93, Resulting Numbers: [35, 27, 93]
Generated Node #0,0: 93:[35, 27, 93] Operation: 89+4=93
Exploring Operation: 27+4=31, Resulting Numbers: [35, 89, 31]
Generated Node #0,1: 93:[35, 89, 31] Operation: 27+4=31
Exploring Operation: 35-4=31, Resu... | 0.979167 | hs_3 | mult_heuristic |
[
75,
51,
1,
82
] | 43 | [
"75+51=126",
"1+82=83",
"126-83=43"
] | Current State: 43:[75, 51, 1, 82], Operations: []
Exploring Operation: 75+51=126, Resulting Numbers: [1, 82, 126]
Generated Node #2: [1, 82, 126] from Operation: 75+51=126
Current State: 43:[1, 82, 126], Operations: ['75+51=126']
Exploring Operation: 1+82=83, Resulting Numbers: [126, 83]
Generated Node #3: [126, 83] fr... | 4 | Current State: 43:[75, 51, 1, 82], Operations: []
Exploring Operation: 75-1=74, Resulting Numbers: [51, 82, 74]
Generated Node #0,0: 43:[51, 82, 74] Operation: 75-1=74
Start Sub Search at level 1: Moving to Node #0,0
Current State: 43:[51, 82, 74], Operations: ['75-1=74']
Exploring Operation: 82-51=31, Resulting Number... | 0.993924 | hs_1 | sum_heuristic |
[
88,
44,
16,
86
] | 52 | [
"88-86=2",
"16/2=8",
"44+8=52"
] | Current State: 52:[88, 44, 16, 86], Operations: []
Exploring Operation: 88-86=2, Resulting Numbers: [44, 16, 2]
Generated Node #2: [44, 16, 2] from Operation: 88-86=2
Current State: 52:[44, 16, 2], Operations: ['88-86=2']
Exploring Operation: 16/2=8, Resulting Numbers: [44, 8]
Generated Node #3: [44, 8] from Operation:... | 4 | Current State: 52:[88, 44, 16, 86], Operations: []
Exploring Operation: 88-86=2, Resulting Numbers: [44, 16, 2]
Generated Node #0,0: 52:[44, 16, 2] Operation: 88-86=2
Moving to Node #0,0
Current State: 52:[44, 16, 2], Operations: ['88-86=2']
Exploring Operation: 44-16=28, Resulting Numbers: [2, 28]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
91,
28,
23,
15
] | 16 | [
"28-23=5",
"15*5=75",
"91-75=16"
] | Current State: 16:[91, 28, 23, 15], Operations: []
Exploring Operation: 28-23=5, Resulting Numbers: [91, 15, 5]
Generated Node #2: [91, 15, 5] from Operation: 28-23=5
Current State: 16:[91, 15, 5], Operations: ['28-23=5']
Exploring Operation: 15*5=75, Resulting Numbers: [91, 75]
Generated Node #3: [91, 75] from Operati... | 4 | Current State: 16:[91, 28, 23, 15], Operations: []
Exploring Operation: 91-23=68, Resulting Numbers: [28, 15, 68]
Generated Node #0,0: 16:[28, 15, 68] Operation: 91-23=68
Exploring Operation: 91-15=76, Resulting Numbers: [28, 23, 76]
Generated Node #0,1: 16:[28, 23, 76] Operation: 91-15=76
Exploring Operation: 28-23=5,... | 0 | hs_4 | mult_heuristic |
[
51,
30,
4,
49
] | 20 | [
"51+49=100",
"30*4=120",
"120-100=20"
] | Current State: 20:[51, 30, 4, 49], Operations: []
Exploring Operation: 51+49=100, Resulting Numbers: [30, 4, 100]
Generated Node #2: [30, 4, 100] from Operation: 51+49=100
Current State: 20:[30, 4, 100], Operations: ['51+49=100']
Exploring Operation: 30*4=120, Resulting Numbers: [100, 120]
Generated Node #3: [100, 120]... | 4 | Current State: 20:[51, 30, 4, 49], Operations: []
Exploring Operation: 51-49=2, Resulting Numbers: [30, 4, 2]
Generated Node #0,0: 20:[30, 4, 2] Operation: 51-49=2
Moving to Node #0,0
Current State: 20:[30, 4, 2], Operations: ['51-49=2']
Exploring Operation: 30/2=15, Resulting Numbers: [4, 15]
Generated Node #0,0,0: 20... | 0 | hs_1 | sum_heuristic |
[
6,
34,
66,
65
] | 42 | [
"66/6=11",
"65-34=31",
"11+31=42"
] | Current State: 42:[6, 34, 66, 65], Operations: []
Exploring Operation: 66/6=11, Resulting Numbers: [34, 65, 11]
Generated Node #2: [34, 65, 11] from Operation: 66/6=11
Current State: 42:[34, 65, 11], Operations: ['66/6=11']
Exploring Operation: 65-34=31, Resulting Numbers: [11, 31]
Generated Node #3: [11, 31] from Oper... | 4 | Current State: 42:[6, 34, 66, 65], Operations: []
Exploring Operation: 66-34=32, Resulting Numbers: [6, 65, 32]
Generated Node #0,0: 42:[6, 65, 32] Operation: 66-34=32
Exploring Operation: 66-65=1, Resulting Numbers: [6, 34, 1]
Generated Node #0,1: 42:[6, 34, 1] Operation: 66-65=1
Start Sub Search at level 1: Moving to... | 0 | hs_2 | sum_heuristic |
[
63,
36,
65,
56
] | 10 | [
"65-63=2",
"56-36=20",
"20/2=10"
] | Current State: 10:[63, 36, 65, 56], Operations: []
Exploring Operation: 65-63=2, Resulting Numbers: [36, 56, 2]
Generated Node #2: [36, 56, 2] from Operation: 65-63=2
Current State: 10:[36, 56, 2], Operations: ['65-63=2']
Exploring Operation: 56-36=20, Resulting Numbers: [2, 20]
Generated Node #3: [2, 20] from Operatio... | 4 | Current State: 10:[63, 36, 65, 56], Operations: []
Exploring Operation: 65-63=2, Resulting Numbers: [36, 56, 2]
Generated Node #0,0: 10:[36, 56, 2] Operation: 65-63=2
Exploring Operation: 63-56=7, Resulting Numbers: [36, 65, 7]
Generated Node #0,1: 10:[36, 65, 7] Operation: 63-56=7
Exploring Operation: 65-56=9, Resulti... | 0.96441 | hs_4 | mult_heuristic |
[
18,
58,
47,
16
] | 82 | [
"18*47=846",
"58*16=928",
"928-846=82"
] | Current State: 82:[18, 58, 47, 16], Operations: []
Exploring Operation: 18*47=846, Resulting Numbers: [58, 16, 846]
Generated Node #2: [58, 16, 846] from Operation: 18*47=846
Current State: 82:[58, 16, 846], Operations: ['18*47=846']
Exploring Operation: 58*16=928, Resulting Numbers: [846, 928]
Generated Node #3: [846,... | 4 | Current State: 82:[18, 58, 47, 16], Operations: []
Exploring Operation: 18+16=34, Resulting Numbers: [58, 47, 34]
Generated Node #0,0: 82:[58, 47, 34] Operation: 18+16=34
Exploring Operation: 18+58=76, Resulting Numbers: [47, 16, 76]
Generated Node #0,1: 82:[47, 16, 76] Operation: 18+58=76
Exploring Operation: 58-16=42... | 0 | hs_5 | mult_heuristic |
[
45,
88,
45,
79
] | 77 | [
"88-45=43",
"79-45=34",
"43+34=77"
] | Current State: 77:[45, 88, 45, 79], Operations: []
Exploring Operation: 88-45=43, Resulting Numbers: [79, 43]
Generated Node #2: [79, 43] from Operation: 88-45=43
Current State: 77:[79, 43], Operations: ['88-45=43']
Exploring Operation: 79-45=34, Resulting Numbers: [43, 34]
Generated Node #3: [43, 34] from Operation: 7... | 4 | Current State: 77:[45, 88, 45, 79], Operations: []
Exploring Operation: 45/45=1, Resulting Numbers: [88, 79, 1]
Generated Node #0,0: 77:[88, 79, 1] Operation: 45/45=1
Exploring Operation: 88-45=43, Resulting Numbers: [45, 79, 43]
Generated Node #0,1: 77:[45, 79, 43] Operation: 88-45=43
Exploring Operation: 45+45=90, Re... | 0.951389 | hs_5 | sum_heuristic |
[
2,
4,
28,
68
] | 36 | [
"28-2=26",
"4*26=104",
"104-68=36"
] | Current State: 36:[2, 4, 28, 68], Operations: []
Exploring Operation: 28-2=26, Resulting Numbers: [4, 68, 26]
Generated Node #2: [4, 68, 26] from Operation: 28-2=26
Current State: 36:[4, 68, 26], Operations: ['28-2=26']
Exploring Operation: 4*26=104, Resulting Numbers: [68, 104]
Generated Node #3: [68, 104] from Operat... | 4 | Current State: 36:[2, 4, 28, 68], Operations: []
Exploring Operation: 68-28=40, Resulting Numbers: [2, 4, 40]
Generated Node #0,0: 36:[2, 4, 40] Operation: 68-28=40
Moving to Node #0,0
Current State: 36:[2, 4, 40], Operations: ['68-28=40']
Exploring Operation: 40-4=36, Resulting Numbers: [2, 36]
Generated Node #0,0,0: ... | 0 | hs_1 | mult_heuristic |
[
44,
90,
78,
21
] | 75 | [
"44+21=65",
"90*65=5850",
"5850/78=75"
] | Current State: 75:[44, 90, 78, 21], Operations: []
Exploring Operation: 44+21=65, Resulting Numbers: [90, 78, 65]
Generated Node #2: [90, 78, 65] from Operation: 44+21=65
Current State: 75:[90, 78, 65], Operations: ['44+21=65']
Exploring Operation: 90*65=5850, Resulting Numbers: [78, 5850]
Generated Node #3: [78, 5850]... | 4 | Current State: 75:[44, 90, 78, 21], Operations: []
Exploring Operation: 90-44=46, Resulting Numbers: [78, 21, 46]
Generated Node #0,0: 75:[78, 21, 46] Operation: 90-44=46
Exploring Operation: 78-44=34, Resulting Numbers: [90, 21, 34]
Generated Node #0,1: 75:[90, 21, 34] Operation: 78-44=34
Exploring Operation: 90-78=12... | 0 | hs_4 | mult_heuristic |
[
93,
93,
25,
48
] | 25 | [
"93-93=0",
"48*0=0",
"25+0=25"
] | Current State: 25:[93, 93, 25, 48], Operations: []
Exploring Operation: 93-93=0, Resulting Numbers: [25, 48, 0]
Generated Node #2: [25, 48, 0] from Operation: 93-93=0
Current State: 25:[25, 48, 0], Operations: ['93-93=0']
Exploring Operation: 48*0=0, Resulting Numbers: [25, 0]
Generated Node #3: [25, 0] from Operation:... | 4 | Current State: 25:[93, 93, 25, 48], Operations: []
Exploring Operation: 93/93=1, Resulting Numbers: [25, 48, 1]
Generated Node #0,0: 25:[25, 48, 1] Operation: 93/93=1
Exploring Operation: 93-48=45, Resulting Numbers: [93, 25, 45]
Generated Node #0,1: 25:[93, 25, 45] Operation: 93-48=45
Exploring Operation: 93-93=0, Res... | 0.984375 | hs_4 | sum_heuristic |
[
18,
16,
8,
71
] | 97 | [
"18+16=34",
"71-8=63",
"34+63=97"
] | Current State: 97:[18, 16, 8, 71], Operations: []
Exploring Operation: 18+16=34, Resulting Numbers: [8, 71, 34]
Generated Node #2: [8, 71, 34] from Operation: 18+16=34
Current State: 97:[8, 71, 34], Operations: ['18+16=34']
Exploring Operation: 71-8=63, Resulting Numbers: [34, 63]
Generated Node #3: [34, 63] from Opera... | 4 | Current State: 97:[18, 16, 8, 71], Operations: []
Exploring Operation: 16*8=128, Resulting Numbers: [18, 71, 128]
Generated Node #0,0: 97:[18, 71, 128] Operation: 16*8=128
Exploring Operation: 18*8=144, Resulting Numbers: [16, 71, 144]
Generated Node #0,1: 97:[16, 71, 144] Operation: 18*8=144
Start Sub Search at level ... | 0 | hs_2 | mult_heuristic |
[
57,
30,
75,
92
] | 15 | [
"57+30=87",
"92-87=5",
"75/5=15"
] | Current State: 15:[57, 30, 75, 92], Operations: []
Exploring Operation: 57+30=87, Resulting Numbers: [75, 92, 87]
Generated Node #2: [75, 92, 87] from Operation: 57+30=87
Current State: 15:[75, 92, 87], Operations: ['57+30=87']
Exploring Operation: 92-87=5, Resulting Numbers: [75, 5]
Generated Node #3: [75, 5] from Ope... | 4 | Current State: 15:[57, 30, 75, 92], Operations: []
Exploring Operation: 92-75=17, Resulting Numbers: [57, 30, 17]
Generated Node #0,0: 15:[57, 30, 17] Operation: 92-75=17
Start Sub Search at level 1: Moving to Node #0,0
Current State: 15:[57, 30, 17], Operations: ['92-75=17']
Exploring Operation: 57-30=27, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
43,
16,
18,
79
] | 38 | [
"43+16=59",
"18+79=97",
"97-59=38"
] | Current State: 38:[43, 16, 18, 79], Operations: []
Exploring Operation: 43+16=59, Resulting Numbers: [18, 79, 59]
Generated Node #2: [18, 79, 59] from Operation: 43+16=59
Current State: 38:[18, 79, 59], Operations: ['43+16=59']
Exploring Operation: 18+79=97, Resulting Numbers: [59, 97]
Generated Node #3: [59, 97] from ... | 4 | Current State: 38:[43, 16, 18, 79], Operations: []
Exploring Operation: 79-43=36, Resulting Numbers: [16, 18, 36]
Generated Node #0,0: 38:[16, 18, 36] Operation: 79-43=36
Exploring Operation: 79-16=63, Resulting Numbers: [43, 18, 63]
Generated Node #0,1: 38:[43, 18, 63] Operation: 79-16=63
Start Sub Search at level 1: ... | 0.991319 | hs_2 | mult_heuristic |
[
35,
31,
26,
13
] | 97 | [
"31*26=806",
"806/13=62",
"35+62=97"
] | Current State: 97:[35, 31, 26, 13], Operations: []
Exploring Operation: 31*26=806, Resulting Numbers: [35, 13, 806]
Generated Node #2: [35, 13, 806] from Operation: 31*26=806
Current State: 97:[35, 13, 806], Operations: ['31*26=806']
Exploring Operation: 806/13=62, Resulting Numbers: [35, 62]
Generated Node #3: [35, 62... | 4 | Current State: 97:[35, 31, 26, 13], Operations: []
Exploring Operation: 31+26=57, Resulting Numbers: [35, 13, 57]
Generated Node #0,0: 97:[35, 13, 57] Operation: 31+26=57
Exploring Operation: 35+26=61, Resulting Numbers: [31, 13, 61]
Generated Node #0,1: 97:[31, 13, 61] Operation: 35+26=61
Exploring Operation: 35+13=48... | 0 | hs_5 | mult_heuristic |
[
8,
80,
7,
5
] | 37 | [
"80-8=72",
"7*5=35",
"72-35=37"
] | Current State: 37:[8, 80, 7, 5], Operations: []
Exploring Operation: 80-8=72, Resulting Numbers: [7, 5, 72]
Generated Node #2: [7, 5, 72] from Operation: 80-8=72
Current State: 37:[7, 5, 72], Operations: ['80-8=72']
Exploring Operation: 7*5=35, Resulting Numbers: [72, 35]
Generated Node #3: [72, 35] from Operation: 7*5... | 4 | Current State: 37:[8, 80, 7, 5], Operations: []
Exploring Operation: 8*5=40, Resulting Numbers: [80, 7, 40]
Generated Node #0,0: 37:[80, 7, 40] Operation: 8*5=40
Exploring Operation: 7*5=35, Resulting Numbers: [8, 80, 35]
Generated Node #0,1: 37:[8, 80, 35] Operation: 7*5=35
Start Sub Search at level 1: Moving to Node ... | 0.990451 | hs_2 | sum_heuristic |
[
75,
65,
91,
5
] | 89 | [
"75-65=10",
"10/5=2",
"91-2=89"
] | Current State: 89:[75, 65, 91, 5], Operations: []
Exploring Operation: 75-65=10, Resulting Numbers: [91, 5, 10]
Generated Node #2: [91, 5, 10] from Operation: 75-65=10
Current State: 89:[91, 5, 10], Operations: ['75-65=10']
Exploring Operation: 10/5=2, Resulting Numbers: [91, 2]
Generated Node #3: [91, 2] from Operatio... | 4 | Current State: 89:[75, 65, 91, 5], Operations: []
Exploring Operation: 75+5=80, Resulting Numbers: [65, 91, 80]
Generated Node #0,0: 89:[65, 91, 80] Operation: 75+5=80
Exploring Operation: 91-5=86, Resulting Numbers: [75, 65, 86]
Generated Node #0,1: 89:[75, 65, 86] Operation: 91-5=86
Exploring Operation: 65+5=70, Resu... | 0 | hs_3 | sum_heuristic |
[
72,
78,
42,
75
] | 18 | [
"78-75=3",
"72/3=24",
"42-24=18"
] | Current State: 18:[72, 78, 42, 75], Operations: []
Exploring Operation: 78-75=3, Resulting Numbers: [72, 42, 3]
Generated Node #2: [72, 42, 3] from Operation: 78-75=3
Current State: 18:[72, 42, 3], Operations: ['78-75=3']
Exploring Operation: 72/3=24, Resulting Numbers: [42, 24]
Generated Node #3: [42, 24] from Operati... | 4 | Current State: 18:[72, 78, 42, 75], Operations: []
Exploring Operation: 78-42=36, Resulting Numbers: [72, 75, 36]
Generated Node #0,0: 18:[72, 75, 36] Operation: 78-42=36
Exploring Operation: 78-75=3, Resulting Numbers: [72, 42, 3]
Generated Node #0,1: 18:[72, 42, 3] Operation: 78-75=3
Exploring Operation: 72-42=30, Re... | 0.921007 | hs_5 | mult_heuristic |
[
28,
58,
94,
2
] | 74 | [
"94-28=66",
"2*66=132",
"132-58=74"
] | Current State: 74:[28, 58, 94, 2], Operations: []
Exploring Operation: 94-28=66, Resulting Numbers: [58, 2, 66]
Generated Node #2: [58, 2, 66] from Operation: 94-28=66
Current State: 74:[58, 2, 66], Operations: ['94-28=66']
Exploring Operation: 2*66=132, Resulting Numbers: [58, 132]
Generated Node #3: [58, 132] from Op... | 4 | Current State: 74:[28, 58, 94, 2], Operations: []
Exploring Operation: 94-58=36, Resulting Numbers: [28, 2, 36]
Generated Node #0,0: 74:[28, 2, 36] Operation: 94-58=36
Exploring Operation: 58-28=30, Resulting Numbers: [94, 2, 30]
Generated Node #0,1: 74:[94, 2, 30] Operation: 58-28=30
Exploring Operation: 28+58=86, Res... | 0 | hs_4 | sum_heuristic |
[
28,
3,
9,
11
] | 50 | [
"28-3=25",
"11-9=2",
"25*2=50"
] | Current State: 50:[28, 3, 9, 11], Operations: []
Exploring Operation: 28-3=25, Resulting Numbers: [9, 11, 25]
Generated Node #2: [9, 11, 25] from Operation: 28-3=25
Current State: 50:[9, 11, 25], Operations: ['28-3=25']
Exploring Operation: 11-9=2, Resulting Numbers: [25, 2]
Generated Node #3: [25, 2] from Operation: 1... | 4 | Current State: 50:[28, 3, 9, 11], Operations: []
Exploring Operation: 28-3=25, Resulting Numbers: [9, 11, 25]
Generated Node #0,0: 50:[9, 11, 25] Operation: 28-3=25
Start Sub Search at level 1: Moving to Node #0,0
Current State: 50:[9, 11, 25], Operations: ['28-3=25']
Exploring Operation: 11-9=2, Resulting Numbers: [25... | 0.993924 | hs_1 | sum_heuristic |
[
64,
76,
9,
78
] | 57 | [
"76-64=12",
"78-9=69",
"69-12=57"
] | Current State: 57:[64, 76, 9, 78], Operations: []
Exploring Operation: 76-64=12, Resulting Numbers: [9, 78, 12]
Generated Node #2: [9, 78, 12] from Operation: 76-64=12
Current State: 57:[9, 78, 12], Operations: ['76-64=12']
Exploring Operation: 78-9=69, Resulting Numbers: [12, 69]
Generated Node #3: [12, 69] from Opera... | 4 | Current State: 57:[64, 76, 9, 78], Operations: []
Exploring Operation: 78-76=2, Resulting Numbers: [64, 9, 2]
Generated Node #0,0: 57:[64, 9, 2] Operation: 78-76=2
Start Sub Search at level 1: Moving to Node #0,0
Current State: 57:[64, 9, 2], Operations: ['78-76=2']
Exploring Operation: 64-9=55, Resulting Numbers: [2, ... | 0.993924 | hs_1 | sum_heuristic |
[
5,
45,
49,
81
] | 35 | [
"45+49=94",
"81+94=175",
"175/5=35"
] | Current State: 35:[5, 45, 49, 81], Operations: []
Exploring Operation: 45+49=94, Resulting Numbers: [5, 81, 94]
Generated Node #2: [5, 81, 94] from Operation: 45+49=94
Current State: 35:[5, 81, 94], Operations: ['45+49=94']
Exploring Operation: 81+94=175, Resulting Numbers: [5, 175]
Generated Node #3: [5, 175] from Ope... | 4 | Current State: 35:[5, 45, 49, 81], Operations: []
Exploring Operation: 81-45=36, Resulting Numbers: [5, 49, 36]
Generated Node #0,0: 35:[5, 49, 36] Operation: 81-45=36
Exploring Operation: 81-49=32, Resulting Numbers: [5, 45, 32]
Generated Node #0,1: 35:[5, 45, 32] Operation: 81-49=32
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
4,
64,
18,
3
] | 89 | [
"4+64=68",
"18+3=21",
"68+21=89"
] | Current State: 89:[4, 64, 18, 3], Operations: []
Exploring Operation: 4+64=68, Resulting Numbers: [18, 3, 68]
Generated Node #2: [18, 3, 68] from Operation: 4+64=68
Current State: 89:[18, 3, 68], Operations: ['4+64=68']
Exploring Operation: 18+3=21, Resulting Numbers: [68, 21]
Generated Node #3: [68, 21] from Operation... | 4 | Current State: 89:[4, 64, 18, 3], Operations: []
Exploring Operation: 4*3=12, Resulting Numbers: [64, 18, 12]
Generated Node #0,0: 89:[64, 18, 12] Operation: 4*3=12
Exploring Operation: 4*18=72, Resulting Numbers: [64, 3, 72]
Generated Node #0,1: 89:[64, 3, 72] Operation: 4*18=72
Exploring Operation: 18*3=54, Resulting... | 0 | hs_3 | sum_heuristic |
[
64,
80,
19,
27
] | 62 | [
"80-64=16",
"19+27=46",
"16+46=62"
] | Current State: 62:[64, 80, 19, 27], Operations: []
Exploring Operation: 80-64=16, Resulting Numbers: [19, 27, 16]
Generated Node #2: [19, 27, 16] from Operation: 80-64=16
Current State: 62:[19, 27, 16], Operations: ['80-64=16']
Exploring Operation: 19+27=46, Resulting Numbers: [16, 46]
Generated Node #3: [16, 46] from ... | 4 | Current State: 62:[64, 80, 19, 27], Operations: []
Exploring Operation: 80-19=61, Resulting Numbers: [64, 27, 61]
Generated Node #0,0: 62:[64, 27, 61] Operation: 80-19=61
Exploring Operation: 80-27=53, Resulting Numbers: [64, 19, 53]
Generated Node #0,1: 62:[64, 19, 53] Operation: 80-27=53
Exploring Operation: 27-19=8,... | 0.949653 | hs_4 | sum_heuristic |
[
13,
3,
1,
5
] | 57 | [
"13+1=14",
"5+14=19",
"3*19=57"
] | Current State: 57:[13, 3, 1, 5], Operations: []
Exploring Operation: 13+1=14, Resulting Numbers: [3, 5, 14]
Generated Node #2: [3, 5, 14] from Operation: 13+1=14
Current State: 57:[3, 5, 14], Operations: ['13+1=14']
Exploring Operation: 5+14=19, Resulting Numbers: [3, 19]
Generated Node #3: [3, 19] from Operation: 5+14... | 4 | Current State: 57:[13, 3, 1, 5], Operations: []
Exploring Operation: 13+1=14, Resulting Numbers: [3, 5, 14]
Generated Node #0,0: 57:[3, 5, 14] Operation: 13+1=14
Exploring Operation: 13+5=18, Resulting Numbers: [3, 1, 18]
Generated Node #0,1: 57:[3, 1, 18] Operation: 13+5=18
Exploring Operation: 13+3=16, Resulting Numb... | 0.990451 | hs_3 | sum_heuristic |
[
5,
95,
91,
8
] | 10 | [
"5*8=40",
"95-91=4",
"40/4=10"
] | Current State: 10:[5, 95, 91, 8], Operations: []
Exploring Operation: 5*8=40, Resulting Numbers: [95, 91, 40]
Generated Node #2: [95, 91, 40] from Operation: 5*8=40
Current State: 10:[95, 91, 40], Operations: ['5*8=40']
Exploring Operation: 95-91=4, Resulting Numbers: [40, 4]
Generated Node #3: [40, 4] from Operation: ... | 4 | Current State: 10:[5, 95, 91, 8], Operations: []
Exploring Operation: 95-5=90, Resulting Numbers: [91, 8, 90]
Generated Node #0,0: 10:[91, 8, 90] Operation: 95-5=90
Exploring Operation: 95/5=19, Resulting Numbers: [91, 8, 19]
Generated Node #0,1: 10:[91, 8, 19] Operation: 95/5=19
Exploring Operation: 95-8=87, Resulting... | 0.942708 | hs_5 | sum_heuristic |
[
99,
31,
2,
16
] | 48 | [
"99*16=1584",
"31+2=33",
"1584/33=48"
] | Current State: 48:[99, 31, 2, 16], Operations: []
Exploring Operation: 99*16=1584, Resulting Numbers: [31, 2, 1584]
Generated Node #2: [31, 2, 1584] from Operation: 99*16=1584
Current State: 48:[31, 2, 1584], Operations: ['99*16=1584']
Exploring Operation: 31+2=33, Resulting Numbers: [1584, 33]
Generated Node #3: [1584... | 4 | Current State: 48:[99, 31, 2, 16], Operations: []
Exploring Operation: 99-31=68, Resulting Numbers: [2, 16, 68]
Generated Node #0,0: 48:[2, 16, 68] Operation: 99-31=68
Moving to Node #0,0
Current State: 48:[2, 16, 68], Operations: ['99-31=68']
Exploring Operation: 68-16=52, Resulting Numbers: [2, 52]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
3,
3,
84,
56
] | 75 | [
"84-3=81",
"81-56=25",
"3*25=75"
] | Current State: 75:[3, 3, 84, 56], Operations: []
Exploring Operation: 84-3=81, Resulting Numbers: [56, 81]
Generated Node #2: [56, 81] from Operation: 84-3=81
Current State: 75:[56, 81], Operations: ['84-3=81']
Exploring Operation: 81-56=25, Resulting Numbers: [25]
25,75 equal: Goal Reached
Exploring Operation: 3*25=75... | 4 | Current State: 75:[3, 3, 84, 56], Operations: []
Exploring Operation: 84/3=28, Resulting Numbers: [3, 56, 28]
Generated Node #0,0: 75:[3, 56, 28] Operation: 84/3=28
Exploring Operation: 84-56=28, Resulting Numbers: [3, 3, 28]
Generated Node #0,1: 75:[3, 3, 28] Operation: 84-56=28
Moving to Node #0,1
Current State: 75:[... | 0.990451 | hs_2 | sum_heuristic |
[
4,
93,
28,
8
] | 31 | [
"28-4=24",
"93*8=744",
"744/24=31"
] | Current State: 31:[4, 93, 28, 8], Operations: []
Exploring Operation: 28-4=24, Resulting Numbers: [93, 8, 24]
Generated Node #2: [93, 8, 24] from Operation: 28-4=24
Current State: 31:[93, 8, 24], Operations: ['28-4=24']
Exploring Operation: 93*8=744, Resulting Numbers: [24, 744]
Generated Node #3: [24, 744] from Operat... | 4 | Current State: 31:[4, 93, 28, 8], Operations: []
Exploring Operation: 93-8=85, Resulting Numbers: [4, 28, 85]
Generated Node #0,0: 31:[4, 28, 85] Operation: 93-8=85
Exploring Operation: 4*8=32, Resulting Numbers: [93, 28, 32]
Generated Node #0,1: 31:[93, 28, 32] Operation: 4*8=32
Exploring Operation: 93-4=89, Resulting... | 0 | hs_5 | mult_heuristic |
[
19,
16,
34,
30
] | 45 | [
"34-30=4",
"16*4=64",
"64-19=45"
] | Current State: 45:[19, 16, 34, 30], Operations: []
Exploring Operation: 34-30=4, Resulting Numbers: [19, 16, 4]
Generated Node #2: [19, 16, 4] from Operation: 34-30=4
Current State: 45:[19, 16, 4], Operations: ['34-30=4']
Exploring Operation: 16*4=64, Resulting Numbers: [19, 64]
Generated Node #3: [19, 64] from Operati... | 4 | Current State: 45:[19, 16, 34, 30], Operations: []
Exploring Operation: 30-19=11, Resulting Numbers: [16, 34, 11]
Generated Node #0,0: 45:[16, 34, 11] Operation: 30-19=11
Exploring Operation: 34-30=4, Resulting Numbers: [19, 16, 4]
Generated Node #0,1: 45:[19, 16, 4] Operation: 34-30=4
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
27,
55,
6,
51
] | 17 | [
"55-27=28",
"51-6=45",
"45-28=17"
] | Current State: 17:[27, 55, 6, 51], Operations: []
Exploring Operation: 55-27=28, Resulting Numbers: [6, 51, 28]
Generated Node #2: [6, 51, 28] from Operation: 55-27=28
Current State: 17:[6, 51, 28], Operations: ['55-27=28']
Exploring Operation: 51-6=45, Resulting Numbers: [28, 45]
Generated Node #3: [28, 45] from Opera... | 4 | Current State: 17:[27, 55, 6, 51], Operations: []
Exploring Operation: 55-51=4, Resulting Numbers: [27, 6, 4]
Generated Node #0,0: 17:[27, 6, 4] Operation: 55-51=4
Exploring Operation: 55-27=28, Resulting Numbers: [6, 51, 28]
Generated Node #0,1: 17:[6, 51, 28] Operation: 55-27=28
Start Sub Search at level 1: Moving to... | 0.991319 | hs_2 | sum_heuristic |
[
46,
57,
24,
53
] | 40 | [
"57-46=11",
"53-24=29",
"11+29=40"
] | Current State: 40:[46, 57, 24, 53], Operations: []
Exploring Operation: 57-46=11, Resulting Numbers: [24, 53, 11]
Generated Node #2: [24, 53, 11] from Operation: 57-46=11
Current State: 40:[24, 53, 11], Operations: ['57-46=11']
Exploring Operation: 53-24=29, Resulting Numbers: [11, 29]
Generated Node #3: [11, 29] from ... | 4 | Current State: 40:[46, 57, 24, 53], Operations: []
Exploring Operation: 57-46=11, Resulting Numbers: [24, 53, 11]
Generated Node #0,0: 40:[24, 53, 11] Operation: 57-46=11
Exploring Operation: 57-24=33, Resulting Numbers: [46, 53, 33]
Generated Node #0,1: 40:[46, 53, 33] Operation: 57-24=33
Exploring Operation: 57-53=4,... | 0.979167 | hs_4 | mult_heuristic |
[
52,
47,
50,
12
] | 88 | [
"50-47=3",
"12*3=36",
"52+36=88"
] | Current State: 88:[52, 47, 50, 12], Operations: []
Exploring Operation: 50-47=3, Resulting Numbers: [52, 12, 3]
Generated Node #2: [52, 12, 3] from Operation: 50-47=3
Current State: 88:[52, 12, 3], Operations: ['50-47=3']
Exploring Operation: 12*3=36, Resulting Numbers: [52, 36]
Generated Node #3: [52, 36] from Operati... | 4 | Current State: 88:[52, 47, 50, 12], Operations: []
Exploring Operation: 52-50=2, Resulting Numbers: [47, 12, 2]
Generated Node #0,0: 88:[47, 12, 2] Operation: 52-50=2
Moving to Node #0,0
Current State: 88:[47, 12, 2], Operations: ['52-50=2']
Exploring Operation: 47-2=45, Resulting Numbers: [12, 45]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
91,
43,
2,
46
] | 50 | [
"91-43=48",
"2*48=96",
"96-46=50"
] | Current State: 50:[91, 43, 2, 46], Operations: []
Exploring Operation: 91-43=48, Resulting Numbers: [2, 46, 48]
Generated Node #2: [2, 46, 48] from Operation: 91-43=48
Current State: 50:[2, 46, 48], Operations: ['91-43=48']
Exploring Operation: 2*48=96, Resulting Numbers: [46, 96]
Generated Node #3: [46, 96] from Opera... | 4 | Current State: 50:[91, 43, 2, 46], Operations: []
Exploring Operation: 91-46=45, Resulting Numbers: [43, 2, 45]
Generated Node #0,0: 50:[43, 2, 45] Operation: 91-46=45
Exploring Operation: 46-43=3, Resulting Numbers: [91, 2, 3]
Generated Node #0,1: 50:[91, 2, 3] Operation: 46-43=3
Exploring Operation: 91-2=89, Resultin... | 0 | hs_4 | sum_heuristic |
[
88,
51,
13,
53
] | 29 | [
"88-51=37",
"13+53=66",
"66-37=29"
] | Current State: 29:[88, 51, 13, 53], Operations: []
Exploring Operation: 88-51=37, Resulting Numbers: [13, 53, 37]
Generated Node #2: [13, 53, 37] from Operation: 88-51=37
Current State: 29:[13, 53, 37], Operations: ['88-51=37']
Exploring Operation: 13+53=66, Resulting Numbers: [37, 66]
Generated Node #3: [37, 66] from ... | 4 | Current State: 29:[88, 51, 13, 53], Operations: []
Exploring Operation: 51-13=38, Resulting Numbers: [88, 53, 38]
Generated Node #0,0: 29:[88, 53, 38] Operation: 51-13=38
Exploring Operation: 88-51=37, Resulting Numbers: [13, 53, 37]
Generated Node #0,1: 29:[13, 53, 37] Operation: 88-51=37
Exploring Operation: 88-53=35... | 0.985243 | hs_4 | sum_heuristic |
[
16,
94,
78,
63
] | 39 | [
"63-16=47",
"94/47=2",
"78/2=39"
] | Current State: 39:[16, 94, 78, 63], Operations: []
Exploring Operation: 63-16=47, Resulting Numbers: [94, 78, 47]
Generated Node #2: [94, 78, 47] from Operation: 63-16=47
Current State: 39:[94, 78, 47], Operations: ['63-16=47']
Exploring Operation: 94/47=2, Resulting Numbers: [78, 2]
Generated Node #3: [78, 2] from Ope... | 4 | Current State: 39:[16, 94, 78, 63], Operations: []
Exploring Operation: 94-78=16, Resulting Numbers: [16, 63, 16]
Generated Node #0,0: 39:[16, 63, 16] Operation: 94-78=16
Moving to Node #0,0
Current State: 39:[16, 63, 16], Operations: ['94-78=16']
Exploring Operation: 63-16=47, Resulting Numbers: [16, 47]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
26,
63,
15,
78
] | 68 | [
"26*15=390",
"390/78=5",
"63+5=68"
] | Current State: 68:[26, 63, 15, 78], Operations: []
Exploring Operation: 26*15=390, Resulting Numbers: [63, 78, 390]
Generated Node #2: [63, 78, 390] from Operation: 26*15=390
Current State: 68:[63, 78, 390], Operations: ['26*15=390']
Exploring Operation: 390/78=5, Resulting Numbers: [63, 5]
Generated Node #3: [63, 5] f... | 4 | Current State: 68:[26, 63, 15, 78], Operations: []
Exploring Operation: 78/26=3, Resulting Numbers: [63, 15, 3]
Generated Node #0,0: 68:[63, 15, 3] Operation: 78/26=3
Exploring Operation: 78-63=15, Resulting Numbers: [26, 15, 15]
Generated Node #0,1: 68:[26, 15, 15] Operation: 78-63=15
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
96,
5,
83,
32
] | 91 | [
"96/32=3",
"5+83=88",
"3+88=91"
] | Current State: 91:[96, 5, 83, 32], Operations: []
Exploring Operation: 96/32=3, Resulting Numbers: [5, 83, 3]
Generated Node #2: [5, 83, 3] from Operation: 96/32=3
Current State: 91:[5, 83, 3], Operations: ['96/32=3']
Exploring Operation: 5+83=88, Resulting Numbers: [3, 88]
Generated Node #3: [3, 88] from Operation: 5+... | 4 | Current State: 91:[96, 5, 83, 32], Operations: []
Exploring Operation: 96-83=13, Resulting Numbers: [5, 32, 13]
Generated Node #0,0: 91:[5, 32, 13] Operation: 96-83=13
Exploring Operation: 96/32=3, Resulting Numbers: [5, 83, 3]
Generated Node #0,1: 91:[5, 83, 3] Operation: 96/32=3
Exploring Operation: 32-5=27, Resultin... | 0.94184 | hs_5 | mult_heuristic |
[
29,
31,
75,
1
] | 25 | [
"31-29=2",
"1+2=3",
"75/3=25"
] | Current State: 25:[29, 31, 75, 1], Operations: []
Exploring Operation: 31-29=2, Resulting Numbers: [75, 1, 2]
Generated Node #2: [75, 1, 2] from Operation: 31-29=2
Current State: 25:[75, 1, 2], Operations: ['31-29=2']
Exploring Operation: 1+2=3, Resulting Numbers: [75, 3]
Generated Node #3: [75, 3] from Operation: 1+2=... | 4 | Current State: 25:[29, 31, 75, 1], Operations: []
Exploring Operation: 75-31=44, Resulting Numbers: [29, 1, 44]
Generated Node #0,0: 25:[29, 1, 44] Operation: 75-31=44
Moving to Node #0,0
Current State: 25:[29, 1, 44], Operations: ['75-31=44']
Exploring Operation: 44-29=15, Resulting Numbers: [1, 15]
Generated Node #0,... | 0 | hs_1 | mult_heuristic |
[
34,
36,
24,
64
] | 42 | [
"36-34=2",
"64-24=40",
"2+40=42"
] | Current State: 42:[34, 36, 24, 64], Operations: []
Exploring Operation: 36-34=2, Resulting Numbers: [24, 64, 2]
Generated Node #2: [24, 64, 2] from Operation: 36-34=2
Current State: 42:[24, 64, 2], Operations: ['36-34=2']
Exploring Operation: 64-24=40, Resulting Numbers: [2, 40]
Generated Node #3: [2, 40] from Operatio... | 4 | Current State: 42:[34, 36, 24, 64], Operations: []
Exploring Operation: 36-34=2, Resulting Numbers: [24, 64, 2]
Generated Node #0,0: 42:[24, 64, 2] Operation: 36-34=2
Exploring Operation: 64-34=30, Resulting Numbers: [36, 24, 30]
Generated Node #0,1: 42:[36, 24, 30] Operation: 64-34=30
Exploring Operation: 64-24=40, Re... | 0.940104 | hs_5 | mult_heuristic |
[
9,
54,
77,
41
] | 55 | [
"9+54=63",
"77+41=118",
"118-63=55"
] | Current State: 55:[9, 54, 77, 41], Operations: []
Exploring Operation: 9+54=63, Resulting Numbers: [77, 41, 63]
Generated Node #2: [77, 41, 63] from Operation: 9+54=63
Current State: 55:[77, 41, 63], Operations: ['9+54=63']
Exploring Operation: 77+41=118, Resulting Numbers: [63, 118]
Generated Node #3: [63, 118] from O... | 4 | Current State: 55:[9, 54, 77, 41], Operations: []
Exploring Operation: 9+41=50, Resulting Numbers: [54, 77, 50]
Generated Node #0,0: 55:[54, 77, 50] Operation: 9+41=50
Exploring Operation: 54-41=13, Resulting Numbers: [9, 77, 13]
Generated Node #0,1: 55:[9, 77, 13] Operation: 54-41=13
Exploring Operation: 77-9=68, Resu... | 0.97309 | hs_4 | mult_heuristic |
[
3,
97,
28,
51
] | 86 | [
"51/3=17",
"97-28=69",
"17+69=86"
] | Current State: 86:[3, 97, 28, 51], Operations: []
Exploring Operation: 51/3=17, Resulting Numbers: [97, 28, 17]
Generated Node #2: [97, 28, 17] from Operation: 51/3=17
Current State: 86:[97, 28, 17], Operations: ['51/3=17']
Exploring Operation: 97-28=69, Resulting Numbers: [17, 69]
Generated Node #3: [17, 69] from Oper... | 4 | Current State: 86:[3, 97, 28, 51], Operations: []
Exploring Operation: 97-51=46, Resulting Numbers: [3, 28, 46]
Generated Node #0,0: 86:[3, 28, 46] Operation: 97-51=46
Start Sub Search at level 1: Moving to Node #0,0
Current State: 86:[3, 28, 46], Operations: ['97-51=46']
Exploring Operation: 3*28=84, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
[
42,
29,
54,
88
] | 71 | [
"42+29=71",
"54+88=142",
"142-71=71"
] | Current State: 71:[42, 29, 54, 88], Operations: []
Exploring Operation: 42+29=71, Resulting Numbers: [54, 88, 71]
Generated Node #2: [54, 88, 71] from Operation: 42+29=71
Current State: 71:[54, 88, 71], Operations: ['42+29=71']
Exploring Operation: 54+88=142, Resulting Numbers: [71, 142]
Generated Node #3: [71, 142] fr... | 4 | Current State: 71:[42, 29, 54, 88], Operations: []
Exploring Operation: 42+29=71, Resulting Numbers: [54, 88, 71]
Generated Node #0,0: 71:[54, 88, 71] Operation: 42+29=71
Exploring Operation: 29+54=83, Resulting Numbers: [42, 88, 83]
Generated Node #0,1: 71:[42, 88, 83] Operation: 29+54=83
Start Sub Search at level 1: ... | 0.990451 | hs_2 | mult_heuristic |
[
99,
3,
5,
3
] | 88 | [
"99-3=96",
"5+3=8",
"96-8=88"
] | Current State: 88:[99, 3, 5, 3], Operations: []
Exploring Operation: 99-3=96, Resulting Numbers: [5, 96]
Generated Node #2: [5, 96] from Operation: 99-3=96
Current State: 88:[5, 96], Operations: ['99-3=96']
Exploring Operation: 5+3=8, Resulting Numbers: [96, 8]
Generated Node #3: [96, 8] from Operation: 5+3=8
Current S... | 4 | Current State: 88:[99, 3, 5, 3], Operations: []
Exploring Operation: 99-5=94, Resulting Numbers: [3, 3, 94]
Generated Node #0,0: 88:[3, 3, 94] Operation: 99-5=94
Exploring Operation: 99-3=96, Resulting Numbers: [5, 3, 96]
Generated Node #0,1: 88:[5, 3, 96] Operation: 99-3=96
Start Sub Search at level 1: Moving to Node ... | 0.992188 | hs_2 | mult_heuristic |
[
93,
95,
38,
99
] | 51 | [
"93+95=188",
"38+99=137",
"188-137=51"
] | Current State: 51:[93, 95, 38, 99], Operations: []
Exploring Operation: 93+95=188, Resulting Numbers: [38, 99, 188]
Generated Node #2: [38, 99, 188] from Operation: 93+95=188
Current State: 51:[38, 99, 188], Operations: ['93+95=188']
Exploring Operation: 38+99=137, Resulting Numbers: [188, 137]
Generated Node #3: [188,... | 4 | Current State: 51:[93, 95, 38, 99], Operations: []
Exploring Operation: 99-93=6, Resulting Numbers: [95, 38, 6]
Generated Node #0,0: 51:[95, 38, 6] Operation: 99-93=6
Exploring Operation: 95-93=2, Resulting Numbers: [38, 99, 2]
Generated Node #0,1: 51:[38, 99, 2] Operation: 95-93=2
Exploring Operation: 93-38=55, Result... | 0.986111 | hs_5 | mult_heuristic |
[
14,
41,
67,
3
] | 37 | [
"41-14=27",
"67-3=64",
"64-27=37"
] | Current State: 37:[14, 41, 67, 3], Operations: []
Exploring Operation: 41-14=27, Resulting Numbers: [67, 3, 27]
Generated Node #2: [67, 3, 27] from Operation: 41-14=27
Current State: 37:[67, 3, 27], Operations: ['41-14=27']
Exploring Operation: 67-3=64, Resulting Numbers: [27, 64]
Generated Node #3: [27, 64] from Opera... | 4 | Current State: 37:[14, 41, 67, 3], Operations: []
Exploring Operation: 14+3=17, Resulting Numbers: [41, 67, 17]
Generated Node #0,0: 37:[41, 67, 17] Operation: 14+3=17
Exploring Operation: 14*3=42, Resulting Numbers: [41, 67, 42]
Generated Node #0,1: 37:[41, 67, 42] Operation: 14*3=42
Exploring Operation: 41-3=38, Resu... | 0 | hs_4 | mult_heuristic |
[
61,
91,
37,
15
] | 52 | [
"91-61=30",
"37-15=22",
"30+22=52"
] | Current State: 52:[61, 91, 37, 15], Operations: []
Exploring Operation: 91-61=30, Resulting Numbers: [37, 15, 30]
Generated Node #2: [37, 15, 30] from Operation: 91-61=30
Current State: 52:[37, 15, 30], Operations: ['91-61=30']
Exploring Operation: 37-15=22, Resulting Numbers: [30, 22]
Generated Node #3: [30, 22] from ... | 4 | Current State: 52:[61, 91, 37, 15], Operations: []
Exploring Operation: 91-15=76, Resulting Numbers: [61, 37, 76]
Generated Node #0,0: 52:[61, 37, 76] Operation: 91-15=76
Exploring Operation: 91-37=54, Resulting Numbers: [61, 15, 54]
Generated Node #0,1: 52:[61, 15, 54] Operation: 91-37=54
Exploring Operation: 91-61=30... | 0.96875 | hs_4 | sum_heuristic |
[
81,
53,
51,
69
] | 93 | [
"53-51=2",
"81*2=162",
"162-69=93"
] | Current State: 93:[81, 53, 51, 69], Operations: []
Exploring Operation: 53-51=2, Resulting Numbers: [81, 69, 2]
Generated Node #2: [81, 69, 2] from Operation: 53-51=2
Current State: 93:[81, 69, 2], Operations: ['53-51=2']
Exploring Operation: 81*2=162, Resulting Numbers: [69, 162]
Generated Node #3: [69, 162] from Oper... | 4 | Current State: 93:[81, 53, 51, 69], Operations: []
Exploring Operation: 69-53=16, Resulting Numbers: [81, 51, 16]
Generated Node #0,0: 93:[81, 51, 16] Operation: 69-53=16
Exploring Operation: 53-51=2, Resulting Numbers: [81, 69, 2]
Generated Node #0,1: 93:[81, 69, 2] Operation: 53-51=2
Moving to Node #0,1
Current State... | 0 | hs_2 | sum_heuristic |
[
77,
56,
44,
68
] | 63 | [
"77*68=5236",
"5236/44=119",
"119-56=63"
] | Current State: 63:[77, 56, 44, 68], Operations: []
Exploring Operation: 77*68=5236, Resulting Numbers: [56, 44, 5236]
Generated Node #2: [56, 44, 5236] from Operation: 77*68=5236
Current State: 63:[56, 44, 5236], Operations: ['77*68=5236']
Exploring Operation: 5236/44=119, Resulting Numbers: [56, 119]
Generated Node #3... | 4 | Current State: 63:[77, 56, 44, 68], Operations: []
Exploring Operation: 77-56=21, Resulting Numbers: [44, 68, 21]
Generated Node #0,0: 63:[44, 68, 21] Operation: 77-56=21
Exploring Operation: 56-44=12, Resulting Numbers: [77, 68, 12]
Generated Node #0,1: 63:[77, 68, 12] Operation: 56-44=12
Moving to Node #0,1
Current S... | 0 | hs_2 | sum_heuristic |
[
22,
77,
69,
46
] | 77 | [
"69-22=47",
"47-46=1",
"77*1=77"
] | Current State: 77:[22, 77, 69, 46], Operations: []
Exploring Operation: 69-22=47, Resulting Numbers: [77, 46, 47]
Generated Node #2: [77, 46, 47] from Operation: 69-22=47
Current State: 77:[77, 46, 47], Operations: ['69-22=47']
Exploring Operation: 47-46=1, Resulting Numbers: [77, 1]
Generated Node #3: [77, 1] from Ope... | 4 | Current State: 77:[22, 77, 69, 46], Operations: []
Exploring Operation: 69-46=23, Resulting Numbers: [22, 77, 23]
Generated Node #0,0: 77:[22, 77, 23] Operation: 69-46=23
Exploring Operation: 22+46=68, Resulting Numbers: [77, 69, 68]
Generated Node #0,1: 77:[77, 69, 68] Operation: 22+46=68
Exploring Operation: 46-22=24... | 0.978299 | hs_4 | mult_heuristic |
[
26,
41,
27,
86
] | 45 | [
"27-26=1",
"86-41=45",
"1*45=45"
] | Current State: 45:[26, 41, 27, 86], Operations: []
Exploring Operation: 27-26=1, Resulting Numbers: [41, 86, 1]
Generated Node #2: [41, 86, 1] from Operation: 27-26=1
Current State: 45:[41, 86, 1], Operations: ['27-26=1']
Exploring Operation: 86-41=45, Resulting Numbers: [1, 45]
Generated Node #3: [1, 45] from Operatio... | 4 | Current State: 45:[26, 41, 27, 86], Operations: []
Exploring Operation: 86-41=45, Resulting Numbers: [26, 27, 45]
Generated Node #0,0: 45:[26, 27, 45] Operation: 86-41=45
Moving to Node #0,0
Current State: 45:[26, 27, 45], Operations: ['86-41=45']
Exploring Operation: 27-26=1, Resulting Numbers: [45, 1]
Generated Node ... | 0.993924 | hs_1 | sum_heuristic |
[
15,
10,
75,
52
] | 49 | [
"15+10=25",
"75/25=3",
"52-3=49"
] | Current State: 49:[15, 10, 75, 52], Operations: []
Exploring Operation: 15+10=25, Resulting Numbers: [75, 52, 25]
Generated Node #2: [75, 52, 25] from Operation: 15+10=25
Current State: 49:[75, 52, 25], Operations: ['15+10=25']
Exploring Operation: 75/25=3, Resulting Numbers: [52, 3]
Generated Node #3: [52, 3] from Ope... | 4 | Current State: 49:[15, 10, 75, 52], Operations: []
Exploring Operation: 15-10=5, Resulting Numbers: [75, 52, 5]
Generated Node #0,0: 49:[75, 52, 5] Operation: 15-10=5
Exploring Operation: 75-52=23, Resulting Numbers: [15, 10, 23]
Generated Node #0,1: 49:[15, 10, 23] Operation: 75-52=23
Exploring Operation: 75-10=65, Re... | 0 | hs_5 | mult_heuristic |
[
17,
94,
62,
98
] | 49 | [
"17+94=111",
"62+98=160",
"160-111=49"
] | Current State: 49:[17, 94, 62, 98], Operations: []
Exploring Operation: 17+94=111, Resulting Numbers: [62, 98, 111]
Generated Node #2: [62, 98, 111] from Operation: 17+94=111
Current State: 49:[62, 98, 111], Operations: ['17+94=111']
Exploring Operation: 62+98=160, Resulting Numbers: [111, 160]
Generated Node #3: [111,... | 4 | Current State: 49:[17, 94, 62, 98], Operations: []
Exploring Operation: 98-94=4, Resulting Numbers: [17, 62, 4]
Generated Node #0,0: 49:[17, 62, 4] Operation: 98-94=4
Exploring Operation: 94-62=32, Resulting Numbers: [17, 98, 32]
Generated Node #0,1: 49:[17, 98, 32] Operation: 94-62=32
Exploring Operation: 98-62=36, Re... | 0.989583 | hs_3 | sum_heuristic |
[
81,
60,
36,
39
] | 70 | [
"81-39=42",
"60*42=2520",
"2520/36=70"
] | Current State: 70:[81, 60, 36, 39], Operations: []
Exploring Operation: 81-39=42, Resulting Numbers: [60, 36, 42]
Generated Node #2: [60, 36, 42] from Operation: 81-39=42
Current State: 70:[60, 36, 42], Operations: ['81-39=42']
Exploring Operation: 60*42=2520, Resulting Numbers: [36, 2520]
Generated Node #3: [36, 2520]... | 4 | Current State: 70:[81, 60, 36, 39], Operations: []
Exploring Operation: 81-39=42, Resulting Numbers: [60, 36, 42]
Generated Node #0,0: 70:[60, 36, 42] Operation: 81-39=42
Exploring Operation: 81-60=21, Resulting Numbers: [36, 39, 21]
Generated Node #0,1: 70:[36, 39, 21] Operation: 81-60=21
Moving to Node #0,1
Current S... | 0 | hs_2 | sum_heuristic |
[
18,
96,
35,
2
] | 70 | [
"18/2=9",
"96-35=61",
"9+61=70"
] | Current State: 70:[18, 96, 35, 2], Operations: []
Exploring Operation: 18/2=9, Resulting Numbers: [96, 35, 9]
Generated Node #2: [96, 35, 9] from Operation: 18/2=9
Current State: 70:[96, 35, 9], Operations: ['18/2=9']
Exploring Operation: 96-35=61, Resulting Numbers: [9, 61]
Generated Node #3: [9, 61] from Operation: 9... | 4 | Current State: 70:[18, 96, 35, 2], Operations: []
Exploring Operation: 96-18=78, Resulting Numbers: [35, 2, 78]
Generated Node #0,0: 70:[35, 2, 78] Operation: 96-18=78
Exploring Operation: 96/2=48, Resulting Numbers: [18, 35, 48]
Generated Node #0,1: 70:[18, 35, 48] Operation: 96/2=48
Exploring Operation: 18*2=36, Resu... | 0.960938 | hs_5 | sum_heuristic |
[
84,
5,
33,
87
] | 55 | [
"87-84=3",
"5*33=165",
"165/3=55"
] | Current State: 55:[84, 5, 33, 87], Operations: []
Exploring Operation: 87-84=3, Resulting Numbers: [5, 33, 3]
Generated Node #2: [5, 33, 3] from Operation: 87-84=3
Current State: 55:[5, 33, 3], Operations: ['87-84=3']
Exploring Operation: 5*33=165, Resulting Numbers: [3, 165]
Generated Node #3: [3, 165] from Operation:... | 4 | Current State: 55:[84, 5, 33, 87], Operations: []
Exploring Operation: 84-33=51, Resulting Numbers: [5, 87, 51]
Generated Node #0,0: 55:[5, 87, 51] Operation: 84-33=51
Exploring Operation: 84-5=79, Resulting Numbers: [33, 87, 79]
Generated Node #0,1: 55:[33, 87, 79] Operation: 84-5=79
Exploring Operation: 87-84=3, Resu... | 0.956597 | hs_4 | sum_heuristic |
[
44,
22,
44,
64
] | 87 | [
"44/44=1",
"22+64=86",
"1+86=87"
] | Current State: 87:[44, 22, 44, 64], Operations: []
Exploring Operation: 44/44=1, Resulting Numbers: [22, 64, 1]
Generated Node #2: [22, 64, 1] from Operation: 44/44=1
Current State: 87:[22, 64, 1], Operations: ['44/44=1']
Exploring Operation: 22+64=86, Resulting Numbers: [1, 86]
Generated Node #3: [1, 86] from Operatio... | 4 | Current State: 87:[44, 22, 44, 64], Operations: []
Exploring Operation: 64-44=20, Resulting Numbers: [44, 22, 20]
Generated Node #0,0: 87:[44, 22, 20] Operation: 64-44=20
Exploring Operation: 22+64=86, Resulting Numbers: [44, 44, 86]
Generated Node #0,1: 87:[44, 44, 86] Operation: 22+64=86
Exploring Operation: 44+44=88... | 0.969618 | hs_4 | mult_heuristic |
[
30,
60,
78,
85
] | 14 | [
"60/30=2",
"85-78=7",
"2*7=14"
] | Current State: 14:[30, 60, 78, 85], Operations: []
Exploring Operation: 60/30=2, Resulting Numbers: [78, 85, 2]
Generated Node #2: [78, 85, 2] from Operation: 60/30=2
Current State: 14:[78, 85, 2], Operations: ['60/30=2']
Exploring Operation: 85-78=7, Resulting Numbers: [2, 7]
Generated Node #3: [2, 7] from Operation: ... | 4 | Current State: 14:[30, 60, 78, 85], Operations: []
Exploring Operation: 78-60=18, Resulting Numbers: [30, 85, 18]
Generated Node #0,0: 14:[30, 85, 18] Operation: 78-60=18
Exploring Operation: 85-60=25, Resulting Numbers: [30, 78, 25]
Generated Node #0,1: 14:[30, 78, 25] Operation: 85-60=25
Exploring Operation: 85-78=7,... | 0.990451 | hs_3 | mult_heuristic |
[
63,
74,
69,
34
] | 92 | [
"74-63=11",
"69+34=103",
"103-11=92"
] | Current State: 92:[63, 74, 69, 34], Operations: []
Exploring Operation: 74-63=11, Resulting Numbers: [69, 34, 11]
Generated Node #2: [69, 34, 11] from Operation: 74-63=11
Current State: 92:[69, 34, 11], Operations: ['74-63=11']
Exploring Operation: 69+34=103, Resulting Numbers: [11, 103]
Generated Node #3: [11, 103] fr... | 4 | Current State: 92:[63, 74, 69, 34], Operations: []
Exploring Operation: 74-69=5, Resulting Numbers: [63, 34, 5]
Generated Node #0,0: 92:[63, 34, 5] Operation: 74-69=5
Start Sub Search at level 1: Moving to Node #0,0
Current State: 92:[63, 34, 5], Operations: ['74-69=5']
Exploring Operation: 63+34=97, Resulting Numbers:... | 0.993924 | hs_1 | sum_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.