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 |
|---|---|---|---|---|---|---|---|---|
[
73,
41,
66,
18
] | 80 | [
"73-41=32",
"66-18=48",
"32+48=80"
] | Current State: 80:[73, 41, 66, 18], Operations: []
Exploring Operation: 73-41=32, Resulting Numbers: [66, 18, 32]
Generated Node #2: [66, 18, 32] from Operation: 73-41=32
Current State: 80:[66, 18, 32], Operations: ['73-41=32']
Exploring Operation: 66-18=48, Resulting Numbers: [32, 48]
Generated Node #3: [32, 48] from ... | 4 | Current State: 80:[73, 41, 66, 18], Operations: []
Exploring Operation: 73-66=7, Resulting Numbers: [41, 18, 7]
Generated Node #0,0: 80:[41, 18, 7] Operation: 73-66=7
Moving to Node #0,0
Current State: 80:[41, 18, 7], Operations: ['73-66=7']
Exploring Operation: 18-7=11, Resulting Numbers: [41, 11]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
63,
47,
48,
89
] | 57 | [
"63-47=16",
"89-48=41",
"16+41=57"
] | Current State: 57:[63, 47, 48, 89], Operations: []
Exploring Operation: 63-47=16, Resulting Numbers: [48, 89, 16]
Generated Node #2: [48, 89, 16] from Operation: 63-47=16
Current State: 57:[48, 89, 16], Operations: ['63-47=16']
Exploring Operation: 89-48=41, Resulting Numbers: [16, 41]
Generated Node #3: [16, 41] from ... | 4 | Current State: 57:[63, 47, 48, 89], Operations: []
Exploring Operation: 48-47=1, Resulting Numbers: [63, 89, 1]
Generated Node #0,0: 57:[63, 89, 1] Operation: 48-47=1
Exploring Operation: 89-48=41, Resulting Numbers: [63, 47, 41]
Generated Node #0,1: 57:[63, 47, 41] Operation: 89-48=41
Exploring Operation: 89-47=42, Re... | 0.965278 | hs_4 | sum_heuristic |
[
66,
18,
42,
62
] | 30 | [
"66-62=4",
"18*4=72",
"72-42=30"
] | Current State: 30:[66, 18, 42, 62], Operations: []
Exploring Operation: 66-62=4, Resulting Numbers: [18, 42, 4]
Generated Node #2: [18, 42, 4] from Operation: 66-62=4
Current State: 30:[18, 42, 4], Operations: ['66-62=4']
Exploring Operation: 18*4=72, Resulting Numbers: [42, 72]
Generated Node #3: [42, 72] from Operati... | 4 | Current State: 30:[66, 18, 42, 62], Operations: []
Exploring Operation: 66-62=4, Resulting Numbers: [18, 42, 4]
Generated Node #0,0: 30:[18, 42, 4] Operation: 66-62=4
Exploring Operation: 66-42=24, Resulting Numbers: [18, 62, 24]
Generated Node #0,1: 30:[18, 62, 24] Operation: 66-42=24
Exploring Operation: 62-42=20, Re... | 0 | hs_3 | sum_heuristic |
[
91,
36,
43,
14
] | 89 | [
"43-36=7",
"14/7=2",
"91-2=89"
] | Current State: 89:[91, 36, 43, 14], Operations: []
Exploring Operation: 43-36=7, Resulting Numbers: [91, 14, 7]
Generated Node #2: [91, 14, 7] from Operation: 43-36=7
Current State: 89:[91, 14, 7], Operations: ['43-36=7']
Exploring Operation: 14/7=2, Resulting Numbers: [91, 2]
Generated Node #3: [91, 2] from Operation:... | 4 | Current State: 89:[91, 36, 43, 14], Operations: []
Exploring Operation: 43+14=57, Resulting Numbers: [91, 36, 57]
Generated Node #0,0: 89:[91, 36, 57] Operation: 43+14=57
Exploring Operation: 36+14=50, Resulting Numbers: [91, 43, 50]
Generated Node #0,1: 89:[91, 43, 50] Operation: 36+14=50
Exploring Operation: 91-14=77... | 0 | hs_5 | mult_heuristic |
[
57,
83,
5,
55
] | 75 | [
"83-57=26",
"5*26=130",
"130-55=75"
] | Current State: 75:[57, 83, 5, 55], Operations: []
Exploring Operation: 83-57=26, Resulting Numbers: [5, 55, 26]
Generated Node #2: [5, 55, 26] from Operation: 83-57=26
Current State: 75:[5, 55, 26], Operations: ['83-57=26']
Exploring Operation: 5*26=130, Resulting Numbers: [55, 130]
Generated Node #3: [55, 130] from Op... | 4 | Current State: 75:[57, 83, 5, 55], Operations: []
Exploring Operation: 57-55=2, Resulting Numbers: [83, 5, 2]
Generated Node #0,0: 75:[83, 5, 2] Operation: 57-55=2
Exploring Operation: 57+5=62, Resulting Numbers: [83, 55, 62]
Generated Node #0,1: 75:[83, 55, 62] Operation: 57+5=62
Exploring Operation: 83-57=26, Resulti... | 0 | hs_5 | sum_heuristic |
[
89,
37,
7,
66
] | 10 | [
"89*7=623",
"37+623=660",
"660/66=10"
] | Current State: 10:[89, 37, 7, 66], Operations: []
Exploring Operation: 89*7=623, Resulting Numbers: [37, 66, 623]
Generated Node #2: [37, 66, 623] from Operation: 89*7=623
Current State: 10:[37, 66, 623], Operations: ['89*7=623']
Exploring Operation: 37+623=660, Resulting Numbers: [66, 660]
Generated Node #3: [66, 660]... | 4 | Current State: 10:[89, 37, 7, 66], Operations: []
Exploring Operation: 89-66=23, Resulting Numbers: [37, 7, 23]
Generated Node #0,0: 10:[37, 7, 23] Operation: 89-66=23
Start Sub Search at level 1: Moving to Node #0,0
Current State: 10:[37, 7, 23], Operations: ['89-66=23']
Exploring Operation: 37-23=14, Resulting Number... | 0 | hs_1 | sum_heuristic |
[
11,
40,
4,
75
] | 56 | [
"75-11=64",
"64/4=16",
"40+16=56"
] | Current State: 56:[11, 40, 4, 75], Operations: []
Exploring Operation: 75-11=64, Resulting Numbers: [40, 4, 64]
Generated Node #2: [40, 4, 64] from Operation: 75-11=64
Current State: 56:[40, 4, 64], Operations: ['75-11=64']
Exploring Operation: 64/4=16, Resulting Numbers: [40, 16]
Generated Node #3: [40, 16] from Opera... | 4 | Current State: 56:[11, 40, 4, 75], Operations: []
Exploring Operation: 40/4=10, Resulting Numbers: [11, 75, 10]
Generated Node #0,0: 56:[11, 75, 10] Operation: 40/4=10
Exploring Operation: 11+40=51, Resulting Numbers: [4, 75, 51]
Generated Node #0,1: 56:[4, 75, 51] Operation: 11+40=51
Exploring Operation: 75-11=64, Res... | 0.970486 | hs_5 | mult_heuristic |
[
89,
20,
16,
33
] | 43 | [
"20-16=4",
"33*4=132",
"132-89=43"
] | Current State: 43:[89, 20, 16, 33], Operations: []
Exploring Operation: 20-16=4, Resulting Numbers: [89, 33, 4]
Generated Node #2: [89, 33, 4] from Operation: 20-16=4
Current State: 43:[89, 33, 4], Operations: ['20-16=4']
Exploring Operation: 33*4=132, Resulting Numbers: [89, 132]
Generated Node #3: [89, 132] from Oper... | 4 | Current State: 43:[89, 20, 16, 33], Operations: []
Exploring Operation: 89-20=69, Resulting Numbers: [16, 33, 69]
Generated Node #0,0: 43:[16, 33, 69] Operation: 89-20=69
Exploring Operation: 89-16=73, Resulting Numbers: [20, 33, 73]
Generated Node #0,1: 43:[20, 33, 73] Operation: 89-16=73
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
92,
63,
2,
60
] | 94 | [
"92-60=32",
"63*2=126",
"126-32=94"
] | Current State: 94:[92, 63, 2, 60], Operations: []
Exploring Operation: 92-60=32, Resulting Numbers: [63, 2, 32]
Generated Node #2: [63, 2, 32] from Operation: 92-60=32
Current State: 94:[63, 2, 32], Operations: ['92-60=32']
Exploring Operation: 63*2=126, Resulting Numbers: [32, 126]
Generated Node #3: [32, 126] from Op... | 4 | Current State: 94:[92, 63, 2, 60], Operations: []
Exploring Operation: 92+2=94, Resulting Numbers: [63, 60, 94]
Generated Node #0,0: 94:[63, 60, 94] Operation: 92+2=94
Exploring Operation: 63-2=61, Resulting Numbers: [92, 60, 61]
Generated Node #0,1: 94:[92, 60, 61] Operation: 63-2=61
Exploring Operation: 63-60=3, Resu... | 0 | hs_4 | sum_heuristic |
[
80,
10,
6,
21
] | 56 | [
"80-10=70",
"6*21=126",
"126-70=56"
] | Current State: 56:[80, 10, 6, 21], Operations: []
Exploring Operation: 80-10=70, Resulting Numbers: [6, 21, 70]
Generated Node #2: [6, 21, 70] from Operation: 80-10=70
Current State: 56:[6, 21, 70], Operations: ['80-10=70']
Exploring Operation: 6*21=126, Resulting Numbers: [70, 126]
Generated Node #3: [70, 126] from Op... | 4 | Current State: 56:[80, 10, 6, 21], Operations: []
Exploring Operation: 80-10=70, Resulting Numbers: [6, 21, 70]
Generated Node #0,0: 56:[6, 21, 70] Operation: 80-10=70
Exploring Operation: 80-21=59, Resulting Numbers: [10, 6, 59]
Generated Node #0,1: 56:[10, 6, 59] Operation: 80-21=59
Exploring Operation: 80/10=8, Resu... | 0 | hs_3 | sum_heuristic |
[
8,
32,
13,
73
] | 15 | [
"32/8=4",
"73-13=60",
"60/4=15"
] | Current State: 15:[8, 32, 13, 73], Operations: []
Exploring Operation: 32/8=4, Resulting Numbers: [13, 73, 4]
Generated Node #2: [13, 73, 4] from Operation: 32/8=4
Current State: 15:[13, 73, 4], Operations: ['32/8=4']
Exploring Operation: 73-13=60, Resulting Numbers: [4, 60]
Generated Node #3: [4, 60] from Operation: 7... | 4 | Current State: 15:[8, 32, 13, 73], Operations: []
Exploring Operation: 32/8=4, Resulting Numbers: [13, 73, 4]
Generated Node #0,0: 15:[13, 73, 4] Operation: 32/8=4
Exploring Operation: 73-32=41, Resulting Numbers: [8, 13, 41]
Generated Node #0,1: 15:[8, 13, 41] Operation: 73-32=41
Exploring Operation: 32-13=19, Resulti... | 0.979167 | hs_3 | sum_heuristic |
[
7,
57,
75,
64
] | 26 | [
"64-57=7",
"7*7=49",
"75-49=26"
] | Current State: 26:[7, 57, 75, 64], Operations: []
Exploring Operation: 64-57=7, Resulting Numbers: [7, 75, 7]
Generated Node #2: [7, 75, 7] from Operation: 64-57=7
Current State: 26:[7, 75, 7], Operations: ['64-57=7']
Exploring Operation: 7*7=49, Resulting Numbers: [75, 49]
Generated Node #3: [75, 49] from Operation: 7... | 4 | Current State: 26:[7, 57, 75, 64], Operations: []
Exploring Operation: 57-7=50, Resulting Numbers: [75, 64, 50]
Generated Node #0,0: 26:[75, 64, 50] Operation: 57-7=50
Exploring Operation: 75-57=18, Resulting Numbers: [7, 64, 18]
Generated Node #0,1: 26:[7, 64, 18] Operation: 75-57=18
Exploring Operation: 75-64=11, Res... | 0 | hs_4 | sum_heuristic |
[
74,
90,
81,
13
] | 11 | [
"81-74=7",
"90-13=77",
"77/7=11"
] | Current State: 11:[74, 90, 81, 13], Operations: []
Exploring Operation: 81-74=7, Resulting Numbers: [90, 13, 7]
Generated Node #2: [90, 13, 7] from Operation: 81-74=7
Current State: 11:[90, 13, 7], Operations: ['81-74=7']
Exploring Operation: 90-13=77, Resulting Numbers: [7, 77]
Generated Node #3: [7, 77] from Operatio... | 4 | Current State: 11:[74, 90, 81, 13], Operations: []
Exploring Operation: 81-74=7, Resulting Numbers: [90, 13, 7]
Generated Node #0,0: 11:[90, 13, 7] Operation: 81-74=7
Exploring Operation: 90-74=16, Resulting Numbers: [81, 13, 16]
Generated Node #0,1: 11:[81, 13, 16] Operation: 90-74=16
Exploring Operation: 90-81=9, Res... | 0.969618 | hs_3 | mult_heuristic |
[
38,
78,
60,
41
] | 86 | [
"41-38=3",
"78/3=26",
"60+26=86"
] | Current State: 86:[38, 78, 60, 41], Operations: []
Exploring Operation: 41-38=3, Resulting Numbers: [78, 60, 3]
Generated Node #2: [78, 60, 3] from Operation: 41-38=3
Current State: 86:[78, 60, 3], Operations: ['41-38=3']
Exploring Operation: 78/3=26, Resulting Numbers: [60, 26]
Generated Node #3: [60, 26] from Operati... | 4 | Current State: 86:[38, 78, 60, 41], Operations: []
Exploring Operation: 78-38=40, Resulting Numbers: [60, 41, 40]
Generated Node #0,0: 86:[60, 41, 40] Operation: 78-38=40
Exploring Operation: 78-60=18, Resulting Numbers: [38, 41, 18]
Generated Node #0,1: 86:[38, 41, 18] Operation: 78-60=18
Exploring Operation: 78-41=37... | 0 | hs_5 | mult_heuristic |
[
45,
23,
15,
75
] | 64 | [
"45*23=1035",
"1035-75=960",
"960/15=64"
] | Current State: 64:[45, 23, 15, 75], Operations: []
Exploring Operation: 45*23=1035, Resulting Numbers: [15, 75, 1035]
Generated Node #2: [15, 75, 1035] from Operation: 45*23=1035
Current State: 64:[15, 75, 1035], Operations: ['45*23=1035']
Exploring Operation: 1035-75=960, Resulting Numbers: [15, 960]
Generated Node #3... | 4 | Current State: 64:[45, 23, 15, 75], Operations: []
Exploring Operation: 45-23=22, Resulting Numbers: [15, 75, 22]
Generated Node #0,0: 64:[15, 75, 22] Operation: 45-23=22
Exploring Operation: 75-45=30, Resulting Numbers: [23, 15, 30]
Generated Node #0,1: 64:[23, 15, 30] Operation: 75-45=30
Exploring Operation: 45+23=68... | 0 | hs_3 | sum_heuristic |
[
11,
60,
20,
1
] | 62 | [
"11-1=10",
"20/10=2",
"60+2=62"
] | Current State: 62:[11, 60, 20, 1], Operations: []
Exploring Operation: 11-1=10, Resulting Numbers: [60, 20, 10]
Generated Node #2: [60, 20, 10] from Operation: 11-1=10
Current State: 62:[60, 20, 10], Operations: ['11-1=10']
Exploring Operation: 20/10=2, Resulting Numbers: [60, 2]
Generated Node #3: [60, 2] from Operati... | 4 | Current State: 62:[11, 60, 20, 1], Operations: []
Exploring Operation: 20-11=9, Resulting Numbers: [60, 1, 9]
Generated Node #0,0: 62:[60, 1, 9] Operation: 20-11=9
Exploring Operation: 60/20=3, Resulting Numbers: [11, 1, 3]
Generated Node #0,1: 62:[11, 1, 3] Operation: 60/20=3
Exploring Operation: 11+20=31, Resulting N... | 0 | hs_3 | mult_heuristic |
[
70,
13,
20,
19
] | 17 | [
"70-13=57",
"57/19=3",
"20-3=17"
] | Current State: 17:[70, 13, 20, 19], Operations: []
Exploring Operation: 70-13=57, Resulting Numbers: [20, 19, 57]
Generated Node #2: [20, 19, 57] from Operation: 70-13=57
Current State: 17:[20, 19, 57], Operations: ['70-13=57']
Exploring Operation: 57/19=3, Resulting Numbers: [20, 3]
Generated Node #3: [20, 3] from Ope... | 4 | Current State: 17:[70, 13, 20, 19], Operations: []
Exploring Operation: 70-20=50, Resulting Numbers: [13, 19, 50]
Generated Node #0,0: 17:[13, 19, 50] Operation: 70-20=50
Exploring Operation: 70-13=57, Resulting Numbers: [20, 19, 57]
Generated Node #0,1: 17:[20, 19, 57] Operation: 70-13=57
Exploring Operation: 70-19=51... | 0.969618 | hs_3 | sum_heuristic |
[
81,
85,
96,
73
] | 73 | [
"81-73=8",
"96/8=12",
"85-12=73"
] | Current State: 73:[81, 85, 96, 73], Operations: []
Exploring Operation: 81-73=8, Resulting Numbers: [85, 96, 8]
Generated Node #2: [85, 96, 8] from Operation: 81-73=8
Current State: 73:[85, 96, 8], Operations: ['81-73=8']
Exploring Operation: 96/8=12, Resulting Numbers: [85, 12]
Generated Node #3: [85, 12] from Operati... | 4 | Current State: 73:[81, 85, 96, 73], Operations: []
Exploring Operation: 96-85=11, Resulting Numbers: [81, 73, 11]
Generated Node #0,0: 73:[81, 73, 11] Operation: 96-85=11
Exploring Operation: 85-73=12, Resulting Numbers: [81, 96, 12]
Generated Node #0,1: 73:[81, 96, 12] Operation: 85-73=12
Exploring Operation: 96-81=15... | 0.91059 | hs_5 | sum_heuristic |
[
58,
32,
68,
98
] | 13 | [
"68-58=10",
"32+98=130",
"130/10=13"
] | Current State: 13:[58, 32, 68, 98], Operations: []
Exploring Operation: 68-58=10, Resulting Numbers: [32, 98, 10]
Generated Node #2: [32, 98, 10] from Operation: 68-58=10
Current State: 13:[32, 98, 10], Operations: ['68-58=10']
Exploring Operation: 32+98=130, Resulting Numbers: [10, 130]
Generated Node #3: [10, 130] fr... | 4 | Current State: 13:[58, 32, 68, 98], Operations: []
Exploring Operation: 98-68=30, Resulting Numbers: [58, 32, 30]
Generated Node #0,0: 13:[58, 32, 30] Operation: 98-68=30
Start Sub Search at level 1: Moving to Node #0,0
Current State: 13:[58, 32, 30], Operations: ['98-68=30']
Exploring Operation: 58-32=26, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
28,
85,
83,
47
] | 73 | [
"85-28=57",
"83+47=130",
"130-57=73"
] | Current State: 73:[28, 85, 83, 47], Operations: []
Exploring Operation: 85-28=57, Resulting Numbers: [83, 47, 57]
Generated Node #2: [83, 47, 57] from Operation: 85-28=57
Current State: 73:[83, 47, 57], Operations: ['85-28=57']
Exploring Operation: 83+47=130, Resulting Numbers: [57, 130]
Generated Node #3: [57, 130] fr... | 4 | Current State: 73:[28, 85, 83, 47], Operations: []
Exploring Operation: 28+47=75, Resulting Numbers: [85, 83, 75]
Generated Node #0,0: 73:[85, 83, 75] Operation: 28+47=75
Exploring Operation: 85-28=57, Resulting Numbers: [83, 47, 57]
Generated Node #0,1: 73:[83, 47, 57] Operation: 85-28=57
Exploring Operation: 83-28=55... | 0.988715 | hs_3 | sum_heuristic |
[
48,
48,
20,
10
] | 48 | [
"48+48=96",
"20/10=2",
"96/2=48"
] | Current State: 48:[48, 48, 20, 10], Operations: []
Exploring Operation: 48+48=96, Resulting Numbers: [20, 10, 96]
Generated Node #2: [20, 10, 96] from Operation: 48+48=96
Current State: 48:[20, 10, 96], Operations: ['48+48=96']
Exploring Operation: 20/10=2, Resulting Numbers: [96, 2]
Generated Node #3: [96, 2] from Ope... | 4 | Current State: 48:[48, 48, 20, 10], Operations: []
Exploring Operation: 20/10=2, Resulting Numbers: [48, 48, 2]
Generated Node #0,0: 48:[48, 48, 2] Operation: 20/10=2
Exploring Operation: 20-10=10, Resulting Numbers: [48, 48, 10]
Generated Node #0,1: 48:[48, 48, 10] Operation: 20-10=10
Moving to Node #0,0
Current State... | 0 | hs_2 | mult_heuristic |
[
58,
95,
91,
41
] | 61 | [
"58*95=5510",
"41+5510=5551",
"5551/91=61"
] | Current State: 61:[58, 95, 91, 41], Operations: []
Exploring Operation: 58*95=5510, Resulting Numbers: [91, 41, 5510]
Generated Node #2: [91, 41, 5510] from Operation: 58*95=5510
Current State: 61:[91, 41, 5510], Operations: ['58*95=5510']
Exploring Operation: 41+5510=5551, Resulting Numbers: [91, 5551]
Generated Node ... | 4 | Current State: 61:[58, 95, 91, 41], Operations: []
Exploring Operation: 95-41=54, Resulting Numbers: [58, 91, 54]
Generated Node #0,0: 61:[58, 91, 54] Operation: 95-41=54
Exploring Operation: 95-58=37, Resulting Numbers: [91, 41, 37]
Generated Node #0,1: 61:[91, 41, 37] Operation: 95-58=37
Exploring Operation: 91-41=50... | 0 | hs_3 | mult_heuristic |
[
30,
66,
16,
21
] | 41 | [
"66-30=36",
"21-16=5",
"36+5=41"
] | Current State: 41:[30, 66, 16, 21], Operations: []
Exploring Operation: 66-30=36, Resulting Numbers: [16, 21, 36]
Generated Node #2: [16, 21, 36] from Operation: 66-30=36
Current State: 41:[16, 21, 36], Operations: ['66-30=36']
Exploring Operation: 21-16=5, Resulting Numbers: [36, 5]
Generated Node #3: [36, 5] from Ope... | 4 | Current State: 41:[30, 66, 16, 21], Operations: []
Exploring Operation: 66-30=36, Resulting Numbers: [16, 21, 36]
Generated Node #0,0: 41:[16, 21, 36] Operation: 66-30=36
Exploring Operation: 16+21=37, Resulting Numbers: [30, 66, 37]
Generated Node #0,1: 41:[30, 66, 37] Operation: 16+21=37
Exploring Operation: 66-16=50... | 0.975694 | hs_4 | sum_heuristic |
[
96,
98,
78,
94
] | 40 | [
"96-94=2",
"98-78=20",
"2*20=40"
] | Current State: 40:[96, 98, 78, 94], Operations: []
Exploring Operation: 96-94=2, Resulting Numbers: [98, 78, 2]
Generated Node #2: [98, 78, 2] from Operation: 96-94=2
Current State: 40:[98, 78, 2], Operations: ['96-94=2']
Exploring Operation: 98-78=20, Resulting Numbers: [2, 20]
Generated Node #3: [2, 20] from Operatio... | 4 | Current State: 40:[96, 98, 78, 94], Operations: []
Exploring Operation: 96-94=2, Resulting Numbers: [98, 78, 2]
Generated Node #0,0: 40:[98, 78, 2] Operation: 96-94=2
Exploring Operation: 98-78=20, Resulting Numbers: [96, 94, 20]
Generated Node #0,1: 40:[96, 94, 20] Operation: 98-78=20
Exploring Operation: 98-96=2, Res... | 0.950521 | hs_5 | sum_heuristic |
[
85,
52,
58,
30
] | 80 | [
"58-52=6",
"30/6=5",
"85-5=80"
] | Current State: 80:[85, 52, 58, 30], Operations: []
Exploring Operation: 58-52=6, Resulting Numbers: [85, 30, 6]
Generated Node #2: [85, 30, 6] from Operation: 58-52=6
Current State: 80:[85, 30, 6], Operations: ['58-52=6']
Exploring Operation: 30/6=5, Resulting Numbers: [85, 5]
Generated Node #3: [85, 5] from Operation:... | 4 | Current State: 80:[85, 52, 58, 30], Operations: []
Exploring Operation: 58+30=88, Resulting Numbers: [85, 52, 88]
Generated Node #0,0: 80:[85, 52, 88] Operation: 58+30=88
Exploring Operation: 52-30=22, Resulting Numbers: [85, 58, 22]
Generated Node #0,1: 80:[85, 58, 22] Operation: 52-30=22
Exploring Operation: 58-52=6,... | 0.976563 | hs_4 | sum_heuristic |
[
51,
11,
36,
12
] | 37 | [
"51-11=40",
"36/12=3",
"40-3=37"
] | Current State: 37:[51, 11, 36, 12], Operations: []
Exploring Operation: 51-11=40, Resulting Numbers: [36, 12, 40]
Generated Node #2: [36, 12, 40] from Operation: 51-11=40
Current State: 37:[36, 12, 40], Operations: ['51-11=40']
Exploring Operation: 36/12=3, Resulting Numbers: [40, 3]
Generated Node #3: [40, 3] from Ope... | 4 | Current State: 37:[51, 11, 36, 12], Operations: []
Exploring Operation: 51-11=40, Resulting Numbers: [36, 12, 40]
Generated Node #0,0: 37:[36, 12, 40] Operation: 51-11=40
Moving to Node #0,0
Current State: 37:[36, 12, 40], Operations: ['51-11=40']
Exploring Operation: 40-12=28, Resulting Numbers: [36, 28]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
96,
48,
78,
9
] | 75 | [
"96+48=144",
"78-9=69",
"144-69=75"
] | Current State: 75:[96, 48, 78, 9], Operations: []
Exploring Operation: 96+48=144, Resulting Numbers: [78, 9, 144]
Generated Node #2: [78, 9, 144] from Operation: 96+48=144
Current State: 75:[78, 9, 144], Operations: ['96+48=144']
Exploring Operation: 78-9=69, Resulting Numbers: [144, 69]
Generated Node #3: [144, 69] fr... | 4 | Current State: 75:[96, 48, 78, 9], Operations: []
Exploring Operation: 96-48=48, Resulting Numbers: [78, 9, 48]
Generated Node #0,0: 75:[78, 9, 48] Operation: 96-48=48
Exploring Operation: 78-48=30, Resulting Numbers: [96, 9, 30]
Generated Node #0,1: 75:[96, 9, 30] Operation: 78-48=30
Exploring Operation: 96/48=2, Resu... | 0.967882 | hs_5 | sum_heuristic |
[
60,
6,
35,
53
] | 36 | [
"60-6=54",
"53-35=18",
"54-18=36"
] | Current State: 36:[60, 6, 35, 53], Operations: []
Exploring Operation: 60-6=54, Resulting Numbers: [35, 53, 54]
Generated Node #2: [35, 53, 54] from Operation: 60-6=54
Current State: 36:[35, 53, 54], Operations: ['60-6=54']
Exploring Operation: 53-35=18, Resulting Numbers: [54, 18]
Generated Node #3: [54, 18] from Oper... | 4 | Current State: 36:[60, 6, 35, 53], Operations: []
Exploring Operation: 60/6=10, Resulting Numbers: [35, 53, 10]
Generated Node #0,0: 36:[35, 53, 10] Operation: 60/6=10
Exploring Operation: 60-53=7, Resulting Numbers: [6, 35, 7]
Generated Node #0,1: 36:[6, 35, 7] Operation: 60-53=7
Exploring Operation: 53-35=18, Resulti... | 0.981771 | hs_5 | mult_heuristic |
[
87,
14,
2,
70
] | 33 | [
"87+14=101",
"70-2=68",
"101-68=33"
] | Current State: 33:[87, 14, 2, 70], Operations: []
Exploring Operation: 87+14=101, Resulting Numbers: [2, 70, 101]
Generated Node #2: [2, 70, 101] from Operation: 87+14=101
Current State: 33:[2, 70, 101], Operations: ['87+14=101']
Exploring Operation: 70-2=68, Resulting Numbers: [101, 68]
Generated Node #3: [101, 68] fr... | 4 | Current State: 33:[87, 14, 2, 70], Operations: []
Exploring Operation: 87-70=17, Resulting Numbers: [14, 2, 17]
Generated Node #0,0: 33:[14, 2, 17] Operation: 87-70=17
Moving to Node #0,0
Current State: 33:[14, 2, 17], Operations: ['87-70=17']
Exploring Operation: 17-14=3, Resulting Numbers: [2, 3]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
29,
46,
78,
48
] | 47 | [
"46-29=17",
"78-48=30",
"17+30=47"
] | Current State: 47:[29, 46, 78, 48], Operations: []
Exploring Operation: 46-29=17, Resulting Numbers: [78, 48, 17]
Generated Node #2: [78, 48, 17] from Operation: 46-29=17
Current State: 47:[78, 48, 17], Operations: ['46-29=17']
Exploring Operation: 78-48=30, Resulting Numbers: [17, 30]
Generated Node #3: [17, 30] from ... | 4 | Current State: 47:[29, 46, 78, 48], Operations: []
Exploring Operation: 78-29=49, Resulting Numbers: [46, 48, 49]
Generated Node #0,0: 47:[46, 48, 49] Operation: 78-29=49
Exploring Operation: 78-46=32, Resulting Numbers: [29, 48, 32]
Generated Node #0,1: 47:[29, 48, 32] Operation: 78-46=32
Exploring Operation: 78-48=30... | 0.986111 | hs_3 | sum_heuristic |
[
11,
36,
66,
13
] | 48 | [
"13-11=2",
"36/2=18",
"66-18=48"
] | Current State: 48:[11, 36, 66, 13], Operations: []
Exploring Operation: 13-11=2, Resulting Numbers: [36, 66, 2]
Generated Node #2: [36, 66, 2] from Operation: 13-11=2
Current State: 48:[36, 66, 2], Operations: ['13-11=2']
Exploring Operation: 36/2=18, Resulting Numbers: [66, 18]
Generated Node #3: [66, 18] from Operati... | 4 | Current State: 48:[11, 36, 66, 13], Operations: []
Exploring Operation: 66/11=6, Resulting Numbers: [36, 13, 6]
Generated Node #0,0: 48:[36, 13, 6] Operation: 66/11=6
Exploring Operation: 66-36=30, Resulting Numbers: [11, 13, 30]
Generated Node #0,1: 48:[11, 13, 30] Operation: 66-36=30
Start Sub Search at level 1: Movi... | 0 | hs_2 | mult_heuristic |
[
39,
10,
72,
4
] | 67 | [
"39+10=49",
"72/4=18",
"49+18=67"
] | Current State: 67:[39, 10, 72, 4], Operations: []
Exploring Operation: 39+10=49, Resulting Numbers: [72, 4, 49]
Generated Node #2: [72, 4, 49] from Operation: 39+10=49
Current State: 67:[72, 4, 49], Operations: ['39+10=49']
Exploring Operation: 72/4=18, Resulting Numbers: [49, 18]
Generated Node #3: [49, 18] from Opera... | 4 | Current State: 67:[39, 10, 72, 4], Operations: []
Exploring Operation: 39+4=43, Resulting Numbers: [10, 72, 43]
Generated Node #0,0: 67:[10, 72, 43] Operation: 39+4=43
Exploring Operation: 10*4=40, Resulting Numbers: [39, 72, 40]
Generated Node #0,1: 67:[39, 72, 40] Operation: 10*4=40
Exploring Operation: 39+10=49, Res... | 0 | hs_3 | mult_heuristic |
[
76,
33,
65,
58
] | 36 | [
"76-33=43",
"65-58=7",
"43-7=36"
] | Current State: 36:[76, 33, 65, 58], Operations: []
Exploring Operation: 76-33=43, Resulting Numbers: [65, 58, 43]
Generated Node #2: [65, 58, 43] from Operation: 76-33=43
Current State: 36:[65, 58, 43], Operations: ['76-33=43']
Exploring Operation: 65-58=7, Resulting Numbers: [43, 7]
Generated Node #3: [43, 7] from Ope... | 4 | Current State: 36:[76, 33, 65, 58], Operations: []
Exploring Operation: 76-65=11, Resulting Numbers: [33, 58, 11]
Generated Node #0,0: 36:[33, 58, 11] Operation: 76-65=11
Exploring Operation: 76-58=18, Resulting Numbers: [33, 65, 18]
Generated Node #0,1: 36:[33, 65, 18] Operation: 76-58=18
Start Sub Search at level 1: ... | 0.991319 | hs_2 | sum_heuristic |
[
75,
12,
21,
41
] | 78 | [
"21*41=861",
"75+861=936",
"936/12=78"
] | Current State: 78:[75, 12, 21, 41], Operations: []
Exploring Operation: 21*41=861, Resulting Numbers: [75, 12, 861]
Generated Node #2: [75, 12, 861] from Operation: 21*41=861
Current State: 78:[75, 12, 861], Operations: ['21*41=861']
Exploring Operation: 75+861=936, Resulting Numbers: [12, 936]
Generated Node #3: [12, ... | 4 | Current State: 78:[75, 12, 21, 41], Operations: []
Exploring Operation: 41-21=20, Resulting Numbers: [75, 12, 20]
Generated Node #0,0: 78:[75, 12, 20] Operation: 41-21=20
Exploring Operation: 21-12=9, Resulting Numbers: [75, 41, 9]
Generated Node #0,1: 78:[75, 41, 9] Operation: 21-12=9
Moving to Node #0,1
Current State... | 0 | hs_2 | sum_heuristic |
[
90,
7,
11,
12
] | 87 | [
"11-7=4",
"12/4=3",
"90-3=87"
] | Current State: 87:[90, 7, 11, 12], Operations: []
Exploring Operation: 11-7=4, Resulting Numbers: [90, 12, 4]
Generated Node #2: [90, 12, 4] from Operation: 11-7=4
Current State: 87:[90, 12, 4], Operations: ['11-7=4']
Exploring Operation: 12/4=3, Resulting Numbers: [90, 3]
Generated Node #3: [90, 3] from Operation: 12/... | 4 | Current State: 87:[90, 7, 11, 12], Operations: []
Exploring Operation: 11+12=23, Resulting Numbers: [90, 7, 23]
Generated Node #0,0: 87:[90, 7, 23] Operation: 11+12=23
Exploring Operation: 12-7=5, Resulting Numbers: [90, 11, 5]
Generated Node #0,1: 87:[90, 11, 5] Operation: 12-7=5
Exploring Operation: 11-7=4, Resulting... | 0.966146 | hs_4 | sum_heuristic |
[
18,
30,
95,
12
] | 71 | [
"30-18=12",
"95-12=83",
"83-12=71"
] | Current State: 71:[18, 30, 95, 12], Operations: []
Exploring Operation: 30-18=12, Resulting Numbers: [95, 12, 12]
Generated Node #2: [95, 12, 12] from Operation: 30-18=12
Current State: 71:[95, 12, 12], Operations: ['30-18=12']
Exploring Operation: 95-12=83, Resulting Numbers: [83]
83,71 equal: Goal Reached
Exploring O... | 4 | Current State: 71:[18, 30, 95, 12], Operations: []
Exploring Operation: 30+12=42, Resulting Numbers: [18, 95, 42]
Generated Node #0,0: 71:[18, 95, 42] Operation: 30+12=42
Exploring Operation: 95-12=83, Resulting Numbers: [18, 30, 83]
Generated Node #0,1: 71:[18, 30, 83] Operation: 95-12=83
Exploring Operation: 95-18=77... | 0.980903 | hs_5 | mult_heuristic |
[
43,
4,
3,
18
] | 87 | [
"43+4=47",
"47-18=29",
"3*29=87"
] | Current State: 87:[43, 4, 3, 18], Operations: []
Exploring Operation: 43+4=47, Resulting Numbers: [3, 18, 47]
Generated Node #2: [3, 18, 47] from Operation: 43+4=47
Current State: 87:[3, 18, 47], Operations: ['43+4=47']
Exploring Operation: 47-18=29, Resulting Numbers: [3, 29]
Generated Node #3: [3, 29] from Operation:... | 4 | Current State: 87:[43, 4, 3, 18], Operations: []
Exploring Operation: 43-18=25, Resulting Numbers: [4, 3, 25]
Generated Node #0,0: 87:[4, 3, 25] Operation: 43-18=25
Moving to Node #0,0
Current State: 87:[4, 3, 25], Operations: ['43-18=25']
Exploring Operation: 4+25=29, Resulting Numbers: [3, 29]
Generated Node #0,0,0: ... | 0.993924 | hs_1 | sum_heuristic |
[
61,
2,
8,
96
] | 18 | [
"61*2=122",
"8+96=104",
"122-104=18"
] | Current State: 18:[61, 2, 8, 96], Operations: []
Exploring Operation: 61*2=122, Resulting Numbers: [8, 96, 122]
Generated Node #2: [8, 96, 122] from Operation: 61*2=122
Current State: 18:[8, 96, 122], Operations: ['61*2=122']
Exploring Operation: 8+96=104, Resulting Numbers: [122, 104]
Generated Node #3: [122, 104] fro... | 4 | Current State: 18:[61, 2, 8, 96], Operations: []
Exploring Operation: 96-61=35, Resulting Numbers: [2, 8, 35]
Generated Node #0,0: 18:[2, 8, 35] Operation: 96-61=35
Exploring Operation: 96-8=88, Resulting Numbers: [61, 2, 88]
Generated Node #0,1: 18:[61, 2, 88] Operation: 96-8=88
Exploring Operation: 96/8=12, Resulting... | 0 | hs_5 | sum_heuristic |
[
71,
23,
68,
45
] | 65 | [
"71-23=48",
"68+45=113",
"113-48=65"
] | Current State: 65:[71, 23, 68, 45], Operations: []
Exploring Operation: 71-23=48, Resulting Numbers: [68, 45, 48]
Generated Node #2: [68, 45, 48] from Operation: 71-23=48
Current State: 65:[68, 45, 48], Operations: ['71-23=48']
Exploring Operation: 68+45=113, Resulting Numbers: [48, 113]
Generated Node #3: [48, 113] fr... | 4 | Current State: 65:[71, 23, 68, 45], Operations: []
Exploring Operation: 71-45=26, Resulting Numbers: [23, 68, 26]
Generated Node #0,0: 65:[23, 68, 26] Operation: 71-45=26
Exploring Operation: 45-23=22, Resulting Numbers: [71, 68, 22]
Generated Node #0,1: 65:[71, 68, 22] Operation: 45-23=22
Exploring Operation: 23+45=68... | 0.990451 | hs_3 | mult_heuristic |
[
20,
24,
12,
2
] | 38 | [
"20+24=44",
"12/2=6",
"44-6=38"
] | Current State: 38:[20, 24, 12, 2], Operations: []
Exploring Operation: 20+24=44, Resulting Numbers: [12, 2, 44]
Generated Node #2: [12, 2, 44] from Operation: 20+24=44
Current State: 38:[12, 2, 44], Operations: ['20+24=44']
Exploring Operation: 12/2=6, Resulting Numbers: [44, 6]
Generated Node #3: [44, 6] from Operatio... | 4 | Current State: 38:[20, 24, 12, 2], Operations: []
Exploring Operation: 12/2=6, Resulting Numbers: [20, 24, 6]
Generated Node #0,0: 38:[20, 24, 6] Operation: 12/2=6
Exploring Operation: 24/12=2, Resulting Numbers: [20, 2, 2]
Generated Node #0,1: 38:[20, 2, 2] Operation: 24/12=2
Exploring Operation: 24+12=36, Resulting N... | 0.980035 | hs_5 | mult_heuristic |
[
70,
20,
88,
56
] | 28 | [
"70+20=90",
"90-88=2",
"56/2=28"
] | Current State: 28:[70, 20, 88, 56], Operations: []
Exploring Operation: 70+20=90, Resulting Numbers: [88, 56, 90]
Generated Node #2: [88, 56, 90] from Operation: 70+20=90
Current State: 28:[88, 56, 90], Operations: ['70+20=90']
Exploring Operation: 90-88=2, Resulting Numbers: [56, 2]
Generated Node #3: [56, 2] from Ope... | 4 | Current State: 28:[70, 20, 88, 56], Operations: []
Exploring Operation: 70-56=14, Resulting Numbers: [20, 88, 14]
Generated Node #0,0: 28:[20, 88, 14] Operation: 70-56=14
Exploring Operation: 88-56=32, Resulting Numbers: [70, 20, 32]
Generated Node #0,1: 28:[70, 20, 32] Operation: 88-56=32
Exploring Operation: 88-70=18... | 0.984375 | hs_3 | sum_heuristic |
[
82,
13,
15,
34
] | 76 | [
"82+13=95",
"34-15=19",
"95-19=76"
] | Current State: 76:[82, 13, 15, 34], Operations: []
Exploring Operation: 82+13=95, Resulting Numbers: [15, 34, 95]
Generated Node #2: [15, 34, 95] from Operation: 82+13=95
Current State: 76:[15, 34, 95], Operations: ['82+13=95']
Exploring Operation: 34-15=19, Resulting Numbers: [95, 19]
Generated Node #3: [95, 19] from ... | 4 | Current State: 76:[82, 13, 15, 34], Operations: []
Exploring Operation: 15-13=2, Resulting Numbers: [82, 34, 2]
Generated Node #0,0: 76:[82, 34, 2] Operation: 15-13=2
Exploring Operation: 34-13=21, Resulting Numbers: [82, 15, 21]
Generated Node #0,1: 76:[82, 15, 21] Operation: 34-13=21
Start Sub Search at level 1: Movi... | 0.986979 | hs_2 | mult_heuristic |
[
45,
32,
89,
2
] | 83 | [
"45+32=77",
"89+77=166",
"166/2=83"
] | Current State: 83:[45, 32, 89, 2], Operations: []
Exploring Operation: 45+32=77, Resulting Numbers: [89, 2, 77]
Generated Node #2: [89, 2, 77] from Operation: 45+32=77
Current State: 83:[89, 2, 77], Operations: ['45+32=77']
Exploring Operation: 89+77=166, Resulting Numbers: [2, 166]
Generated Node #3: [2, 166] from Ope... | 4 | Current State: 83:[45, 32, 89, 2], Operations: []
Exploring Operation: 32*2=64, Resulting Numbers: [45, 89, 64]
Generated Node #0,0: 83:[45, 89, 64] Operation: 32*2=64
Moving to Node #0,0
Current State: 83:[45, 89, 64], Operations: ['32*2=64']
Exploring Operation: 45+64=109, Resulting Numbers: [89, 109]
Generated Node ... | 0 | hs_1 | sum_heuristic |
[
99,
47,
42,
86
] | 89 | [
"99+42=141",
"141/47=3",
"86+3=89"
] | Current State: 89:[99, 47, 42, 86], Operations: []
Exploring Operation: 99+42=141, Resulting Numbers: [47, 86, 141]
Generated Node #2: [47, 86, 141] from Operation: 99+42=141
Current State: 89:[47, 86, 141], Operations: ['99+42=141']
Exploring Operation: 141/47=3, Resulting Numbers: [86, 3]
Generated Node #3: [86, 3] f... | 4 | Current State: 89:[99, 47, 42, 86], Operations: []
Exploring Operation: 99-47=52, Resulting Numbers: [42, 86, 52]
Generated Node #0,0: 89:[42, 86, 52] Operation: 99-47=52
Exploring Operation: 99-42=57, Resulting Numbers: [47, 86, 57]
Generated Node #0,1: 89:[47, 86, 57] Operation: 99-42=57
Exploring Operation: 47+42=89... | 0 | hs_4 | sum_heuristic |
[
48,
37,
3,
96
] | 75 | [
"48/3=16",
"96-37=59",
"16+59=75"
] | Current State: 75:[48, 37, 3, 96], Operations: []
Exploring Operation: 48/3=16, Resulting Numbers: [37, 96, 16]
Generated Node #2: [37, 96, 16] from Operation: 48/3=16
Current State: 75:[37, 96, 16], Operations: ['48/3=16']
Exploring Operation: 96-37=59, Resulting Numbers: [16, 59]
Generated Node #3: [16, 59] from Oper... | 4 | Current State: 75:[48, 37, 3, 96], Operations: []
Exploring Operation: 48+37=85, Resulting Numbers: [3, 96, 85]
Generated Node #0,0: 75:[3, 96, 85] Operation: 48+37=85
Exploring Operation: 48-37=11, Resulting Numbers: [3, 96, 11]
Generated Node #0,1: 75:[3, 96, 11] Operation: 48-37=11
Exploring Operation: 96/48=2, Resu... | 0.939236 | hs_4 | mult_heuristic |
[
23,
97,
25,
21
] | 95 | [
"25+21=46",
"46/23=2",
"97-2=95"
] | Current State: 95:[23, 97, 25, 21], Operations: []
Exploring Operation: 25+21=46, Resulting Numbers: [23, 97, 46]
Generated Node #2: [23, 97, 46] from Operation: 25+21=46
Current State: 95:[23, 97, 46], Operations: ['25+21=46']
Exploring Operation: 46/23=2, Resulting Numbers: [97, 2]
Generated Node #3: [97, 2] from Ope... | 4 | Current State: 95:[23, 97, 25, 21], Operations: []
Exploring Operation: 25-21=4, Resulting Numbers: [23, 97, 4]
Generated Node #0,0: 95:[23, 97, 4] Operation: 25-21=4
Exploring Operation: 25-23=2, Resulting Numbers: [97, 21, 2]
Generated Node #0,1: 95:[97, 21, 2] Operation: 25-23=2
Start Sub Search at level 1: Moving t... | 0 | hs_2 | sum_heuristic |
[
60,
72,
55,
13
] | 55 | [
"72-60=12",
"13-12=1",
"55*1=55"
] | Current State: 55:[60, 72, 55, 13], Operations: []
Exploring Operation: 72-60=12, Resulting Numbers: [55, 13, 12]
Generated Node #2: [55, 13, 12] from Operation: 72-60=12
Current State: 55:[55, 13, 12], Operations: ['72-60=12']
Exploring Operation: 13-12=1, Resulting Numbers: [55, 1]
Generated Node #3: [55, 1] from Ope... | 4 | Current State: 55:[60, 72, 55, 13], Operations: []
Exploring Operation: 72-13=59, Resulting Numbers: [60, 55, 59]
Generated Node #0,0: 55:[60, 55, 59] Operation: 72-13=59
Exploring Operation: 72-60=12, Resulting Numbers: [55, 13, 12]
Generated Node #0,1: 55:[55, 13, 12] Operation: 72-60=12
Moving to Node #0,1
Current S... | 0.990451 | hs_2 | mult_heuristic |
[
39,
30,
27,
44
] | 80 | [
"39-30=9",
"27+44=71",
"9+71=80"
] | Current State: 80:[39, 30, 27, 44], Operations: []
Exploring Operation: 39-30=9, Resulting Numbers: [27, 44, 9]
Generated Node #2: [27, 44, 9] from Operation: 39-30=9
Current State: 80:[27, 44, 9], Operations: ['39-30=9']
Exploring Operation: 27+44=71, Resulting Numbers: [9, 71]
Generated Node #3: [9, 71] from Operatio... | 4 | Current State: 80:[39, 30, 27, 44], Operations: []
Exploring Operation: 39-30=9, Resulting Numbers: [27, 44, 9]
Generated Node #0,0: 80:[27, 44, 9] Operation: 39-30=9
Exploring Operation: 44-30=14, Resulting Numbers: [39, 27, 14]
Generated Node #0,1: 80:[39, 27, 14] Operation: 44-30=14
Exploring Operation: 30-27=3, Res... | 0.986979 | hs_3 | mult_heuristic |
[
20,
24,
56,
36
] | 88 | [
"24-20=4",
"56+36=92",
"92-4=88"
] | Current State: 88:[20, 24, 56, 36], Operations: []
Exploring Operation: 24-20=4, Resulting Numbers: [56, 36, 4]
Generated Node #2: [56, 36, 4] from Operation: 24-20=4
Current State: 88:[56, 36, 4], Operations: ['24-20=4']
Exploring Operation: 56+36=92, Resulting Numbers: [4, 92]
Generated Node #3: [4, 92] from Operatio... | 4 | Current State: 88:[20, 24, 56, 36], Operations: []
Exploring Operation: 56-36=20, Resulting Numbers: [20, 24, 20]
Generated Node #0,0: 88:[20, 24, 20] Operation: 56-36=20
Exploring Operation: 56+36=92, Resulting Numbers: [20, 24, 92]
Generated Node #0,1: 88:[20, 24, 92] Operation: 56+36=92
Exploring Operation: 36-24=12... | 0.965278 | hs_5 | mult_heuristic |
[
14,
8,
2,
19
] | 62 | [
"8/2=4",
"19*4=76",
"76-14=62"
] | Current State: 62:[14, 8, 2, 19], Operations: []
Exploring Operation: 8/2=4, Resulting Numbers: [14, 19, 4]
Generated Node #2: [14, 19, 4] from Operation: 8/2=4
Current State: 62:[14, 19, 4], Operations: ['8/2=4']
Exploring Operation: 19*4=76, Resulting Numbers: [14, 76]
Generated Node #3: [14, 76] from Operation: 19*4... | 4 | Current State: 62:[14, 8, 2, 19], Operations: []
Exploring Operation: 14+19=33, Resulting Numbers: [8, 2, 33]
Generated Node #0,0: 62:[8, 2, 33] Operation: 14+19=33
Start Sub Search at level 1: Moving to Node #0,0
Current State: 62:[8, 2, 33], Operations: ['14+19=33']
Exploring Operation: 8/2=4, Resulting Numbers: [33,... | 0 | hs_1 | sum_heuristic |
[
45,
4,
95,
60
] | 100 | [
"45+95=140",
"4*60=240",
"240-140=100"
] | Current State: 100:[45, 4, 95, 60], Operations: []
Exploring Operation: 45+95=140, Resulting Numbers: [4, 60, 140]
Generated Node #2: [4, 60, 140] from Operation: 45+95=140
Current State: 100:[4, 60, 140], Operations: ['45+95=140']
Exploring Operation: 4*60=240, Resulting Numbers: [140, 240]
Generated Node #3: [140, 24... | 4 | Current State: 100:[45, 4, 95, 60], Operations: []
Exploring Operation: 95-45=50, Resulting Numbers: [4, 60, 50]
Generated Node #0,0: 100:[4, 60, 50] Operation: 95-45=50
Moving to Node #0,0
Current State: 100:[4, 60, 50], Operations: ['95-45=50']
Exploring Operation: 60-50=10, Resulting Numbers: [4, 10]
Generated Node ... | 0 | hs_1 | mult_heuristic |
[
32,
95,
57,
99
] | 71 | [
"99-95=4",
"32*4=128",
"128-57=71"
] | Current State: 71:[32, 95, 57, 99], Operations: []
Exploring Operation: 99-95=4, Resulting Numbers: [32, 57, 4]
Generated Node #2: [32, 57, 4] from Operation: 99-95=4
Current State: 71:[32, 57, 4], Operations: ['99-95=4']
Exploring Operation: 32*4=128, Resulting Numbers: [57, 128]
Generated Node #3: [57, 128] from Oper... | 4 | Current State: 71:[32, 95, 57, 99], Operations: []
Exploring Operation: 99-32=67, Resulting Numbers: [95, 57, 67]
Generated Node #0,0: 71:[95, 57, 67] Operation: 99-32=67
Exploring Operation: 95-32=63, Resulting Numbers: [57, 99, 63]
Generated Node #0,1: 71:[57, 99, 63] Operation: 95-32=63
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
2,
17,
72,
62
] | 24 | [
"2*17=34",
"72-62=10",
"34-10=24"
] | Current State: 24:[2, 17, 72, 62], Operations: []
Exploring Operation: 2*17=34, Resulting Numbers: [72, 62, 34]
Generated Node #2: [72, 62, 34] from Operation: 2*17=34
Current State: 24:[72, 62, 34], Operations: ['2*17=34']
Exploring Operation: 72-62=10, Resulting Numbers: [34, 10]
Generated Node #3: [34, 10] from Oper... | 4 | Current State: 24:[2, 17, 72, 62], Operations: []
Exploring Operation: 62/2=31, Resulting Numbers: [17, 72, 31]
Generated Node #0,0: 24:[17, 72, 31] Operation: 62/2=31
Exploring Operation: 72-62=10, Resulting Numbers: [2, 17, 10]
Generated Node #0,1: 24:[2, 17, 10] Operation: 72-62=10
Exploring Operation: 72/2=36, Resu... | 0.96441 | hs_4 | sum_heuristic |
[
23,
19,
94,
73
] | 63 | [
"23+19=42",
"94-73=21",
"42+21=63"
] | Current State: 63:[23, 19, 94, 73], Operations: []
Exploring Operation: 23+19=42, Resulting Numbers: [94, 73, 42]
Generated Node #2: [94, 73, 42] from Operation: 23+19=42
Current State: 63:[94, 73, 42], Operations: ['23+19=42']
Exploring Operation: 94-73=21, Resulting Numbers: [42, 21]
Generated Node #3: [42, 21] from ... | 4 | Current State: 63:[23, 19, 94, 73], Operations: []
Exploring Operation: 94-19=75, Resulting Numbers: [23, 73, 75]
Generated Node #0,0: 63:[23, 73, 75] Operation: 94-19=75
Exploring Operation: 94-23=71, Resulting Numbers: [19, 73, 71]
Generated Node #0,1: 63:[19, 73, 71] Operation: 94-23=71
Exploring Operation: 23-19=4,... | 0.976563 | hs_5 | sum_heuristic |
[
59,
89,
56,
15
] | 84 | [
"59-56=3",
"15/3=5",
"89-5=84"
] | Current State: 84:[59, 89, 56, 15], Operations: []
Exploring Operation: 59-56=3, Resulting Numbers: [89, 15, 3]
Generated Node #2: [89, 15, 3] from Operation: 59-56=3
Current State: 84:[89, 15, 3], Operations: ['59-56=3']
Exploring Operation: 15/3=5, Resulting Numbers: [89, 5]
Generated Node #3: [89, 5] from Operation:... | 4 | Current State: 84:[59, 89, 56, 15], Operations: []
Exploring Operation: 89-59=30, Resulting Numbers: [56, 15, 30]
Generated Node #0,0: 84:[56, 15, 30] Operation: 89-59=30
Exploring Operation: 59-56=3, Resulting Numbers: [89, 15, 3]
Generated Node #0,1: 84:[89, 15, 3] Operation: 59-56=3
Exploring Operation: 59-15=44, Re... | 0.985243 | hs_3 | sum_heuristic |
[
7,
99,
26,
69
] | 72 | [
"7+26=33",
"99/33=3",
"69+3=72"
] | Current State: 72:[7, 99, 26, 69], Operations: []
Exploring Operation: 7+26=33, Resulting Numbers: [99, 69, 33]
Generated Node #2: [99, 69, 33] from Operation: 7+26=33
Current State: 72:[99, 69, 33], Operations: ['7+26=33']
Exploring Operation: 99/33=3, Resulting Numbers: [69, 3]
Generated Node #3: [69, 3] from Operati... | 4 | Current State: 72:[7, 99, 26, 69], Operations: []
Exploring Operation: 99-69=30, Resulting Numbers: [7, 26, 30]
Generated Node #0,0: 72:[7, 26, 30] Operation: 99-69=30
Exploring Operation: 99-26=73, Resulting Numbers: [7, 69, 73]
Generated Node #0,1: 72:[7, 69, 73] Operation: 99-26=73
Moving to Node #0,1
Current State:... | 0 | hs_2 | mult_heuristic |
[
42,
66,
44,
20
] | 11 | [
"66-42=24",
"24-20=4",
"44/4=11"
] | Current State: 11:[42, 66, 44, 20], Operations: []
Exploring Operation: 66-42=24, Resulting Numbers: [44, 20, 24]
Generated Node #2: [44, 20, 24] from Operation: 66-42=24
Current State: 11:[44, 20, 24], Operations: ['66-42=24']
Exploring Operation: 24-20=4, Resulting Numbers: [44, 4]
Generated Node #3: [44, 4] from Ope... | 4 | Current State: 11:[42, 66, 44, 20], Operations: []
Exploring Operation: 66-44=22, Resulting Numbers: [42, 20, 22]
Generated Node #0,0: 11:[42, 20, 22] Operation: 66-44=22
Exploring Operation: 66-42=24, Resulting Numbers: [44, 20, 24]
Generated Node #0,1: 11:[44, 20, 24] Operation: 66-42=24
Moving to Node #0,0
Current S... | 0 | hs_2 | mult_heuristic |
[
15,
31,
30,
3
] | 91 | [
"30/15=2",
"31*3=93",
"93-2=91"
] | Current State: 91:[15, 31, 30, 3], Operations: []
Exploring Operation: 30/15=2, Resulting Numbers: [31, 3, 2]
Generated Node #2: [31, 3, 2] from Operation: 30/15=2
Current State: 91:[31, 3, 2], Operations: ['30/15=2']
Exploring Operation: 31*3=93, Resulting Numbers: [2, 93]
Generated Node #3: [2, 93] from Operation: 31... | 4 | Current State: 91:[15, 31, 30, 3], Operations: []
Exploring Operation: 31-30=1, Resulting Numbers: [15, 3, 1]
Generated Node #0,0: 91:[15, 3, 1] Operation: 31-30=1
Exploring Operation: 31*3=93, Resulting Numbers: [15, 30, 93]
Generated Node #0,1: 91:[15, 30, 93] Operation: 31*3=93
Exploring Operation: 30/3=10, Resultin... | 0.969618 | hs_4 | mult_heuristic |
[
76,
90,
56,
3
] | 67 | [
"90-76=14",
"56-3=53",
"14+53=67"
] | Current State: 67:[76, 90, 56, 3], Operations: []
Exploring Operation: 90-76=14, Resulting Numbers: [56, 3, 14]
Generated Node #2: [56, 3, 14] from Operation: 90-76=14
Current State: 67:[56, 3, 14], Operations: ['90-76=14']
Exploring Operation: 56-3=53, Resulting Numbers: [14, 53]
Generated Node #3: [14, 53] from Opera... | 4 | Current State: 67:[76, 90, 56, 3], Operations: []
Exploring Operation: 76-3=73, Resulting Numbers: [90, 56, 73]
Generated Node #0,0: 67:[90, 56, 73] Operation: 76-3=73
Exploring Operation: 90-3=87, Resulting Numbers: [76, 56, 87]
Generated Node #0,1: 67:[76, 56, 87] Operation: 90-3=87
Moving to Node #0,0
Current State:... | 0.985243 | hs_2 | mult_heuristic |
[
72,
28,
71,
3
] | 83 | [
"72-71=1",
"28*3=84",
"84-1=83"
] | Current State: 83:[72, 28, 71, 3], Operations: []
Exploring Operation: 72-71=1, Resulting Numbers: [28, 3, 1]
Generated Node #2: [28, 3, 1] from Operation: 72-71=1
Current State: 83:[28, 3, 1], Operations: ['72-71=1']
Exploring Operation: 28*3=84, Resulting Numbers: [1, 84]
Generated Node #3: [1, 84] from Operation: 28... | 4 | Current State: 83:[72, 28, 71, 3], Operations: []
Exploring Operation: 28*3=84, Resulting Numbers: [72, 71, 84]
Generated Node #0,0: 83:[72, 71, 84] Operation: 28*3=84
Exploring Operation: 28+3=31, Resulting Numbers: [72, 71, 31]
Generated Node #0,1: 83:[72, 71, 31] Operation: 28+3=31
Exploring Operation: 72+3=75, Resu... | 0.96441 | hs_3 | mult_heuristic |
[
36,
96,
81,
71
] | 92 | [
"96-36=60",
"81+71=152",
"152-60=92"
] | Current State: 92:[36, 96, 81, 71], Operations: []
Exploring Operation: 96-36=60, Resulting Numbers: [81, 71, 60]
Generated Node #2: [81, 71, 60] from Operation: 96-36=60
Current State: 92:[81, 71, 60], Operations: ['96-36=60']
Exploring Operation: 81+71=152, Resulting Numbers: [60, 152]
Generated Node #3: [60, 152] fr... | 4 | Current State: 92:[36, 96, 81, 71], Operations: []
Exploring Operation: 81-36=45, Resulting Numbers: [96, 71, 45]
Generated Node #0,0: 92:[96, 71, 45] Operation: 81-36=45
Exploring Operation: 96-71=25, Resulting Numbers: [36, 81, 25]
Generated Node #0,1: 92:[36, 81, 25] Operation: 96-71=25
Exploring Operation: 81-71=10... | 0.977431 | hs_3 | sum_heuristic |
[
57,
19,
38,
53
] | 56 | [
"38-19=19",
"57/19=3",
"53+3=56"
] | Current State: 56:[57, 19, 38, 53], Operations: []
Exploring Operation: 38-19=19, Resulting Numbers: [57, 53, 19]
Generated Node #2: [57, 53, 19] from Operation: 38-19=19
Current State: 56:[57, 53, 19], Operations: ['38-19=19']
Exploring Operation: 57/19=3, Resulting Numbers: [53, 3]
Generated Node #3: [53, 3] from Ope... | 4 | Current State: 56:[57, 19, 38, 53], Operations: []
Exploring Operation: 19+38=57, Resulting Numbers: [57, 53, 57]
Generated Node #0,0: 56:[57, 53, 57] Operation: 19+38=57
Exploring Operation: 38-19=19, Resulting Numbers: [57, 53, 19]
Generated Node #0,1: 56:[57, 53, 19] Operation: 38-19=19
Exploring Operation: 38/19=2,... | 0.947049 | hs_4 | sum_heuristic |
[
84,
24,
69,
26
] | 13 | [
"84+24=108",
"69+26=95",
"108-95=13"
] | Current State: 13:[84, 24, 69, 26], Operations: []
Exploring Operation: 84+24=108, Resulting Numbers: [69, 26, 108]
Generated Node #2: [69, 26, 108] from Operation: 84+24=108
Current State: 13:[69, 26, 108], Operations: ['84+24=108']
Exploring Operation: 69+26=95, Resulting Numbers: [108, 95]
Generated Node #3: [108, 9... | 4 | Current State: 13:[84, 24, 69, 26], Operations: []
Exploring Operation: 84-26=58, Resulting Numbers: [24, 69, 58]
Generated Node #0,0: 13:[24, 69, 58] Operation: 84-26=58
Exploring Operation: 84-69=15, Resulting Numbers: [24, 26, 15]
Generated Node #0,1: 13:[24, 26, 15] Operation: 84-69=15
Start Sub Search at level 1: ... | 0.991319 | hs_2 | sum_heuristic |
[
71,
71,
5,
67
] | 70 | [
"71+71=142",
"5+67=72",
"142-72=70"
] | Current State: 70:[71, 71, 5, 67], Operations: []
Exploring Operation: 71+71=142, Resulting Numbers: [5, 67, 142]
Generated Node #2: [5, 67, 142] from Operation: 71+71=142
Current State: 70:[5, 67, 142], Operations: ['71+71=142']
Exploring Operation: 5+67=72, Resulting Numbers: [142, 72]
Generated Node #3: [142, 72] fr... | 4 | Current State: 70:[71, 71, 5, 67], Operations: []
Exploring Operation: 71-67=4, Resulting Numbers: [71, 5, 4]
Generated Node #0,0: 70:[71, 5, 4] Operation: 71-67=4
Start Sub Search at level 1: Moving to Node #0,0
Current State: 70:[71, 5, 4], Operations: ['71-67=4']
Exploring Operation: 5+4=9, Resulting Numbers: [71, 9... | 0 | hs_1 | mult_heuristic |
[
72,
78,
33,
80
] | 37 | [
"72+78=150",
"33+80=113",
"150-113=37"
] | Current State: 37:[72, 78, 33, 80], Operations: []
Exploring Operation: 72+78=150, Resulting Numbers: [33, 80, 150]
Generated Node #2: [33, 80, 150] from Operation: 72+78=150
Current State: 37:[33, 80, 150], Operations: ['72+78=150']
Exploring Operation: 33+80=113, Resulting Numbers: [150, 113]
Generated Node #3: [150,... | 4 | Current State: 37:[72, 78, 33, 80], Operations: []
Exploring Operation: 80-78=2, Resulting Numbers: [72, 33, 2]
Generated Node #0,0: 37:[72, 33, 2] Operation: 80-78=2
Exploring Operation: 80-72=8, Resulting Numbers: [78, 33, 8]
Generated Node #0,1: 37:[78, 33, 8] Operation: 80-72=8
Start Sub Search at level 1: Moving t... | 0.989583 | hs_2 | sum_heuristic |
[
40,
4,
67,
2
] | 21 | [
"40+4=44",
"67-2=65",
"65-44=21"
] | Current State: 21:[40, 4, 67, 2], Operations: []
Exploring Operation: 40+4=44, Resulting Numbers: [67, 2, 44]
Generated Node #2: [67, 2, 44] from Operation: 40+4=44
Current State: 21:[67, 2, 44], Operations: ['40+4=44']
Exploring Operation: 67-2=65, Resulting Numbers: [44, 65]
Generated Node #3: [44, 65] from Operation... | 4 | Current State: 21:[40, 4, 67, 2], Operations: []
Exploring Operation: 67-40=27, Resulting Numbers: [4, 2, 27]
Generated Node #0,0: 21:[4, 2, 27] Operation: 67-40=27
Exploring Operation: 40/2=20, Resulting Numbers: [4, 67, 20]
Generated Node #0,1: 21:[4, 67, 20] Operation: 40/2=20
Exploring Operation: 40/4=10, Resulting... | 0.990451 | hs_3 | mult_heuristic |
[
90,
19,
62,
83
] | 75 | [
"90+62=152",
"152/19=8",
"83-8=75"
] | Current State: 75:[90, 19, 62, 83], Operations: []
Exploring Operation: 90+62=152, Resulting Numbers: [19, 83, 152]
Generated Node #2: [19, 83, 152] from Operation: 90+62=152
Current State: 75:[19, 83, 152], Operations: ['90+62=152']
Exploring Operation: 152/19=8, Resulting Numbers: [83, 8]
Generated Node #3: [83, 8] f... | 4 | Current State: 75:[90, 19, 62, 83], Operations: []
Exploring Operation: 90-83=7, Resulting Numbers: [19, 62, 7]
Generated Node #0,0: 75:[19, 62, 7] Operation: 90-83=7
Exploring Operation: 90-62=28, Resulting Numbers: [19, 83, 28]
Generated Node #0,1: 75:[19, 83, 28] Operation: 90-62=28
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
17,
59,
35,
48
] | 40 | [
"59-17=42",
"35*48=1680",
"1680/42=40"
] | Current State: 40:[17, 59, 35, 48], Operations: []
Exploring Operation: 59-17=42, Resulting Numbers: [35, 48, 42]
Generated Node #2: [35, 48, 42] from Operation: 59-17=42
Current State: 40:[35, 48, 42], Operations: ['59-17=42']
Exploring Operation: 35*48=1680, Resulting Numbers: [42, 1680]
Generated Node #3: [42, 1680]... | 4 | Current State: 40:[17, 59, 35, 48], Operations: []
Exploring Operation: 59-35=24, Resulting Numbers: [17, 48, 24]
Generated Node #0,0: 40:[17, 48, 24] Operation: 59-35=24
Exploring Operation: 59-48=11, Resulting Numbers: [17, 35, 11]
Generated Node #0,1: 40:[17, 35, 11] Operation: 59-48=11
Exploring Operation: 59-17=42... | 0 | hs_3 | mult_heuristic |
[
6,
23,
4,
98
] | 73 | [
"6+23=29",
"4+98=102",
"102-29=73"
] | Current State: 73:[6, 23, 4, 98], Operations: []
Exploring Operation: 6+23=29, Resulting Numbers: [4, 98, 29]
Generated Node #2: [4, 98, 29] from Operation: 6+23=29
Current State: 73:[4, 98, 29], Operations: ['6+23=29']
Exploring Operation: 4+98=102, Resulting Numbers: [29, 102]
Generated Node #3: [29, 102] from Operat... | 4 | Current State: 73:[6, 23, 4, 98], Operations: []
Exploring Operation: 98-6=92, Resulting Numbers: [23, 4, 92]
Generated Node #0,0: 73:[23, 4, 92] Operation: 98-6=92
Exploring Operation: 23*4=92, Resulting Numbers: [6, 98, 92]
Generated Node #0,1: 73:[6, 98, 92] Operation: 23*4=92
Exploring Operation: 6+23=29, Resulting... | 0.955729 | hs_5 | sum_heuristic |
[
10,
10,
35,
2
] | 37 | [
"10-10=0",
"35+2=37",
"0+37=37"
] | Current State: 37:[10, 10, 35, 2], Operations: []
Exploring Operation: 10-10=0, Resulting Numbers: [35, 2, 0]
Generated Node #2: [35, 2, 0] from Operation: 10-10=0
Current State: 37:[35, 2, 0], Operations: ['10-10=0']
Exploring Operation: 35+2=37, Resulting Numbers: [0, 37]
Generated Node #3: [0, 37] from Operation: 35... | 4 | Current State: 37:[10, 10, 35, 2], Operations: []
Exploring Operation: 10*2=20, Resulting Numbers: [10, 35, 20]
Generated Node #0,0: 37:[10, 35, 20] Operation: 10*2=20
Exploring Operation: 10*2=20, Resulting Numbers: [10, 35, 20]
Generated Node #0,1: 37:[10, 35, 20] Operation: 10*2=20
Moving to Node #0,0
Current State:... | 0 | hs_2 | sum_heuristic |
[
8,
43,
56,
21
] | 29 | [
"56/8=7",
"43-21=22",
"7+22=29"
] | Current State: 29:[8, 43, 56, 21], Operations: []
Exploring Operation: 56/8=7, Resulting Numbers: [43, 21, 7]
Generated Node #2: [43, 21, 7] from Operation: 56/8=7
Current State: 29:[43, 21, 7], Operations: ['56/8=7']
Exploring Operation: 43-21=22, Resulting Numbers: [7, 22]
Generated Node #3: [7, 22] from Operation: 4... | 4 | Current State: 29:[8, 43, 56, 21], Operations: []
Exploring Operation: 43-8=35, Resulting Numbers: [56, 21, 35]
Generated Node #0,0: 29:[56, 21, 35] Operation: 43-8=35
Exploring Operation: 8+21=29, Resulting Numbers: [43, 56, 29]
Generated Node #0,1: 29:[43, 56, 29] Operation: 8+21=29
Exploring Operation: 56-8=48, Resu... | 0 | hs_3 | mult_heuristic |
[
61,
17,
95,
98
] | 49 | [
"95-61=34",
"17*98=1666",
"1666/34=49"
] | Current State: 49:[61, 17, 95, 98], Operations: []
Exploring Operation: 95-61=34, Resulting Numbers: [17, 98, 34]
Generated Node #2: [17, 98, 34] from Operation: 95-61=34
Current State: 49:[17, 98, 34], Operations: ['95-61=34']
Exploring Operation: 17*98=1666, Resulting Numbers: [34, 1666]
Generated Node #3: [34, 1666]... | 4 | Current State: 49:[61, 17, 95, 98], Operations: []
Exploring Operation: 98-95=3, Resulting Numbers: [61, 17, 3]
Generated Node #0,0: 49:[61, 17, 3] Operation: 98-95=3
Start Sub Search at level 1: Moving to Node #0,0
Current State: 49:[61, 17, 3], Operations: ['98-95=3']
Exploring Operation: 61-17=44, Resulting Numbers:... | 0 | hs_1 | mult_heuristic |
[
54,
52,
9,
83
] | 46 | [
"54-52=2",
"9+83=92",
"92/2=46"
] | Current State: 46:[54, 52, 9, 83], Operations: []
Exploring Operation: 54-52=2, Resulting Numbers: [9, 83, 2]
Generated Node #2: [9, 83, 2] from Operation: 54-52=2
Current State: 46:[9, 83, 2], Operations: ['54-52=2']
Exploring Operation: 9+83=92, Resulting Numbers: [2, 92]
Generated Node #3: [2, 92] from Operation: 9+... | 4 | Current State: 46:[54, 52, 9, 83], Operations: []
Exploring Operation: 83-52=31, Resulting Numbers: [54, 9, 31]
Generated Node #0,0: 46:[54, 9, 31] Operation: 83-52=31
Exploring Operation: 83-9=74, Resulting Numbers: [54, 52, 74]
Generated Node #0,1: 46:[54, 52, 74] Operation: 83-9=74
Exploring Operation: 54-52=2, Resu... | 0 | hs_4 | mult_heuristic |
[
15,
25,
90,
15
] | 81 | [
"15*15=225",
"225/25=9",
"90-9=81"
] | Current State: 81:[15, 25, 90, 15], Operations: []
Exploring Operation: 15*15=225, Resulting Numbers: [25, 90, 225]
Generated Node #2: [25, 90, 225] from Operation: 15*15=225
Current State: 81:[25, 90, 225], Operations: ['15*15=225']
Exploring Operation: 225/25=9, Resulting Numbers: [90, 9]
Generated Node #3: [90, 9] f... | 4 | Current State: 81:[15, 25, 90, 15], Operations: []
Exploring Operation: 90/15=6, Resulting Numbers: [25, 15, 6]
Generated Node #0,0: 81:[25, 15, 6] Operation: 90/15=6
Moving to Node #0,0
Current State: 81:[25, 15, 6], Operations: ['90/15=6']
Exploring Operation: 15-6=9, Resulting Numbers: [25, 9]
Generated Node #0,0,0:... | 0 | hs_1 | sum_heuristic |
[
57,
92,
61,
3
] | 70 | [
"57+92=149",
"61+149=210",
"210/3=70"
] | Current State: 70:[57, 92, 61, 3], Operations: []
Exploring Operation: 57+92=149, Resulting Numbers: [61, 3, 149]
Generated Node #2: [61, 3, 149] from Operation: 57+92=149
Current State: 70:[61, 3, 149], Operations: ['57+92=149']
Exploring Operation: 61+149=210, Resulting Numbers: [3, 210]
Generated Node #3: [3, 210] f... | 4 | Current State: 70:[57, 92, 61, 3], Operations: []
Exploring Operation: 92-57=35, Resulting Numbers: [61, 3, 35]
Generated Node #0,0: 70:[61, 3, 35] Operation: 92-57=35
Moving to Node #0,0
Current State: 70:[61, 3, 35], Operations: ['92-57=35']
Exploring Operation: 61+3=64, Resulting Numbers: [35, 64]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
33,
97,
35,
47
] | 43 | [
"97+35=132",
"132/33=4",
"47-4=43"
] | Current State: 43:[33, 97, 35, 47], Operations: []
Exploring Operation: 97+35=132, Resulting Numbers: [33, 47, 132]
Generated Node #2: [33, 47, 132] from Operation: 97+35=132
Current State: 43:[33, 47, 132], Operations: ['97+35=132']
Exploring Operation: 132/33=4, Resulting Numbers: [47, 4]
Generated Node #3: [47, 4] f... | 4 | Current State: 43:[33, 97, 35, 47], Operations: []
Exploring Operation: 97-47=50, Resulting Numbers: [33, 35, 50]
Generated Node #0,0: 43:[33, 35, 50] Operation: 97-47=50
Start Sub Search at level 1: Moving to Node #0,0
Current State: 43:[33, 35, 50], Operations: ['97-47=50']
Exploring Operation: 33+35=68, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
75,
46,
8,
82
] | 47 | [
"75+46=121",
"82-8=74",
"121-74=47"
] | Current State: 47:[75, 46, 8, 82], Operations: []
Exploring Operation: 75+46=121, Resulting Numbers: [8, 82, 121]
Generated Node #2: [8, 82, 121] from Operation: 75+46=121
Current State: 47:[8, 82, 121], Operations: ['75+46=121']
Exploring Operation: 82-8=74, Resulting Numbers: [121, 74]
Generated Node #3: [121, 74] fr... | 4 | Current State: 47:[75, 46, 8, 82], Operations: []
Exploring Operation: 75-8=67, Resulting Numbers: [46, 82, 67]
Generated Node #0,0: 47:[46, 82, 67] Operation: 75-8=67
Exploring Operation: 82-8=74, Resulting Numbers: [75, 46, 74]
Generated Node #0,1: 47:[75, 46, 74] Operation: 82-8=74
Exploring Operation: 46+8=54, Resu... | 0.969618 | hs_4 | sum_heuristic |
[
9,
12,
6,
50
] | 23 | [
"9+12=21",
"50-6=44",
"44-21=23"
] | Current State: 23:[9, 12, 6, 50], Operations: []
Exploring Operation: 9+12=21, Resulting Numbers: [6, 50, 21]
Generated Node #2: [6, 50, 21] from Operation: 9+12=21
Current State: 23:[6, 50, 21], Operations: ['9+12=21']
Exploring Operation: 50-6=44, Resulting Numbers: [21, 44]
Generated Node #3: [21, 44] from Operation... | 4 | Current State: 23:[9, 12, 6, 50], Operations: []
Exploring Operation: 9+12=21, Resulting Numbers: [6, 50, 21]
Generated Node #0,0: 23:[6, 50, 21] Operation: 9+12=21
Moving to Node #0,0
Current State: 23:[6, 50, 21], Operations: ['9+12=21']
Exploring Operation: 50-6=44, Resulting Numbers: [21, 44]
Generated Node #0,0,0:... | 0.993924 | hs_1 | mult_heuristic |
[
15,
58,
25,
98
] | 20 | [
"15*98=1470",
"58*25=1450",
"1470-1450=20"
] | Current State: 20:[15, 58, 25, 98], Operations: []
Exploring Operation: 15*98=1470, Resulting Numbers: [58, 25, 1470]
Generated Node #2: [58, 25, 1470] from Operation: 15*98=1470
Current State: 20:[58, 25, 1470], Operations: ['15*98=1470']
Exploring Operation: 58*25=1450, Resulting Numbers: [1470, 1450]
Generated Node ... | 4 | Current State: 20:[15, 58, 25, 98], Operations: []
Exploring Operation: 98-58=40, Resulting Numbers: [15, 25, 40]
Generated Node #0,0: 20:[15, 25, 40] Operation: 98-58=40
Exploring Operation: 98-15=83, Resulting Numbers: [58, 25, 83]
Generated Node #0,1: 20:[58, 25, 83] Operation: 98-15=83
Exploring Operation: 58-15=43... | 0 | hs_5 | mult_heuristic |
[
94,
2,
49,
14
] | 89 | [
"94-14=80",
"80/2=40",
"49+40=89"
] | Current State: 89:[94, 2, 49, 14], Operations: []
Exploring Operation: 94-14=80, Resulting Numbers: [2, 49, 80]
Generated Node #2: [2, 49, 80] from Operation: 94-14=80
Current State: 89:[2, 49, 80], Operations: ['94-14=80']
Exploring Operation: 80/2=40, Resulting Numbers: [49, 40]
Generated Node #3: [49, 40] from Opera... | 4 | Current State: 89:[94, 2, 49, 14], Operations: []
Exploring Operation: 2*14=28, Resulting Numbers: [94, 49, 28]
Generated Node #0,0: 89:[94, 49, 28] Operation: 2*14=28
Exploring Operation: 2*49=98, Resulting Numbers: [94, 14, 98]
Generated Node #0,1: 89:[94, 14, 98] Operation: 2*49=98
Moving to Node #0,1
Current State:... | 0 | hs_2 | sum_heuristic |
[
69,
39,
72,
22
] | 35 | [
"72-69=3",
"39/3=13",
"22+13=35"
] | Current State: 35:[69, 39, 72, 22], Operations: []
Exploring Operation: 72-69=3, Resulting Numbers: [39, 22, 3]
Generated Node #2: [39, 22, 3] from Operation: 72-69=3
Current State: 35:[39, 22, 3], Operations: ['72-69=3']
Exploring Operation: 39/3=13, Resulting Numbers: [22, 13]
Generated Node #3: [22, 13] from Operati... | 4 | Current State: 35:[69, 39, 72, 22], Operations: []
Exploring Operation: 69-22=47, Resulting Numbers: [39, 72, 47]
Generated Node #0,0: 35:[39, 72, 47] Operation: 69-22=47
Exploring Operation: 72-39=33, Resulting Numbers: [69, 22, 33]
Generated Node #0,1: 35:[69, 22, 33] Operation: 72-39=33
Exploring Operation: 72-69=3,... | 0.975694 | hs_5 | mult_heuristic |
[
69,
54,
84,
51
] | 90 | [
"69+54=123",
"84-51=33",
"123-33=90"
] | Current State: 90:[69, 54, 84, 51], Operations: []
Exploring Operation: 69+54=123, Resulting Numbers: [84, 51, 123]
Generated Node #2: [84, 51, 123] from Operation: 69+54=123
Current State: 90:[84, 51, 123], Operations: ['69+54=123']
Exploring Operation: 84-51=33, Resulting Numbers: [123, 33]
Generated Node #3: [123, 3... | 4 | Current State: 90:[69, 54, 84, 51], Operations: []
Exploring Operation: 69-51=18, Resulting Numbers: [54, 84, 18]
Generated Node #0,0: 90:[54, 84, 18] Operation: 69-51=18
Exploring Operation: 54-51=3, Resulting Numbers: [69, 84, 3]
Generated Node #0,1: 90:[69, 84, 3] Operation: 54-51=3
Exploring Operation: 84-69=15, Re... | 0.947917 | hs_5 | mult_heuristic |
[
90,
10,
66,
12
] | 36 | [
"90+66=156",
"10*12=120",
"156-120=36"
] | Current State: 36:[90, 10, 66, 12], Operations: []
Exploring Operation: 90+66=156, Resulting Numbers: [10, 12, 156]
Generated Node #2: [10, 12, 156] from Operation: 90+66=156
Current State: 36:[10, 12, 156], Operations: ['90+66=156']
Exploring Operation: 10*12=120, Resulting Numbers: [156, 120]
Generated Node #3: [156,... | 4 | Current State: 36:[90, 10, 66, 12], Operations: []
Exploring Operation: 90-66=24, Resulting Numbers: [10, 12, 24]
Generated Node #0,0: 36:[10, 12, 24] Operation: 90-66=24
Start Sub Search at level 1: Moving to Node #0,0
Current State: 36:[10, 12, 24], Operations: ['90-66=24']
Exploring Operation: 12+24=36, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
67,
34,
72,
50
] | 24 | [
"72-67=5",
"50/5=10",
"34-10=24"
] | Current State: 24:[67, 34, 72, 50], Operations: []
Exploring Operation: 72-67=5, Resulting Numbers: [34, 50, 5]
Generated Node #2: [34, 50, 5] from Operation: 72-67=5
Current State: 24:[34, 50, 5], Operations: ['72-67=5']
Exploring Operation: 50/5=10, Resulting Numbers: [34, 10]
Generated Node #3: [34, 10] from Operati... | 4 | Current State: 24:[67, 34, 72, 50], Operations: []
Exploring Operation: 72-67=5, Resulting Numbers: [34, 50, 5]
Generated Node #0,0: 24:[34, 50, 5] Operation: 72-67=5
Exploring Operation: 72-50=22, Resulting Numbers: [67, 34, 22]
Generated Node #0,1: 24:[67, 34, 22] Operation: 72-50=22
Moving to Node #0,0
Current State... | 0.984375 | hs_2 | mult_heuristic |
[
71,
5,
12,
10
] | 77 | [
"5*12=60",
"60/10=6",
"71+6=77"
] | Current State: 77:[71, 5, 12, 10], Operations: []
Exploring Operation: 5*12=60, Resulting Numbers: [71, 10, 60]
Generated Node #2: [71, 10, 60] from Operation: 5*12=60
Current State: 77:[71, 10, 60], Operations: ['5*12=60']
Exploring Operation: 60/10=6, Resulting Numbers: [71, 6]
Generated Node #3: [71, 6] from Operati... | 4 | Current State: 77:[71, 5, 12, 10], Operations: []
Exploring Operation: 71+5=76, Resulting Numbers: [12, 10, 76]
Generated Node #0,0: 77:[12, 10, 76] Operation: 71+5=76
Exploring Operation: 71+10=81, Resulting Numbers: [5, 12, 81]
Generated Node #0,1: 77:[5, 12, 81] Operation: 71+10=81
Moving to Node #0,0
Current State:... | 0 | hs_2 | mult_heuristic |
[
54,
32,
25,
39
] | 86 | [
"54-32=22",
"25+39=64",
"22+64=86"
] | Current State: 86:[54, 32, 25, 39], Operations: []
Exploring Operation: 54-32=22, Resulting Numbers: [25, 39, 22]
Generated Node #2: [25, 39, 22] from Operation: 54-32=22
Current State: 86:[25, 39, 22], Operations: ['54-32=22']
Exploring Operation: 25+39=64, Resulting Numbers: [22, 64]
Generated Node #3: [22, 64] from ... | 4 | Current State: 86:[54, 32, 25, 39], Operations: []
Exploring Operation: 54+32=86, Resulting Numbers: [25, 39, 86]
Generated Node #0,0: 86:[25, 39, 86] Operation: 54+32=86
Exploring Operation: 32-25=7, Resulting Numbers: [54, 39, 7]
Generated Node #0,1: 86:[54, 39, 7] Operation: 32-25=7
Exploring Operation: 54+25=79, Re... | 0.989583 | hs_3 | mult_heuristic |
[
45,
16,
2,
23
] | 75 | [
"45-16=29",
"2*23=46",
"29+46=75"
] | Current State: 75:[45, 16, 2, 23], Operations: []
Exploring Operation: 45-16=29, Resulting Numbers: [2, 23, 29]
Generated Node #2: [2, 23, 29] from Operation: 45-16=29
Current State: 75:[2, 23, 29], Operations: ['45-16=29']
Exploring Operation: 2*23=46, Resulting Numbers: [29, 46]
Generated Node #3: [29, 46] from Opera... | 4 | Current State: 75:[45, 16, 2, 23], Operations: []
Exploring Operation: 45+23=68, Resulting Numbers: [16, 2, 68]
Generated Node #0,0: 75:[16, 2, 68] Operation: 45+23=68
Exploring Operation: 45-16=29, Resulting Numbers: [2, 23, 29]
Generated Node #0,1: 75:[2, 23, 29] Operation: 45-16=29
Exploring Operation: 45+16=61, Res... | 0 | hs_5 | mult_heuristic |
[
33,
37,
23,
24
] | 23 | [
"33+37=70",
"23+24=47",
"70-47=23"
] | Current State: 23:[33, 37, 23, 24], Operations: []
Exploring Operation: 33+37=70, Resulting Numbers: [23, 24, 70]
Generated Node #2: [23, 24, 70] from Operation: 33+37=70
Current State: 23:[23, 24, 70], Operations: ['33+37=70']
Exploring Operation: 23+24=47, Resulting Numbers: [70, 47]
Generated Node #3: [70, 47] from ... | 4 | Current State: 23:[33, 37, 23, 24], Operations: []
Exploring Operation: 37-33=4, Resulting Numbers: [23, 24, 4]
Generated Node #0,0: 23:[23, 24, 4] Operation: 37-33=4
Moving to Node #0,0
Current State: 23:[23, 24, 4], Operations: ['37-33=4']
Exploring Operation: 24-4=20, Resulting Numbers: [23, 20]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
30,
79,
89,
23
] | 26 | [
"89-79=10",
"30/10=3",
"23+3=26"
] | Current State: 26:[30, 79, 89, 23], Operations: []
Exploring Operation: 89-79=10, Resulting Numbers: [30, 23, 10]
Generated Node #2: [30, 23, 10] from Operation: 89-79=10
Current State: 26:[30, 23, 10], Operations: ['89-79=10']
Exploring Operation: 30/10=3, Resulting Numbers: [23, 3]
Generated Node #3: [23, 3] from Ope... | 4 | Current State: 26:[30, 79, 89, 23], Operations: []
Exploring Operation: 89-79=10, Resulting Numbers: [30, 23, 10]
Generated Node #0,0: 26:[30, 23, 10] Operation: 89-79=10
Exploring Operation: 79-30=49, Resulting Numbers: [89, 23, 49]
Generated Node #0,1: 26:[89, 23, 49] Operation: 79-30=49
Exploring Operation: 89-30=59... | 0.969618 | hs_3 | sum_heuristic |
[
58,
14,
4,
42
] | 51 | [
"58-4=54",
"42/14=3",
"54-3=51"
] | Current State: 51:[58, 14, 4, 42], Operations: []
Exploring Operation: 58-4=54, Resulting Numbers: [14, 42, 54]
Generated Node #2: [14, 42, 54] from Operation: 58-4=54
Current State: 51:[14, 42, 54], Operations: ['58-4=54']
Exploring Operation: 42/14=3, Resulting Numbers: [54, 3]
Generated Node #3: [54, 3] from Operati... | 4 | Current State: 51:[58, 14, 4, 42], Operations: []
Exploring Operation: 58-42=16, Resulting Numbers: [14, 4, 16]
Generated Node #0,0: 51:[14, 4, 16] Operation: 58-42=16
Start Sub Search at level 1: Moving to Node #0,0
Current State: 51:[14, 4, 16], Operations: ['58-42=16']
Exploring Operation: 14+4=18, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
[
44,
60,
99,
2
] | 49 | [
"44*2=88",
"99-60=39",
"88-39=49"
] | Current State: 49:[44, 60, 99, 2], Operations: []
Exploring Operation: 44*2=88, Resulting Numbers: [60, 99, 88]
Generated Node #2: [60, 99, 88] from Operation: 44*2=88
Current State: 49:[60, 99, 88], Operations: ['44*2=88']
Exploring Operation: 99-60=39, Resulting Numbers: [88, 39]
Generated Node #3: [88, 39] from Oper... | 4 | Current State: 49:[44, 60, 99, 2], Operations: []
Exploring Operation: 99-60=39, Resulting Numbers: [44, 2, 39]
Generated Node #0,0: 49:[44, 2, 39] Operation: 99-60=39
Start Sub Search at level 1: Moving to Node #0,0
Current State: 49:[44, 2, 39], Operations: ['99-60=39']
Exploring Operation: 44-39=5, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
7,
77,
25,
65
] | 91 | [
"77-25=52",
"65-52=13",
"7*13=91"
] | Current State: 91:[7, 77, 25, 65], Operations: []
Exploring Operation: 77-25=52, Resulting Numbers: [7, 65, 52]
Generated Node #2: [7, 65, 52] from Operation: 77-25=52
Current State: 91:[7, 65, 52], Operations: ['77-25=52']
Exploring Operation: 65-52=13, Resulting Numbers: [7, 13]
Generated Node #3: [7, 13] from Operat... | 4 | Current State: 91:[7, 77, 25, 65], Operations: []
Exploring Operation: 25+65=90, Resulting Numbers: [7, 77, 90]
Generated Node #0,0: 91:[7, 77, 90] Operation: 25+65=90
Exploring Operation: 77-65=12, Resulting Numbers: [7, 25, 12]
Generated Node #0,1: 91:[7, 25, 12] Operation: 77-65=12
Exploring Operation: 77+25=102, Re... | 0.990451 | hs_3 | sum_heuristic |
[
45,
88,
61,
18
] | 44 | [
"61-45=16",
"18-16=2",
"88/2=44"
] | Current State: 44:[45, 88, 61, 18], Operations: []
Exploring Operation: 61-45=16, Resulting Numbers: [88, 18, 16]
Generated Node #2: [88, 18, 16] from Operation: 61-45=16
Current State: 44:[88, 18, 16], Operations: ['61-45=16']
Exploring Operation: 18-16=2, Resulting Numbers: [88, 2]
Generated Node #3: [88, 2] from Ope... | 4 | Current State: 44:[45, 88, 61, 18], Operations: []
Exploring Operation: 88-61=27, Resulting Numbers: [45, 18, 27]
Generated Node #0,0: 44:[45, 18, 27] Operation: 88-61=27
Start Sub Search at level 1: Moving to Node #0,0
Current State: 44:[45, 18, 27], Operations: ['88-61=27']
Exploring Operation: 18+27=45, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
56,
20,
80,
52
] | 16 | [
"56-52=4",
"80/20=4",
"4*4=16"
] | Current State: 16:[56, 20, 80, 52], Operations: []
Exploring Operation: 56-52=4, Resulting Numbers: [20, 80, 4]
Generated Node #2: [20, 80, 4] from Operation: 56-52=4
Current State: 16:[20, 80, 4], Operations: ['56-52=4']
Exploring Operation: 80/20=4, Resulting Numbers: [4, 4]
Generated Node #3: [4, 4] from Operation: ... | 4 | Current State: 16:[56, 20, 80, 52], Operations: []
Exploring Operation: 80-56=24, Resulting Numbers: [20, 52, 24]
Generated Node #0,0: 16:[20, 52, 24] Operation: 80-56=24
Exploring Operation: 56-52=4, Resulting Numbers: [20, 80, 4]
Generated Node #0,1: 16:[20, 80, 4] Operation: 56-52=4
Exploring Operation: 80-52=28, Re... | 0.96875 | hs_3 | mult_heuristic |
[
7,
21,
47,
63
] | 35 | [
"63/7=9",
"47-21=26",
"9+26=35"
] | Current State: 35:[7, 21, 47, 63], Operations: []
Exploring Operation: 63/7=9, Resulting Numbers: [21, 47, 9]
Generated Node #2: [21, 47, 9] from Operation: 63/7=9
Current State: 35:[21, 47, 9], Operations: ['63/7=9']
Exploring Operation: 47-21=26, Resulting Numbers: [9, 26]
Generated Node #3: [9, 26] from Operation: 4... | 4 | Current State: 35:[7, 21, 47, 63], Operations: []
Exploring Operation: 63-21=42, Resulting Numbers: [7, 47, 42]
Generated Node #0,0: 35:[7, 47, 42] Operation: 63-21=42
Exploring Operation: 63/7=9, Resulting Numbers: [21, 47, 9]
Generated Node #0,1: 35:[21, 47, 9] Operation: 63/7=9
Exploring Operation: 63-47=16, Resulti... | 0.966146 | hs_5 | mult_heuristic |
[
8,
82,
58,
58
] | 74 | [
"82-8=74",
"58-58=0",
"74+0=74"
] | Current State: 74:[8, 82, 58, 58], Operations: []
Exploring Operation: 82-8=74, Resulting Numbers: [58, 58, 74]
Generated Node #2: [58, 58, 74] from Operation: 82-8=74
Current State: 74:[58, 58, 74], Operations: ['82-8=74']
Exploring Operation: 58-58=0, Resulting Numbers: [74, 0]
Generated Node #3: [74, 0] from Operati... | 4 | Current State: 74:[8, 82, 58, 58], Operations: []
Exploring Operation: 8+58=66, Resulting Numbers: [82, 58, 66]
Generated Node #0,0: 74:[82, 58, 66] Operation: 8+58=66
Exploring Operation: 8+58=66, Resulting Numbers: [82, 58, 66]
Generated Node #0,1: 74:[82, 58, 66] Operation: 8+58=66
Exploring Operation: 82-8=74, Resu... | 0.986111 | hs_5 | mult_heuristic |
[
27,
64,
99,
70
] | 66 | [
"64-27=37",
"99-70=29",
"37+29=66"
] | Current State: 66:[27, 64, 99, 70], Operations: []
Exploring Operation: 64-27=37, Resulting Numbers: [99, 70, 37]
Generated Node #2: [99, 70, 37] from Operation: 64-27=37
Current State: 66:[99, 70, 37], Operations: ['64-27=37']
Exploring Operation: 99-70=29, Resulting Numbers: [37, 29]
Generated Node #3: [37, 29] from ... | 4 | Current State: 66:[27, 64, 99, 70], Operations: []
Exploring Operation: 99-27=72, Resulting Numbers: [64, 70, 72]
Generated Node #0,0: 66:[64, 70, 72] Operation: 99-27=72
Exploring Operation: 99-70=29, Resulting Numbers: [27, 64, 29]
Generated Node #0,1: 66:[27, 64, 29] Operation: 99-70=29
Exploring Operation: 64-27=37... | 0.986111 | hs_5 | sum_heuristic |
[
4,
14,
39,
65
] | 77 | [
"4*39=156",
"14+65=79",
"156-79=77"
] | Current State: 77:[4, 14, 39, 65], Operations: []
Exploring Operation: 4*39=156, Resulting Numbers: [14, 65, 156]
Generated Node #2: [14, 65, 156] from Operation: 4*39=156
Current State: 77:[14, 65, 156], Operations: ['4*39=156']
Exploring Operation: 14+65=79, Resulting Numbers: [156, 79]
Generated Node #3: [156, 79] f... | 4 | Current State: 77:[4, 14, 39, 65], Operations: []
Exploring Operation: 65-39=26, Resulting Numbers: [4, 14, 26]
Generated Node #0,0: 77:[4, 14, 26] Operation: 65-39=26
Exploring Operation: 39+65=104, Resulting Numbers: [4, 14, 104]
Generated Node #0,1: 77:[4, 14, 104] Operation: 39+65=104
Exploring Operation: 39-14=25,... | 0 | hs_4 | sum_heuristic |
[
50,
4,
31,
44
] | 70 | [
"50+31=81",
"44/4=11",
"81-11=70"
] | Current State: 70:[50, 4, 31, 44], Operations: []
Exploring Operation: 50+31=81, Resulting Numbers: [4, 44, 81]
Generated Node #2: [4, 44, 81] from Operation: 50+31=81
Current State: 70:[4, 44, 81], Operations: ['50+31=81']
Exploring Operation: 44/4=11, Resulting Numbers: [81, 11]
Generated Node #3: [81, 11] from Opera... | 4 | Current State: 70:[50, 4, 31, 44], Operations: []
Exploring Operation: 44-31=13, Resulting Numbers: [50, 4, 13]
Generated Node #0,0: 70:[50, 4, 13] Operation: 44-31=13
Exploring Operation: 50-44=6, Resulting Numbers: [4, 31, 6]
Generated Node #0,1: 70:[4, 31, 6] Operation: 50-44=6
Exploring Operation: 50-31=19, Resulti... | 0 | hs_3 | sum_heuristic |
[
86,
90,
31,
15
] | 29 | [
"90-86=4",
"15*4=60",
"60-31=29"
] | Current State: 29:[86, 90, 31, 15], Operations: []
Exploring Operation: 90-86=4, Resulting Numbers: [31, 15, 4]
Generated Node #2: [31, 15, 4] from Operation: 90-86=4
Current State: 29:[31, 15, 4], Operations: ['90-86=4']
Exploring Operation: 15*4=60, Resulting Numbers: [31, 60]
Generated Node #3: [31, 60] from Operati... | 4 | Current State: 29:[86, 90, 31, 15], Operations: []
Exploring Operation: 86-31=55, Resulting Numbers: [90, 15, 55]
Generated Node #0,0: 29:[90, 15, 55] Operation: 86-31=55
Exploring Operation: 90/15=6, Resulting Numbers: [86, 31, 6]
Generated Node #0,1: 29:[86, 31, 6] Operation: 90/15=6
Exploring Operation: 90-86=4, Res... | 0 | hs_3 | mult_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.