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 |
|---|---|---|---|---|---|---|---|---|
[
25,
20,
65,
18
] | 20 | [
"65-25=40",
"20-18=2",
"40/2=20"
] | Current State: 20:[25, 20, 65, 18], Operations: []
Exploring Operation: 65-25=40, Resulting Numbers: [20, 18, 40]
Generated Node #2: [20, 18, 40] from Operation: 65-25=40
Current State: 20:[20, 18, 40], Operations: ['65-25=40']
Exploring Operation: 20-18=2, Resulting Numbers: [40, 2]
Generated Node #3: [40, 2] from Ope... | 4 | Current State: 20:[25, 20, 65, 18], Operations: []
Exploring Operation: 25-20=5, Resulting Numbers: [65, 18, 5]
Generated Node #0,0: 20:[65, 18, 5] Operation: 25-20=5
Exploring Operation: 65-20=45, Resulting Numbers: [25, 18, 45]
Generated Node #0,1: 20:[25, 18, 45] Operation: 65-20=45
Exploring Operation: 65-25=40, Re... | 0.965278 | hs_4 | mult_heuristic |
[
74,
92,
15,
21
] | 12 | [
"92-74=18",
"21-15=6",
"18-6=12"
] | Current State: 12:[74, 92, 15, 21], Operations: []
Exploring Operation: 92-74=18, Resulting Numbers: [15, 21, 18]
Generated Node #2: [15, 21, 18] from Operation: 92-74=18
Current State: 12:[15, 21, 18], Operations: ['92-74=18']
Exploring Operation: 21-15=6, Resulting Numbers: [18, 6]
Generated Node #3: [18, 6] from Ope... | 4 | Current State: 12:[74, 92, 15, 21], Operations: []
Exploring Operation: 92-74=18, Resulting Numbers: [15, 21, 18]
Generated Node #0,0: 12:[15, 21, 18] Operation: 92-74=18
Start Sub Search at level 1: Moving to Node #0,0
Current State: 12:[15, 21, 18], Operations: ['92-74=18']
Exploring Operation: 21-18=3, Resulting Num... | 0.993924 | hs_1 | mult_heuristic |
[
30,
56,
11,
5
] | 83 | [
"30*5=150",
"56+11=67",
"150-67=83"
] | Current State: 83:[30, 56, 11, 5], Operations: []
Exploring Operation: 30*5=150, Resulting Numbers: [56, 11, 150]
Generated Node #2: [56, 11, 150] from Operation: 30*5=150
Current State: 83:[56, 11, 150], Operations: ['30*5=150']
Exploring Operation: 56+11=67, Resulting Numbers: [150, 67]
Generated Node #3: [150, 67] f... | 4 | Current State: 83:[30, 56, 11, 5], Operations: []
Exploring Operation: 30+5=35, Resulting Numbers: [56, 11, 35]
Generated Node #0,0: 83:[56, 11, 35] Operation: 30+5=35
Exploring Operation: 11*5=55, Resulting Numbers: [30, 56, 55]
Generated Node #0,1: 83:[30, 56, 55] Operation: 11*5=55
Exploring Operation: 56+5=61, Resu... | 0.946181 | hs_5 | mult_heuristic |
[
4,
54,
1,
34
] | 15 | [
"54-4=50",
"1+34=35",
"50-35=15"
] | Current State: 15:[4, 54, 1, 34], Operations: []
Exploring Operation: 54-4=50, Resulting Numbers: [1, 34, 50]
Generated Node #2: [1, 34, 50] from Operation: 54-4=50
Current State: 15:[1, 34, 50], Operations: ['54-4=50']
Exploring Operation: 1+34=35, Resulting Numbers: [50, 35]
Generated Node #3: [50, 35] from Operation... | 4 | Current State: 15:[4, 54, 1, 34], Operations: []
Exploring Operation: 54-4=50, Resulting Numbers: [1, 34, 50]
Generated Node #0,0: 15:[1, 34, 50] Operation: 54-4=50
Exploring Operation: 34-4=30, Resulting Numbers: [54, 1, 30]
Generated Node #0,1: 15:[54, 1, 30] Operation: 34-4=30
Exploring Operation: 54-34=20, Resultin... | 0.975694 | hs_5 | sum_heuristic |
[
2,
3,
41,
20
] | 14 | [
"41-20=21",
"2*21=42",
"42/3=14"
] | Current State: 14:[2, 3, 41, 20], Operations: []
Exploring Operation: 41-20=21, Resulting Numbers: [2, 3, 21]
Generated Node #2: [2, 3, 21] from Operation: 41-20=21
Current State: 14:[2, 3, 21], Operations: ['41-20=21']
Exploring Operation: 2*21=42, Resulting Numbers: [3, 42]
Generated Node #3: [3, 42] from Operation: ... | 4 | Current State: 14:[2, 3, 41, 20], Operations: []
Exploring Operation: 41-20=21, Resulting Numbers: [2, 3, 21]
Generated Node #0,0: 14:[2, 3, 21] Operation: 41-20=21
Exploring Operation: 41-3=38, Resulting Numbers: [2, 20, 38]
Generated Node #0,1: 14:[2, 20, 38] Operation: 41-3=38
Start Sub Search at level 1: Moving to ... | 0.991319 | hs_2 | mult_heuristic |
[
26,
45,
37,
2
] | 81 | [
"26+37=63",
"2*63=126",
"126-45=81"
] | Current State: 81:[26, 45, 37, 2], Operations: []
Exploring Operation: 26+37=63, Resulting Numbers: [45, 2, 63]
Generated Node #2: [45, 2, 63] from Operation: 26+37=63
Current State: 81:[45, 2, 63], Operations: ['26+37=63']
Exploring Operation: 2*63=126, Resulting Numbers: [45, 126]
Generated Node #3: [45, 126] from Op... | 4 | Current State: 81:[26, 45, 37, 2], Operations: []
Exploring Operation: 45+37=82, Resulting Numbers: [26, 2, 82]
Generated Node #0,0: 81:[26, 2, 82] Operation: 45+37=82
Exploring Operation: 45-26=19, Resulting Numbers: [37, 2, 19]
Generated Node #0,1: 81:[37, 2, 19] Operation: 45-26=19
Exploring Operation: 45*2=90, Resu... | 0 | hs_4 | mult_heuristic |
[
96,
98,
94,
71
] | 54 | [
"96-94=2",
"98-71=27",
"2*27=54"
] | Current State: 54:[96, 98, 94, 71], Operations: []
Exploring Operation: 96-94=2, Resulting Numbers: [98, 71, 2]
Generated Node #2: [98, 71, 2] from Operation: 96-94=2
Current State: 54:[98, 71, 2], Operations: ['96-94=2']
Exploring Operation: 98-71=27, Resulting Numbers: [2, 27]
Generated Node #3: [2, 27] from Operatio... | 4 | Current State: 54:[96, 98, 94, 71], Operations: []
Exploring Operation: 98-96=2, Resulting Numbers: [94, 71, 2]
Generated Node #0,0: 54:[94, 71, 2] Operation: 98-96=2
Exploring Operation: 98-94=4, Resulting Numbers: [96, 71, 4]
Generated Node #0,1: 54:[96, 71, 4] Operation: 98-94=4
Moving to Node #0,0
Current State: 54... | 0 | hs_2 | sum_heuristic |
[
14,
2,
35,
1
] | 100 | [
"14+35=49",
"1+49=50",
"2*50=100"
] | Current State: 100:[14, 2, 35, 1], Operations: []
Exploring Operation: 14+35=49, Resulting Numbers: [2, 1, 49]
Generated Node #2: [2, 1, 49] from Operation: 14+35=49
Current State: 100:[2, 1, 49], Operations: ['14+35=49']
Exploring Operation: 1+49=50, Resulting Numbers: [2, 50]
Generated Node #3: [2, 50] from Operation... | 4 | Current State: 100:[14, 2, 35, 1], Operations: []
Exploring Operation: 35-14=21, Resulting Numbers: [2, 1, 21]
Generated Node #0,0: 100:[2, 1, 21] Operation: 35-14=21
Exploring Operation: 14-2=12, Resulting Numbers: [35, 1, 12]
Generated Node #0,1: 100:[35, 1, 12] Operation: 14-2=12
Exploring Operation: 14+35=49, Resul... | 0.973958 | hs_4 | sum_heuristic |
[
6,
46,
15,
41
] | 95 | [
"6*15=90",
"46-41=5",
"90+5=95"
] | Current State: 95:[6, 46, 15, 41], Operations: []
Exploring Operation: 6*15=90, Resulting Numbers: [46, 41, 90]
Generated Node #2: [46, 41, 90] from Operation: 6*15=90
Current State: 95:[46, 41, 90], Operations: ['6*15=90']
Exploring Operation: 46-41=5, Resulting Numbers: [90, 5]
Generated Node #3: [90, 5] from Operati... | 4 | Current State: 95:[6, 46, 15, 41], Operations: []
Exploring Operation: 46-41=5, Resulting Numbers: [6, 15, 5]
Generated Node #0,0: 95:[6, 15, 5] Operation: 46-41=5
Exploring Operation: 46+41=87, Resulting Numbers: [6, 15, 87]
Generated Node #0,1: 95:[6, 15, 87] Operation: 46+41=87
Exploring Operation: 46-15=31, Resulti... | 0 | hs_3 | sum_heuristic |
[
3,
81,
37,
22
] | 32 | [
"81/3=27",
"37+22=59",
"59-27=32"
] | Current State: 32:[3, 81, 37, 22], Operations: []
Exploring Operation: 81/3=27, Resulting Numbers: [37, 22, 27]
Generated Node #2: [37, 22, 27] from Operation: 81/3=27
Current State: 32:[37, 22, 27], Operations: ['81/3=27']
Exploring Operation: 37+22=59, Resulting Numbers: [27, 59]
Generated Node #3: [27, 59] from Oper... | 4 | Current State: 32:[3, 81, 37, 22], Operations: []
Exploring Operation: 81-22=59, Resulting Numbers: [3, 37, 59]
Generated Node #0,0: 32:[3, 37, 59] Operation: 81-22=59
Exploring Operation: 81-3=78, Resulting Numbers: [37, 22, 78]
Generated Node #0,1: 32:[37, 22, 78] Operation: 81-3=78
Exploring Operation: 81/3=27, Resu... | 0.951389 | hs_5 | sum_heuristic |
[
44,
83,
97,
43
] | 13 | [
"44+83=127",
"97+43=140",
"140-127=13"
] | Current State: 13:[44, 83, 97, 43], Operations: []
Exploring Operation: 44+83=127, Resulting Numbers: [97, 43, 127]
Generated Node #2: [97, 43, 127] from Operation: 44+83=127
Current State: 13:[97, 43, 127], Operations: ['44+83=127']
Exploring Operation: 97+43=140, Resulting Numbers: [127, 140]
Generated Node #3: [127,... | 4 | Current State: 13:[44, 83, 97, 43], Operations: []
Exploring Operation: 97-44=53, Resulting Numbers: [83, 43, 53]
Generated Node #0,0: 13:[83, 43, 53] Operation: 97-44=53
Exploring Operation: 83-44=39, Resulting Numbers: [97, 43, 39]
Generated Node #0,1: 13:[97, 43, 39] Operation: 83-44=39
Exploring Operation: 97-43=54... | 0.986111 | hs_5 | mult_heuristic |
[
2,
33,
72,
82
] | 80 | [
"82/2=41",
"72-33=39",
"41+39=80"
] | Current State: 80:[2, 33, 72, 82], Operations: []
Exploring Operation: 82/2=41, Resulting Numbers: [33, 72, 41]
Generated Node #2: [33, 72, 41] from Operation: 82/2=41
Current State: 80:[33, 72, 41], Operations: ['82/2=41']
Exploring Operation: 72-33=39, Resulting Numbers: [41, 39]
Generated Node #3: [41, 39] from Oper... | 4 | Current State: 80:[2, 33, 72, 82], Operations: []
Exploring Operation: 82-72=10, Resulting Numbers: [2, 33, 10]
Generated Node #0,0: 80:[2, 33, 10] Operation: 82-72=10
Exploring Operation: 72-33=39, Resulting Numbers: [2, 82, 39]
Generated Node #0,1: 80:[2, 82, 39] Operation: 72-33=39
Exploring Operation: 72/2=36, Resu... | 0.987847 | hs_3 | sum_heuristic |
[
55,
71,
42,
94
] | 45 | [
"71+94=165",
"165/55=3",
"42+3=45"
] | Current State: 45:[55, 71, 42, 94], Operations: []
Exploring Operation: 71+94=165, Resulting Numbers: [55, 42, 165]
Generated Node #2: [55, 42, 165] from Operation: 71+94=165
Current State: 45:[55, 42, 165], Operations: ['71+94=165']
Exploring Operation: 165/55=3, Resulting Numbers: [42, 3]
Generated Node #3: [42, 3] f... | 4 | Current State: 45:[55, 71, 42, 94], Operations: []
Exploring Operation: 94-71=23, Resulting Numbers: [55, 42, 23]
Generated Node #0,0: 45:[55, 42, 23] Operation: 94-71=23
Moving to Node #0,0
Current State: 45:[55, 42, 23], Operations: ['94-71=23']
Exploring Operation: 55-42=13, Resulting Numbers: [23, 13]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
1,
7,
21,
77
] | 77 | [
"1+21=22",
"7*22=154",
"154-77=77"
] | Current State: 77:[1, 7, 21, 77], Operations: []
Exploring Operation: 1+21=22, Resulting Numbers: [7, 77, 22]
Generated Node #2: [7, 77, 22] from Operation: 1+21=22
Current State: 77:[7, 77, 22], Operations: ['1+21=22']
Exploring Operation: 7*22=154, Resulting Numbers: [77, 154]
Generated Node #3: [77, 154] from Operat... | 4 | Current State: 77:[1, 7, 21, 77], Operations: []
Exploring Operation: 21-1=20, Resulting Numbers: [7, 77, 20]
Generated Node #0,0: 77:[7, 77, 20] Operation: 21-1=20
Exploring Operation: 1*21=21, Resulting Numbers: [7, 77, 21]
Generated Node #0,1: 77:[7, 77, 21] Operation: 1*21=21
Exploring Operation: 21-7=14, Resulting... | 0 | hs_5 | sum_heuristic |
[
18,
29,
80,
13
] | 40 | [
"29-18=11",
"13-11=2",
"80/2=40"
] | Current State: 40:[18, 29, 80, 13], Operations: []
Exploring Operation: 29-18=11, Resulting Numbers: [80, 13, 11]
Generated Node #2: [80, 13, 11] from Operation: 29-18=11
Current State: 40:[80, 13, 11], Operations: ['29-18=11']
Exploring Operation: 13-11=2, Resulting Numbers: [80, 2]
Generated Node #3: [80, 2] from Ope... | 4 | Current State: 40:[18, 29, 80, 13], Operations: []
Exploring Operation: 80-18=62, Resulting Numbers: [29, 13, 62]
Generated Node #0,0: 40:[29, 13, 62] Operation: 80-18=62
Exploring Operation: 80-29=51, Resulting Numbers: [18, 13, 51]
Generated Node #0,1: 40:[18, 13, 51] Operation: 80-29=51
Moving to Node #0,1
Current S... | 0 | hs_2 | mult_heuristic |
[
44,
48,
66,
41
] | 38 | [
"44-41=3",
"48+66=114",
"114/3=38"
] | Current State: 38:[44, 48, 66, 41], Operations: []
Exploring Operation: 44-41=3, Resulting Numbers: [48, 66, 3]
Generated Node #2: [48, 66, 3] from Operation: 44-41=3
Current State: 38:[48, 66, 3], Operations: ['44-41=3']
Exploring Operation: 48+66=114, Resulting Numbers: [3, 114]
Generated Node #3: [3, 114] from Opera... | 4 | Current State: 38:[44, 48, 66, 41], Operations: []
Exploring Operation: 48-44=4, Resulting Numbers: [66, 41, 4]
Generated Node #0,0: 38:[66, 41, 4] Operation: 48-44=4
Exploring Operation: 66-48=18, Resulting Numbers: [44, 41, 18]
Generated Node #0,1: 38:[44, 41, 18] Operation: 66-48=18
Exploring Operation: 44-41=3, Res... | 0 | hs_5 | sum_heuristic |
[
8,
56,
17,
72
] | 97 | [
"72/8=9",
"17*9=153",
"153-56=97"
] | Current State: 97:[8, 56, 17, 72], Operations: []
Exploring Operation: 72/8=9, Resulting Numbers: [56, 17, 9]
Generated Node #2: [56, 17, 9] from Operation: 72/8=9
Current State: 97:[56, 17, 9], Operations: ['72/8=9']
Exploring Operation: 17*9=153, Resulting Numbers: [56, 153]
Generated Node #3: [56, 153] from Operatio... | 4 | Current State: 97:[8, 56, 17, 72], Operations: []
Exploring Operation: 8*17=136, Resulting Numbers: [56, 72, 136]
Generated Node #0,0: 97:[56, 72, 136] Operation: 8*17=136
Exploring Operation: 8+56=64, Resulting Numbers: [17, 72, 64]
Generated Node #0,1: 97:[17, 72, 64] Operation: 8+56=64
Exploring Operation: 8+72=80, ... | 0 | hs_5 | sum_heuristic |
[
53,
4,
55,
6
] | 36 | [
"53-4=49",
"55-49=6",
"6*6=36"
] | Current State: 36:[53, 4, 55, 6], Operations: []
Exploring Operation: 53-4=49, Resulting Numbers: [55, 6, 49]
Generated Node #2: [55, 6, 49] from Operation: 53-4=49
Current State: 36:[55, 6, 49], Operations: ['53-4=49']
Exploring Operation: 55-49=6, Resulting Numbers: [6, 6]
Generated Node #3: [6, 6] from Operation: 55... | 4 | Current State: 36:[53, 4, 55, 6], Operations: []
Exploring Operation: 53-6=47, Resulting Numbers: [4, 55, 47]
Generated Node #0,0: 36:[4, 55, 47] Operation: 53-6=47
Exploring Operation: 55-53=2, Resulting Numbers: [4, 6, 2]
Generated Node #0,1: 36:[4, 6, 2] Operation: 55-53=2
Start Sub Search at level 1: Moving to Node... | 0.991319 | hs_2 | mult_heuristic |
[
44,
60,
39,
11
] | 44 | [
"60-44=16",
"39-11=28",
"16+28=44"
] | Current State: 44:[44, 60, 39, 11], Operations: []
Exploring Operation: 60-44=16, Resulting Numbers: [39, 11, 16]
Generated Node #2: [39, 11, 16] from Operation: 60-44=16
Current State: 44:[39, 11, 16], Operations: ['60-44=16']
Exploring Operation: 39-11=28, Resulting Numbers: [16, 28]
Generated Node #3: [16, 28] from ... | 4 | Current State: 44:[44, 60, 39, 11], Operations: []
Exploring Operation: 60-44=16, Resulting Numbers: [39, 11, 16]
Generated Node #0,0: 44:[39, 11, 16] Operation: 60-44=16
Exploring Operation: 60-39=21, Resulting Numbers: [44, 11, 21]
Generated Node #0,1: 44:[44, 11, 21] Operation: 60-39=21
Start Sub Search at level 1: ... | 0.984375 | hs_2 | mult_heuristic |
[
5,
57,
22,
96
] | 85 | [
"57+22=79",
"96-79=17",
"5*17=85"
] | Current State: 85:[5, 57, 22, 96], Operations: []
Exploring Operation: 57+22=79, Resulting Numbers: [5, 96, 79]
Generated Node #2: [5, 96, 79] from Operation: 57+22=79
Current State: 85:[5, 96, 79], Operations: ['57+22=79']
Exploring Operation: 96-79=17, Resulting Numbers: [5, 17]
Generated Node #3: [5, 17] from Operat... | 4 | Current State: 85:[5, 57, 22, 96], Operations: []
Exploring Operation: 5+57=62, Resulting Numbers: [22, 96, 62]
Generated Node #0,0: 85:[22, 96, 62] Operation: 5+57=62
Exploring Operation: 57+22=79, Resulting Numbers: [5, 96, 79]
Generated Node #0,1: 85:[5, 96, 79] Operation: 57+22=79
Exploring Operation: 57-22=35, Res... | 0.986111 | hs_5 | mult_heuristic |
[
69,
19,
19,
91
] | 16 | [
"69+19=88",
"91-19=72",
"88-72=16"
] | Current State: 16:[69, 19, 19, 91], Operations: []
Exploring Operation: 69+19=88, Resulting Numbers: [91, 88]
Generated Node #2: [91, 88] from Operation: 69+19=88
Current State: 16:[91, 88], Operations: ['69+19=88']
Exploring Operation: 91-19=72, Resulting Numbers: [88, 72]
Generated Node #3: [88, 72] from Operation: 9... | 4 | Current State: 16:[69, 19, 19, 91], Operations: []
Exploring Operation: 91-19=72, Resulting Numbers: [69, 19, 72]
Generated Node #0,0: 16:[69, 19, 72] Operation: 91-19=72
Exploring Operation: 69-19=50, Resulting Numbers: [19, 91, 50]
Generated Node #0,1: 16:[19, 91, 50] Operation: 69-19=50
Exploring Operation: 69-19=50... | 0.986979 | hs_5 | mult_heuristic |
[
15,
58,
32,
23
] | 54 | [
"23-15=8",
"32/8=4",
"58-4=54"
] | Current State: 54:[15, 58, 32, 23], Operations: []
Exploring Operation: 23-15=8, Resulting Numbers: [58, 32, 8]
Generated Node #2: [58, 32, 8] from Operation: 23-15=8
Current State: 54:[58, 32, 8], Operations: ['23-15=8']
Exploring Operation: 32/8=4, Resulting Numbers: [58, 4]
Generated Node #3: [58, 4] from Operation:... | 4 | Current State: 54:[15, 58, 32, 23], Operations: []
Exploring Operation: 58-32=26, Resulting Numbers: [15, 23, 26]
Generated Node #0,0: 54:[15, 23, 26] Operation: 58-32=26
Exploring Operation: 32-23=9, Resulting Numbers: [15, 58, 9]
Generated Node #0,1: 54:[15, 58, 9] Operation: 32-23=9
Start Sub Search at level 1: Movi... | 0 | hs_2 | mult_heuristic |
[
61,
39,
52,
40
] | 31 | [
"39*40=1560",
"1560/52=30",
"61-30=31"
] | Current State: 31:[61, 39, 52, 40], Operations: []
Exploring Operation: 39*40=1560, Resulting Numbers: [61, 52, 1560]
Generated Node #2: [61, 52, 1560] from Operation: 39*40=1560
Current State: 31:[61, 52, 1560], Operations: ['39*40=1560']
Exploring Operation: 1560/52=30, Resulting Numbers: [61, 30]
Generated Node #3: ... | 4 | Current State: 31:[61, 39, 52, 40], Operations: []
Exploring Operation: 61-52=9, Resulting Numbers: [39, 40, 9]
Generated Node #0,0: 31:[39, 40, 9] Operation: 61-52=9
Exploring Operation: 61-39=22, Resulting Numbers: [52, 40, 22]
Generated Node #0,1: 31:[52, 40, 22] Operation: 61-39=22
Moving to Node #0,0
Current State... | 0 | hs_2 | sum_heuristic |
[
5,
77,
13,
86
] | 68 | [
"77+13=90",
"90/5=18",
"86-18=68"
] | Current State: 68:[5, 77, 13, 86], Operations: []
Exploring Operation: 77+13=90, Resulting Numbers: [5, 86, 90]
Generated Node #2: [5, 86, 90] from Operation: 77+13=90
Current State: 68:[5, 86, 90], Operations: ['77+13=90']
Exploring Operation: 90/5=18, Resulting Numbers: [86, 18]
Generated Node #3: [86, 18] from Opera... | 4 | Current State: 68:[5, 77, 13, 86], Operations: []
Exploring Operation: 86-77=9, Resulting Numbers: [5, 13, 9]
Generated Node #0,0: 68:[5, 13, 9] Operation: 86-77=9
Exploring Operation: 77-13=64, Resulting Numbers: [5, 86, 64]
Generated Node #0,1: 68:[5, 86, 64] Operation: 77-13=64
Exploring Operation: 86-13=73, Resulti... | 0 | hs_3 | mult_heuristic |
[
65,
4,
94,
56
] | 15 | [
"94-65=29",
"56/4=14",
"29-14=15"
] | Current State: 15:[65, 4, 94, 56], Operations: []
Exploring Operation: 94-65=29, Resulting Numbers: [4, 56, 29]
Generated Node #2: [4, 56, 29] from Operation: 94-65=29
Current State: 15:[4, 56, 29], Operations: ['94-65=29']
Exploring Operation: 56/4=14, Resulting Numbers: [29, 14]
Generated Node #3: [29, 14] from Opera... | 4 | Current State: 15:[65, 4, 94, 56], Operations: []
Exploring Operation: 94-65=29, Resulting Numbers: [4, 56, 29]
Generated Node #0,0: 15:[4, 56, 29] Operation: 94-65=29
Moving to Node #0,0
Current State: 15:[4, 56, 29], Operations: ['94-65=29']
Exploring Operation: 56-29=27, Resulting Numbers: [4, 27]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
74,
13,
2,
75
] | 16 | [
"74-13=61",
"2+75=77",
"77-61=16"
] | Current State: 16:[74, 13, 2, 75], Operations: []
Exploring Operation: 74-13=61, Resulting Numbers: [2, 75, 61]
Generated Node #2: [2, 75, 61] from Operation: 74-13=61
Current State: 16:[2, 75, 61], Operations: ['74-13=61']
Exploring Operation: 2+75=77, Resulting Numbers: [61, 77]
Generated Node #3: [61, 77] from Opera... | 4 | Current State: 16:[74, 13, 2, 75], Operations: []
Exploring Operation: 74/2=37, Resulting Numbers: [13, 75, 37]
Generated Node #0,0: 16:[13, 75, 37] Operation: 74/2=37
Exploring Operation: 75-74=1, Resulting Numbers: [13, 2, 1]
Generated Node #0,1: 16:[13, 2, 1] Operation: 75-74=1
Exploring Operation: 74-13=61, Resulti... | 0.988715 | hs_3 | sum_heuristic |
[
2,
57,
61,
69
] | 61 | [
"61-57=4",
"2*4=8",
"69-8=61"
] | Current State: 61:[2, 57, 61, 69], Operations: []
Exploring Operation: 61-57=4, Resulting Numbers: [2, 69, 4]
Generated Node #2: [2, 69, 4] from Operation: 61-57=4
Current State: 61:[2, 69, 4], Operations: ['61-57=4']
Exploring Operation: 2*4=8, Resulting Numbers: [69, 8]
Generated Node #3: [69, 8] from Operation: 2*4=... | 4 | Current State: 61:[2, 57, 61, 69], Operations: []
Exploring Operation: 2+61=63, Resulting Numbers: [57, 69, 63]
Generated Node #0,0: 61:[57, 69, 63] Operation: 2+61=63
Exploring Operation: 69-2=67, Resulting Numbers: [57, 61, 67]
Generated Node #0,1: 61:[57, 61, 67] Operation: 69-2=67
Exploring Operation: 2+57=59, Resu... | 0 | hs_5 | sum_heuristic |
[
85,
61,
6,
5
] | 90 | [
"85-61=24",
"24-6=18",
"5*18=90"
] | Current State: 90:[85, 61, 6, 5], Operations: []
Exploring Operation: 85-61=24, Resulting Numbers: [6, 5, 24]
Generated Node #2: [6, 5, 24] from Operation: 85-61=24
Current State: 90:[6, 5, 24], Operations: ['85-61=24']
Exploring Operation: 24-6=18, Resulting Numbers: [5, 18]
Generated Node #3: [5, 18] from Operation: ... | 4 | Current State: 90:[85, 61, 6, 5], Operations: []
Exploring Operation: 85-61=24, Resulting Numbers: [6, 5, 24]
Generated Node #0,0: 90:[6, 5, 24] Operation: 85-61=24
Moving to Node #0,0
Current State: 90:[6, 5, 24], Operations: ['85-61=24']
Exploring Operation: 6+24=30, Resulting Numbers: [5, 30]
Generated Node #0,0,0: ... | 0 | hs_1 | sum_heuristic |
[
38,
18,
87,
80
] | 83 | [
"38-18=20",
"80/20=4",
"87-4=83"
] | Current State: 83:[38, 18, 87, 80], Operations: []
Exploring Operation: 38-18=20, Resulting Numbers: [87, 80, 20]
Generated Node #2: [87, 80, 20] from Operation: 38-18=20
Current State: 83:[87, 80, 20], Operations: ['38-18=20']
Exploring Operation: 80/20=4, Resulting Numbers: [87, 4]
Generated Node #3: [87, 4] from Ope... | 4 | Current State: 83:[38, 18, 87, 80], Operations: []
Exploring Operation: 38+18=56, Resulting Numbers: [87, 80, 56]
Generated Node #0,0: 83:[87, 80, 56] Operation: 38+18=56
Exploring Operation: 87-18=69, Resulting Numbers: [38, 80, 69]
Generated Node #0,1: 83:[38, 80, 69] Operation: 87-18=69
Moving to Node #0,0
Current S... | 0 | hs_2 | mult_heuristic |
[
77,
12,
37,
75
] | 61 | [
"77-75=2",
"12*2=24",
"37+24=61"
] | Current State: 61:[77, 12, 37, 75], Operations: []
Exploring Operation: 77-75=2, Resulting Numbers: [12, 37, 2]
Generated Node #2: [12, 37, 2] from Operation: 77-75=2
Current State: 61:[12, 37, 2], Operations: ['77-75=2']
Exploring Operation: 12*2=24, Resulting Numbers: [37, 24]
Generated Node #3: [37, 24] from Operati... | 4 | Current State: 61:[77, 12, 37, 75], Operations: []
Exploring Operation: 12+37=49, Resulting Numbers: [77, 75, 49]
Generated Node #0,0: 61:[77, 75, 49] Operation: 12+37=49
Exploring Operation: 77-12=65, Resulting Numbers: [37, 75, 65]
Generated Node #0,1: 61:[37, 75, 65] Operation: 77-12=65
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
85,
15,
31,
25
] | 35 | [
"85+15=100",
"100/25=4",
"31+4=35"
] | Current State: 35:[85, 15, 31, 25], Operations: []
Exploring Operation: 85+15=100, Resulting Numbers: [31, 25, 100]
Generated Node #2: [31, 25, 100] from Operation: 85+15=100
Current State: 35:[31, 25, 100], Operations: ['85+15=100']
Exploring Operation: 100/25=4, Resulting Numbers: [31, 4]
Generated Node #3: [31, 4] f... | 4 | Current State: 35:[85, 15, 31, 25], Operations: []
Exploring Operation: 25-15=10, Resulting Numbers: [85, 31, 10]
Generated Node #0,0: 35:[85, 31, 10] Operation: 25-15=10
Exploring Operation: 85-25=60, Resulting Numbers: [15, 31, 60]
Generated Node #0,1: 35:[15, 31, 60] Operation: 85-25=60
Exploring Operation: 85-15=70... | 0.986979 | hs_4 | mult_heuristic |
[
66,
23,
7,
60
] | 36 | [
"66+23=89",
"60-7=53",
"89-53=36"
] | Current State: 36:[66, 23, 7, 60], Operations: []
Exploring Operation: 66+23=89, Resulting Numbers: [7, 60, 89]
Generated Node #2: [7, 60, 89] from Operation: 66+23=89
Current State: 36:[7, 60, 89], Operations: ['66+23=89']
Exploring Operation: 60-7=53, Resulting Numbers: [89, 53]
Generated Node #3: [89, 53] from Opera... | 4 | Current State: 36:[66, 23, 7, 60], Operations: []
Exploring Operation: 66-7=59, Resulting Numbers: [23, 60, 59]
Generated Node #0,0: 36:[23, 60, 59] Operation: 66-7=59
Exploring Operation: 66-60=6, Resulting Numbers: [23, 7, 6]
Generated Node #0,1: 36:[23, 7, 6] Operation: 66-60=6
Exploring Operation: 60-23=37, Resulti... | 0.982639 | hs_4 | mult_heuristic |
[
80,
23,
5,
32
] | 20 | [
"80-23=57",
"5+32=37",
"57-37=20"
] | Current State: 20:[80, 23, 5, 32], Operations: []
Exploring Operation: 80-23=57, Resulting Numbers: [5, 32, 57]
Generated Node #2: [5, 32, 57] from Operation: 80-23=57
Current State: 20:[5, 32, 57], Operations: ['80-23=57']
Exploring Operation: 5+32=37, Resulting Numbers: [57, 37]
Generated Node #3: [57, 37] from Opera... | 4 | Current State: 20:[80, 23, 5, 32], Operations: []
Exploring Operation: 80/5=16, Resulting Numbers: [23, 32, 16]
Generated Node #0,0: 20:[23, 32, 16] Operation: 80/5=16
Exploring Operation: 80-23=57, Resulting Numbers: [5, 32, 57]
Generated Node #0,1: 20:[5, 32, 57] Operation: 80-23=57
Exploring Operation: 80-32=48, Res... | 0.978299 | hs_3 | sum_heuristic |
[
82,
27,
51,
7
] | 46 | [
"82+51=133",
"133/7=19",
"27+19=46"
] | Current State: 46:[82, 27, 51, 7], Operations: []
Exploring Operation: 82+51=133, Resulting Numbers: [27, 7, 133]
Generated Node #2: [27, 7, 133] from Operation: 82+51=133
Current State: 46:[27, 7, 133], Operations: ['82+51=133']
Exploring Operation: 133/7=19, Resulting Numbers: [27, 19]
Generated Node #3: [27, 19] fro... | 4 | Current State: 46:[82, 27, 51, 7], Operations: []
Exploring Operation: 51-7=44, Resulting Numbers: [82, 27, 44]
Generated Node #0,0: 46:[82, 27, 44] Operation: 51-7=44
Exploring Operation: 82-7=75, Resulting Numbers: [27, 51, 75]
Generated Node #0,1: 46:[27, 51, 75] Operation: 82-7=75
Exploring Operation: 51-27=24, Res... | 0 | hs_5 | mult_heuristic |
[
17,
22,
45,
59
] | 25 | [
"17+22=39",
"59-45=14",
"39-14=25"
] | Current State: 25:[17, 22, 45, 59], Operations: []
Exploring Operation: 17+22=39, Resulting Numbers: [45, 59, 39]
Generated Node #2: [45, 59, 39] from Operation: 17+22=39
Current State: 25:[45, 59, 39], Operations: ['17+22=39']
Exploring Operation: 59-45=14, Resulting Numbers: [39, 14]
Generated Node #3: [39, 14] from ... | 4 | Current State: 25:[17, 22, 45, 59], Operations: []
Exploring Operation: 59-22=37, Resulting Numbers: [17, 45, 37]
Generated Node #0,0: 25:[17, 45, 37] Operation: 59-22=37
Exploring Operation: 45-22=23, Resulting Numbers: [17, 59, 23]
Generated Node #0,1: 25:[17, 59, 23] Operation: 45-22=23
Exploring Operation: 59-45=14... | 0.986979 | hs_5 | sum_heuristic |
[
86,
54,
95,
56
] | 62 | [
"95-86=9",
"54/9=6",
"56+6=62"
] | Current State: 62:[86, 54, 95, 56], Operations: []
Exploring Operation: 95-86=9, Resulting Numbers: [54, 56, 9]
Generated Node #2: [54, 56, 9] from Operation: 95-86=9
Current State: 62:[54, 56, 9], Operations: ['95-86=9']
Exploring Operation: 54/9=6, Resulting Numbers: [56, 6]
Generated Node #3: [56, 6] from Operation:... | 4 | Current State: 62:[86, 54, 95, 56], Operations: []
Exploring Operation: 95-86=9, Resulting Numbers: [54, 56, 9]
Generated Node #0,0: 62:[54, 56, 9] Operation: 95-86=9
Exploring Operation: 86-54=32, Resulting Numbers: [95, 56, 32]
Generated Node #0,1: 62:[95, 56, 32] Operation: 86-54=32
Moving to Node #0,0
Current State... | 0 | hs_2 | sum_heuristic |
[
17,
35,
86,
73
] | 70 | [
"86-35=51",
"51/17=3",
"73-3=70"
] | Current State: 70:[17, 35, 86, 73], Operations: []
Exploring Operation: 86-35=51, Resulting Numbers: [17, 73, 51]
Generated Node #2: [17, 73, 51] from Operation: 86-35=51
Current State: 70:[17, 73, 51], Operations: ['86-35=51']
Exploring Operation: 51/17=3, Resulting Numbers: [73, 3]
Generated Node #3: [73, 3] from Ope... | 4 | Current State: 70:[17, 35, 86, 73], Operations: []
Exploring Operation: 86-73=13, Resulting Numbers: [17, 35, 13]
Generated Node #0,0: 70:[17, 35, 13] Operation: 86-73=13
Exploring Operation: 86-17=69, Resulting Numbers: [35, 73, 69]
Generated Node #0,1: 70:[35, 73, 69] Operation: 86-17=69
Exploring Operation: 73-35=38... | 0.931424 | hs_5 | sum_heuristic |
[
83,
39,
98,
81
] | 61 | [
"83-39=44",
"98-81=17",
"44+17=61"
] | Current State: 61:[83, 39, 98, 81], Operations: []
Exploring Operation: 83-39=44, Resulting Numbers: [98, 81, 44]
Generated Node #2: [98, 81, 44] from Operation: 83-39=44
Current State: 61:[98, 81, 44], Operations: ['83-39=44']
Exploring Operation: 98-81=17, Resulting Numbers: [44, 17]
Generated Node #3: [44, 17] from ... | 4 | Current State: 61:[83, 39, 98, 81], Operations: []
Exploring Operation: 98-39=59, Resulting Numbers: [83, 81, 59]
Generated Node #0,0: 61:[83, 81, 59] Operation: 98-39=59
Exploring Operation: 83-39=44, Resulting Numbers: [98, 81, 44]
Generated Node #0,1: 61:[98, 81, 44] Operation: 83-39=44
Exploring Operation: 98-83=15... | 0.983507 | hs_5 | mult_heuristic |
[
15,
54,
56,
13
] | 83 | [
"15-13=2",
"54/2=27",
"56+27=83"
] | Current State: 83:[15, 54, 56, 13], Operations: []
Exploring Operation: 15-13=2, Resulting Numbers: [54, 56, 2]
Generated Node #2: [54, 56, 2] from Operation: 15-13=2
Current State: 83:[54, 56, 2], Operations: ['15-13=2']
Exploring Operation: 54/2=27, Resulting Numbers: [56, 27]
Generated Node #3: [56, 27] from Operati... | 4 | Current State: 83:[15, 54, 56, 13], Operations: []
Exploring Operation: 15+54=69, Resulting Numbers: [56, 13, 69]
Generated Node #0,0: 83:[56, 13, 69] Operation: 15+54=69
Exploring Operation: 15+56=71, Resulting Numbers: [54, 13, 71]
Generated Node #0,1: 83:[54, 13, 71] Operation: 15+56=71
Exploring Operation: 54+13=67... | 0 | hs_4 | sum_heuristic |
[
38,
57,
59,
79
] | 39 | [
"57-38=19",
"79-59=20",
"19+20=39"
] | Current State: 39:[38, 57, 59, 79], Operations: []
Exploring Operation: 57-38=19, Resulting Numbers: [59, 79, 19]
Generated Node #2: [59, 79, 19] from Operation: 57-38=19
Current State: 39:[59, 79, 19], Operations: ['57-38=19']
Exploring Operation: 79-59=20, Resulting Numbers: [19, 20]
Generated Node #3: [19, 20] from ... | 4 | Current State: 39:[38, 57, 59, 79], Operations: []
Exploring Operation: 79-57=22, Resulting Numbers: [38, 59, 22]
Generated Node #0,0: 39:[38, 59, 22] Operation: 79-57=22
Exploring Operation: 79-59=20, Resulting Numbers: [38, 57, 20]
Generated Node #0,1: 39:[38, 57, 20] Operation: 79-59=20
Start Sub Search at level 1: ... | 0.989583 | hs_2 | sum_heuristic |
[
12,
90,
90,
76
] | 78 | [
"90-76=14",
"12*14=168",
"168-90=78"
] | Current State: 78:[12, 90, 90, 76], Operations: []
Exploring Operation: 90-76=14, Resulting Numbers: [12, 14]
Generated Node #2: [12, 14] from Operation: 90-76=14
Current State: 78:[12, 14], Operations: ['90-76=14']
Exploring Operation: 12*14=168, Resulting Numbers: [168]
168,78 equal: Goal Reached
Exploring Operation:... | 4 | Current State: 78:[12, 90, 90, 76], Operations: []
Exploring Operation: 90-12=78, Resulting Numbers: [90, 76, 78]
Generated Node #0,0: 78:[90, 76, 78] Operation: 90-12=78
Exploring Operation: 90-90=0, Resulting Numbers: [12, 76, 0]
Generated Node #0,1: 78:[12, 76, 0] Operation: 90-90=0
Exploring Operation: 90/90=1, Res... | 0 | hs_3 | mult_heuristic |
[
10,
52,
23,
82
] | 13 | [
"10+82=92",
"52*23=1196",
"1196/92=13"
] | Current State: 13:[10, 52, 23, 82], Operations: []
Exploring Operation: 10+82=92, Resulting Numbers: [52, 23, 92]
Generated Node #2: [52, 23, 92] from Operation: 10+82=92
Current State: 13:[52, 23, 92], Operations: ['10+82=92']
Exploring Operation: 52*23=1196, Resulting Numbers: [92, 1196]
Generated Node #3: [92, 1196]... | 4 | Current State: 13:[10, 52, 23, 82], Operations: []
Exploring Operation: 52-23=29, Resulting Numbers: [10, 82, 29]
Generated Node #0,0: 13:[10, 82, 29] Operation: 52-23=29
Exploring Operation: 52-10=42, Resulting Numbers: [23, 82, 42]
Generated Node #0,1: 13:[23, 82, 42] Operation: 52-10=42
Exploring Operation: 82-23=59... | 0 | hs_4 | sum_heuristic |
[
18,
49,
10,
17
] | 40 | [
"18+49=67",
"10+17=27",
"67-27=40"
] | Current State: 40:[18, 49, 10, 17], Operations: []
Exploring Operation: 18+49=67, Resulting Numbers: [10, 17, 67]
Generated Node #2: [10, 17, 67] from Operation: 18+49=67
Current State: 40:[10, 17, 67], Operations: ['18+49=67']
Exploring Operation: 10+17=27, Resulting Numbers: [67, 27]
Generated Node #3: [67, 27] from ... | 4 | Current State: 40:[18, 49, 10, 17], Operations: []
Exploring Operation: 18-17=1, Resulting Numbers: [49, 10, 1]
Generated Node #0,0: 40:[49, 10, 1] Operation: 18-17=1
Exploring Operation: 49-10=39, Resulting Numbers: [18, 17, 39]
Generated Node #0,1: 40:[18, 17, 39] Operation: 49-10=39
Exploring Operation: 49-17=32, Re... | 0.984375 | hs_5 | sum_heuristic |
[
25,
10,
99,
59
] | 29 | [
"99-59=40",
"40/10=4",
"25+4=29"
] | Current State: 29:[25, 10, 99, 59], Operations: []
Exploring Operation: 99-59=40, Resulting Numbers: [25, 10, 40]
Generated Node #2: [25, 10, 40] from Operation: 99-59=40
Current State: 29:[25, 10, 40], Operations: ['99-59=40']
Exploring Operation: 40/10=4, Resulting Numbers: [25, 4]
Generated Node #3: [25, 4] from Ope... | 4 | Current State: 29:[25, 10, 99, 59], Operations: []
Exploring Operation: 99-25=74, Resulting Numbers: [10, 59, 74]
Generated Node #0,0: 29:[10, 59, 74] Operation: 99-25=74
Exploring Operation: 59-25=34, Resulting Numbers: [10, 99, 34]
Generated Node #0,1: 29:[10, 99, 34] Operation: 59-25=34
Exploring Operation: 99-59=40... | 0 | hs_3 | sum_heuristic |
[
45,
56,
12,
52
] | 37 | [
"45+56=101",
"12+52=64",
"101-64=37"
] | Current State: 37:[45, 56, 12, 52], Operations: []
Exploring Operation: 45+56=101, Resulting Numbers: [12, 52, 101]
Generated Node #2: [12, 52, 101] from Operation: 45+56=101
Current State: 37:[12, 52, 101], Operations: ['45+56=101']
Exploring Operation: 12+52=64, Resulting Numbers: [101, 64]
Generated Node #3: [101, 6... | 4 | Current State: 37:[45, 56, 12, 52], Operations: []
Exploring Operation: 45-12=33, Resulting Numbers: [56, 52, 33]
Generated Node #0,0: 37:[56, 52, 33] Operation: 45-12=33
Exploring Operation: 56+12=68, Resulting Numbers: [45, 52, 68]
Generated Node #0,1: 37:[45, 52, 68] Operation: 56+12=68
Exploring Operation: 52-12=40... | 0.967882 | hs_5 | mult_heuristic |
[
25,
66,
63,
39
] | 67 | [
"25+66=91",
"63-39=24",
"91-24=67"
] | Current State: 67:[25, 66, 63, 39], Operations: []
Exploring Operation: 25+66=91, Resulting Numbers: [63, 39, 91]
Generated Node #2: [63, 39, 91] from Operation: 25+66=91
Current State: 67:[63, 39, 91], Operations: ['25+66=91']
Exploring Operation: 63-39=24, Resulting Numbers: [91, 24]
Generated Node #3: [91, 24] from ... | 4 | Current State: 67:[25, 66, 63, 39], Operations: []
Exploring Operation: 66-25=41, Resulting Numbers: [63, 39, 41]
Generated Node #0,0: 67:[63, 39, 41] Operation: 66-25=41
Exploring Operation: 25+63=88, Resulting Numbers: [66, 39, 88]
Generated Node #0,1: 67:[66, 39, 88] Operation: 25+63=88
Exploring Operation: 25+66=91... | 0.960069 | hs_5 | sum_heuristic |
[
12,
57,
75,
73
] | 47 | [
"57-12=45",
"75-73=2",
"45+2=47"
] | Current State: 47:[12, 57, 75, 73], Operations: []
Exploring Operation: 57-12=45, Resulting Numbers: [75, 73, 45]
Generated Node #2: [75, 73, 45] from Operation: 57-12=45
Current State: 47:[75, 73, 45], Operations: ['57-12=45']
Exploring Operation: 75-73=2, Resulting Numbers: [45, 2]
Generated Node #3: [45, 2] from Ope... | 4 | Current State: 47:[12, 57, 75, 73], Operations: []
Exploring Operation: 57-12=45, Resulting Numbers: [75, 73, 45]
Generated Node #0,0: 47:[75, 73, 45] Operation: 57-12=45
Exploring Operation: 73-12=61, Resulting Numbers: [57, 75, 61]
Generated Node #0,1: 47:[57, 75, 61] Operation: 73-12=61
Exploring Operation: 12+57=69... | 0.97309 | hs_4 | mult_heuristic |
[
81,
65,
84,
26
] | 66 | [
"81+84=165",
"26*165=4290",
"4290/65=66"
] | Current State: 66:[81, 65, 84, 26], Operations: []
Exploring Operation: 81+84=165, Resulting Numbers: [65, 26, 165]
Generated Node #2: [65, 26, 165] from Operation: 81+84=165
Current State: 66:[65, 26, 165], Operations: ['81+84=165']
Exploring Operation: 26*165=4290, Resulting Numbers: [65, 4290]
Generated Node #3: [65... | 4 | Current State: 66:[81, 65, 84, 26], Operations: []
Exploring Operation: 84-81=3, Resulting Numbers: [65, 26, 3]
Generated Node #0,0: 66:[65, 26, 3] Operation: 84-81=3
Start Sub Search at level 1: Moving to Node #0,0
Current State: 66:[65, 26, 3], Operations: ['84-81=3']
Exploring Operation: 26-3=23, Resulting Numbers: ... | 0 | hs_1 | sum_heuristic |
[
13,
97,
61,
56
] | 33 | [
"97-13=84",
"61+56=117",
"117-84=33"
] | Current State: 33:[13, 97, 61, 56], Operations: []
Exploring Operation: 97-13=84, Resulting Numbers: [61, 56, 84]
Generated Node #2: [61, 56, 84] from Operation: 97-13=84
Current State: 33:[61, 56, 84], Operations: ['97-13=84']
Exploring Operation: 61+56=117, Resulting Numbers: [84, 117]
Generated Node #3: [84, 117] fr... | 4 | Current State: 33:[13, 97, 61, 56], Operations: []
Exploring Operation: 97-61=36, Resulting Numbers: [13, 56, 36]
Generated Node #0,0: 33:[13, 56, 36] Operation: 97-61=36
Exploring Operation: 61-56=5, Resulting Numbers: [13, 97, 5]
Generated Node #0,1: 33:[13, 97, 5] Operation: 61-56=5
Exploring Operation: 97-56=41, Re... | 0.988715 | hs_3 | sum_heuristic |
[
7,
68,
31,
82
] | 38 | [
"7+68=75",
"31+82=113",
"113-75=38"
] | Current State: 38:[7, 68, 31, 82], Operations: []
Exploring Operation: 7+68=75, Resulting Numbers: [31, 82, 75]
Generated Node #2: [31, 82, 75] from Operation: 7+68=75
Current State: 38:[31, 82, 75], Operations: ['7+68=75']
Exploring Operation: 31+82=113, Resulting Numbers: [75, 113]
Generated Node #3: [75, 113] from O... | 4 | Current State: 38:[7, 68, 31, 82], Operations: []
Exploring Operation: 68-7=61, Resulting Numbers: [31, 82, 61]
Generated Node #0,0: 38:[31, 82, 61] Operation: 68-7=61
Exploring Operation: 7+31=38, Resulting Numbers: [68, 82, 38]
Generated Node #0,1: 38:[68, 82, 38] Operation: 7+31=38
Exploring Operation: 68-31=37, Res... | 0.96441 | hs_5 | mult_heuristic |
[
36,
42,
56,
38
] | 77 | [
"38-36=2",
"42/2=21",
"56+21=77"
] | Current State: 77:[36, 42, 56, 38], Operations: []
Exploring Operation: 38-36=2, Resulting Numbers: [42, 56, 2]
Generated Node #2: [42, 56, 2] from Operation: 38-36=2
Current State: 77:[42, 56, 2], Operations: ['38-36=2']
Exploring Operation: 42/2=21, Resulting Numbers: [56, 21]
Generated Node #3: [56, 21] from Operati... | 4 | Current State: 77:[36, 42, 56, 38], Operations: []
Exploring Operation: 42-36=6, Resulting Numbers: [56, 38, 6]
Generated Node #0,0: 77:[56, 38, 6] Operation: 42-36=6
Exploring Operation: 36+42=78, Resulting Numbers: [56, 38, 78]
Generated Node #0,1: 77:[56, 38, 78] Operation: 36+42=78
Start Sub Search at level 1: Movi... | 0 | hs_2 | mult_heuristic |
[
14,
17,
75,
56
] | 16 | [
"17-14=3",
"75-56=19",
"19-3=16"
] | Current State: 16:[14, 17, 75, 56], Operations: []
Exploring Operation: 17-14=3, Resulting Numbers: [75, 56, 3]
Generated Node #2: [75, 56, 3] from Operation: 17-14=3
Current State: 16:[75, 56, 3], Operations: ['17-14=3']
Exploring Operation: 75-56=19, Resulting Numbers: [3, 19]
Generated Node #3: [3, 19] from Operatio... | 4 | Current State: 16:[14, 17, 75, 56], Operations: []
Exploring Operation: 75-56=19, Resulting Numbers: [14, 17, 19]
Generated Node #0,0: 16:[14, 17, 19] Operation: 75-56=19
Moving to Node #0,0
Current State: 16:[14, 17, 19], Operations: ['75-56=19']
Exploring Operation: 19-14=5, Resulting Numbers: [17, 5]
Generated Node ... | 0 | hs_1 | sum_heuristic |
[
88,
28,
3,
4
] | 94 | [
"88*3=264",
"264/4=66",
"28+66=94"
] | Current State: 94:[88, 28, 3, 4], Operations: []
Exploring Operation: 88*3=264, Resulting Numbers: [28, 4, 264]
Generated Node #2: [28, 4, 264] from Operation: 88*3=264
Current State: 94:[28, 4, 264], Operations: ['88*3=264']
Exploring Operation: 264/4=66, Resulting Numbers: [28, 66]
Generated Node #3: [28, 66] from Op... | 4 | Current State: 94:[88, 28, 3, 4], Operations: []
Exploring Operation: 28/4=7, Resulting Numbers: [88, 3, 7]
Generated Node #0,0: 94:[88, 3, 7] Operation: 28/4=7
Moving to Node #0,0
Current State: 94:[88, 3, 7], Operations: ['28/4=7']
Exploring Operation: 88+7=95, Resulting Numbers: [3, 95]
Generated Node #0,0,0: 94:[3,... | 0 | hs_1 | sum_heuristic |
[
11,
96,
56,
95
] | 44 | [
"11+96=107",
"56+95=151",
"151-107=44"
] | Current State: 44:[11, 96, 56, 95], Operations: []
Exploring Operation: 11+96=107, Resulting Numbers: [56, 95, 107]
Generated Node #2: [56, 95, 107] from Operation: 11+96=107
Current State: 44:[56, 95, 107], Operations: ['11+96=107']
Exploring Operation: 56+95=151, Resulting Numbers: [107, 151]
Generated Node #3: [107,... | 4 | Current State: 44:[11, 96, 56, 95], Operations: []
Exploring Operation: 96-95=1, Resulting Numbers: [11, 56, 1]
Generated Node #0,0: 44:[11, 56, 1] Operation: 96-95=1
Exploring Operation: 96-56=40, Resulting Numbers: [11, 95, 40]
Generated Node #0,1: 44:[11, 95, 40] Operation: 96-56=40
Moving to Node #0,0
Current State... | 0.989583 | hs_2 | mult_heuristic |
[
26,
88,
11,
50
] | 53 | [
"26+88=114",
"11+50=61",
"114-61=53"
] | Current State: 53:[26, 88, 11, 50], Operations: []
Exploring Operation: 26+88=114, Resulting Numbers: [11, 50, 114]
Generated Node #2: [11, 50, 114] from Operation: 26+88=114
Current State: 53:[11, 50, 114], Operations: ['26+88=114']
Exploring Operation: 11+50=61, Resulting Numbers: [114, 61]
Generated Node #3: [114, 6... | 4 | Current State: 53:[26, 88, 11, 50], Operations: []
Exploring Operation: 88-26=62, Resulting Numbers: [11, 50, 62]
Generated Node #0,0: 53:[11, 50, 62] Operation: 88-26=62
Exploring Operation: 88-11=77, Resulting Numbers: [26, 50, 77]
Generated Node #0,1: 53:[26, 50, 77] Operation: 88-11=77
Exploring Operation: 11+50=61... | 0.96875 | hs_4 | sum_heuristic |
[
9,
32,
4,
93
] | 48 | [
"9+32=41",
"93-4=89",
"89-41=48"
] | Current State: 48:[9, 32, 4, 93], Operations: []
Exploring Operation: 9+32=41, Resulting Numbers: [4, 93, 41]
Generated Node #2: [4, 93, 41] from Operation: 9+32=41
Current State: 48:[4, 93, 41], Operations: ['9+32=41']
Exploring Operation: 93-4=89, Resulting Numbers: [41, 89]
Generated Node #3: [41, 89] from Operation... | 4 | Current State: 48:[9, 32, 4, 93], Operations: []
Exploring Operation: 93-32=61, Resulting Numbers: [9, 4, 61]
Generated Node #0,0: 48:[9, 4, 61] Operation: 93-32=61
Exploring Operation: 93-9=84, Resulting Numbers: [32, 4, 84]
Generated Node #0,1: 48:[32, 4, 84] Operation: 93-9=84
Start Sub Search at level 1: Moving to ... | 0.992188 | hs_2 | mult_heuristic |
[
3,
27,
13,
33
] | 85 | [
"3*33=99",
"27-13=14",
"99-14=85"
] | Current State: 85:[3, 27, 13, 33], Operations: []
Exploring Operation: 3*33=99, Resulting Numbers: [27, 13, 99]
Generated Node #2: [27, 13, 99] from Operation: 3*33=99
Current State: 85:[27, 13, 99], Operations: ['3*33=99']
Exploring Operation: 27-13=14, Resulting Numbers: [99, 14]
Generated Node #3: [99, 14] from Oper... | 4 | Current State: 85:[3, 27, 13, 33], Operations: []
Exploring Operation: 33-27=6, Resulting Numbers: [3, 13, 6]
Generated Node #0,0: 85:[3, 13, 6] Operation: 33-27=6
Moving to Node #0,0
Current State: 85:[3, 13, 6], Operations: ['33-27=6']
Exploring Operation: 3+13=16, Resulting Numbers: [6, 16]
Generated Node #0,0,0: 85... | 0 | hs_1 | mult_heuristic |
[
74,
12,
5,
98
] | 10 | [
"98-74=24",
"24/12=2",
"5*2=10"
] | Current State: 10:[74, 12, 5, 98], Operations: []
Exploring Operation: 98-74=24, Resulting Numbers: [12, 5, 24]
Generated Node #2: [12, 5, 24] from Operation: 98-74=24
Current State: 10:[12, 5, 24], Operations: ['98-74=24']
Exploring Operation: 24/12=2, Resulting Numbers: [5, 2]
Generated Node #3: [5, 2] from Operation... | 4 | Current State: 10:[74, 12, 5, 98], Operations: []
Exploring Operation: 98-74=24, Resulting Numbers: [12, 5, 24]
Generated Node #0,0: 10:[12, 5, 24] Operation: 98-74=24
Exploring Operation: 74-12=62, Resulting Numbers: [5, 98, 62]
Generated Node #0,1: 10:[5, 98, 62] Operation: 74-12=62
Exploring Operation: 98-12=86, Res... | 0.989583 | hs_3 | sum_heuristic |
[
48,
2,
28,
67
] | 94 | [
"48-28=20",
"67-20=47",
"2*47=94"
] | Current State: 94:[48, 2, 28, 67], Operations: []
Exploring Operation: 48-28=20, Resulting Numbers: [2, 67, 20]
Generated Node #2: [2, 67, 20] from Operation: 48-28=20
Current State: 94:[2, 67, 20], Operations: ['48-28=20']
Exploring Operation: 67-20=47, Resulting Numbers: [2, 47]
Generated Node #3: [2, 47] from Operat... | 4 | Current State: 94:[48, 2, 28, 67], Operations: []
Exploring Operation: 28+67=95, Resulting Numbers: [48, 2, 95]
Generated Node #0,0: 94:[48, 2, 95] Operation: 28+67=95
Start Sub Search at level 1: Moving to Node #0,0
Current State: 94:[48, 2, 95], Operations: ['28+67=95']
Exploring Operation: 95-48=47, Resulting Number... | 0.993924 | hs_1 | sum_heuristic |
[
20,
81,
4,
23
] | 17 | [
"4+23=27",
"81/27=3",
"20-3=17"
] | Current State: 17:[20, 81, 4, 23], Operations: []
Exploring Operation: 4+23=27, Resulting Numbers: [20, 81, 27]
Generated Node #2: [20, 81, 27] from Operation: 4+23=27
Current State: 17:[20, 81, 27], Operations: ['4+23=27']
Exploring Operation: 81/27=3, Resulting Numbers: [20, 3]
Generated Node #3: [20, 3] from Operati... | 4 | Current State: 17:[20, 81, 4, 23], Operations: []
Exploring Operation: 81-23=58, Resulting Numbers: [20, 4, 58]
Generated Node #0,0: 17:[20, 4, 58] Operation: 81-23=58
Exploring Operation: 81-20=61, Resulting Numbers: [4, 23, 61]
Generated Node #0,1: 17:[4, 23, 61] Operation: 81-20=61
Moving to Node #0,0
Current State:... | 0 | hs_2 | sum_heuristic |
[
78,
87,
9,
15
] | 86 | [
"87-15=72",
"72/9=8",
"78+8=86"
] | Current State: 86:[78, 87, 9, 15], Operations: []
Exploring Operation: 87-15=72, Resulting Numbers: [78, 9, 72]
Generated Node #2: [78, 9, 72] from Operation: 87-15=72
Current State: 86:[78, 9, 72], Operations: ['87-15=72']
Exploring Operation: 72/9=8, Resulting Numbers: [78, 8]
Generated Node #3: [78, 8] from Operatio... | 4 | Current State: 86:[78, 87, 9, 15], Operations: []
Exploring Operation: 87-78=9, Resulting Numbers: [9, 15, 9]
Generated Node #0,0: 86:[9, 15, 9] Operation: 87-78=9
Exploring Operation: 15-9=6, Resulting Numbers: [78, 87, 6]
Generated Node #0,1: 86:[78, 87, 6] Operation: 15-9=6
Exploring Operation: 78+9=87, Resulting Nu... | 0 | hs_5 | sum_heuristic |
[
58,
69,
29,
62
] | 100 | [
"58/29=2",
"62/2=31",
"69+31=100"
] | Current State: 100:[58, 69, 29, 62], Operations: []
Exploring Operation: 58/29=2, Resulting Numbers: [69, 62, 2]
Generated Node #2: [69, 62, 2] from Operation: 58/29=2
Current State: 100:[69, 62, 2], Operations: ['58/29=2']
Exploring Operation: 62/2=31, Resulting Numbers: [69, 31]
Generated Node #3: [69, 31] from Opera... | 4 | Current State: 100:[58, 69, 29, 62], Operations: []
Exploring Operation: 69-62=7, Resulting Numbers: [58, 29, 7]
Generated Node #0,0: 100:[58, 29, 7] Operation: 69-62=7
Start Sub Search at level 1: Moving to Node #0,0
Current State: 100:[58, 29, 7], Operations: ['69-62=7']
Exploring Operation: 58/29=2, Resulting Number... | 0 | hs_1 | sum_heuristic |
[
68,
75,
35,
91
] | 18 | [
"75-68=7",
"35+91=126",
"126/7=18"
] | Current State: 18:[68, 75, 35, 91], Operations: []
Exploring Operation: 75-68=7, Resulting Numbers: [35, 91, 7]
Generated Node #2: [35, 91, 7] from Operation: 75-68=7
Current State: 18:[35, 91, 7], Operations: ['75-68=7']
Exploring Operation: 35+91=126, Resulting Numbers: [7, 126]
Generated Node #3: [7, 126] from Opera... | 4 | Current State: 18:[68, 75, 35, 91], Operations: []
Exploring Operation: 75-68=7, Resulting Numbers: [35, 91, 7]
Generated Node #0,0: 18:[35, 91, 7] Operation: 75-68=7
Exploring Operation: 91-75=16, Resulting Numbers: [68, 35, 16]
Generated Node #0,1: 18:[68, 35, 16] Operation: 91-75=16
Exploring Operation: 91-68=23, Re... | 0 | hs_3 | sum_heuristic |
[
50,
75,
42,
16
] | 53 | [
"50-42=8",
"16*8=128",
"128-75=53"
] | Current State: 53:[50, 75, 42, 16], Operations: []
Exploring Operation: 50-42=8, Resulting Numbers: [75, 16, 8]
Generated Node #2: [75, 16, 8] from Operation: 50-42=8
Current State: 53:[75, 16, 8], Operations: ['50-42=8']
Exploring Operation: 16*8=128, Resulting Numbers: [75, 128]
Generated Node #3: [75, 128] from Oper... | 4 | Current State: 53:[50, 75, 42, 16], Operations: []
Exploring Operation: 42+16=58, Resulting Numbers: [50, 75, 58]
Generated Node #0,0: 53:[50, 75, 58] Operation: 42+16=58
Exploring Operation: 75-16=59, Resulting Numbers: [50, 42, 59]
Generated Node #0,1: 53:[50, 42, 59] Operation: 75-16=59
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
4,
4,
60,
2
] | 92 | [
"4*4=16",
"2*16=32",
"60+32=92"
] | Current State: 92:[4, 4, 60, 2], Operations: []
Exploring Operation: 4*4=16, Resulting Numbers: [60, 2, 16]
Generated Node #2: [60, 2, 16] from Operation: 4*4=16
Current State: 92:[60, 2, 16], Operations: ['4*4=16']
Exploring Operation: 2*16=32, Resulting Numbers: [60, 32]
Generated Node #3: [60, 32] from Operation: 2*... | 4 | Current State: 92:[4, 4, 60, 2], Operations: []
Exploring Operation: 60-4=56, Resulting Numbers: [4, 2, 56]
Generated Node #0,0: 92:[4, 2, 56] Operation: 60-4=56
Exploring Operation: 60/4=15, Resulting Numbers: [4, 2, 15]
Generated Node #0,1: 92:[4, 2, 15] Operation: 60/4=15
Exploring Operation: 60/4=15, Resulting Numb... | 0 | hs_5 | sum_heuristic |
[
98,
21,
46,
12
] | 91 | [
"98-46=52",
"21*52=1092",
"1092/12=91"
] | Current State: 91:[98, 21, 46, 12], Operations: []
Exploring Operation: 98-46=52, Resulting Numbers: [21, 12, 52]
Generated Node #2: [21, 12, 52] from Operation: 98-46=52
Current State: 91:[21, 12, 52], Operations: ['98-46=52']
Exploring Operation: 21*52=1092, Resulting Numbers: [12, 1092]
Generated Node #3: [12, 1092]... | 4 | Current State: 91:[98, 21, 46, 12], Operations: []
Exploring Operation: 46-21=25, Resulting Numbers: [98, 12, 25]
Generated Node #0,0: 91:[98, 12, 25] Operation: 46-21=25
Moving to Node #0,0
Current State: 91:[98, 12, 25], Operations: ['46-21=25']
Exploring Operation: 25-12=13, Resulting Numbers: [98, 13]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
29,
61,
2,
33
] | 30 | [
"29*2=58",
"61-33=28",
"58-28=30"
] | Current State: 30:[29, 61, 2, 33], Operations: []
Exploring Operation: 29*2=58, Resulting Numbers: [61, 33, 58]
Generated Node #2: [61, 33, 58] from Operation: 29*2=58
Current State: 30:[61, 33, 58], Operations: ['29*2=58']
Exploring Operation: 61-33=28, Resulting Numbers: [58, 28]
Generated Node #3: [58, 28] from Oper... | 4 | Current State: 30:[29, 61, 2, 33], Operations: []
Exploring Operation: 33-29=4, Resulting Numbers: [61, 2, 4]
Generated Node #0,0: 30:[61, 2, 4] Operation: 33-29=4
Exploring Operation: 61-33=28, Resulting Numbers: [29, 2, 28]
Generated Node #0,1: 30:[29, 2, 28] Operation: 61-33=28
Exploring Operation: 61-29=32, Resulti... | 0 | hs_5 | mult_heuristic |
[
3,
61,
6,
4
] | 73 | [
"6-3=3",
"4*3=12",
"61+12=73"
] | Current State: 73:[3, 61, 6, 4], Operations: []
Exploring Operation: 6-3=3, Resulting Numbers: [61, 4, 3]
Generated Node #2: [61, 4, 3] from Operation: 6-3=3
Current State: 73:[61, 4, 3], Operations: ['6-3=3']
Exploring Operation: 4*3=12, Resulting Numbers: [61, 12]
Generated Node #3: [61, 12] from Operation: 4*3=12
Cu... | 4 | Current State: 73:[3, 61, 6, 4], Operations: []
Exploring Operation: 3*4=12, Resulting Numbers: [61, 6, 12]
Generated Node #0,0: 73:[61, 6, 12] Operation: 3*4=12
Exploring Operation: 3*6=18, Resulting Numbers: [61, 4, 18]
Generated Node #0,1: 73:[61, 4, 18] Operation: 3*6=18
Exploring Operation: 3+61=64, Resulting Numb... | 0 | hs_4 | sum_heuristic |
[
90,
33,
61,
23
] | 39 | [
"90+33=123",
"61+23=84",
"123-84=39"
] | Current State: 39:[90, 33, 61, 23], Operations: []
Exploring Operation: 90+33=123, Resulting Numbers: [61, 23, 123]
Generated Node #2: [61, 23, 123] from Operation: 90+33=123
Current State: 39:[61, 23, 123], Operations: ['90+33=123']
Exploring Operation: 61+23=84, Resulting Numbers: [123, 84]
Generated Node #3: [123, 8... | 4 | Current State: 39:[90, 33, 61, 23], Operations: []
Exploring Operation: 90-33=57, Resulting Numbers: [61, 23, 57]
Generated Node #0,0: 39:[61, 23, 57] Operation: 90-33=57
Exploring Operation: 90-61=29, Resulting Numbers: [33, 23, 29]
Generated Node #0,1: 39:[33, 23, 29] Operation: 90-61=29
Start Sub Search at level 1: ... | 0.991319 | hs_2 | sum_heuristic |
[
73,
99,
7,
64
] | 78 | [
"99-64=35",
"35/7=5",
"73+5=78"
] | Current State: 78:[73, 99, 7, 64], Operations: []
Exploring Operation: 99-64=35, Resulting Numbers: [73, 7, 35]
Generated Node #2: [73, 7, 35] from Operation: 99-64=35
Current State: 78:[73, 7, 35], Operations: ['99-64=35']
Exploring Operation: 35/7=5, Resulting Numbers: [73, 5]
Generated Node #3: [73, 5] from Operatio... | 4 | Current State: 78:[73, 99, 7, 64], Operations: []
Exploring Operation: 99-64=35, Resulting Numbers: [73, 7, 35]
Generated Node #0,0: 78:[73, 7, 35] Operation: 99-64=35
Moving to Node #0,0
Current State: 78:[73, 7, 35], Operations: ['99-64=35']
Exploring Operation: 73-35=38, Resulting Numbers: [7, 38]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
3,
96,
51,
4
] | 57 | [
"3*4=12",
"96-51=45",
"12+45=57"
] | Current State: 57:[3, 96, 51, 4], Operations: []
Exploring Operation: 3*4=12, Resulting Numbers: [96, 51, 12]
Generated Node #2: [96, 51, 12] from Operation: 3*4=12
Current State: 57:[96, 51, 12], Operations: ['3*4=12']
Exploring Operation: 96-51=45, Resulting Numbers: [12, 45]
Generated Node #3: [12, 45] from Operatio... | 4 | Current State: 57:[3, 96, 51, 4], Operations: []
Exploring Operation: 96/4=24, Resulting Numbers: [3, 51, 24]
Generated Node #0,0: 57:[3, 51, 24] Operation: 96/4=24
Exploring Operation: 96-51=45, Resulting Numbers: [3, 4, 45]
Generated Node #0,1: 57:[3, 4, 45] Operation: 96-51=45
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | sum_heuristic |
[
15,
6,
53,
28
] | 17 | [
"15*28=420",
"420/6=70",
"70-53=17"
] | Current State: 17:[15, 6, 53, 28], Operations: []
Exploring Operation: 15*28=420, Resulting Numbers: [6, 53, 420]
Generated Node #2: [6, 53, 420] from Operation: 15*28=420
Current State: 17:[6, 53, 420], Operations: ['15*28=420']
Exploring Operation: 420/6=70, Resulting Numbers: [53, 70]
Generated Node #3: [53, 70] fro... | 4 | Current State: 17:[15, 6, 53, 28], Operations: []
Exploring Operation: 15+6=21, Resulting Numbers: [53, 28, 21]
Generated Node #0,0: 17:[53, 28, 21] Operation: 15+6=21
Exploring Operation: 28-6=22, Resulting Numbers: [15, 53, 22]
Generated Node #0,1: 17:[15, 53, 22] Operation: 28-6=22
Exploring Operation: 53-6=47, Resu... | 0 | hs_5 | sum_heuristic |
[
32,
65,
2,
39
] | 20 | [
"65+39=104",
"104/2=52",
"52-32=20"
] | Current State: 20:[32, 65, 2, 39], Operations: []
Exploring Operation: 65+39=104, Resulting Numbers: [32, 2, 104]
Generated Node #2: [32, 2, 104] from Operation: 65+39=104
Current State: 20:[32, 2, 104], Operations: ['65+39=104']
Exploring Operation: 104/2=52, Resulting Numbers: [32, 52]
Generated Node #3: [32, 52] fro... | 4 | Current State: 20:[32, 65, 2, 39], Operations: []
Exploring Operation: 65-39=26, Resulting Numbers: [32, 2, 26]
Generated Node #0,0: 20:[32, 2, 26] Operation: 65-39=26
Exploring Operation: 65-32=33, Resulting Numbers: [2, 39, 33]
Generated Node #0,1: 20:[2, 39, 33] Operation: 65-32=33
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
57,
95,
99,
39
] | 92 | [
"57+95=152",
"99-39=60",
"152-60=92"
] | Current State: 92:[57, 95, 99, 39], Operations: []
Exploring Operation: 57+95=152, Resulting Numbers: [99, 39, 152]
Generated Node #2: [99, 39, 152] from Operation: 57+95=152
Current State: 92:[99, 39, 152], Operations: ['57+95=152']
Exploring Operation: 99-39=60, Resulting Numbers: [152, 60]
Generated Node #3: [152, 6... | 4 | Current State: 92:[57, 95, 99, 39], Operations: []
Exploring Operation: 99-57=42, Resulting Numbers: [95, 39, 42]
Generated Node #0,0: 92:[95, 39, 42] Operation: 99-57=42
Moving to Node #0,0
Current State: 92:[95, 39, 42], Operations: ['99-57=42']
Exploring Operation: 42-39=3, Resulting Numbers: [95, 3]
Generated Node ... | 0.993924 | hs_1 | mult_heuristic |
[
4,
3,
9,
28
] | 30 | [
"4+3=7",
"9+28=37",
"37-7=30"
] | Current State: 30:[4, 3, 9, 28], Operations: []
Exploring Operation: 4+3=7, Resulting Numbers: [9, 28, 7]
Generated Node #2: [9, 28, 7] from Operation: 4+3=7
Current State: 30:[9, 28, 7], Operations: ['4+3=7']
Exploring Operation: 9+28=37, Resulting Numbers: [7, 37]
Generated Node #3: [7, 37] from Operation: 9+28=37
Cu... | 4 | Current State: 30:[4, 3, 9, 28], Operations: []
Exploring Operation: 9-4=5, Resulting Numbers: [3, 28, 5]
Generated Node #0,0: 30:[3, 28, 5] Operation: 9-4=5
Exploring Operation: 28/4=7, Resulting Numbers: [3, 9, 7]
Generated Node #0,1: 30:[3, 9, 7] Operation: 28/4=7
Start Sub Search at level 1: Moving to Node #0,0
Cur... | 0 | hs_2 | sum_heuristic |
[
98,
82,
55,
80
] | 11 | [
"98-82=16",
"55*16=880",
"880/80=11"
] | Current State: 11:[98, 82, 55, 80], Operations: []
Exploring Operation: 98-82=16, Resulting Numbers: [55, 80, 16]
Generated Node #2: [55, 80, 16] from Operation: 98-82=16
Current State: 11:[55, 80, 16], Operations: ['98-82=16']
Exploring Operation: 55*16=880, Resulting Numbers: [80, 880]
Generated Node #3: [80, 880] fr... | 4 | Current State: 11:[98, 82, 55, 80], Operations: []
Exploring Operation: 98-80=18, Resulting Numbers: [82, 55, 18]
Generated Node #0,0: 11:[82, 55, 18] Operation: 98-80=18
Exploring Operation: 98-82=16, Resulting Numbers: [55, 80, 16]
Generated Node #0,1: 11:[55, 80, 16] Operation: 98-82=16
Start Sub Search at level 1: ... | 0.990451 | hs_2 | mult_heuristic |
[
12,
72,
21,
83
] | 98 | [
"72/12=6",
"21+83=104",
"104-6=98"
] | Current State: 98:[12, 72, 21, 83], Operations: []
Exploring Operation: 72/12=6, Resulting Numbers: [21, 83, 6]
Generated Node #2: [21, 83, 6] from Operation: 72/12=6
Current State: 98:[21, 83, 6], Operations: ['72/12=6']
Exploring Operation: 21+83=104, Resulting Numbers: [6, 104]
Generated Node #3: [6, 104] from Opera... | 4 | Current State: 98:[12, 72, 21, 83], Operations: []
Exploring Operation: 83-72=11, Resulting Numbers: [12, 21, 11]
Generated Node #0,0: 98:[12, 21, 11] Operation: 83-72=11
Exploring Operation: 21+83=104, Resulting Numbers: [12, 72, 104]
Generated Node #0,1: 98:[12, 72, 104] Operation: 21+83=104
Exploring Operation: 72+2... | 0.932292 | hs_5 | sum_heuristic |
[
73,
12,
24,
15
] | 76 | [
"73+12=85",
"24-15=9",
"85-9=76"
] | Current State: 76:[73, 12, 24, 15], Operations: []
Exploring Operation: 73+12=85, Resulting Numbers: [24, 15, 85]
Generated Node #2: [24, 15, 85] from Operation: 73+12=85
Current State: 76:[24, 15, 85], Operations: ['73+12=85']
Exploring Operation: 24-15=9, Resulting Numbers: [85, 9]
Generated Node #3: [85, 9] from Ope... | 4 | Current State: 76:[73, 12, 24, 15], Operations: []
Exploring Operation: 24/12=2, Resulting Numbers: [73, 15, 2]
Generated Node #0,0: 76:[73, 15, 2] Operation: 24/12=2
Exploring Operation: 12+24=36, Resulting Numbers: [73, 15, 36]
Generated Node #0,1: 76:[73, 15, 36] Operation: 12+24=36
Moving to Node #0,0
Current State... | 0 | hs_2 | sum_heuristic |
[
57,
9,
10,
47
] | 80 | [
"57-47=10",
"9*10=90",
"90-10=80"
] | Current State: 80:[57, 9, 10, 47], Operations: []
Exploring Operation: 57-47=10, Resulting Numbers: [9, 10, 10]
Generated Node #2: [9, 10, 10] from Operation: 57-47=10
Current State: 80:[9, 10, 10], Operations: ['57-47=10']
Exploring Operation: 9*10=90, Resulting Numbers: [90]
90,80 equal: Goal Reached
Exploring Operat... | 4 | Current State: 80:[57, 9, 10, 47], Operations: []
Exploring Operation: 47-9=38, Resulting Numbers: [57, 10, 38]
Generated Node #0,0: 80:[57, 10, 38] Operation: 47-9=38
Exploring Operation: 57+9=66, Resulting Numbers: [10, 47, 66]
Generated Node #0,1: 80:[10, 47, 66] Operation: 57+9=66
Exploring Operation: 57-9=48, Resu... | 0 | hs_5 | mult_heuristic |
[
83,
10,
98,
49
] | 91 | [
"83+10=93",
"98/49=2",
"93-2=91"
] | Current State: 91:[83, 10, 98, 49], Operations: []
Exploring Operation: 83+10=93, Resulting Numbers: [98, 49, 93]
Generated Node #2: [98, 49, 93] from Operation: 83+10=93
Current State: 91:[98, 49, 93], Operations: ['83+10=93']
Exploring Operation: 98/49=2, Resulting Numbers: [93, 2]
Generated Node #3: [93, 2] from Ope... | 4 | Current State: 91:[83, 10, 98, 49], Operations: []
Exploring Operation: 83+10=93, Resulting Numbers: [98, 49, 93]
Generated Node #0,0: 91:[98, 49, 93] Operation: 83+10=93
Exploring Operation: 98/49=2, Resulting Numbers: [83, 10, 2]
Generated Node #0,1: 91:[83, 10, 2] Operation: 98/49=2
Exploring Operation: 98-83=15, Re... | 0.986111 | hs_5 | mult_heuristic |
[
17,
4,
43,
91
] | 35 | [
"17-4=13",
"91-43=48",
"48-13=35"
] | Current State: 35:[17, 4, 43, 91], Operations: []
Exploring Operation: 17-4=13, Resulting Numbers: [43, 91, 13]
Generated Node #2: [43, 91, 13] from Operation: 17-4=13
Current State: 35:[43, 91, 13], Operations: ['17-4=13']
Exploring Operation: 91-43=48, Resulting Numbers: [13, 48]
Generated Node #3: [13, 48] from Oper... | 4 | Current State: 35:[17, 4, 43, 91], Operations: []
Exploring Operation: 91-43=48, Resulting Numbers: [17, 4, 48]
Generated Node #0,0: 35:[17, 4, 48] Operation: 91-43=48
Exploring Operation: 91-17=74, Resulting Numbers: [4, 43, 74]
Generated Node #0,1: 35:[4, 43, 74] Operation: 91-17=74
Start Sub Search at level 1: Movin... | 0.991319 | hs_2 | mult_heuristic |
[
36,
19,
32,
58
] | 81 | [
"36+19=55",
"58-32=26",
"55+26=81"
] | Current State: 81:[36, 19, 32, 58], Operations: []
Exploring Operation: 36+19=55, Resulting Numbers: [32, 58, 55]
Generated Node #2: [32, 58, 55] from Operation: 36+19=55
Current State: 81:[32, 58, 55], Operations: ['36+19=55']
Exploring Operation: 58-32=26, Resulting Numbers: [55, 26]
Generated Node #3: [55, 26] from ... | 4 | Current State: 81:[36, 19, 32, 58], Operations: []
Exploring Operation: 36+58=94, Resulting Numbers: [19, 32, 94]
Generated Node #0,0: 81:[19, 32, 94] Operation: 36+58=94
Exploring Operation: 19+58=77, Resulting Numbers: [36, 32, 77]
Generated Node #0,1: 81:[36, 32, 77] Operation: 19+58=77
Exploring Operation: 58-36=22... | 0.988715 | hs_4 | sum_heuristic |
[
10,
69,
71,
51
] | 46 | [
"71-69=2",
"10/2=5",
"51-5=46"
] | Current State: 46:[10, 69, 71, 51], Operations: []
Exploring Operation: 71-69=2, Resulting Numbers: [10, 51, 2]
Generated Node #2: [10, 51, 2] from Operation: 71-69=2
Current State: 46:[10, 51, 2], Operations: ['71-69=2']
Exploring Operation: 10/2=5, Resulting Numbers: [51, 5]
Generated Node #3: [51, 5] from Operation:... | 4 | Current State: 46:[10, 69, 71, 51], Operations: []
Exploring Operation: 71-51=20, Resulting Numbers: [10, 69, 20]
Generated Node #0,0: 46:[10, 69, 20] Operation: 71-51=20
Exploring Operation: 71-69=2, Resulting Numbers: [10, 51, 2]
Generated Node #0,1: 46:[10, 51, 2] Operation: 71-69=2
Start Sub Search at level 1: Movi... | 0 | hs_2 | mult_heuristic |
[
70,
49,
73,
59
] | 13 | [
"70+49=119",
"73+59=132",
"132-119=13"
] | Current State: 13:[70, 49, 73, 59], Operations: []
Exploring Operation: 70+49=119, Resulting Numbers: [73, 59, 119]
Generated Node #2: [73, 59, 119] from Operation: 70+49=119
Current State: 13:[73, 59, 119], Operations: ['70+49=119']
Exploring Operation: 73+59=132, Resulting Numbers: [119, 132]
Generated Node #3: [119,... | 4 | Current State: 13:[70, 49, 73, 59], Operations: []
Exploring Operation: 73-59=14, Resulting Numbers: [70, 49, 14]
Generated Node #0,0: 13:[70, 49, 14] Operation: 73-59=14
Exploring Operation: 73-70=3, Resulting Numbers: [49, 59, 3]
Generated Node #0,1: 13:[49, 59, 3] Operation: 73-70=3
Exploring Operation: 70-49=21, Re... | 0.987847 | hs_4 | mult_heuristic |
[
14,
6,
9,
15
] | 56 | [
"9+15=24",
"14*24=336",
"336/6=56"
] | Current State: 56:[14, 6, 9, 15], Operations: []
Exploring Operation: 9+15=24, Resulting Numbers: [14, 6, 24]
Generated Node #2: [14, 6, 24] from Operation: 9+15=24
Current State: 56:[14, 6, 24], Operations: ['9+15=24']
Exploring Operation: 14*24=336, Resulting Numbers: [6, 336]
Generated Node #3: [6, 336] from Operati... | 4 | Current State: 56:[14, 6, 9, 15], Operations: []
Exploring Operation: 15-6=9, Resulting Numbers: [14, 9, 9]
Generated Node #0,0: 56:[14, 9, 9] Operation: 15-6=9
Exploring Operation: 6+9=15, Resulting Numbers: [14, 15, 15]
Generated Node #0,1: 56:[14, 15, 15] Operation: 6+9=15
Exploring Operation: 9-6=3, Resulting Numbe... | 0 | hs_4 | mult_heuristic |
[
70,
87,
66,
7
] | 29 | [
"70-66=4",
"7-4=3",
"87/3=29"
] | Current State: 29:[70, 87, 66, 7], Operations: []
Exploring Operation: 70-66=4, Resulting Numbers: [87, 7, 4]
Generated Node #2: [87, 7, 4] from Operation: 70-66=4
Current State: 29:[87, 7, 4], Operations: ['70-66=4']
Exploring Operation: 7-4=3, Resulting Numbers: [87, 3]
Generated Node #3: [87, 3] from Operation: 7-4=... | 4 | Current State: 29:[70, 87, 66, 7], Operations: []
Exploring Operation: 87-66=21, Resulting Numbers: [70, 7, 21]
Generated Node #0,0: 29:[70, 7, 21] Operation: 87-66=21
Exploring Operation: 87-70=17, Resulting Numbers: [66, 7, 17]
Generated Node #0,1: 29:[66, 7, 17] Operation: 87-70=17
Exploring Operation: 70-66=4, Resu... | 0 | hs_4 | sum_heuristic |
[
41,
61,
2,
18
] | 99 | [
"41-18=23",
"61*2=122",
"122-23=99"
] | Current State: 99:[41, 61, 2, 18], Operations: []
Exploring Operation: 41-18=23, Resulting Numbers: [61, 2, 23]
Generated Node #2: [61, 2, 23] from Operation: 41-18=23
Current State: 99:[61, 2, 23], Operations: ['41-18=23']
Exploring Operation: 61*2=122, Resulting Numbers: [23, 122]
Generated Node #3: [23, 122] from Op... | 4 | Current State: 99:[41, 61, 2, 18], Operations: []
Exploring Operation: 18/2=9, Resulting Numbers: [41, 61, 9]
Generated Node #0,0: 99:[41, 61, 9] Operation: 18/2=9
Exploring Operation: 61-18=43, Resulting Numbers: [41, 2, 43]
Generated Node #0,1: 99:[41, 2, 43] Operation: 61-18=43
Exploring Operation: 61-41=20, Resulti... | 0 | hs_5 | sum_heuristic |
[
92,
39,
25,
97
] | 100 | [
"92+25=117",
"117/39=3",
"97+3=100"
] | Current State: 100:[92, 39, 25, 97], Operations: []
Exploring Operation: 92+25=117, Resulting Numbers: [39, 97, 117]
Generated Node #2: [39, 97, 117] from Operation: 92+25=117
Current State: 100:[39, 97, 117], Operations: ['92+25=117']
Exploring Operation: 117/39=3, Resulting Numbers: [97, 3]
Generated Node #3: [97, 3]... | 4 | Current State: 100:[92, 39, 25, 97], Operations: []
Exploring Operation: 92-39=53, Resulting Numbers: [25, 97, 53]
Generated Node #0,0: 100:[25, 97, 53] Operation: 92-39=53
Exploring Operation: 97-92=5, Resulting Numbers: [39, 25, 5]
Generated Node #0,1: 100:[39, 25, 5] Operation: 97-92=5
Start Sub Search at level 1: M... | 0 | hs_2 | sum_heuristic |
[
65,
6,
40,
79
] | 71 | [
"65-40=25",
"6*25=150",
"150-79=71"
] | Current State: 71:[65, 6, 40, 79], Operations: []
Exploring Operation: 65-40=25, Resulting Numbers: [6, 79, 25]
Generated Node #2: [6, 79, 25] from Operation: 65-40=25
Current State: 71:[6, 79, 25], Operations: ['65-40=25']
Exploring Operation: 6*25=150, Resulting Numbers: [79, 150]
Generated Node #3: [79, 150] from Op... | 4 | Current State: 71:[65, 6, 40, 79], Operations: []
Exploring Operation: 65-6=59, Resulting Numbers: [40, 79, 59]
Generated Node #0,0: 71:[40, 79, 59] Operation: 65-6=59
Exploring Operation: 79-6=73, Resulting Numbers: [65, 40, 73]
Generated Node #0,1: 71:[65, 40, 73] Operation: 79-6=73
Exploring Operation: 40-6=34, Resu... | 0 | hs_5 | mult_heuristic |
[
68,
21,
70,
98
] | 56 | [
"70-68=2",
"21*2=42",
"98-42=56"
] | Current State: 56:[68, 21, 70, 98], Operations: []
Exploring Operation: 70-68=2, Resulting Numbers: [21, 98, 2]
Generated Node #2: [21, 98, 2] from Operation: 70-68=2
Current State: 56:[21, 98, 2], Operations: ['70-68=2']
Exploring Operation: 21*2=42, Resulting Numbers: [98, 42]
Generated Node #3: [98, 42] from Operati... | 4 | Current State: 56:[68, 21, 70, 98], Operations: []
Exploring Operation: 98-68=30, Resulting Numbers: [21, 70, 30]
Generated Node #0,0: 56:[21, 70, 30] Operation: 98-68=30
Exploring Operation: 98-70=28, Resulting Numbers: [68, 21, 28]
Generated Node #0,1: 56:[68, 21, 28] Operation: 98-70=28
Moving to Node #0,1
Current S... | 0 | hs_2 | mult_heuristic |
[
44,
39,
78,
27
] | 61 | [
"44*78=3432",
"3432/39=88",
"88-27=61"
] | Current State: 61:[44, 39, 78, 27], Operations: []
Exploring Operation: 44*78=3432, Resulting Numbers: [39, 27, 3432]
Generated Node #2: [39, 27, 3432] from Operation: 44*78=3432
Current State: 61:[39, 27, 3432], Operations: ['44*78=3432']
Exploring Operation: 3432/39=88, Resulting Numbers: [27, 88]
Generated Node #3: ... | 4 | Current State: 61:[44, 39, 78, 27], Operations: []
Exploring Operation: 39+27=66, Resulting Numbers: [44, 78, 66]
Generated Node #0,0: 61:[44, 78, 66] Operation: 39+27=66
Start Sub Search at level 1: Moving to Node #0,0
Current State: 61:[44, 78, 66], Operations: ['39+27=66']
Exploring Operation: 78-44=34, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
16,
12,
11,
86
] | 78 | [
"16*11=176",
"12+86=98",
"176-98=78"
] | Current State: 78:[16, 12, 11, 86], Operations: []
Exploring Operation: 16*11=176, Resulting Numbers: [12, 86, 176]
Generated Node #2: [12, 86, 176] from Operation: 16*11=176
Current State: 78:[12, 86, 176], Operations: ['16*11=176']
Exploring Operation: 12+86=98, Resulting Numbers: [176, 98]
Generated Node #3: [176, 9... | 4 | Current State: 78:[16, 12, 11, 86], Operations: []
Exploring Operation: 86-11=75, Resulting Numbers: [16, 12, 75]
Generated Node #0,0: 78:[16, 12, 75] Operation: 86-11=75
Start Sub Search at level 1: Moving to Node #0,0
Current State: 78:[16, 12, 75], Operations: ['86-11=75']
Exploring Operation: 16-12=4, Resulting Num... | 0 | hs_1 | mult_heuristic |
[
50,
16,
75,
69
] | 46 | [
"75-69=6",
"16*6=96",
"96-50=46"
] | Current State: 46:[50, 16, 75, 69], Operations: []
Exploring Operation: 75-69=6, Resulting Numbers: [50, 16, 6]
Generated Node #2: [50, 16, 6] from Operation: 75-69=6
Current State: 46:[50, 16, 6], Operations: ['75-69=6']
Exploring Operation: 16*6=96, Resulting Numbers: [50, 96]
Generated Node #3: [50, 96] from Operati... | 4 | Current State: 46:[50, 16, 75, 69], Operations: []
Exploring Operation: 69-50=19, Resulting Numbers: [16, 75, 19]
Generated Node #0,0: 46:[16, 75, 19] Operation: 69-50=19
Exploring Operation: 75-69=6, Resulting Numbers: [50, 16, 6]
Generated Node #0,1: 46:[50, 16, 6] Operation: 75-69=6
Exploring Operation: 75-50=25, Re... | 0 | hs_4 | mult_heuristic |
[
34,
1,
30,
1
] | 13 | [
"1+1=2",
"34/2=17",
"30-17=13"
] | Current State: 13:[34, 1, 30, 1], Operations: []
Exploring Operation: 1+1=2, Resulting Numbers: [34, 30, 2]
Generated Node #2: [34, 30, 2] from Operation: 1+1=2
Current State: 13:[34, 30, 2], Operations: ['1+1=2']
Exploring Operation: 34/2=17, Resulting Numbers: [30, 17]
Generated Node #3: [30, 17] from Operation: 34/2... | 4 | Current State: 13:[34, 1, 30, 1], Operations: []
Exploring Operation: 34-30=4, Resulting Numbers: [1, 1, 4]
Generated Node #0,0: 13:[1, 1, 4] Operation: 34-30=4
Exploring Operation: 30-1=29, Resulting Numbers: [34, 1, 29]
Generated Node #0,1: 13:[34, 1, 29] Operation: 30-1=29
Exploring Operation: 1+1=2, Resulting Numbe... | 0.944444 | hs_5 | mult_heuristic |
[
50,
68,
81,
88
] | 25 | [
"68-50=18",
"88-81=7",
"18+7=25"
] | Current State: 25:[50, 68, 81, 88], Operations: []
Exploring Operation: 68-50=18, Resulting Numbers: [81, 88, 18]
Generated Node #2: [81, 88, 18] from Operation: 68-50=18
Current State: 25:[81, 88, 18], Operations: ['68-50=18']
Exploring Operation: 88-81=7, Resulting Numbers: [18, 7]
Generated Node #3: [18, 7] from Ope... | 4 | Current State: 25:[50, 68, 81, 88], Operations: []
Exploring Operation: 88-81=7, Resulting Numbers: [50, 68, 7]
Generated Node #0,0: 25:[50, 68, 7] Operation: 88-81=7
Exploring Operation: 81-68=13, Resulting Numbers: [50, 88, 13]
Generated Node #0,1: 25:[50, 88, 13] Operation: 81-68=13
Exploring Operation: 88-68=20, Re... | 0.987847 | hs_4 | mult_heuristic |
[
5,
7,
66,
13
] | 77 | [
"7-5=2",
"66+13=79",
"79-2=77"
] | Current State: 77:[5, 7, 66, 13], Operations: []
Exploring Operation: 7-5=2, Resulting Numbers: [66, 13, 2]
Generated Node #2: [66, 13, 2] from Operation: 7-5=2
Current State: 77:[66, 13, 2], Operations: ['7-5=2']
Exploring Operation: 66+13=79, Resulting Numbers: [2, 79]
Generated Node #3: [2, 79] from Operation: 66+13... | 4 | Current State: 77:[5, 7, 66, 13], Operations: []
Exploring Operation: 5+66=71, Resulting Numbers: [7, 13, 71]
Generated Node #0,0: 77:[7, 13, 71] Operation: 5+66=71
Exploring Operation: 66+13=79, Resulting Numbers: [5, 7, 79]
Generated Node #0,1: 77:[5, 7, 79] Operation: 66+13=79
Moving to Node #0,1
Current State: 77:[... | 0.988715 | hs_2 | sum_heuristic |
[
96,
49,
65,
5
] | 35 | [
"96-5=91",
"49*65=3185",
"3185/91=35"
] | Current State: 35:[96, 49, 65, 5], Operations: []
Exploring Operation: 96-5=91, Resulting Numbers: [49, 65, 91]
Generated Node #2: [49, 65, 91] from Operation: 96-5=91
Current State: 35:[49, 65, 91], Operations: ['96-5=91']
Exploring Operation: 49*65=3185, Resulting Numbers: [91, 3185]
Generated Node #3: [91, 3185] fro... | 4 | Current State: 35:[96, 49, 65, 5], Operations: []
Exploring Operation: 96-5=91, Resulting Numbers: [49, 65, 91]
Generated Node #0,0: 35:[49, 65, 91] Operation: 96-5=91
Exploring Operation: 65/5=13, Resulting Numbers: [96, 49, 13]
Generated Node #0,1: 35:[96, 49, 13] Operation: 65/5=13
Exploring Operation: 96-49=47, Res... | 0 | hs_5 | mult_heuristic |
[
49,
15,
2,
13
] | 33 | [
"49-13=36",
"36/2=18",
"15+18=33"
] | Current State: 33:[49, 15, 2, 13], Operations: []
Exploring Operation: 49-13=36, Resulting Numbers: [15, 2, 36]
Generated Node #2: [15, 2, 36] from Operation: 49-13=36
Current State: 33:[15, 2, 36], Operations: ['49-13=36']
Exploring Operation: 36/2=18, Resulting Numbers: [15, 18]
Generated Node #3: [15, 18] from Opera... | 4 | Current State: 33:[49, 15, 2, 13], Operations: []
Exploring Operation: 49-13=36, Resulting Numbers: [15, 2, 36]
Generated Node #0,0: 33:[15, 2, 36] Operation: 49-13=36
Exploring Operation: 49-15=34, Resulting Numbers: [2, 13, 34]
Generated Node #0,1: 33:[2, 13, 34] Operation: 49-15=34
Moving to Node #0,1
Current State:... | 0 | hs_2 | sum_heuristic |
[
95,
88,
48,
48
] | 87 | [
"95+88=183",
"48+48=96",
"183-96=87"
] | Current State: 87:[95, 88, 48, 48], Operations: []
Exploring Operation: 95+88=183, Resulting Numbers: [48, 48, 183]
Generated Node #2: [48, 48, 183] from Operation: 95+88=183
Current State: 87:[48, 48, 183], Operations: ['95+88=183']
Exploring Operation: 48+48=96, Resulting Numbers: [183, 96]
Generated Node #3: [183, 9... | 4 | Current State: 87:[95, 88, 48, 48], Operations: []
Exploring Operation: 48/48=1, Resulting Numbers: [95, 88, 1]
Generated Node #0,0: 87:[95, 88, 1] Operation: 48/48=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 87:[95, 88, 1], Operations: ['48/48=1']
Exploring Operation: 95-88=7, Resulting Numbers: ... | 0 | hs_1 | mult_heuristic |
[
11,
88,
14,
26
] | 92 | [
"11*14=154",
"88-26=62",
"154-62=92"
] | Current State: 92:[11, 88, 14, 26], Operations: []
Exploring Operation: 11*14=154, Resulting Numbers: [88, 26, 154]
Generated Node #2: [88, 26, 154] from Operation: 11*14=154
Current State: 92:[88, 26, 154], Operations: ['11*14=154']
Exploring Operation: 88-26=62, Resulting Numbers: [154, 62]
Generated Node #3: [154, 6... | 4 | Current State: 92:[11, 88, 14, 26], Operations: []
Exploring Operation: 14-11=3, Resulting Numbers: [88, 26, 3]
Generated Node #0,0: 92:[88, 26, 3] Operation: 14-11=3
Start Sub Search at level 1: Moving to Node #0,0
Current State: 92:[88, 26, 3], Operations: ['14-11=3']
Exploring Operation: 88+3=91, Resulting Numbers: ... | 0 | hs_1 | mult_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.