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 |
|---|---|---|---|---|---|---|---|---|
[
12,
90,
15,
50
] | 43 | [
"90-12=78",
"50-15=35",
"78-35=43"
] | Current State: 43:[12, 90, 15, 50], Operations: []
Exploring Operation: 90-12=78, Resulting Numbers: [15, 50, 78]
Generated Node #2: [15, 50, 78] from Operation: 90-12=78
Current State: 43:[15, 50, 78], Operations: ['90-12=78']
Exploring Operation: 50-15=35, Resulting Numbers: [78, 35]
Generated Node #3: [78, 35] from ... | 4 | Current State: 43:[12, 90, 15, 50], Operations: []
Exploring Operation: 90-12=78, Resulting Numbers: [15, 50, 78]
Generated Node #0,0: 43:[15, 50, 78] Operation: 90-12=78
Exploring Operation: 12+15=27, Resulting Numbers: [90, 50, 27]
Generated Node #0,1: 43:[90, 50, 27] Operation: 12+15=27
Exploring Operation: 90-15=75... | 0.982639 | hs_4 | sum_heuristic |
[
89,
59,
93,
31
] | 32 | [
"89-59=30",
"93-31=62",
"62-30=32"
] | Current State: 32:[89, 59, 93, 31], Operations: []
Exploring Operation: 89-59=30, Resulting Numbers: [93, 31, 30]
Generated Node #2: [93, 31, 30] from Operation: 89-59=30
Current State: 32:[93, 31, 30], Operations: ['89-59=30']
Exploring Operation: 93-31=62, Resulting Numbers: [30, 62]
Generated Node #3: [30, 62] from ... | 4 | Current State: 32:[89, 59, 93, 31], Operations: []
Exploring Operation: 93-89=4, Resulting Numbers: [59, 31, 4]
Generated Node #0,0: 32:[59, 31, 4] Operation: 93-89=4
Start Sub Search at level 1: Moving to Node #0,0
Current State: 32:[59, 31, 4], Operations: ['93-89=4']
Exploring Operation: 59-31=28, Resulting Numbers:... | 0.993924 | hs_1 | sum_heuristic |
[
28,
28,
22,
67
] | 89 | [
"28-28=0",
"22+67=89",
"0+89=89"
] | Current State: 89:[28, 28, 22, 67], Operations: []
Exploring Operation: 28-28=0, Resulting Numbers: [22, 67, 0]
Generated Node #2: [22, 67, 0] from Operation: 28-28=0
Current State: 89:[22, 67, 0], Operations: ['28-28=0']
Exploring Operation: 22+67=89, Resulting Numbers: [0, 89]
Generated Node #3: [0, 89] from Operatio... | 4 | Current State: 89:[28, 28, 22, 67], Operations: []
Exploring Operation: 28+22=50, Resulting Numbers: [28, 67, 50]
Generated Node #0,0: 89:[28, 67, 50] Operation: 28+22=50
Exploring Operation: 28+22=50, Resulting Numbers: [28, 67, 50]
Generated Node #0,1: 89:[28, 67, 50] Operation: 28+22=50
Exploring Operation: 28+28=56... | 0.983507 | hs_3 | mult_heuristic |
[
1,
38,
11,
23
] | 51 | [
"1+38=39",
"23-11=12",
"39+12=51"
] | Current State: 51:[1, 38, 11, 23], Operations: []
Exploring Operation: 1+38=39, Resulting Numbers: [11, 23, 39]
Generated Node #2: [11, 23, 39] from Operation: 1+38=39
Current State: 51:[11, 23, 39], Operations: ['1+38=39']
Exploring Operation: 23-11=12, Resulting Numbers: [39, 12]
Generated Node #3: [39, 12] from Oper... | 4 | Current State: 51:[1, 38, 11, 23], Operations: []
Exploring Operation: 38+23=61, Resulting Numbers: [1, 11, 61]
Generated Node #0,0: 51:[1, 11, 61] Operation: 38+23=61
Exploring Operation: 38+11=49, Resulting Numbers: [1, 23, 49]
Generated Node #0,1: 51:[1, 23, 49] Operation: 38+11=49
Exploring Operation: 38-11=27, Res... | 0.948785 | hs_5 | sum_heuristic |
[
57,
31,
16,
9
] | 78 | [
"31-16=15",
"9*15=135",
"135-57=78"
] | Current State: 78:[57, 31, 16, 9], Operations: []
Exploring Operation: 31-16=15, Resulting Numbers: [57, 9, 15]
Generated Node #2: [57, 9, 15] from Operation: 31-16=15
Current State: 78:[57, 9, 15], Operations: ['31-16=15']
Exploring Operation: 9*15=135, Resulting Numbers: [57, 135]
Generated Node #3: [57, 135] from Op... | 4 | Current State: 78:[57, 31, 16, 9], Operations: []
Exploring Operation: 57-31=26, Resulting Numbers: [16, 9, 26]
Generated Node #0,0: 78:[16, 9, 26] Operation: 57-31=26
Exploring Operation: 57-16=41, Resulting Numbers: [31, 9, 41]
Generated Node #0,1: 78:[31, 9, 41] Operation: 57-16=41
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
2,
72,
49,
11
] | 48 | [
"49+11=60",
"2*60=120",
"120-72=48"
] | Current State: 48:[2, 72, 49, 11], Operations: []
Exploring Operation: 49+11=60, Resulting Numbers: [2, 72, 60]
Generated Node #2: [2, 72, 60] from Operation: 49+11=60
Current State: 48:[2, 72, 60], Operations: ['49+11=60']
Exploring Operation: 2*60=120, Resulting Numbers: [72, 120]
Generated Node #3: [72, 120] from Op... | 4 | Current State: 48:[2, 72, 49, 11], Operations: []
Exploring Operation: 72-49=23, Resulting Numbers: [2, 11, 23]
Generated Node #0,0: 48:[2, 11, 23] Operation: 72-49=23
Exploring Operation: 72/2=36, Resulting Numbers: [49, 11, 36]
Generated Node #0,1: 48:[49, 11, 36] Operation: 72/2=36
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
1,
32,
61,
53
] | 83 | [
"32-1=31",
"61+53=114",
"114-31=83"
] | Current State: 83:[1, 32, 61, 53], Operations: []
Exploring Operation: 32-1=31, Resulting Numbers: [61, 53, 31]
Generated Node #2: [61, 53, 31] from Operation: 32-1=31
Current State: 83:[61, 53, 31], Operations: ['32-1=31']
Exploring Operation: 61+53=114, Resulting Numbers: [31, 114]
Generated Node #3: [31, 114] from O... | 4 | Current State: 83:[1, 32, 61, 53], Operations: []
Exploring Operation: 1+32=33, Resulting Numbers: [61, 53, 33]
Generated Node #0,0: 83:[61, 53, 33] Operation: 1+32=33
Moving to Node #0,0
Current State: 83:[61, 53, 33], Operations: ['1+32=33']
Exploring Operation: 53+33=86, Resulting Numbers: [61, 86]
Generated Node #0... | 0 | hs_1 | sum_heuristic |
[
1,
66,
42,
17
] | 91 | [
"1*66=66",
"42-17=25",
"66+25=91"
] | Current State: 91:[1, 66, 42, 17], Operations: []
Exploring Operation: 1*66=66, Resulting Numbers: [42, 17, 66]
Generated Node #2: [42, 17, 66] from Operation: 1*66=66
Current State: 91:[42, 17, 66], Operations: ['1*66=66']
Exploring Operation: 42-17=25, Resulting Numbers: [66, 25]
Generated Node #3: [66, 25] from Oper... | 4 | Current State: 91:[1, 66, 42, 17], Operations: []
Exploring Operation: 66+42=108, Resulting Numbers: [1, 17, 108]
Generated Node #0,0: 91:[1, 17, 108] Operation: 66+42=108
Exploring Operation: 42-17=25, Resulting Numbers: [1, 66, 25]
Generated Node #0,1: 91:[1, 66, 25] Operation: 42-17=25
Exploring Operation: 66+17=83,... | 0.973958 | hs_4 | sum_heuristic |
[
99,
52,
1,
25
] | 56 | [
"99+1=100",
"100/25=4",
"52+4=56"
] | Current State: 56:[99, 52, 1, 25], Operations: []
Exploring Operation: 99+1=100, Resulting Numbers: [52, 25, 100]
Generated Node #2: [52, 25, 100] from Operation: 99+1=100
Current State: 56:[52, 25, 100], Operations: ['99+1=100']
Exploring Operation: 100/25=4, Resulting Numbers: [52, 4]
Generated Node #3: [52, 4] from ... | 4 | Current State: 56:[99, 52, 1, 25], Operations: []
Exploring Operation: 99-52=47, Resulting Numbers: [1, 25, 47]
Generated Node #0,0: 56:[1, 25, 47] Operation: 99-52=47
Exploring Operation: 99-1=98, Resulting Numbers: [52, 25, 98]
Generated Node #0,1: 56:[52, 25, 98] Operation: 99-1=98
Exploring Operation: 99-25=74, Res... | 0 | hs_4 | mult_heuristic |
[
58,
4,
9,
26
] | 12 | [
"58+26=84",
"84/4=21",
"21-9=12"
] | Current State: 12:[58, 4, 9, 26], Operations: []
Exploring Operation: 58+26=84, Resulting Numbers: [4, 9, 84]
Generated Node #2: [4, 9, 84] from Operation: 58+26=84
Current State: 12:[4, 9, 84], Operations: ['58+26=84']
Exploring Operation: 84/4=21, Resulting Numbers: [9, 21]
Generated Node #3: [9, 21] from Operation: ... | 4 | Current State: 12:[58, 4, 9, 26], Operations: []
Exploring Operation: 58-9=49, Resulting Numbers: [4, 26, 49]
Generated Node #0,0: 12:[4, 26, 49] Operation: 58-9=49
Exploring Operation: 58-26=32, Resulting Numbers: [4, 9, 32]
Generated Node #0,1: 12:[4, 9, 32] Operation: 58-26=32
Exploring Operation: 58-4=54, Resulting... | 0 | hs_4 | sum_heuristic |
[
18,
7,
38,
52
] | 60 | [
"18+38=56",
"56/7=8",
"52+8=60"
] | Current State: 60:[18, 7, 38, 52], Operations: []
Exploring Operation: 18+38=56, Resulting Numbers: [7, 52, 56]
Generated Node #2: [7, 52, 56] from Operation: 18+38=56
Current State: 60:[7, 52, 56], Operations: ['18+38=56']
Exploring Operation: 56/7=8, Resulting Numbers: [52, 8]
Generated Node #3: [52, 8] from Operatio... | 4 | Current State: 60:[18, 7, 38, 52], Operations: []
Exploring Operation: 52-38=14, Resulting Numbers: [18, 7, 14]
Generated Node #0,0: 60:[18, 7, 14] Operation: 52-38=14
Moving to Node #0,0
Current State: 60:[18, 7, 14], Operations: ['52-38=14']
Exploring Operation: 18-14=4, Resulting Numbers: [7, 4]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
92,
32,
30,
32
] | 16 | [
"92-32=60",
"30*32=960",
"960/60=16"
] | Current State: 16:[92, 32, 30, 32], Operations: []
Exploring Operation: 92-32=60, Resulting Numbers: [30, 60]
Generated Node #2: [30, 60] from Operation: 92-32=60
Current State: 16:[30, 60], Operations: ['92-32=60']
Exploring Operation: 30*32=960, Resulting Numbers: [60, 960]
Generated Node #3: [60, 960] from Operation... | 4 | Current State: 16:[92, 32, 30, 32], Operations: []
Exploring Operation: 32-30=2, Resulting Numbers: [92, 32, 2]
Generated Node #0,0: 16:[92, 32, 2] Operation: 32-30=2
Exploring Operation: 92-32=60, Resulting Numbers: [32, 30, 60]
Generated Node #0,1: 16:[32, 30, 60] Operation: 92-32=60
Exploring Operation: 92-30=62, Re... | 0.985243 | hs_5 | mult_heuristic |
[
7,
17,
53,
4
] | 93 | [
"7*17=119",
"53*4=212",
"212-119=93"
] | Current State: 93:[7, 17, 53, 4], Operations: []
Exploring Operation: 7*17=119, Resulting Numbers: [53, 4, 119]
Generated Node #2: [53, 4, 119] from Operation: 7*17=119
Current State: 93:[53, 4, 119], Operations: ['7*17=119']
Exploring Operation: 53*4=212, Resulting Numbers: [119, 212]
Generated Node #3: [119, 212] fro... | 4 | Current State: 93:[7, 17, 53, 4], Operations: []
Exploring Operation: 17+53=70, Resulting Numbers: [7, 4, 70]
Generated Node #0,0: 93:[7, 4, 70] Operation: 17+53=70
Exploring Operation: 53-17=36, Resulting Numbers: [7, 4, 36]
Generated Node #0,1: 93:[7, 4, 36] Operation: 53-17=36
Exploring Operation: 7+17=24, Resulting... | 0 | hs_4 | sum_heuristic |
[
99,
91,
8,
61
] | 71 | [
"99+61=160",
"160/8=20",
"91-20=71"
] | Current State: 71:[99, 91, 8, 61], Operations: []
Exploring Operation: 99+61=160, Resulting Numbers: [91, 8, 160]
Generated Node #2: [91, 8, 160] from Operation: 99+61=160
Current State: 71:[91, 8, 160], Operations: ['99+61=160']
Exploring Operation: 160/8=20, Resulting Numbers: [91, 20]
Generated Node #3: [91, 20] fro... | 4 | Current State: 71:[99, 91, 8, 61], Operations: []
Exploring Operation: 99+8=107, Resulting Numbers: [91, 61, 107]
Generated Node #0,0: 71:[91, 61, 107] Operation: 99+8=107
Exploring Operation: 8+61=69, Resulting Numbers: [99, 91, 69]
Generated Node #0,1: 71:[99, 91, 69] Operation: 8+61=69
Exploring Operation: 91-8=83, ... | 0 | hs_4 | sum_heuristic |
[
7,
89,
12,
80
] | 73 | [
"12-7=5",
"80/5=16",
"89-16=73"
] | Current State: 73:[7, 89, 12, 80], Operations: []
Exploring Operation: 12-7=5, Resulting Numbers: [89, 80, 5]
Generated Node #2: [89, 80, 5] from Operation: 12-7=5
Current State: 73:[89, 80, 5], Operations: ['12-7=5']
Exploring Operation: 80/5=16, Resulting Numbers: [89, 16]
Generated Node #3: [89, 16] from Operation: ... | 4 | Current State: 73:[7, 89, 12, 80], Operations: []
Exploring Operation: 7*12=84, Resulting Numbers: [89, 80, 84]
Generated Node #0,0: 73:[89, 80, 84] Operation: 7*12=84
Exploring Operation: 7+12=19, Resulting Numbers: [89, 80, 19]
Generated Node #0,1: 73:[89, 80, 19] Operation: 7+12=19
Exploring Operation: 89-7=82, Resu... | 0 | hs_3 | mult_heuristic |
[
39,
89,
99,
66
] | 83 | [
"89-39=50",
"99-66=33",
"50+33=83"
] | Current State: 83:[39, 89, 99, 66], Operations: []
Exploring Operation: 89-39=50, Resulting Numbers: [99, 66, 50]
Generated Node #2: [99, 66, 50] from Operation: 89-39=50
Current State: 83:[99, 66, 50], Operations: ['89-39=50']
Exploring Operation: 99-66=33, Resulting Numbers: [50, 33]
Generated Node #3: [50, 33] from ... | 4 | Current State: 83:[39, 89, 99, 66], Operations: []
Exploring Operation: 99-39=60, Resulting Numbers: [89, 66, 60]
Generated Node #0,0: 83:[89, 66, 60] Operation: 99-39=60
Exploring Operation: 39+99=138, Resulting Numbers: [89, 66, 138]
Generated Node #0,1: 83:[89, 66, 138] Operation: 39+99=138
Exploring Operation: 39+8... | 0.986979 | hs_5 | sum_heuristic |
[
2,
86,
70,
2
] | 80 | [
"86+70=156",
"156/2=78",
"2+78=80"
] | Current State: 80:[2, 86, 70, 2], Operations: []
Exploring Operation: 86+70=156, Resulting Numbers: [2, 2, 156]
Generated Node #2: [2, 2, 156] from Operation: 86+70=156
Current State: 80:[2, 2, 156], Operations: ['86+70=156']
Exploring Operation: 156/2=78, Resulting Numbers: [78]
78,80 equal: Goal Reached
Exploring Ope... | 4 | Current State: 80:[2, 86, 70, 2], Operations: []
Exploring Operation: 86/2=43, Resulting Numbers: [2, 70, 43]
Generated Node #0,0: 80:[2, 70, 43] Operation: 86/2=43
Exploring Operation: 70/2=35, Resulting Numbers: [2, 86, 35]
Generated Node #0,1: 80:[2, 86, 35] Operation: 70/2=35
Exploring Operation: 86-70=16, Resultin... | 0 | hs_5 | sum_heuristic |
[
59,
58,
60,
87
] | 89 | [
"58+60=118",
"118/59=2",
"87+2=89"
] | Current State: 89:[59, 58, 60, 87], Operations: []
Exploring Operation: 58+60=118, Resulting Numbers: [59, 87, 118]
Generated Node #2: [59, 87, 118] from Operation: 58+60=118
Current State: 89:[59, 87, 118], Operations: ['58+60=118']
Exploring Operation: 118/59=2, Resulting Numbers: [87, 2]
Generated Node #3: [87, 2] f... | 4 | Current State: 89:[59, 58, 60, 87], Operations: []
Exploring Operation: 58+60=118, Resulting Numbers: [59, 87, 118]
Generated Node #0,0: 89:[59, 87, 118] Operation: 58+60=118
Exploring Operation: 59+60=119, Resulting Numbers: [58, 87, 119]
Generated Node #0,1: 89:[58, 87, 119] Operation: 59+60=119
Exploring Operation: ... | 0 | hs_3 | mult_heuristic |
[
60,
12,
24,
2
] | 25 | [
"12-2=10",
"60*10=600",
"600/24=25"
] | Current State: 25:[60, 12, 24, 2], Operations: []
Exploring Operation: 12-2=10, Resulting Numbers: [60, 24, 10]
Generated Node #2: [60, 24, 10] from Operation: 12-2=10
Current State: 25:[60, 24, 10], Operations: ['12-2=10']
Exploring Operation: 60*10=600, Resulting Numbers: [24, 600]
Generated Node #3: [24, 600] from O... | 4 | Current State: 25:[60, 12, 24, 2], Operations: []
Exploring Operation: 60/2=30, Resulting Numbers: [12, 24, 30]
Generated Node #0,0: 25:[12, 24, 30] Operation: 60/2=30
Exploring Operation: 60-24=36, Resulting Numbers: [12, 2, 36]
Generated Node #0,1: 25:[12, 2, 36] Operation: 60-24=36
Exploring Operation: 60-12=48, Res... | 0 | hs_4 | sum_heuristic |
[
17,
61,
43,
14
] | 49 | [
"17+61=78",
"43-14=29",
"78-29=49"
] | Current State: 49:[17, 61, 43, 14], Operations: []
Exploring Operation: 17+61=78, Resulting Numbers: [43, 14, 78]
Generated Node #2: [43, 14, 78] from Operation: 17+61=78
Current State: 49:[43, 14, 78], Operations: ['17+61=78']
Exploring Operation: 43-14=29, Resulting Numbers: [78, 29]
Generated Node #3: [78, 29] from ... | 4 | Current State: 49:[17, 61, 43, 14], Operations: []
Exploring Operation: 61-14=47, Resulting Numbers: [17, 43, 47]
Generated Node #0,0: 49:[17, 43, 47] Operation: 61-14=47
Exploring Operation: 61-17=44, Resulting Numbers: [43, 14, 44]
Generated Node #0,1: 49:[43, 14, 44] Operation: 61-17=44
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
73,
98,
23,
23
] | 24 | [
"98-73=25",
"23/23=1",
"25-1=24"
] | Current State: 24:[73, 98, 23, 23], Operations: []
Exploring Operation: 98-73=25, Resulting Numbers: [23, 23, 25]
Generated Node #2: [23, 23, 25] from Operation: 98-73=25
Current State: 24:[23, 23, 25], Operations: ['98-73=25']
Exploring Operation: 23/23=1, Resulting Numbers: [25, 1]
Generated Node #3: [25, 1] from Ope... | 4 | Current State: 24:[73, 98, 23, 23], Operations: []
Exploring Operation: 98-73=25, Resulting Numbers: [23, 23, 25]
Generated Node #0,0: 24:[23, 23, 25] Operation: 98-73=25
Exploring Operation: 73-23=50, Resulting Numbers: [98, 23, 50]
Generated Node #0,1: 24:[98, 23, 50] Operation: 73-23=50
Exploring Operation: 73-23=50... | 0.985243 | hs_3 | sum_heuristic |
[
14,
64,
43,
66
] | 36 | [
"66-64=2",
"14/2=7",
"43-7=36"
] | Current State: 36:[14, 64, 43, 66], Operations: []
Exploring Operation: 66-64=2, Resulting Numbers: [14, 43, 2]
Generated Node #2: [14, 43, 2] from Operation: 66-64=2
Current State: 36:[14, 43, 2], Operations: ['66-64=2']
Exploring Operation: 14/2=7, Resulting Numbers: [43, 7]
Generated Node #3: [43, 7] from Operation:... | 4 | Current State: 36:[14, 64, 43, 66], Operations: []
Exploring Operation: 64-43=21, Resulting Numbers: [14, 66, 21]
Generated Node #0,0: 36:[14, 66, 21] Operation: 64-43=21
Exploring Operation: 66-43=23, Resulting Numbers: [14, 64, 23]
Generated Node #0,1: 36:[14, 64, 23] Operation: 66-43=23
Exploring Operation: 66-64=2,... | 0.980903 | hs_4 | mult_heuristic |
[
76,
36,
2,
76
] | 74 | [
"76+36=112",
"76/2=38",
"112-38=74"
] | Current State: 74:[76, 36, 2, 76], Operations: []
Exploring Operation: 76+36=112, Resulting Numbers: [2, 112]
Generated Node #2: [2, 112] from Operation: 76+36=112
Current State: 74:[2, 112], Operations: ['76+36=112']
Exploring Operation: 76/2=38, Resulting Numbers: [112, 38]
Generated Node #3: [112, 38] from Operation... | 4 | Current State: 74:[76, 36, 2, 76], Operations: []
Exploring Operation: 76-2=74, Resulting Numbers: [36, 76, 74]
Generated Node #0,0: 74:[36, 76, 74] Operation: 76-2=74
Exploring Operation: 76/76=1, Resulting Numbers: [36, 2, 1]
Generated Node #0,1: 74:[36, 2, 1] Operation: 76/76=1
Start Sub Search at level 1: Moving to... | 0.992188 | hs_2 | mult_heuristic |
[
89,
35,
3,
28
] | 29 | [
"89-35=54",
"28-3=25",
"54-25=29"
] | Current State: 29:[89, 35, 3, 28], Operations: []
Exploring Operation: 89-35=54, Resulting Numbers: [3, 28, 54]
Generated Node #2: [3, 28, 54] from Operation: 89-35=54
Current State: 29:[3, 28, 54], Operations: ['89-35=54']
Exploring Operation: 28-3=25, Resulting Numbers: [54, 25]
Generated Node #3: [54, 25] from Opera... | 4 | Current State: 29:[89, 35, 3, 28], Operations: []
Exploring Operation: 89-35=54, Resulting Numbers: [3, 28, 54]
Generated Node #0,0: 29:[3, 28, 54] Operation: 89-35=54
Exploring Operation: 89-28=61, Resulting Numbers: [35, 3, 61]
Generated Node #0,1: 29:[35, 3, 61] Operation: 89-28=61
Exploring Operation: 89-3=86, Resu... | 0.986111 | hs_3 | mult_heuristic |
[
81,
50,
85,
37
] | 17 | [
"81-50=31",
"85-37=48",
"48-31=17"
] | Current State: 17:[81, 50, 85, 37], Operations: []
Exploring Operation: 81-50=31, Resulting Numbers: [85, 37, 31]
Generated Node #2: [85, 37, 31] from Operation: 81-50=31
Current State: 17:[85, 37, 31], Operations: ['81-50=31']
Exploring Operation: 85-37=48, Resulting Numbers: [31, 48]
Generated Node #3: [31, 48] from ... | 4 | Current State: 17:[81, 50, 85, 37], Operations: []
Exploring Operation: 85-50=35, Resulting Numbers: [81, 37, 35]
Generated Node #0,0: 17:[81, 37, 35] Operation: 85-50=35
Exploring Operation: 85-81=4, Resulting Numbers: [50, 37, 4]
Generated Node #0,1: 17:[50, 37, 4] Operation: 85-81=4
Exploring Operation: 81-50=31, Re... | 0.981771 | hs_5 | mult_heuristic |
[
45,
69,
24,
9
] | 64 | [
"69-45=24",
"24*24=576",
"576/9=64"
] | Current State: 64:[45, 69, 24, 9], Operations: []
Exploring Operation: 69-45=24, Resulting Numbers: [24, 9, 24]
Generated Node #2: [24, 9, 24] from Operation: 69-45=24
Current State: 64:[24, 9, 24], Operations: ['69-45=24']
Exploring Operation: 24*24=576, Resulting Numbers: [9, 576]
Generated Node #3: [9, 576] from Ope... | 4 | Current State: 64:[45, 69, 24, 9], Operations: []
Exploring Operation: 69-45=24, Resulting Numbers: [24, 9, 24]
Generated Node #0,0: 64:[24, 9, 24] Operation: 69-45=24
Exploring Operation: 45-9=36, Resulting Numbers: [69, 24, 36]
Generated Node #0,1: 64:[69, 24, 36] Operation: 45-9=36
Exploring Operation: 45/9=5, Resul... | 0 | hs_5 | mult_heuristic |
[
65,
83,
37,
86
] | 99 | [
"65+83=148",
"86-37=49",
"148-49=99"
] | Current State: 99:[65, 83, 37, 86], Operations: []
Exploring Operation: 65+83=148, Resulting Numbers: [37, 86, 148]
Generated Node #2: [37, 86, 148] from Operation: 65+83=148
Current State: 99:[37, 86, 148], Operations: ['65+83=148']
Exploring Operation: 86-37=49, Resulting Numbers: [148, 49]
Generated Node #3: [148, 4... | 4 | Current State: 99:[65, 83, 37, 86], Operations: []
Exploring Operation: 65-37=28, Resulting Numbers: [83, 86, 28]
Generated Node #0,0: 99:[83, 86, 28] Operation: 65-37=28
Exploring Operation: 83-65=18, Resulting Numbers: [37, 86, 18]
Generated Node #0,1: 99:[37, 86, 18] Operation: 83-65=18
Exploring Operation: 65+37=10... | 0.979167 | hs_4 | mult_heuristic |
[
55,
89,
46,
92
] | 21 | [
"55*92=5060",
"5060/46=110",
"110-89=21"
] | Current State: 21:[55, 89, 46, 92], Operations: []
Exploring Operation: 55*92=5060, Resulting Numbers: [89, 46, 5060]
Generated Node #2: [89, 46, 5060] from Operation: 55*92=5060
Current State: 21:[89, 46, 5060], Operations: ['55*92=5060']
Exploring Operation: 5060/46=110, Resulting Numbers: [89, 110]
Generated Node #3... | 4 | Current State: 21:[55, 89, 46, 92], Operations: []
Exploring Operation: 89-55=34, Resulting Numbers: [46, 92, 34]
Generated Node #0,0: 21:[46, 92, 34] Operation: 89-55=34
Exploring Operation: 92/46=2, Resulting Numbers: [55, 89, 2]
Generated Node #0,1: 21:[55, 89, 2] Operation: 92/46=2
Exploring Operation: 92-89=3, Res... | 0 | hs_3 | sum_heuristic |
[
42,
9,
14,
65
] | 59 | [
"42/14=3",
"65-9=56",
"3+56=59"
] | Current State: 59:[42, 9, 14, 65], Operations: []
Exploring Operation: 42/14=3, Resulting Numbers: [9, 65, 3]
Generated Node #2: [9, 65, 3] from Operation: 42/14=3
Current State: 59:[9, 65, 3], Operations: ['42/14=3']
Exploring Operation: 65-9=56, Resulting Numbers: [3, 56]
Generated Node #3: [3, 56] from Operation: 65... | 4 | Current State: 59:[42, 9, 14, 65], Operations: []
Exploring Operation: 42+9=51, Resulting Numbers: [14, 65, 51]
Generated Node #0,0: 59:[14, 65, 51] Operation: 42+9=51
Exploring Operation: 42+14=56, Resulting Numbers: [9, 65, 56]
Generated Node #0,1: 59:[9, 65, 56] Operation: 42+14=56
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
76,
54,
54,
88
] | 76 | [
"54-54=0",
"88*0=0",
"76+0=76"
] | Current State: 76:[76, 54, 54, 88], Operations: []
Exploring Operation: 54-54=0, Resulting Numbers: [76, 88, 0]
Generated Node #2: [76, 88, 0] from Operation: 54-54=0
Current State: 76:[76, 88, 0], Operations: ['54-54=0']
Exploring Operation: 88*0=0, Resulting Numbers: [76, 0]
Generated Node #3: [76, 0] from Operation:... | 4 | Current State: 76:[76, 54, 54, 88], Operations: []
Exploring Operation: 54-54=0, Resulting Numbers: [76, 88, 0]
Generated Node #0,0: 76:[76, 88, 0] Operation: 54-54=0
Exploring Operation: 88-54=34, Resulting Numbers: [76, 54, 34]
Generated Node #0,1: 76:[76, 54, 34] Operation: 88-54=34
Exploring Operation: 88-54=34, Re... | 0.973958 | hs_4 | sum_heuristic |
[
62,
20,
89,
87
] | 72 | [
"89-87=2",
"20/2=10",
"62+10=72"
] | Current State: 72:[62, 20, 89, 87], Operations: []
Exploring Operation: 89-87=2, Resulting Numbers: [62, 20, 2]
Generated Node #2: [62, 20, 2] from Operation: 89-87=2
Current State: 72:[62, 20, 2], Operations: ['89-87=2']
Exploring Operation: 20/2=10, Resulting Numbers: [62, 10]
Generated Node #3: [62, 10] from Operati... | 4 | Current State: 72:[62, 20, 89, 87], Operations: []
Exploring Operation: 89-62=27, Resulting Numbers: [20, 87, 27]
Generated Node #0,0: 72:[20, 87, 27] Operation: 89-62=27
Exploring Operation: 89-87=2, Resulting Numbers: [62, 20, 2]
Generated Node #0,1: 72:[62, 20, 2] Operation: 89-87=2
Start Sub Search at level 1: Movi... | 0 | hs_2 | mult_heuristic |
[
2,
69,
94,
29
] | 67 | [
"69+94=163",
"163-29=134",
"134/2=67"
] | Current State: 67:[2, 69, 94, 29], Operations: []
Exploring Operation: 69+94=163, Resulting Numbers: [2, 29, 163]
Generated Node #2: [2, 29, 163] from Operation: 69+94=163
Current State: 67:[2, 29, 163], Operations: ['69+94=163']
Exploring Operation: 163-29=134, Resulting Numbers: [2, 134]
Generated Node #3: [2, 134] f... | 4 | Current State: 67:[2, 69, 94, 29], Operations: []
Exploring Operation: 2*29=58, Resulting Numbers: [69, 94, 58]
Generated Node #0,0: 67:[69, 94, 58] Operation: 2*29=58
Moving to Node #0,0
Current State: 67:[69, 94, 58], Operations: ['2*29=58']
Exploring Operation: 94-58=36, Resulting Numbers: [69, 36]
Generated Node #0... | 0 | hs_1 | sum_heuristic |
[
97,
93,
3,
60
] | 45 | [
"97-93=4",
"3*60=180",
"180/4=45"
] | Current State: 45:[97, 93, 3, 60], Operations: []
Exploring Operation: 97-93=4, Resulting Numbers: [3, 60, 4]
Generated Node #2: [3, 60, 4] from Operation: 97-93=4
Current State: 45:[3, 60, 4], Operations: ['97-93=4']
Exploring Operation: 3*60=180, Resulting Numbers: [4, 180]
Generated Node #3: [4, 180] from Operation:... | 4 | Current State: 45:[97, 93, 3, 60], Operations: []
Exploring Operation: 93-60=33, Resulting Numbers: [97, 3, 33]
Generated Node #0,0: 45:[97, 3, 33] Operation: 93-60=33
Exploring Operation: 97-93=4, Resulting Numbers: [3, 60, 4]
Generated Node #0,1: 45:[3, 60, 4] Operation: 97-93=4
Exploring Operation: 93/3=31, Resultin... | 0.988715 | hs_4 | sum_heuristic |
[
7,
5,
5,
74
] | 34 | [
"7*5=35",
"74-5=69",
"69-35=34"
] | Current State: 34:[7, 5, 5, 74], Operations: []
Exploring Operation: 7*5=35, Resulting Numbers: [74, 35]
Generated Node #2: [74, 35] from Operation: 7*5=35
Current State: 34:[74, 35], Operations: ['7*5=35']
Exploring Operation: 74-5=69, Resulting Numbers: [35, 69]
Generated Node #3: [35, 69] from Operation: 74-5=69
Cur... | 4 | Current State: 34:[7, 5, 5, 74], Operations: []
Exploring Operation: 7-5=2, Resulting Numbers: [5, 74, 2]
Generated Node #0,0: 34:[5, 74, 2] Operation: 7-5=2
Exploring Operation: 74-5=69, Resulting Numbers: [7, 5, 69]
Generated Node #0,1: 34:[7, 5, 69] Operation: 74-5=69
Exploring Operation: 7-5=2, Resulting Numbers: [... | 0.952257 | hs_4 | mult_heuristic |
[
81,
5,
45,
5
] | 90 | [
"81*5=405",
"45+405=450",
"450/5=90"
] | Current State: 90:[81, 5, 45, 5], Operations: []
Exploring Operation: 81*5=405, Resulting Numbers: [45, 405]
Generated Node #2: [45, 405] from Operation: 81*5=405
Current State: 90:[45, 405], Operations: ['81*5=405']
Exploring Operation: 45+405=450, Resulting Numbers: [450]
450,90 equal: Goal Reached
Exploring Operatio... | 4 | Current State: 90:[81, 5, 45, 5], Operations: []
Exploring Operation: 81+5=86, Resulting Numbers: [45, 5, 86]
Generated Node #0,0: 90:[45, 5, 86] Operation: 81+5=86
Exploring Operation: 81+5=86, Resulting Numbers: [5, 45, 86]
Generated Node #0,1: 90:[5, 45, 86] Operation: 81+5=86
Exploring Operation: 81-45=36, Resultin... | 0 | hs_4 | mult_heuristic |
[
23,
35,
68,
63
] | 30 | [
"68-63=5",
"35/5=7",
"23+7=30"
] | Current State: 30:[23, 35, 68, 63], Operations: []
Exploring Operation: 68-63=5, Resulting Numbers: [23, 35, 5]
Generated Node #2: [23, 35, 5] from Operation: 68-63=5
Current State: 30:[23, 35, 5], Operations: ['68-63=5']
Exploring Operation: 35/5=7, Resulting Numbers: [23, 7]
Generated Node #3: [23, 7] from Operation:... | 4 | Current State: 30:[23, 35, 68, 63], Operations: []
Exploring Operation: 68-63=5, Resulting Numbers: [23, 35, 5]
Generated Node #0,0: 30:[23, 35, 5] Operation: 68-63=5
Exploring Operation: 63-23=40, Resulting Numbers: [35, 68, 40]
Generated Node #0,1: 30:[35, 68, 40] Operation: 63-23=40
Exploring Operation: 68-23=45, Re... | 0.974826 | hs_5 | mult_heuristic |
[
79,
8,
74,
19
] | 57 | [
"79-8=71",
"74-71=3",
"19*3=57"
] | Current State: 57:[79, 8, 74, 19], Operations: []
Exploring Operation: 79-8=71, Resulting Numbers: [74, 19, 71]
Generated Node #2: [74, 19, 71] from Operation: 79-8=71
Current State: 57:[74, 19, 71], Operations: ['79-8=71']
Exploring Operation: 74-71=3, Resulting Numbers: [19, 3]
Generated Node #3: [19, 3] from Operati... | 4 | Current State: 57:[79, 8, 74, 19], Operations: []
Exploring Operation: 74-19=55, Resulting Numbers: [79, 8, 55]
Generated Node #0,0: 57:[79, 8, 55] Operation: 74-19=55
Exploring Operation: 79-74=5, Resulting Numbers: [8, 19, 5]
Generated Node #0,1: 57:[8, 19, 5] Operation: 79-74=5
Exploring Operation: 79-8=71, Resultin... | 0.988715 | hs_4 | mult_heuristic |
[
58,
88,
49,
18
] | 74 | [
"58-49=9",
"18*9=162",
"162-88=74"
] | Current State: 74:[58, 88, 49, 18], Operations: []
Exploring Operation: 58-49=9, Resulting Numbers: [88, 18, 9]
Generated Node #2: [88, 18, 9] from Operation: 58-49=9
Current State: 74:[88, 18, 9], Operations: ['58-49=9']
Exploring Operation: 18*9=162, Resulting Numbers: [88, 162]
Generated Node #3: [88, 162] from Oper... | 4 | Current State: 74:[58, 88, 49, 18], Operations: []
Exploring Operation: 58+18=76, Resulting Numbers: [88, 49, 76]
Generated Node #0,0: 74:[88, 49, 76] Operation: 58+18=76
Exploring Operation: 88-18=70, Resulting Numbers: [58, 49, 70]
Generated Node #0,1: 74:[58, 49, 70] Operation: 88-18=70
Exploring Operation: 58-18=40... | 0 | hs_3 | mult_heuristic |
[
35,
68,
2,
16
] | 71 | [
"35+68=103",
"2*16=32",
"103-32=71"
] | Current State: 71:[35, 68, 2, 16], Operations: []
Exploring Operation: 35+68=103, Resulting Numbers: [2, 16, 103]
Generated Node #2: [2, 16, 103] from Operation: 35+68=103
Current State: 71:[2, 16, 103], Operations: ['35+68=103']
Exploring Operation: 2*16=32, Resulting Numbers: [103, 32]
Generated Node #3: [103, 32] fr... | 4 | Current State: 71:[35, 68, 2, 16], Operations: []
Exploring Operation: 2*16=32, Resulting Numbers: [35, 68, 32]
Generated Node #0,0: 71:[35, 68, 32] Operation: 2*16=32
Exploring Operation: 35*2=70, Resulting Numbers: [68, 16, 70]
Generated Node #0,1: 71:[68, 16, 70] Operation: 35*2=70
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
30,
9,
59,
31
] | 18 | [
"59-30=29",
"31-29=2",
"9*2=18"
] | Current State: 18:[30, 9, 59, 31], Operations: []
Exploring Operation: 59-30=29, Resulting Numbers: [9, 31, 29]
Generated Node #2: [9, 31, 29] from Operation: 59-30=29
Current State: 18:[9, 31, 29], Operations: ['59-30=29']
Exploring Operation: 31-29=2, Resulting Numbers: [9, 2]
Generated Node #3: [9, 2] from Operation... | 4 | Current State: 18:[30, 9, 59, 31], Operations: []
Exploring Operation: 59-31=28, Resulting Numbers: [30, 9, 28]
Generated Node #0,0: 18:[30, 9, 28] Operation: 59-31=28
Exploring Operation: 59-30=29, Resulting Numbers: [9, 31, 29]
Generated Node #0,1: 18:[9, 31, 29] Operation: 59-30=29
Start Sub Search at level 1: Movin... | 0.992188 | hs_2 | sum_heuristic |
[
69,
33,
29,
20
] | 11 | [
"33-29=4",
"20*4=80",
"80-69=11"
] | Current State: 11:[69, 33, 29, 20], Operations: []
Exploring Operation: 33-29=4, Resulting Numbers: [69, 20, 4]
Generated Node #2: [69, 20, 4] from Operation: 33-29=4
Current State: 11:[69, 20, 4], Operations: ['33-29=4']
Exploring Operation: 20*4=80, Resulting Numbers: [69, 80]
Generated Node #3: [69, 80] from Operati... | 4 | Current State: 11:[69, 33, 29, 20], Operations: []
Exploring Operation: 69-33=36, Resulting Numbers: [29, 20, 36]
Generated Node #0,0: 11:[29, 20, 36] Operation: 69-33=36
Moving to Node #0,0
Current State: 11:[29, 20, 36], Operations: ['69-33=36']
Exploring Operation: 36-29=7, Resulting Numbers: [20, 7]
Generated Node ... | 0 | hs_1 | sum_heuristic |
[
10,
22,
62,
14
] | 88 | [
"22-10=12",
"62+14=76",
"12+76=88"
] | Current State: 88:[10, 22, 62, 14], Operations: []
Exploring Operation: 22-10=12, Resulting Numbers: [62, 14, 12]
Generated Node #2: [62, 14, 12] from Operation: 22-10=12
Current State: 88:[62, 14, 12], Operations: ['22-10=12']
Exploring Operation: 62+14=76, Resulting Numbers: [12, 76]
Generated Node #3: [12, 76] from ... | 4 | Current State: 88:[10, 22, 62, 14], Operations: []
Exploring Operation: 62-14=48, Resulting Numbers: [10, 22, 48]
Generated Node #0,0: 88:[10, 22, 48] Operation: 62-14=48
Start Sub Search at level 1: Moving to Node #0,0
Current State: 88:[10, 22, 48], Operations: ['62-14=48']
Exploring Operation: 22-10=12, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
89,
87,
38,
6
] | 30 | [
"89-87=2",
"38-6=32",
"32-2=30"
] | Current State: 30:[89, 87, 38, 6], Operations: []
Exploring Operation: 89-87=2, Resulting Numbers: [38, 6, 2]
Generated Node #2: [38, 6, 2] from Operation: 89-87=2
Current State: 30:[38, 6, 2], Operations: ['89-87=2']
Exploring Operation: 38-6=32, Resulting Numbers: [2, 32]
Generated Node #3: [2, 32] from Operation: 38... | 4 | Current State: 30:[89, 87, 38, 6], Operations: []
Exploring Operation: 89-87=2, Resulting Numbers: [38, 6, 2]
Generated Node #0,0: 30:[38, 6, 2] Operation: 89-87=2
Exploring Operation: 87-38=49, Resulting Numbers: [89, 6, 49]
Generated Node #0,1: 30:[89, 6, 49] Operation: 87-38=49
Exploring Operation: 89-38=51, Resulti... | 0.984375 | hs_4 | sum_heuristic |
[
29,
3,
49,
87
] | 64 | [
"29-3=26",
"87-49=38",
"26+38=64"
] | Current State: 64:[29, 3, 49, 87], Operations: []
Exploring Operation: 29-3=26, Resulting Numbers: [49, 87, 26]
Generated Node #2: [49, 87, 26] from Operation: 29-3=26
Current State: 64:[49, 87, 26], Operations: ['29-3=26']
Exploring Operation: 87-49=38, Resulting Numbers: [26, 38]
Generated Node #3: [26, 38] from Oper... | 4 | Current State: 64:[29, 3, 49, 87], Operations: []
Exploring Operation: 87/3=29, Resulting Numbers: [29, 49, 29]
Generated Node #0,0: 64:[29, 49, 29] Operation: 87/3=29
Exploring Operation: 87-29=58, Resulting Numbers: [3, 49, 58]
Generated Node #0,1: 64:[3, 49, 58] Operation: 87-29=58
Exploring Operation: 49-29=20, Res... | 0.982639 | hs_5 | sum_heuristic |
[
51,
97,
53,
91
] | 94 | [
"53-51=2",
"97+91=188",
"188/2=94"
] | Current State: 94:[51, 97, 53, 91], Operations: []
Exploring Operation: 53-51=2, Resulting Numbers: [97, 91, 2]
Generated Node #2: [97, 91, 2] from Operation: 53-51=2
Current State: 94:[97, 91, 2], Operations: ['53-51=2']
Exploring Operation: 97+91=188, Resulting Numbers: [2, 188]
Generated Node #3: [2, 188] from Opera... | 4 | Current State: 94:[51, 97, 53, 91], Operations: []
Exploring Operation: 97-91=6, Resulting Numbers: [51, 53, 6]
Generated Node #0,0: 94:[51, 53, 6] Operation: 97-91=6
Exploring Operation: 97-51=46, Resulting Numbers: [53, 91, 46]
Generated Node #0,1: 94:[53, 91, 46] Operation: 97-51=46
Exploring Operation: 53-51=2, Res... | 0 | hs_4 | sum_heuristic |
[
25,
38,
22,
12
] | 23 | [
"38-25=13",
"22-12=10",
"13+10=23"
] | Current State: 23:[25, 38, 22, 12], Operations: []
Exploring Operation: 38-25=13, Resulting Numbers: [22, 12, 13]
Generated Node #2: [22, 12, 13] from Operation: 38-25=13
Current State: 23:[22, 12, 13], Operations: ['38-25=13']
Exploring Operation: 22-12=10, Resulting Numbers: [13, 10]
Generated Node #3: [13, 10] from ... | 4 | Current State: 23:[25, 38, 22, 12], Operations: []
Exploring Operation: 38-12=26, Resulting Numbers: [25, 22, 26]
Generated Node #0,0: 23:[25, 22, 26] Operation: 38-12=26
Exploring Operation: 38-22=16, Resulting Numbers: [25, 12, 16]
Generated Node #0,1: 23:[25, 12, 16] Operation: 38-22=16
Moving to Node #0,0
Current S... | 0.990451 | hs_2 | sum_heuristic |
[
64,
65,
64,
42
] | 65 | [
"64-64=0",
"42*0=0",
"65+0=65"
] | Current State: 65:[64, 65, 64, 42], Operations: []
Exploring Operation: 64-64=0, Resulting Numbers: [65, 42, 0]
Generated Node #2: [65, 42, 0] from Operation: 64-64=0
Current State: 65:[65, 42, 0], Operations: ['64-64=0']
Exploring Operation: 42*0=0, Resulting Numbers: [65, 0]
Generated Node #3: [65, 0] from Operation:... | 4 | Current State: 65:[64, 65, 64, 42], Operations: []
Exploring Operation: 64/64=1, Resulting Numbers: [65, 42, 1]
Generated Node #0,0: 65:[65, 42, 1] Operation: 64/64=1
Exploring Operation: 64-42=22, Resulting Numbers: [64, 65, 22]
Generated Node #0,1: 65:[64, 65, 22] Operation: 64-42=22
Exploring Operation: 65-42=23, Re... | 0 | hs_5 | sum_heuristic |
[
15,
87,
3,
6
] | 24 | [
"87-15=72",
"6-3=3",
"72/3=24"
] | Current State: 24:[15, 87, 3, 6], Operations: []
Exploring Operation: 87-15=72, Resulting Numbers: [3, 6, 72]
Generated Node #2: [3, 6, 72] from Operation: 87-15=72
Current State: 24:[3, 6, 72], Operations: ['87-15=72']
Exploring Operation: 6-3=3, Resulting Numbers: [72, 3]
Generated Node #3: [72, 3] from Operation: 6-... | 4 | Current State: 24:[15, 87, 3, 6], Operations: []
Exploring Operation: 87/3=29, Resulting Numbers: [15, 6, 29]
Generated Node #0,0: 24:[15, 6, 29] Operation: 87/3=29
Moving to Node #0,0
Current State: 24:[15, 6, 29], Operations: ['87/3=29']
Exploring Operation: 29-15=14, Resulting Numbers: [6, 14]
Generated Node #0,0,0:... | 0 | hs_1 | sum_heuristic |
[
83,
80,
8,
37
] | 87 | [
"83-80=3",
"37-8=29",
"3*29=87"
] | Current State: 87:[83, 80, 8, 37], Operations: []
Exploring Operation: 83-80=3, Resulting Numbers: [8, 37, 3]
Generated Node #2: [8, 37, 3] from Operation: 83-80=3
Current State: 87:[8, 37, 3], Operations: ['83-80=3']
Exploring Operation: 37-8=29, Resulting Numbers: [3, 29]
Generated Node #3: [3, 29] from Operation: 37... | 4 | Current State: 87:[83, 80, 8, 37], Operations: []
Exploring Operation: 80/8=10, Resulting Numbers: [83, 37, 10]
Generated Node #0,0: 87:[83, 37, 10] Operation: 80/8=10
Exploring Operation: 37-8=29, Resulting Numbers: [83, 80, 29]
Generated Node #0,1: 87:[83, 80, 29] Operation: 37-8=29
Exploring Operation: 83-80=3, Resu... | 0.986111 | hs_5 | sum_heuristic |
[
3,
99,
94,
64
] | 62 | [
"99-3=96",
"94+64=158",
"158-96=62"
] | Current State: 62:[3, 99, 94, 64], Operations: []
Exploring Operation: 99-3=96, Resulting Numbers: [94, 64, 96]
Generated Node #2: [94, 64, 96] from Operation: 99-3=96
Current State: 62:[94, 64, 96], Operations: ['99-3=96']
Exploring Operation: 94+64=158, Resulting Numbers: [96, 158]
Generated Node #3: [96, 158] from O... | 4 | Current State: 62:[3, 99, 94, 64], Operations: []
Exploring Operation: 99/3=33, Resulting Numbers: [94, 64, 33]
Generated Node #0,0: 62:[94, 64, 33] Operation: 99/3=33
Exploring Operation: 99-94=5, Resulting Numbers: [3, 64, 5]
Generated Node #0,1: 62:[3, 64, 5] Operation: 99-94=5
Exploring Operation: 94-64=30, Resulti... | 0.986111 | hs_4 | sum_heuristic |
[
69,
15,
40,
25
] | 19 | [
"69+15=84",
"40+25=65",
"84-65=19"
] | Current State: 19:[69, 15, 40, 25], Operations: []
Exploring Operation: 69+15=84, Resulting Numbers: [40, 25, 84]
Generated Node #2: [40, 25, 84] from Operation: 69+15=84
Current State: 19:[40, 25, 84], Operations: ['69+15=84']
Exploring Operation: 40+25=65, Resulting Numbers: [84, 65]
Generated Node #3: [84, 65] from ... | 4 | Current State: 19:[69, 15, 40, 25], Operations: []
Exploring Operation: 69-25=44, Resulting Numbers: [15, 40, 44]
Generated Node #0,0: 19:[15, 40, 44] Operation: 69-25=44
Exploring Operation: 69-40=29, Resulting Numbers: [15, 25, 29]
Generated Node #0,1: 19:[15, 25, 29] Operation: 69-40=29
Exploring Operation: 40-25=15... | 0.986111 | hs_3 | sum_heuristic |
[
28,
23,
81,
72
] | 14 | [
"28-23=5",
"81-72=9",
"5+9=14"
] | Current State: 14:[28, 23, 81, 72], Operations: []
Exploring Operation: 28-23=5, Resulting Numbers: [81, 72, 5]
Generated Node #2: [81, 72, 5] from Operation: 28-23=5
Current State: 14:[81, 72, 5], Operations: ['28-23=5']
Exploring Operation: 81-72=9, Resulting Numbers: [5, 9]
Generated Node #3: [5, 9] from Operation: ... | 4 | Current State: 14:[28, 23, 81, 72], Operations: []
Exploring Operation: 81-72=9, Resulting Numbers: [28, 23, 9]
Generated Node #0,0: 14:[28, 23, 9] Operation: 81-72=9
Exploring Operation: 72-28=44, Resulting Numbers: [23, 81, 44]
Generated Node #0,1: 14:[23, 81, 44] Operation: 72-28=44
Exploring Operation: 81-28=53, Re... | 0.986979 | hs_5 | sum_heuristic |
[
40,
36,
12,
5
] | 93 | [
"40+36=76",
"12+5=17",
"76+17=93"
] | Current State: 93:[40, 36, 12, 5], Operations: []
Exploring Operation: 40+36=76, Resulting Numbers: [12, 5, 76]
Generated Node #2: [12, 5, 76] from Operation: 40+36=76
Current State: 93:[12, 5, 76], Operations: ['40+36=76']
Exploring Operation: 12+5=17, Resulting Numbers: [76, 17]
Generated Node #3: [76, 17] from Opera... | 4 | Current State: 93:[40, 36, 12, 5], Operations: []
Exploring Operation: 40-12=28, Resulting Numbers: [36, 5, 28]
Generated Node #0,0: 93:[36, 5, 28] Operation: 40-12=28
Exploring Operation: 40-5=35, Resulting Numbers: [36, 12, 35]
Generated Node #0,1: 93:[36, 12, 35] Operation: 40-5=35
Exploring Operation: 40-36=4, Resu... | 0 | hs_4 | sum_heuristic |
[
51,
5,
39,
6
] | 79 | [
"51-5=46",
"39-6=33",
"46+33=79"
] | Current State: 79:[51, 5, 39, 6], Operations: []
Exploring Operation: 51-5=46, Resulting Numbers: [39, 6, 46]
Generated Node #2: [39, 6, 46] from Operation: 51-5=46
Current State: 79:[39, 6, 46], Operations: ['51-5=46']
Exploring Operation: 39-6=33, Resulting Numbers: [46, 33]
Generated Node #3: [46, 33] from Operation... | 4 | Current State: 79:[51, 5, 39, 6], Operations: []
Exploring Operation: 51+5=56, Resulting Numbers: [39, 6, 56]
Generated Node #0,0: 79:[39, 6, 56] Operation: 51+5=56
Exploring Operation: 5*6=30, Resulting Numbers: [51, 39, 30]
Generated Node #0,1: 79:[51, 39, 30] Operation: 5*6=30
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | mult_heuristic |
[
7,
39,
47,
79
] | 64 | [
"39-7=32",
"79-47=32",
"32+32=64"
] | Current State: 64:[7, 39, 47, 79], Operations: []
Exploring Operation: 39-7=32, Resulting Numbers: [47, 79, 32]
Generated Node #2: [47, 79, 32] from Operation: 39-7=32
Current State: 64:[47, 79, 32], Operations: ['39-7=32']
Exploring Operation: 79-47=32, Resulting Numbers: [32, 32]
Generated Node #3: [32, 32] from Oper... | 4 | Current State: 64:[7, 39, 47, 79], Operations: []
Exploring Operation: 79-47=32, Resulting Numbers: [7, 39, 32]
Generated Node #0,0: 64:[7, 39, 32] Operation: 79-47=32
Exploring Operation: 47-39=8, Resulting Numbers: [7, 79, 8]
Generated Node #0,1: 64:[7, 79, 8] Operation: 47-39=8
Moving to Node #0,0
Current State: 64:... | 0.989583 | hs_2 | sum_heuristic |
[
32,
34,
66,
3
] | 71 | [
"34-32=2",
"66+3=69",
"2+69=71"
] | Current State: 71:[32, 34, 66, 3], Operations: []
Exploring Operation: 34-32=2, Resulting Numbers: [66, 3, 2]
Generated Node #2: [66, 3, 2] from Operation: 34-32=2
Current State: 71:[66, 3, 2], Operations: ['34-32=2']
Exploring Operation: 66+3=69, Resulting Numbers: [2, 69]
Generated Node #3: [2, 69] from Operation: 66... | 4 | Current State: 71:[32, 34, 66, 3], Operations: []
Exploring Operation: 32*3=96, Resulting Numbers: [34, 66, 96]
Generated Node #0,0: 71:[34, 66, 96] Operation: 32*3=96
Start Sub Search at level 1: Moving to Node #0,0
Current State: 71:[34, 66, 96], Operations: ['32*3=96']
Exploring Operation: 96-34=62, Resulting Number... | 0 | hs_1 | mult_heuristic |
[
28,
56,
84,
77
] | 63 | [
"84/28=3",
"77-56=21",
"3*21=63"
] | Current State: 63:[28, 56, 84, 77], Operations: []
Exploring Operation: 84/28=3, Resulting Numbers: [56, 77, 3]
Generated Node #2: [56, 77, 3] from Operation: 84/28=3
Current State: 63:[56, 77, 3], Operations: ['84/28=3']
Exploring Operation: 77-56=21, Resulting Numbers: [3, 21]
Generated Node #3: [3, 21] from Operatio... | 4 | Current State: 63:[28, 56, 84, 77], Operations: []
Exploring Operation: 84-77=7, Resulting Numbers: [28, 56, 7]
Generated Node #0,0: 63:[28, 56, 7] Operation: 84-77=7
Exploring Operation: 84/28=3, Resulting Numbers: [56, 77, 3]
Generated Node #0,1: 63:[56, 77, 3] Operation: 84/28=3
Exploring Operation: 84-28=56, Result... | 0.969618 | hs_3 | sum_heuristic |
[
65,
68,
62,
81
] | 89 | [
"68-65=3",
"81/3=27",
"62+27=89"
] | Current State: 89:[65, 68, 62, 81], Operations: []
Exploring Operation: 68-65=3, Resulting Numbers: [62, 81, 3]
Generated Node #2: [62, 81, 3] from Operation: 68-65=3
Current State: 89:[62, 81, 3], Operations: ['68-65=3']
Exploring Operation: 81/3=27, Resulting Numbers: [62, 27]
Generated Node #3: [62, 27] from Operati... | 4 | Current State: 89:[65, 68, 62, 81], Operations: []
Exploring Operation: 65+68=133, Resulting Numbers: [62, 81, 133]
Generated Node #0,0: 89:[62, 81, 133] Operation: 65+68=133
Exploring Operation: 68+62=130, Resulting Numbers: [65, 81, 130]
Generated Node #0,1: 89:[65, 81, 130] Operation: 68+62=130
Exploring Operation: ... | 0 | hs_3 | mult_heuristic |
[
2,
35,
61,
54
] | 69 | [
"54/2=27",
"35+61=96",
"96-27=69"
] | Current State: 69:[2, 35, 61, 54], Operations: []
Exploring Operation: 54/2=27, Resulting Numbers: [35, 61, 27]
Generated Node #2: [35, 61, 27] from Operation: 54/2=27
Current State: 69:[35, 61, 27], Operations: ['54/2=27']
Exploring Operation: 35+61=96, Resulting Numbers: [27, 96]
Generated Node #3: [27, 96] from Oper... | 4 | Current State: 69:[2, 35, 61, 54], Operations: []
Exploring Operation: 54-35=19, Resulting Numbers: [2, 61, 19]
Generated Node #0,0: 69:[2, 61, 19] Operation: 54-35=19
Exploring Operation: 61-54=7, Resulting Numbers: [2, 35, 7]
Generated Node #0,1: 69:[2, 35, 7] Operation: 61-54=7
Exploring Operation: 61-35=26, Resulti... | 0 | hs_3 | sum_heuristic |
[
31,
63,
35,
29
] | 53 | [
"35-31=4",
"29*4=116",
"116-63=53"
] | Current State: 53:[31, 63, 35, 29], Operations: []
Exploring Operation: 35-31=4, Resulting Numbers: [63, 29, 4]
Generated Node #2: [63, 29, 4] from Operation: 35-31=4
Current State: 53:[63, 29, 4], Operations: ['35-31=4']
Exploring Operation: 29*4=116, Resulting Numbers: [63, 116]
Generated Node #3: [63, 116] from Oper... | 4 | Current State: 53:[31, 63, 35, 29], Operations: []
Exploring Operation: 31+29=60, Resulting Numbers: [63, 35, 60]
Generated Node #0,0: 53:[63, 35, 60] Operation: 31+29=60
Exploring Operation: 31+35=66, Resulting Numbers: [63, 29, 66]
Generated Node #0,1: 53:[63, 29, 66] Operation: 31+35=66
Exploring Operation: 35+29=64... | 0 | hs_3 | sum_heuristic |
[
68,
44,
10,
42
] | 60 | [
"68+44=112",
"10+42=52",
"112-52=60"
] | Current State: 60:[68, 44, 10, 42], Operations: []
Exploring Operation: 68+44=112, Resulting Numbers: [10, 42, 112]
Generated Node #2: [10, 42, 112] from Operation: 68+44=112
Current State: 60:[10, 42, 112], Operations: ['68+44=112']
Exploring Operation: 10+42=52, Resulting Numbers: [112, 52]
Generated Node #3: [112, 5... | 4 | Current State: 60:[68, 44, 10, 42], Operations: []
Exploring Operation: 68-44=24, Resulting Numbers: [10, 42, 24]
Generated Node #0,0: 60:[10, 42, 24] Operation: 68-44=24
Exploring Operation: 68-42=26, Resulting Numbers: [44, 10, 26]
Generated Node #0,1: 60:[44, 10, 26] Operation: 68-42=26
Exploring Operation: 44-42=2,... | 0.986111 | hs_4 | mult_heuristic |
[
55,
25,
63,
41
] | 58 | [
"55+25=80",
"63-41=22",
"80-22=58"
] | Current State: 58:[55, 25, 63, 41], Operations: []
Exploring Operation: 55+25=80, Resulting Numbers: [63, 41, 80]
Generated Node #2: [63, 41, 80] from Operation: 55+25=80
Current State: 58:[63, 41, 80], Operations: ['55+25=80']
Exploring Operation: 63-41=22, Resulting Numbers: [80, 22]
Generated Node #3: [80, 22] from ... | 4 | Current State: 58:[55, 25, 63, 41], Operations: []
Exploring Operation: 63-41=22, Resulting Numbers: [55, 25, 22]
Generated Node #0,0: 58:[55, 25, 22] Operation: 63-41=22
Start Sub Search at level 1: Moving to Node #0,0
Current State: 58:[55, 25, 22], Operations: ['63-41=22']
Exploring Operation: 25-22=3, Resulting Num... | 0.993924 | hs_1 | mult_heuristic |
[
56,
80,
50,
29
] | 10 | [
"80-56=24",
"29-24=5",
"50/5=10"
] | Current State: 10:[56, 80, 50, 29], Operations: []
Exploring Operation: 80-56=24, Resulting Numbers: [50, 29, 24]
Generated Node #2: [50, 29, 24] from Operation: 80-56=24
Current State: 10:[50, 29, 24], Operations: ['80-56=24']
Exploring Operation: 29-24=5, Resulting Numbers: [50, 5]
Generated Node #3: [50, 5] from Ope... | 4 | Current State: 10:[56, 80, 50, 29], Operations: []
Exploring Operation: 80-29=51, Resulting Numbers: [56, 50, 51]
Generated Node #0,0: 10:[56, 50, 51] Operation: 80-29=51
Exploring Operation: 56-50=6, Resulting Numbers: [80, 29, 6]
Generated Node #0,1: 10:[80, 29, 6] Operation: 56-50=6
Exploring Operation: 80-50=30, Re... | 0.979167 | hs_5 | mult_heuristic |
[
50,
94,
99,
49
] | 93 | [
"99-50=49",
"49/49=1",
"94-1=93"
] | Current State: 93:[50, 94, 99, 49], Operations: []
Exploring Operation: 99-50=49, Resulting Numbers: [94, 49, 49]
Generated Node #2: [94, 49, 49] from Operation: 99-50=49
Current State: 93:[94, 49, 49], Operations: ['99-50=49']
Exploring Operation: 49/49=1, Resulting Numbers: [94, 1]
Generated Node #3: [94, 1] from Ope... | 4 | Current State: 93:[50, 94, 99, 49], Operations: []
Exploring Operation: 99-50=49, Resulting Numbers: [94, 49, 49]
Generated Node #0,0: 93:[94, 49, 49] Operation: 99-50=49
Exploring Operation: 50+49=99, Resulting Numbers: [94, 99, 99]
Generated Node #0,1: 93:[94, 99, 99] Operation: 50+49=99
Exploring Operation: 94-50=44... | 0.953993 | hs_5 | sum_heuristic |
[
38,
3,
38,
14
] | 56 | [
"38/38=1",
"3+1=4",
"14*4=56"
] | Current State: 56:[38, 3, 38, 14], Operations: []
Exploring Operation: 38/38=1, Resulting Numbers: [3, 14, 1]
Generated Node #2: [3, 14, 1] from Operation: 38/38=1
Current State: 56:[3, 14, 1], Operations: ['38/38=1']
Exploring Operation: 3+1=4, Resulting Numbers: [14, 4]
Generated Node #3: [14, 4] from Operation: 3+1=... | 4 | Current State: 56:[38, 3, 38, 14], Operations: []
Exploring Operation: 38-38=0, Resulting Numbers: [3, 14, 0]
Generated Node #0,0: 56:[3, 14, 0] Operation: 38-38=0
Exploring Operation: 38+14=52, Resulting Numbers: [3, 38, 52]
Generated Node #0,1: 56:[3, 38, 52] Operation: 38+14=52
Exploring Operation: 38/38=1, Resultin... | 0.984375 | hs_4 | sum_heuristic |
[
33,
15,
70,
27
] | 85 | [
"33*70=2310",
"2310-15=2295",
"2295/27=85"
] | Current State: 85:[33, 15, 70, 27], Operations: []
Exploring Operation: 33*70=2310, Resulting Numbers: [15, 27, 2310]
Generated Node #2: [15, 27, 2310] from Operation: 33*70=2310
Current State: 85:[15, 27, 2310], Operations: ['33*70=2310']
Exploring Operation: 2310-15=2295, Resulting Numbers: [27, 2295]
Generated Node ... | 4 | Current State: 85:[33, 15, 70, 27], Operations: []
Exploring Operation: 33+70=103, Resulting Numbers: [15, 27, 103]
Generated Node #0,0: 85:[15, 27, 103] Operation: 33+70=103
Exploring Operation: 33-15=18, Resulting Numbers: [70, 27, 18]
Generated Node #0,1: 85:[70, 27, 18] Operation: 33-15=18
Exploring Operation: 15+7... | 0 | hs_4 | sum_heuristic |
[
3,
31,
89,
23
] | 71 | [
"31+23=54",
"54/3=18",
"89-18=71"
] | Current State: 71:[3, 31, 89, 23], Operations: []
Exploring Operation: 31+23=54, Resulting Numbers: [3, 89, 54]
Generated Node #2: [3, 89, 54] from Operation: 31+23=54
Current State: 71:[3, 89, 54], Operations: ['31+23=54']
Exploring Operation: 54/3=18, Resulting Numbers: [89, 18]
Generated Node #3: [89, 18] from Opera... | 4 | Current State: 71:[3, 31, 89, 23], Operations: []
Exploring Operation: 3*23=69, Resulting Numbers: [31, 89, 69]
Generated Node #0,0: 71:[31, 89, 69] Operation: 3*23=69
Start Sub Search at level 1: Moving to Node #0,0
Current State: 71:[31, 89, 69], Operations: ['3*23=69']
Exploring Operation: 89-31=58, Resulting Number... | 0 | hs_1 | mult_heuristic |
[
78,
90,
86,
27
] | 55 | [
"78+90=168",
"86+27=113",
"168-113=55"
] | Current State: 55:[78, 90, 86, 27], Operations: []
Exploring Operation: 78+90=168, Resulting Numbers: [86, 27, 168]
Generated Node #2: [86, 27, 168] from Operation: 78+90=168
Current State: 55:[86, 27, 168], Operations: ['78+90=168']
Exploring Operation: 86+27=113, Resulting Numbers: [168, 113]
Generated Node #3: [168,... | 4 | Current State: 55:[78, 90, 86, 27], Operations: []
Exploring Operation: 86-78=8, Resulting Numbers: [90, 27, 8]
Generated Node #0,0: 55:[90, 27, 8] Operation: 86-78=8
Exploring Operation: 90-86=4, Resulting Numbers: [78, 27, 4]
Generated Node #0,1: 55:[78, 27, 4] Operation: 90-86=4
Exploring Operation: 90-78=12, Result... | 0.990451 | hs_3 | sum_heuristic |
[
40,
48,
56,
32
] | 50 | [
"56-40=16",
"32/16=2",
"48+2=50"
] | Current State: 50:[40, 48, 56, 32], Operations: []
Exploring Operation: 56-40=16, Resulting Numbers: [48, 32, 16]
Generated Node #2: [48, 32, 16] from Operation: 56-40=16
Current State: 50:[48, 32, 16], Operations: ['56-40=16']
Exploring Operation: 32/16=2, Resulting Numbers: [48, 2]
Generated Node #3: [48, 2] from Ope... | 4 | Current State: 50:[40, 48, 56, 32], Operations: []
Exploring Operation: 48-40=8, Resulting Numbers: [56, 32, 8]
Generated Node #0,0: 50:[56, 32, 8] Operation: 48-40=8
Exploring Operation: 56-48=8, Resulting Numbers: [40, 32, 8]
Generated Node #0,1: 50:[40, 32, 8] Operation: 56-48=8
Exploring Operation: 56-32=24, Result... | 0.977431 | hs_5 | mult_heuristic |
[
95,
12,
50,
15
] | 42 | [
"95+12=107",
"50+15=65",
"107-65=42"
] | Current State: 42:[95, 12, 50, 15], Operations: []
Exploring Operation: 95+12=107, Resulting Numbers: [50, 15, 107]
Generated Node #2: [50, 15, 107] from Operation: 95+12=107
Current State: 42:[50, 15, 107], Operations: ['95+12=107']
Exploring Operation: 50+15=65, Resulting Numbers: [107, 65]
Generated Node #3: [107, 6... | 4 | Current State: 42:[95, 12, 50, 15], Operations: []
Exploring Operation: 95-15=80, Resulting Numbers: [12, 50, 80]
Generated Node #0,0: 42:[12, 50, 80] Operation: 95-15=80
Exploring Operation: 95-50=45, Resulting Numbers: [12, 15, 45]
Generated Node #0,1: 42:[12, 15, 45] Operation: 95-50=45
Exploring Operation: 95-12=83... | 0.983507 | hs_4 | sum_heuristic |
[
23,
15,
13,
17
] | 63 | [
"23-17=6",
"13*6=78",
"78-15=63"
] | Current State: 63:[23, 15, 13, 17], Operations: []
Exploring Operation: 23-17=6, Resulting Numbers: [15, 13, 6]
Generated Node #2: [15, 13, 6] from Operation: 23-17=6
Current State: 63:[15, 13, 6], Operations: ['23-17=6']
Exploring Operation: 13*6=78, Resulting Numbers: [15, 78]
Generated Node #3: [15, 78] from Operati... | 4 | Current State: 63:[23, 15, 13, 17], Operations: []
Exploring Operation: 17-13=4, Resulting Numbers: [23, 15, 4]
Generated Node #0,0: 63:[23, 15, 4] Operation: 17-13=4
Exploring Operation: 17-15=2, Resulting Numbers: [23, 13, 2]
Generated Node #0,1: 63:[23, 13, 2] Operation: 17-15=2
Exploring Operation: 15-13=2, Resulti... | 0 | hs_4 | mult_heuristic |
[
70,
79,
72,
81
] | 18 | [
"79-70=9",
"81-72=9",
"9+9=18"
] | Current State: 18:[70, 79, 72, 81], Operations: []
Exploring Operation: 79-70=9, Resulting Numbers: [72, 81, 9]
Generated Node #2: [72, 81, 9] from Operation: 79-70=9
Current State: 18:[72, 81, 9], Operations: ['79-70=9']
Exploring Operation: 81-72=9, Resulting Numbers: [9, 9]
Generated Node #3: [9, 9] from Operation: ... | 4 | Current State: 18:[70, 79, 72, 81], Operations: []
Exploring Operation: 81-79=2, Resulting Numbers: [70, 72, 2]
Generated Node #0,0: 18:[70, 72, 2] Operation: 81-79=2
Exploring Operation: 81-72=9, Resulting Numbers: [70, 79, 9]
Generated Node #0,1: 18:[70, 79, 9] Operation: 81-72=9
Exploring Operation: 79-72=7, Resulti... | 0.980035 | hs_5 | mult_heuristic |
[
69,
45,
77,
53
] | 90 | [
"69+45=114",
"77-53=24",
"114-24=90"
] | Current State: 90:[69, 45, 77, 53], Operations: []
Exploring Operation: 69+45=114, Resulting Numbers: [77, 53, 114]
Generated Node #2: [77, 53, 114] from Operation: 69+45=114
Current State: 90:[77, 53, 114], Operations: ['69+45=114']
Exploring Operation: 77-53=24, Resulting Numbers: [114, 24]
Generated Node #3: [114, 2... | 4 | Current State: 90:[69, 45, 77, 53], Operations: []
Exploring Operation: 77-69=8, Resulting Numbers: [45, 53, 8]
Generated Node #0,0: 90:[45, 53, 8] Operation: 77-69=8
Moving to Node #0,0
Current State: 90:[45, 53, 8], Operations: ['77-69=8']
Exploring Operation: 53-8=45, Resulting Numbers: [45, 45]
Generated Node #0,0,... | 0.993924 | hs_1 | sum_heuristic |
[
32,
92,
47,
5
] | 35 | [
"92-32=60",
"60/5=12",
"47-12=35"
] | Current State: 35:[32, 92, 47, 5], Operations: []
Exploring Operation: 92-32=60, Resulting Numbers: [47, 5, 60]
Generated Node #2: [47, 5, 60] from Operation: 92-32=60
Current State: 35:[47, 5, 60], Operations: ['92-32=60']
Exploring Operation: 60/5=12, Resulting Numbers: [47, 12]
Generated Node #3: [47, 12] from Opera... | 4 | Current State: 35:[32, 92, 47, 5], Operations: []
Exploring Operation: 92-32=60, Resulting Numbers: [47, 5, 60]
Generated Node #0,0: 35:[47, 5, 60] Operation: 92-32=60
Exploring Operation: 92-47=45, Resulting Numbers: [32, 5, 45]
Generated Node #0,1: 35:[32, 5, 45] Operation: 92-47=45
Start Sub Search at level 1: Movin... | 0.985243 | hs_2 | sum_heuristic |
[
3,
46,
2,
9
] | 42 | [
"3+46=49",
"9-2=7",
"49-7=42"
] | Current State: 42:[3, 46, 2, 9], Operations: []
Exploring Operation: 3+46=49, Resulting Numbers: [2, 9, 49]
Generated Node #2: [2, 9, 49] from Operation: 3+46=49
Current State: 42:[2, 9, 49], Operations: ['3+46=49']
Exploring Operation: 9-2=7, Resulting Numbers: [49, 7]
Generated Node #3: [49, 7] from Operation: 9-2=7
... | 4 | Current State: 42:[3, 46, 2, 9], Operations: []
Exploring Operation: 46-3=43, Resulting Numbers: [2, 9, 43]
Generated Node #0,0: 42:[2, 9, 43] Operation: 46-3=43
Moving to Node #0,0
Current State: 42:[2, 9, 43], Operations: ['46-3=43']
Exploring Operation: 9-2=7, Resulting Numbers: [43, 7]
Generated Node #0,0,0: 42:[43... | 0 | hs_1 | mult_heuristic |
[
69,
96,
25,
4
] | 83 | [
"96-69=27",
"4*27=108",
"108-25=83"
] | Current State: 83:[69, 96, 25, 4], Operations: []
Exploring Operation: 96-69=27, Resulting Numbers: [25, 4, 27]
Generated Node #2: [25, 4, 27] from Operation: 96-69=27
Current State: 83:[25, 4, 27], Operations: ['96-69=27']
Exploring Operation: 4*27=108, Resulting Numbers: [25, 108]
Generated Node #3: [25, 108] from Op... | 4 | Current State: 83:[69, 96, 25, 4], Operations: []
Exploring Operation: 69+4=73, Resulting Numbers: [96, 25, 73]
Generated Node #0,0: 83:[96, 25, 73] Operation: 69+4=73
Exploring Operation: 25*4=100, Resulting Numbers: [69, 96, 100]
Generated Node #0,1: 83:[69, 96, 100] Operation: 25*4=100
Exploring Operation: 96-4=92, ... | 0 | hs_3 | sum_heuristic |
[
44,
80,
4,
63
] | 94 | [
"44+80=124",
"124/4=31",
"63+31=94"
] | Current State: 94:[44, 80, 4, 63], Operations: []
Exploring Operation: 44+80=124, Resulting Numbers: [4, 63, 124]
Generated Node #2: [4, 63, 124] from Operation: 44+80=124
Current State: 94:[4, 63, 124], Operations: ['44+80=124']
Exploring Operation: 124/4=31, Resulting Numbers: [63, 31]
Generated Node #3: [63, 31] fro... | 4 | Current State: 94:[44, 80, 4, 63], Operations: []
Exploring Operation: 80+4=84, Resulting Numbers: [44, 63, 84]
Generated Node #0,0: 94:[44, 63, 84] Operation: 80+4=84
Exploring Operation: 80-63=17, Resulting Numbers: [44, 4, 17]
Generated Node #0,1: 94:[44, 4, 17] Operation: 80-63=17
Exploring Operation: 63-4=59, Resu... | 0 | hs_5 | mult_heuristic |
[
32,
36,
39,
3
] | 31 | [
"39-36=3",
"3/3=1",
"32-1=31"
] | Current State: 31:[32, 36, 39, 3], Operations: []
Exploring Operation: 39-36=3, Resulting Numbers: [32, 3, 3]
Generated Node #2: [32, 3, 3] from Operation: 39-36=3
Current State: 31:[32, 3, 3], Operations: ['39-36=3']
Exploring Operation: 3/3=1, Resulting Numbers: [32, 1]
Generated Node #3: [32, 1] from Operation: 3/3=... | 4 | Current State: 31:[32, 36, 39, 3], Operations: []
Exploring Operation: 39-3=36, Resulting Numbers: [32, 36, 36]
Generated Node #0,0: 31:[32, 36, 36] Operation: 39-3=36
Exploring Operation: 36-3=33, Resulting Numbers: [32, 39, 33]
Generated Node #0,1: 31:[32, 39, 33] Operation: 36-3=33
Exploring Operation: 32-3=29, Resu... | 0.990451 | hs_3 | sum_heuristic |
[
30,
15,
36,
17
] | 73 | [
"36-30=6",
"15*6=90",
"90-17=73"
] | Current State: 73:[30, 15, 36, 17], Operations: []
Exploring Operation: 36-30=6, Resulting Numbers: [15, 17, 6]
Generated Node #2: [15, 17, 6] from Operation: 36-30=6
Current State: 73:[15, 17, 6], Operations: ['36-30=6']
Exploring Operation: 15*6=90, Resulting Numbers: [17, 90]
Generated Node #3: [17, 90] from Operati... | 4 | Current State: 73:[30, 15, 36, 17], Operations: []
Exploring Operation: 30+17=47, Resulting Numbers: [15, 36, 47]
Generated Node #0,0: 73:[15, 36, 47] Operation: 30+17=47
Exploring Operation: 30+36=66, Resulting Numbers: [15, 17, 66]
Generated Node #0,1: 73:[15, 17, 66] Operation: 30+36=66
Exploring Operation: 30+15=45... | 0 | hs_4 | mult_heuristic |
[
90,
2,
9,
6
] | 12 | [
"90*2=180",
"9+6=15",
"180/15=12"
] | Current State: 12:[90, 2, 9, 6], Operations: []
Exploring Operation: 90*2=180, Resulting Numbers: [9, 6, 180]
Generated Node #2: [9, 6, 180] from Operation: 90*2=180
Current State: 12:[9, 6, 180], Operations: ['90*2=180']
Exploring Operation: 9+6=15, Resulting Numbers: [180, 15]
Generated Node #3: [180, 15] from Operat... | 4 | Current State: 12:[90, 2, 9, 6], Operations: []
Exploring Operation: 90/6=15, Resulting Numbers: [2, 9, 15]
Generated Node #0,0: 12:[2, 9, 15] Operation: 90/6=15
Exploring Operation: 90/2=45, Resulting Numbers: [9, 6, 45]
Generated Node #0,1: 12:[9, 6, 45] Operation: 90/2=45
Exploring Operation: 90-9=81, Resulting Numb... | 0.97309 | hs_4 | mult_heuristic |
[
3,
70,
27,
36
] | 74 | [
"27/3=9",
"36/9=4",
"70+4=74"
] | Current State: 74:[3, 70, 27, 36], Operations: []
Exploring Operation: 27/3=9, Resulting Numbers: [70, 36, 9]
Generated Node #2: [70, 36, 9] from Operation: 27/3=9
Current State: 74:[70, 36, 9], Operations: ['27/3=9']
Exploring Operation: 36/9=4, Resulting Numbers: [70, 4]
Generated Node #3: [70, 4] from Operation: 36/... | 4 | Current State: 74:[3, 70, 27, 36], Operations: []
Exploring Operation: 70-27=43, Resulting Numbers: [3, 36, 43]
Generated Node #0,0: 74:[3, 36, 43] Operation: 70-27=43
Start Sub Search at level 1: Moving to Node #0,0
Current State: 74:[3, 36, 43], Operations: ['70-27=43']
Exploring Operation: 43-3=40, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
[
9,
3,
83,
72
] | 77 | [
"9+3=12",
"72/12=6",
"83-6=77"
] | Current State: 77:[9, 3, 83, 72], Operations: []
Exploring Operation: 9+3=12, Resulting Numbers: [83, 72, 12]
Generated Node #2: [83, 72, 12] from Operation: 9+3=12
Current State: 77:[83, 72, 12], Operations: ['9+3=12']
Exploring Operation: 72/12=6, Resulting Numbers: [83, 6]
Generated Node #3: [83, 6] from Operation: ... | 4 | Current State: 77:[9, 3, 83, 72], Operations: []
Exploring Operation: 83-72=11, Resulting Numbers: [9, 3, 11]
Generated Node #0,0: 77:[9, 3, 11] Operation: 83-72=11
Moving to Node #0,0
Current State: 77:[9, 3, 11], Operations: ['83-72=11']
Exploring Operation: 9+3=12, Resulting Numbers: [11, 12]
Generated Node #0,0,0: ... | 0 | hs_1 | sum_heuristic |
[
49,
17,
61,
67
] | 62 | [
"49+17=66",
"61+67=128",
"128-66=62"
] | Current State: 62:[49, 17, 61, 67], Operations: []
Exploring Operation: 49+17=66, Resulting Numbers: [61, 67, 66]
Generated Node #2: [61, 67, 66] from Operation: 49+17=66
Current State: 62:[61, 67, 66], Operations: ['49+17=66']
Exploring Operation: 61+67=128, Resulting Numbers: [66, 128]
Generated Node #3: [66, 128] fr... | 4 | Current State: 62:[49, 17, 61, 67], Operations: []
Exploring Operation: 49+17=66, Resulting Numbers: [61, 67, 66]
Generated Node #0,0: 62:[61, 67, 66] Operation: 49+17=66
Exploring Operation: 61-49=12, Resulting Numbers: [17, 67, 12]
Generated Node #0,1: 62:[17, 67, 12] Operation: 61-49=12
Exploring Operation: 67-17=50... | 0.967014 | hs_5 | sum_heuristic |
[
64,
65,
47,
3
] | 16 | [
"65-64=1",
"47+1=48",
"48/3=16"
] | Current State: 16:[64, 65, 47, 3], Operations: []
Exploring Operation: 65-64=1, Resulting Numbers: [47, 3, 1]
Generated Node #2: [47, 3, 1] from Operation: 65-64=1
Current State: 16:[47, 3, 1], Operations: ['65-64=1']
Exploring Operation: 47+1=48, Resulting Numbers: [3, 48]
Generated Node #3: [3, 48] from Operation: 47... | 4 | Current State: 16:[64, 65, 47, 3], Operations: []
Exploring Operation: 65-64=1, Resulting Numbers: [47, 3, 1]
Generated Node #0,0: 16:[47, 3, 1] Operation: 65-64=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 16:[47, 3, 1], Operations: ['65-64=1']
Exploring Operation: 47-3=44, Resulting Numbers: [1, ... | 0 | hs_1 | mult_heuristic |
[
1,
37,
35,
91
] | 19 | [
"1*37=37",
"91-35=56",
"56-37=19"
] | Current State: 19:[1, 37, 35, 91], Operations: []
Exploring Operation: 1*37=37, Resulting Numbers: [35, 91, 37]
Generated Node #2: [35, 91, 37] from Operation: 1*37=37
Current State: 19:[35, 91, 37], Operations: ['1*37=37']
Exploring Operation: 91-35=56, Resulting Numbers: [37, 56]
Generated Node #3: [37, 56] from Oper... | 4 | Current State: 19:[1, 37, 35, 91], Operations: []
Exploring Operation: 37-1=36, Resulting Numbers: [35, 91, 36]
Generated Node #0,0: 19:[35, 91, 36] Operation: 37-1=36
Exploring Operation: 35-1=34, Resulting Numbers: [37, 91, 34]
Generated Node #0,1: 19:[37, 91, 34] Operation: 35-1=34
Exploring Operation: 91-37=54, Res... | 0.987847 | hs_4 | mult_heuristic |
[
39,
29,
38,
51
] | 55 | [
"39+29=68",
"51-38=13",
"68-13=55"
] | Current State: 55:[39, 29, 38, 51], Operations: []
Exploring Operation: 39+29=68, Resulting Numbers: [38, 51, 68]
Generated Node #2: [38, 51, 68] from Operation: 39+29=68
Current State: 55:[38, 51, 68], Operations: ['39+29=68']
Exploring Operation: 51-38=13, Resulting Numbers: [68, 13]
Generated Node #3: [68, 13] from ... | 4 | Current State: 55:[39, 29, 38, 51], Operations: []
Exploring Operation: 38-29=9, Resulting Numbers: [39, 51, 9]
Generated Node #0,0: 55:[39, 51, 9] Operation: 38-29=9
Exploring Operation: 39-38=1, Resulting Numbers: [29, 51, 1]
Generated Node #0,1: 55:[29, 51, 1] Operation: 39-38=1
Exploring Operation: 39-29=10, Result... | 0 | hs_3 | sum_heuristic |
[
68,
12,
87,
38
] | 31 | [
"68+12=80",
"87-38=49",
"80-49=31"
] | Current State: 31:[68, 12, 87, 38], Operations: []
Exploring Operation: 68+12=80, Resulting Numbers: [87, 38, 80]
Generated Node #2: [87, 38, 80] from Operation: 68+12=80
Current State: 31:[87, 38, 80], Operations: ['68+12=80']
Exploring Operation: 87-38=49, Resulting Numbers: [80, 49]
Generated Node #3: [80, 49] from ... | 4 | Current State: 31:[68, 12, 87, 38], Operations: []
Exploring Operation: 87-38=49, Resulting Numbers: [68, 12, 49]
Generated Node #0,0: 31:[68, 12, 49] Operation: 87-38=49
Exploring Operation: 87-68=19, Resulting Numbers: [12, 38, 19]
Generated Node #0,1: 31:[12, 38, 19] Operation: 87-68=19
Start Sub Search at level 1: ... | 0.986111 | hs_2 | sum_heuristic |
[
7,
71,
32,
92
] | 94 | [
"71-7=64",
"64/32=2",
"92+2=94"
] | Current State: 94:[7, 71, 32, 92], Operations: []
Exploring Operation: 71-7=64, Resulting Numbers: [32, 92, 64]
Generated Node #2: [32, 92, 64] from Operation: 71-7=64
Current State: 94:[32, 92, 64], Operations: ['71-7=64']
Exploring Operation: 64/32=2, Resulting Numbers: [92, 2]
Generated Node #3: [92, 2] from Operati... | 4 | Current State: 94:[7, 71, 32, 92], Operations: []
Exploring Operation: 71-32=39, Resulting Numbers: [7, 92, 39]
Generated Node #0,0: 94:[7, 92, 39] Operation: 71-32=39
Exploring Operation: 71+32=103, Resulting Numbers: [7, 92, 103]
Generated Node #0,1: 94:[7, 92, 103] Operation: 71+32=103
Moving to Node #0,0
Current St... | 0 | hs_2 | sum_heuristic |
[
6,
4,
14,
68
] | 15 | [
"14-6=8",
"68-8=60",
"60/4=15"
] | Current State: 15:[6, 4, 14, 68], Operations: []
Exploring Operation: 14-6=8, Resulting Numbers: [4, 68, 8]
Generated Node #2: [4, 68, 8] from Operation: 14-6=8
Current State: 15:[4, 68, 8], Operations: ['14-6=8']
Exploring Operation: 68-8=60, Resulting Numbers: [4, 60]
Generated Node #3: [4, 60] from Operation: 68-8=6... | 4 | Current State: 15:[6, 4, 14, 68], Operations: []
Exploring Operation: 68/4=17, Resulting Numbers: [6, 14, 17]
Generated Node #0,0: 15:[6, 14, 17] Operation: 68/4=17
Exploring Operation: 68-6=62, Resulting Numbers: [4, 14, 62]
Generated Node #0,1: 15:[4, 14, 62] Operation: 68-6=62
Exploring Operation: 68-14=54, Resultin... | 0 | hs_3 | sum_heuristic |
[
89,
37,
36,
38
] | 15 | [
"38-36=2",
"37*2=74",
"89-74=15"
] | Current State: 15:[89, 37, 36, 38], Operations: []
Exploring Operation: 38-36=2, Resulting Numbers: [89, 37, 2]
Generated Node #2: [89, 37, 2] from Operation: 38-36=2
Current State: 15:[89, 37, 2], Operations: ['38-36=2']
Exploring Operation: 37*2=74, Resulting Numbers: [89, 74]
Generated Node #3: [89, 74] from Operati... | 4 | Current State: 15:[89, 37, 36, 38], Operations: []
Exploring Operation: 38-36=2, Resulting Numbers: [89, 37, 2]
Generated Node #0,0: 15:[89, 37, 2] Operation: 38-36=2
Exploring Operation: 89-38=51, Resulting Numbers: [37, 36, 51]
Generated Node #0,1: 15:[37, 36, 51] Operation: 89-38=51
Exploring Operation: 89-37=52, Re... | 0 | hs_5 | sum_heuristic |
[
10,
16,
81,
2
] | 73 | [
"16-10=6",
"81-2=79",
"79-6=73"
] | Current State: 73:[10, 16, 81, 2], Operations: []
Exploring Operation: 16-10=6, Resulting Numbers: [81, 2, 6]
Generated Node #2: [81, 2, 6] from Operation: 16-10=6
Current State: 73:[81, 2, 6], Operations: ['16-10=6']
Exploring Operation: 81-2=79, Resulting Numbers: [6, 79]
Generated Node #3: [6, 79] from Operation: 81... | 4 | Current State: 73:[10, 16, 81, 2], Operations: []
Exploring Operation: 10*2=20, Resulting Numbers: [16, 81, 20]
Generated Node #0,0: 73:[16, 81, 20] Operation: 10*2=20
Exploring Operation: 16*2=32, Resulting Numbers: [10, 81, 32]
Generated Node #0,1: 73:[10, 81, 32] Operation: 16*2=32
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
23,
2,
82,
62
] | 90 | [
"82-23=59",
"62/2=31",
"59+31=90"
] | Current State: 90:[23, 2, 82, 62], Operations: []
Exploring Operation: 82-23=59, Resulting Numbers: [2, 62, 59]
Generated Node #2: [2, 62, 59] from Operation: 82-23=59
Current State: 90:[2, 62, 59], Operations: ['82-23=59']
Exploring Operation: 62/2=31, Resulting Numbers: [59, 31]
Generated Node #3: [59, 31] from Opera... | 4 | Current State: 90:[23, 2, 82, 62], Operations: []
Exploring Operation: 82-62=20, Resulting Numbers: [23, 2, 20]
Generated Node #0,0: 90:[23, 2, 20] Operation: 82-62=20
Moving to Node #0,0
Current State: 90:[23, 2, 20], Operations: ['82-62=20']
Exploring Operation: 23-20=3, Resulting Numbers: [2, 3]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
56,
58,
6,
80
] | 70 | [
"56*80=4480",
"58+6=64",
"4480/64=70"
] | Current State: 70:[56, 58, 6, 80], Operations: []
Exploring Operation: 56*80=4480, Resulting Numbers: [58, 6, 4480]
Generated Node #2: [58, 6, 4480] from Operation: 56*80=4480
Current State: 70:[58, 6, 4480], Operations: ['56*80=4480']
Exploring Operation: 58+6=64, Resulting Numbers: [4480, 64]
Generated Node #3: [4480... | 4 | Current State: 70:[56, 58, 6, 80], Operations: []
Exploring Operation: 58-56=2, Resulting Numbers: [6, 80, 2]
Generated Node #0,0: 70:[6, 80, 2] Operation: 58-56=2
Start Sub Search at level 1: Moving to Node #0,0
Current State: 70:[6, 80, 2], Operations: ['58-56=2']
Exploring Operation: 80-6=74, Resulting Numbers: [2, ... | 0 | hs_1 | mult_heuristic |
[
4,
34,
12,
6
] | 13 | [
"34+12=46",
"6+46=52",
"52/4=13"
] | Current State: 13:[4, 34, 12, 6], Operations: []
Exploring Operation: 34+12=46, Resulting Numbers: [4, 6, 46]
Generated Node #2: [4, 6, 46] from Operation: 34+12=46
Current State: 13:[4, 6, 46], Operations: ['34+12=46']
Exploring Operation: 6+46=52, Resulting Numbers: [4, 52]
Generated Node #3: [4, 52] from Operation: ... | 4 | Current State: 13:[4, 34, 12, 6], Operations: []
Exploring Operation: 34-4=30, Resulting Numbers: [12, 6, 30]
Generated Node #0,0: 13:[12, 6, 30] Operation: 34-4=30
Moving to Node #0,0
Current State: 13:[12, 6, 30], Operations: ['34-4=30']
Exploring Operation: 30/6=5, Resulting Numbers: [12, 5]
Generated Node #0,0,0: 1... | 0 | hs_1 | sum_heuristic |
[
21,
22,
22,
73
] | 96 | [
"22-21=1",
"22+73=95",
"1+95=96"
] | Current State: 96:[21, 22, 22, 73], Operations: []
Exploring Operation: 22-21=1, Resulting Numbers: [73, 1]
Generated Node #2: [73, 1] from Operation: 22-21=1
Current State: 96:[73, 1], Operations: ['22-21=1']
Exploring Operation: 22+73=95, Resulting Numbers: [1, 95]
Generated Node #3: [1, 95] from Operation: 22+73=95
... | 4 | Current State: 96:[21, 22, 22, 73], Operations: []
Exploring Operation: 21+73=94, Resulting Numbers: [22, 22, 94]
Generated Node #0,0: 96:[22, 22, 94] Operation: 21+73=94
Moving to Node #0,0
Current State: 96:[22, 22, 94], Operations: ['21+73=94']
Exploring Operation: 22/22=1, Resulting Numbers: [94, 1]
Generated Node ... | 0 | hs_1 | mult_heuristic |
[
56,
8,
2,
53
] | 42 | [
"56+8=64",
"2*53=106",
"106-64=42"
] | Current State: 42:[56, 8, 2, 53], Operations: []
Exploring Operation: 56+8=64, Resulting Numbers: [2, 53, 64]
Generated Node #2: [2, 53, 64] from Operation: 56+8=64
Current State: 42:[2, 53, 64], Operations: ['56+8=64']
Exploring Operation: 2*53=106, Resulting Numbers: [64, 106]
Generated Node #3: [64, 106] from Operat... | 4 | Current State: 42:[56, 8, 2, 53], Operations: []
Exploring Operation: 56/8=7, Resulting Numbers: [2, 53, 7]
Generated Node #0,0: 42:[2, 53, 7] Operation: 56/8=7
Exploring Operation: 56-53=3, Resulting Numbers: [8, 2, 3]
Generated Node #0,1: 42:[8, 2, 3] Operation: 56-53=3
Start Sub Search at level 1: Moving to Node #0,... | 0 | hs_2 | sum_heuristic |
[
70,
4,
10,
20
] | 56 | [
"70-4=66",
"20-10=10",
"66-10=56"
] | Current State: 56:[70, 4, 10, 20], Operations: []
Exploring Operation: 70-4=66, Resulting Numbers: [10, 20, 66]
Generated Node #2: [10, 20, 66] from Operation: 70-4=66
Current State: 56:[10, 20, 66], Operations: ['70-4=66']
Exploring Operation: 20-10=10, Resulting Numbers: [66, 10]
Generated Node #3: [66, 10] from Oper... | 4 | Current State: 56:[70, 4, 10, 20], Operations: []
Exploring Operation: 70/10=7, Resulting Numbers: [4, 20, 7]
Generated Node #0,0: 56:[4, 20, 7] Operation: 70/10=7
Exploring Operation: 70-20=50, Resulting Numbers: [4, 10, 50]
Generated Node #0,1: 56:[4, 10, 50] Operation: 70-20=50
Exploring Operation: 70-10=60, Resulti... | 0.977431 | hs_3 | mult_heuristic |
[
76,
99,
45,
41
] | 63 | [
"99-76=23",
"45+41=86",
"86-23=63"
] | Current State: 63:[76, 99, 45, 41], Operations: []
Exploring Operation: 99-76=23, Resulting Numbers: [45, 41, 23]
Generated Node #2: [45, 41, 23] from Operation: 99-76=23
Current State: 63:[45, 41, 23], Operations: ['99-76=23']
Exploring Operation: 45+41=86, Resulting Numbers: [23, 86]
Generated Node #3: [23, 86] from ... | 4 | Current State: 63:[76, 99, 45, 41], Operations: []
Exploring Operation: 99-41=58, Resulting Numbers: [76, 45, 58]
Generated Node #0,0: 63:[76, 45, 58] Operation: 99-41=58
Exploring Operation: 99-76=23, Resulting Numbers: [45, 41, 23]
Generated Node #0,1: 63:[45, 41, 23] Operation: 99-76=23
Start Sub Search at level 1: ... | 0.990451 | hs_2 | sum_heuristic |
[
10,
81,
82,
64
] | 73 | [
"10+81=91",
"82-64=18",
"91-18=73"
] | Current State: 73:[10, 81, 82, 64], Operations: []
Exploring Operation: 10+81=91, Resulting Numbers: [82, 64, 91]
Generated Node #2: [82, 64, 91] from Operation: 10+81=91
Current State: 73:[82, 64, 91], Operations: ['10+81=91']
Exploring Operation: 82-64=18, Resulting Numbers: [91, 18]
Generated Node #3: [91, 18] from ... | 4 | Current State: 73:[10, 81, 82, 64], Operations: []
Exploring Operation: 82-10=72, Resulting Numbers: [81, 64, 72]
Generated Node #0,0: 73:[81, 64, 72] Operation: 82-10=72
Exploring Operation: 10+64=74, Resulting Numbers: [81, 82, 74]
Generated Node #0,1: 73:[81, 82, 74] Operation: 10+64=74
Exploring Operation: 81-10=71... | 0.985243 | hs_3 | sum_heuristic |
[
89,
9,
68,
35
] | 23 | [
"89-9=80",
"68+35=103",
"103-80=23"
] | Current State: 23:[89, 9, 68, 35], Operations: []
Exploring Operation: 89-9=80, Resulting Numbers: [68, 35, 80]
Generated Node #2: [68, 35, 80] from Operation: 89-9=80
Current State: 23:[68, 35, 80], Operations: ['89-9=80']
Exploring Operation: 68+35=103, Resulting Numbers: [80, 103]
Generated Node #3: [80, 103] from O... | 4 | Current State: 23:[89, 9, 68, 35], Operations: []
Exploring Operation: 68-35=33, Resulting Numbers: [89, 9, 33]
Generated Node #0,0: 23:[89, 9, 33] Operation: 68-35=33
Exploring Operation: 89-35=54, Resulting Numbers: [9, 68, 54]
Generated Node #0,1: 23:[9, 68, 54] Operation: 89-35=54
Exploring Operation: 89-68=21, Res... | 0.979167 | hs_3 | sum_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.