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 |
|---|---|---|---|---|---|---|---|---|
[
18,
24,
80,
39
] | 99 | [
"18*80=1440",
"1440/24=60",
"39+60=99"
] | Current State: 99:[18, 24, 80, 39], Operations: []
Exploring Operation: 18*80=1440, Resulting Numbers: [24, 39, 1440]
Generated Node #2: [24, 39, 1440] from Operation: 18*80=1440
Current State: 99:[24, 39, 1440], Operations: ['18*80=1440']
Exploring Operation: 1440/24=60, Resulting Numbers: [39, 60]
Generated Node #3: ... | 4 | Current State: 99:[18, 24, 80, 39], Operations: []
Exploring Operation: 24+80=104, Resulting Numbers: [18, 39, 104]
Generated Node #0,0: 99:[18, 39, 104] Operation: 24+80=104
Exploring Operation: 18+80=98, Resulting Numbers: [24, 39, 98]
Generated Node #0,1: 99:[24, 39, 98] Operation: 18+80=98
Moving to Node #0,1
Curre... | 0 | hs_2 | mult_heuristic |
[
2,
75,
90,
55
] | 100 | [
"75-55=20",
"20/2=10",
"90+10=100"
] | Current State: 100:[2, 75, 90, 55], Operations: []
Exploring Operation: 75-55=20, Resulting Numbers: [2, 90, 20]
Generated Node #2: [2, 90, 20] from Operation: 75-55=20
Current State: 100:[2, 90, 20], Operations: ['75-55=20']
Exploring Operation: 20/2=10, Resulting Numbers: [90, 10]
Generated Node #3: [90, 10] from Ope... | 4 | Current State: 100:[2, 75, 90, 55], Operations: []
Exploring Operation: 90-55=35, Resulting Numbers: [2, 75, 35]
Generated Node #0,0: 100:[2, 75, 35] Operation: 90-55=35
Exploring Operation: 90-75=15, Resulting Numbers: [2, 55, 15]
Generated Node #0,1: 100:[2, 55, 15] Operation: 90-75=15
Exploring Operation: 75-55=20, ... | 0.967882 | hs_4 | mult_heuristic |
[
78,
94,
50,
15
] | 50 | [
"94-78=16",
"16-15=1",
"50*1=50"
] | Current State: 50:[78, 94, 50, 15], Operations: []
Exploring Operation: 94-78=16, Resulting Numbers: [50, 15, 16]
Generated Node #2: [50, 15, 16] from Operation: 94-78=16
Current State: 50:[50, 15, 16], Operations: ['94-78=16']
Exploring Operation: 16-15=1, Resulting Numbers: [50, 1]
Generated Node #3: [50, 1] from Ope... | 4 | Current State: 50:[78, 94, 50, 15], Operations: []
Exploring Operation: 94-50=44, Resulting Numbers: [78, 15, 44]
Generated Node #0,0: 50:[78, 15, 44] Operation: 94-50=44
Exploring Operation: 94-78=16, Resulting Numbers: [50, 15, 16]
Generated Node #0,1: 50:[50, 15, 16] Operation: 94-78=16
Start Sub Search at level 1: ... | 0.992188 | hs_2 | mult_heuristic |
[
41,
82,
67,
90
] | 46 | [
"82/41=2",
"90-67=23",
"2*23=46"
] | Current State: 46:[41, 82, 67, 90], Operations: []
Exploring Operation: 82/41=2, Resulting Numbers: [67, 90, 2]
Generated Node #2: [67, 90, 2] from Operation: 82/41=2
Current State: 46:[67, 90, 2], Operations: ['82/41=2']
Exploring Operation: 90-67=23, Resulting Numbers: [2, 23]
Generated Node #3: [2, 23] from Operatio... | 4 | Current State: 46:[41, 82, 67, 90], Operations: []
Exploring Operation: 90-82=8, Resulting Numbers: [41, 67, 8]
Generated Node #0,0: 46:[41, 67, 8] Operation: 90-82=8
Exploring Operation: 90-67=23, Resulting Numbers: [41, 82, 23]
Generated Node #0,1: 46:[41, 82, 23] Operation: 90-67=23
Exploring Operation: 82-67=15, Re... | 0.967882 | hs_3 | mult_heuristic |
[
56,
38,
26,
28
] | 32 | [
"56/28=2",
"38+26=64",
"64/2=32"
] | Current State: 32:[56, 38, 26, 28], Operations: []
Exploring Operation: 56/28=2, Resulting Numbers: [38, 26, 2]
Generated Node #2: [38, 26, 2] from Operation: 56/28=2
Current State: 32:[38, 26, 2], Operations: ['56/28=2']
Exploring Operation: 38+26=64, Resulting Numbers: [2, 64]
Generated Node #3: [2, 64] from Operatio... | 4 | Current State: 32:[56, 38, 26, 28], Operations: []
Exploring Operation: 56-26=30, Resulting Numbers: [38, 28, 30]
Generated Node #0,0: 32:[38, 28, 30] Operation: 56-26=30
Exploring Operation: 56-38=18, Resulting Numbers: [26, 28, 18]
Generated Node #0,1: 32:[26, 28, 18] Operation: 56-38=18
Exploring Operation: 56/28=2,... | 0 | hs_3 | sum_heuristic |
[
92,
82,
30,
42
] | 69 | [
"92*30=2760",
"82-42=40",
"2760/40=69"
] | Current State: 69:[92, 82, 30, 42], Operations: []
Exploring Operation: 92*30=2760, Resulting Numbers: [82, 42, 2760]
Generated Node #2: [82, 42, 2760] from Operation: 92*30=2760
Current State: 69:[82, 42, 2760], Operations: ['92*30=2760']
Exploring Operation: 82-42=40, Resulting Numbers: [2760, 40]
Generated Node #3: ... | 4 | Current State: 69:[92, 82, 30, 42], Operations: []
Exploring Operation: 92-42=50, Resulting Numbers: [82, 30, 50]
Generated Node #0,0: 69:[82, 30, 50] Operation: 92-42=50
Exploring Operation: 30+42=72, Resulting Numbers: [92, 82, 72]
Generated Node #0,1: 69:[92, 82, 72] Operation: 30+42=72
Exploring Operation: 92-82=10... | 0 | hs_4 | mult_heuristic |
[
23,
67,
60,
94
] | 15 | [
"23+67=90",
"94-90=4",
"60/4=15"
] | Current State: 15:[23, 67, 60, 94], Operations: []
Exploring Operation: 23+67=90, Resulting Numbers: [60, 94, 90]
Generated Node #2: [60, 94, 90] from Operation: 23+67=90
Current State: 15:[60, 94, 90], Operations: ['23+67=90']
Exploring Operation: 94-90=4, Resulting Numbers: [60, 4]
Generated Node #3: [60, 4] from Ope... | 4 | Current State: 15:[23, 67, 60, 94], Operations: []
Exploring Operation: 94-60=34, Resulting Numbers: [23, 67, 34]
Generated Node #0,0: 15:[23, 67, 34] Operation: 94-60=34
Exploring Operation: 94-67=27, Resulting Numbers: [23, 60, 27]
Generated Node #0,1: 15:[23, 60, 27] Operation: 94-67=27
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
13,
90,
77,
48
] | 48 | [
"90-13=77",
"77+48=125",
"125-77=48"
] | Current State: 48:[13, 90, 77, 48], Operations: []
Exploring Operation: 90-13=77, Resulting Numbers: [77, 48, 77]
Generated Node #2: [77, 48, 77] from Operation: 90-13=77
Current State: 48:[77, 48, 77], Operations: ['90-13=77']
Exploring Operation: 77+48=125, Resulting Numbers: [125]
125,48 equal: Goal Reached
Explorin... | 4 | Current State: 48:[13, 90, 77, 48], Operations: []
Exploring Operation: 90-77=13, Resulting Numbers: [13, 48, 13]
Generated Node #0,0: 48:[13, 48, 13] Operation: 90-77=13
Exploring Operation: 90-48=42, Resulting Numbers: [13, 77, 42]
Generated Node #0,1: 48:[13, 77, 42] Operation: 90-48=42
Exploring Operation: 90-13=77... | 0.987847 | hs_4 | sum_heuristic |
[
27,
96,
25,
65
] | 62 | [
"27-25=2",
"96-65=31",
"2*31=62"
] | Current State: 62:[27, 96, 25, 65], Operations: []
Exploring Operation: 27-25=2, Resulting Numbers: [96, 65, 2]
Generated Node #2: [96, 65, 2] from Operation: 27-25=2
Current State: 62:[96, 65, 2], Operations: ['27-25=2']
Exploring Operation: 96-65=31, Resulting Numbers: [2, 31]
Generated Node #3: [2, 31] from Operatio... | 4 | Current State: 62:[27, 96, 25, 65], Operations: []
Exploring Operation: 96-65=31, Resulting Numbers: [27, 25, 31]
Generated Node #0,0: 62:[27, 25, 31] Operation: 96-65=31
Moving to Node #0,0
Current State: 62:[27, 25, 31], Operations: ['96-65=31']
Exploring Operation: 27-25=2, Resulting Numbers: [31, 2]
Generated Node ... | 0.993924 | hs_1 | sum_heuristic |
[
76,
89,
4,
79
] | 90 | [
"76+89=165",
"79-4=75",
"165-75=90"
] | Current State: 90:[76, 89, 4, 79], Operations: []
Exploring Operation: 76+89=165, Resulting Numbers: [4, 79, 165]
Generated Node #2: [4, 79, 165] from Operation: 76+89=165
Current State: 90:[4, 79, 165], Operations: ['76+89=165']
Exploring Operation: 79-4=75, Resulting Numbers: [165, 75]
Generated Node #3: [165, 75] fr... | 4 | Current State: 90:[76, 89, 4, 79], Operations: []
Exploring Operation: 79-76=3, Resulting Numbers: [89, 4, 3]
Generated Node #0,0: 90:[89, 4, 3] Operation: 79-76=3
Exploring Operation: 76/4=19, Resulting Numbers: [89, 79, 19]
Generated Node #0,1: 90:[89, 79, 19] Operation: 76/4=19
Moving to Node #0,0
Current State: 90:... | 0.991319 | hs_2 | sum_heuristic |
[
69,
7,
21,
2
] | 83 | [
"7+21=28",
"28/2=14",
"69+14=83"
] | Current State: 83:[69, 7, 21, 2], Operations: []
Exploring Operation: 7+21=28, Resulting Numbers: [69, 2, 28]
Generated Node #2: [69, 2, 28] from Operation: 7+21=28
Current State: 83:[69, 2, 28], Operations: ['7+21=28']
Exploring Operation: 28/2=14, Resulting Numbers: [69, 14]
Generated Node #3: [69, 14] from Operation... | 4 | Current State: 83:[69, 7, 21, 2], Operations: []
Exploring Operation: 7*2=14, Resulting Numbers: [69, 21, 14]
Generated Node #0,0: 83:[69, 21, 14] Operation: 7*2=14
Exploring Operation: 21*2=42, Resulting Numbers: [69, 7, 42]
Generated Node #0,1: 83:[69, 7, 42] Operation: 21*2=42
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | sum_heuristic |
[
93,
4,
2,
84
] | 75 | [
"4-2=2",
"84*2=168",
"168-93=75"
] | Current State: 75:[93, 4, 2, 84], Operations: []
Exploring Operation: 4-2=2, Resulting Numbers: [93, 84, 2]
Generated Node #2: [93, 84, 2] from Operation: 4-2=2
Current State: 75:[93, 84, 2], Operations: ['4-2=2']
Exploring Operation: 84*2=168, Resulting Numbers: [93, 168]
Generated Node #3: [93, 168] from Operation: 8... | 4 | Current State: 75:[93, 4, 2, 84], Operations: []
Exploring Operation: 93-4=89, Resulting Numbers: [2, 84, 89]
Generated Node #0,0: 75:[2, 84, 89] Operation: 93-4=89
Exploring Operation: 93-84=9, Resulting Numbers: [4, 2, 9]
Generated Node #0,1: 75:[4, 2, 9] Operation: 93-84=9
Exploring Operation: 84/4=21, Resulting Num... | 0 | hs_3 | mult_heuristic |
[
35,
41,
22,
6
] | 96 | [
"41-35=6",
"22-6=16",
"6*16=96"
] | Current State: 96:[35, 41, 22, 6], Operations: []
Exploring Operation: 41-35=6, Resulting Numbers: [22, 6, 6]
Generated Node #2: [22, 6, 6] from Operation: 41-35=6
Current State: 96:[22, 6, 6], Operations: ['41-35=6']
Exploring Operation: 22-6=16, Resulting Numbers: [16]
16,96 equal: Goal Reached
Exploring Operation: 6... | 4 | Current State: 96:[35, 41, 22, 6], Operations: []
Exploring Operation: 41-35=6, Resulting Numbers: [22, 6, 6]
Generated Node #0,0: 96:[22, 6, 6] Operation: 41-35=6
Exploring Operation: 41-6=35, Resulting Numbers: [35, 22, 35]
Generated Node #0,1: 96:[35, 22, 35] Operation: 41-6=35
Exploring Operation: 41+6=47, Resultin... | 0.986111 | hs_5 | mult_heuristic |
[
24,
28,
21,
66
] | 91 | [
"28-24=4",
"21+66=87",
"4+87=91"
] | Current State: 91:[24, 28, 21, 66], Operations: []
Exploring Operation: 28-24=4, Resulting Numbers: [21, 66, 4]
Generated Node #2: [21, 66, 4] from Operation: 28-24=4
Current State: 91:[21, 66, 4], Operations: ['28-24=4']
Exploring Operation: 21+66=87, Resulting Numbers: [4, 87]
Generated Node #3: [4, 87] from Operatio... | 4 | Current State: 91:[24, 28, 21, 66], Operations: []
Exploring Operation: 28-21=7, Resulting Numbers: [24, 66, 7]
Generated Node #0,0: 91:[24, 66, 7] Operation: 28-21=7
Exploring Operation: 28-24=4, Resulting Numbers: [21, 66, 4]
Generated Node #0,1: 91:[21, 66, 4] Operation: 28-24=4
Exploring Operation: 28+66=94, Result... | 0.986979 | hs_5 | sum_heuristic |
[
33,
27,
50,
96
] | 66 | [
"33-27=6",
"96/6=16",
"50+16=66"
] | Current State: 66:[33, 27, 50, 96], Operations: []
Exploring Operation: 33-27=6, Resulting Numbers: [50, 96, 6]
Generated Node #2: [50, 96, 6] from Operation: 33-27=6
Current State: 66:[50, 96, 6], Operations: ['33-27=6']
Exploring Operation: 96/6=16, Resulting Numbers: [50, 16]
Generated Node #3: [50, 16] from Operati... | 4 | Current State: 66:[33, 27, 50, 96], Operations: []
Exploring Operation: 96-27=69, Resulting Numbers: [33, 50, 69]
Generated Node #0,0: 66:[33, 50, 69] Operation: 96-27=69
Exploring Operation: 96-50=46, Resulting Numbers: [33, 27, 46]
Generated Node #0,1: 66:[33, 27, 46] Operation: 96-50=46
Moving to Node #0,1
Current S... | 0 | hs_2 | mult_heuristic |
[
50,
54,
27,
51
] | 41 | [
"54-51=3",
"27/3=9",
"50-9=41"
] | Current State: 41:[50, 54, 27, 51], Operations: []
Exploring Operation: 54-51=3, Resulting Numbers: [50, 27, 3]
Generated Node #2: [50, 27, 3] from Operation: 54-51=3
Current State: 41:[50, 27, 3], Operations: ['54-51=3']
Exploring Operation: 27/3=9, Resulting Numbers: [50, 9]
Generated Node #3: [50, 9] from Operation:... | 4 | Current State: 41:[50, 54, 27, 51], Operations: []
Exploring Operation: 54-27=27, Resulting Numbers: [50, 51, 27]
Generated Node #0,0: 41:[50, 51, 27] Operation: 54-27=27
Exploring Operation: 51-27=24, Resulting Numbers: [50, 54, 24]
Generated Node #0,1: 41:[50, 54, 24] Operation: 51-27=24
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
6,
90,
48,
5
] | 24 | [
"48-6=42",
"90/5=18",
"42-18=24"
] | Current State: 24:[6, 90, 48, 5], Operations: []
Exploring Operation: 48-6=42, Resulting Numbers: [90, 5, 42]
Generated Node #2: [90, 5, 42] from Operation: 48-6=42
Current State: 24:[90, 5, 42], Operations: ['48-6=42']
Exploring Operation: 90/5=18, Resulting Numbers: [42, 18]
Generated Node #3: [42, 18] from Operation... | 4 | Current State: 24:[6, 90, 48, 5], Operations: []
Exploring Operation: 90-48=42, Resulting Numbers: [6, 5, 42]
Generated Node #0,0: 24:[6, 5, 42] Operation: 90-48=42
Moving to Node #0,0
Current State: 24:[6, 5, 42], Operations: ['90-48=42']
Exploring Operation: 42/6=7, Resulting Numbers: [5, 7]
Generated Node #0,0,0: 24... | 0 | hs_1 | sum_heuristic |
[
52,
39,
6,
3
] | 83 | [
"39+6=45",
"3*45=135",
"135-52=83"
] | Current State: 83:[52, 39, 6, 3], Operations: []
Exploring Operation: 39+6=45, Resulting Numbers: [52, 3, 45]
Generated Node #2: [52, 3, 45] from Operation: 39+6=45
Current State: 83:[52, 3, 45], Operations: ['39+6=45']
Exploring Operation: 3*45=135, Resulting Numbers: [52, 135]
Generated Node #3: [52, 135] from Operat... | 4 | Current State: 83:[52, 39, 6, 3], Operations: []
Exploring Operation: 52+3=55, Resulting Numbers: [39, 6, 55]
Generated Node #0,0: 83:[39, 6, 55] Operation: 52+3=55
Exploring Operation: 52+6=58, Resulting Numbers: [39, 3, 58]
Generated Node #0,1: 83:[39, 3, 58] Operation: 52+6=58
Exploring Operation: 39*3=117, Resultin... | 0 | hs_4 | mult_heuristic |
[
29,
36,
95,
18
] | 33 | [
"95-29=66",
"36/18=2",
"66/2=33"
] | Current State: 33:[29, 36, 95, 18], Operations: []
Exploring Operation: 95-29=66, Resulting Numbers: [36, 18, 66]
Generated Node #2: [36, 18, 66] from Operation: 95-29=66
Current State: 33:[36, 18, 66], Operations: ['95-29=66']
Exploring Operation: 36/18=2, Resulting Numbers: [66, 2]
Generated Node #3: [66, 2] from Ope... | 4 | Current State: 33:[29, 36, 95, 18], Operations: []
Exploring Operation: 95-36=59, Resulting Numbers: [29, 18, 59]
Generated Node #0,0: 33:[29, 18, 59] Operation: 95-36=59
Exploring Operation: 95-29=66, Resulting Numbers: [36, 18, 66]
Generated Node #0,1: 33:[36, 18, 66] Operation: 95-29=66
Exploring Operation: 29-18=11... | 0.967014 | hs_4 | mult_heuristic |
[
96,
40,
28,
92
] | 33 | [
"96-92=4",
"28/4=7",
"40-7=33"
] | Current State: 33:[96, 40, 28, 92], Operations: []
Exploring Operation: 96-92=4, Resulting Numbers: [40, 28, 4]
Generated Node #2: [40, 28, 4] from Operation: 96-92=4
Current State: 33:[40, 28, 4], Operations: ['96-92=4']
Exploring Operation: 28/4=7, Resulting Numbers: [40, 7]
Generated Node #3: [40, 7] from Operation:... | 4 | Current State: 33:[96, 40, 28, 92], Operations: []
Exploring Operation: 96-92=4, Resulting Numbers: [40, 28, 4]
Generated Node #0,0: 33:[40, 28, 4] Operation: 96-92=4
Exploring Operation: 92-40=52, Resulting Numbers: [96, 28, 52]
Generated Node #0,1: 33:[96, 28, 52] Operation: 92-40=52
Exploring Operation: 96-40=56, Re... | 0 | hs_3 | sum_heuristic |
[
94,
20,
59,
1
] | 97 | [
"59+1=60",
"60/20=3",
"94+3=97"
] | Current State: 97:[94, 20, 59, 1], Operations: []
Exploring Operation: 59+1=60, Resulting Numbers: [94, 20, 60]
Generated Node #2: [94, 20, 60] from Operation: 59+1=60
Current State: 97:[94, 20, 60], Operations: ['59+1=60']
Exploring Operation: 60/20=3, Resulting Numbers: [94, 3]
Generated Node #3: [94, 3] from Operati... | 4 | Current State: 97:[94, 20, 59, 1], Operations: []
Exploring Operation: 20+59=79, Resulting Numbers: [94, 1, 79]
Generated Node #0,0: 97:[94, 1, 79] Operation: 20+59=79
Exploring Operation: 94+1=95, Resulting Numbers: [20, 59, 95]
Generated Node #0,1: 97:[20, 59, 95] Operation: 94+1=95
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
74,
80,
20,
46
] | 10 | [
"74+80=154",
"46+154=200",
"200/20=10"
] | Current State: 10:[74, 80, 20, 46], Operations: []
Exploring Operation: 74+80=154, Resulting Numbers: [20, 46, 154]
Generated Node #2: [20, 46, 154] from Operation: 74+80=154
Current State: 10:[20, 46, 154], Operations: ['74+80=154']
Exploring Operation: 46+154=200, Resulting Numbers: [20, 200]
Generated Node #3: [20, ... | 4 | Current State: 10:[74, 80, 20, 46], Operations: []
Exploring Operation: 74-46=28, Resulting Numbers: [80, 20, 28]
Generated Node #0,0: 10:[80, 20, 28] Operation: 74-46=28
Exploring Operation: 80/20=4, Resulting Numbers: [74, 46, 4]
Generated Node #0,1: 10:[74, 46, 4] Operation: 80/20=4
Exploring Operation: 80-74=6, Res... | 0.963542 | hs_4 | sum_heuristic |
[
70,
14,
81,
58
] | 87 | [
"70-58=12",
"14*12=168",
"168-81=87"
] | Current State: 87:[70, 14, 81, 58], Operations: []
Exploring Operation: 70-58=12, Resulting Numbers: [14, 81, 12]
Generated Node #2: [14, 81, 12] from Operation: 70-58=12
Current State: 87:[14, 81, 12], Operations: ['70-58=12']
Exploring Operation: 14*12=168, Resulting Numbers: [81, 168]
Generated Node #3: [81, 168] fr... | 4 | Current State: 87:[70, 14, 81, 58], Operations: []
Exploring Operation: 81-58=23, Resulting Numbers: [70, 14, 23]
Generated Node #0,0: 87:[70, 14, 23] Operation: 81-58=23
Exploring Operation: 70-58=12, Resulting Numbers: [14, 81, 12]
Generated Node #0,1: 87:[14, 81, 12] Operation: 70-58=12
Moving to Node #0,1
Current S... | 0 | hs_2 | mult_heuristic |
[
38,
3,
99,
26
] | 17 | [
"99-38=61",
"3*26=78",
"78-61=17"
] | Current State: 17:[38, 3, 99, 26], Operations: []
Exploring Operation: 99-38=61, Resulting Numbers: [3, 26, 61]
Generated Node #2: [3, 26, 61] from Operation: 99-38=61
Current State: 17:[3, 26, 61], Operations: ['99-38=61']
Exploring Operation: 3*26=78, Resulting Numbers: [61, 78]
Generated Node #3: [61, 78] from Opera... | 4 | Current State: 17:[38, 3, 99, 26], Operations: []
Exploring Operation: 99-38=61, Resulting Numbers: [3, 26, 61]
Generated Node #0,0: 17:[3, 26, 61] Operation: 99-38=61
Exploring Operation: 38-3=35, Resulting Numbers: [99, 26, 35]
Generated Node #0,1: 17:[99, 26, 35] Operation: 38-3=35
Exploring Operation: 38-26=12, Res... | 0 | hs_5 | sum_heuristic |
[
3,
17,
34,
35
] | 19 | [
"3+17=20",
"35-34=1",
"20-1=19"
] | Current State: 19:[3, 17, 34, 35], Operations: []
Exploring Operation: 3+17=20, Resulting Numbers: [34, 35, 20]
Generated Node #2: [34, 35, 20] from Operation: 3+17=20
Current State: 19:[34, 35, 20], Operations: ['3+17=20']
Exploring Operation: 35-34=1, Resulting Numbers: [20, 1]
Generated Node #3: [20, 1] from Operati... | 4 | Current State: 19:[3, 17, 34, 35], Operations: []
Exploring Operation: 34-3=31, Resulting Numbers: [17, 35, 31]
Generated Node #0,0: 19:[17, 35, 31] Operation: 34-3=31
Start Sub Search at level 1: Moving to Node #0,0
Current State: 19:[17, 35, 31], Operations: ['34-3=31']
Exploring Operation: 35-17=18, Resulting Number... | 0 | hs_1 | sum_heuristic |
[
12,
66,
21,
7
] | 34 | [
"66*7=462",
"462/21=22",
"12+22=34"
] | Current State: 34:[12, 66, 21, 7], Operations: []
Exploring Operation: 66*7=462, Resulting Numbers: [12, 21, 462]
Generated Node #2: [12, 21, 462] from Operation: 66*7=462
Current State: 34:[12, 21, 462], Operations: ['66*7=462']
Exploring Operation: 462/21=22, Resulting Numbers: [12, 22]
Generated Node #3: [12, 22] fr... | 4 | Current State: 34:[12, 66, 21, 7], Operations: []
Exploring Operation: 66-21=45, Resulting Numbers: [12, 7, 45]
Generated Node #0,0: 34:[12, 7, 45] Operation: 66-21=45
Exploring Operation: 12+21=33, Resulting Numbers: [66, 7, 33]
Generated Node #0,1: 34:[66, 7, 33] Operation: 12+21=33
Exploring Operation: 66-7=59, Resu... | 0 | hs_4 | mult_heuristic |
[
36,
9,
5,
54
] | 25 | [
"36-5=31",
"54/9=6",
"31-6=25"
] | Current State: 25:[36, 9, 5, 54], Operations: []
Exploring Operation: 36-5=31, Resulting Numbers: [9, 54, 31]
Generated Node #2: [9, 54, 31] from Operation: 36-5=31
Current State: 25:[9, 54, 31], Operations: ['36-5=31']
Exploring Operation: 54/9=6, Resulting Numbers: [31, 6]
Generated Node #3: [31, 6] from Operation: 5... | 4 | Current State: 25:[36, 9, 5, 54], Operations: []
Exploring Operation: 54-36=18, Resulting Numbers: [9, 5, 18]
Generated Node #0,0: 25:[9, 5, 18] Operation: 54-36=18
Moving to Node #0,0
Current State: 25:[9, 5, 18], Operations: ['54-36=18']
Exploring Operation: 9+18=27, Resulting Numbers: [5, 27]
Generated Node #0,0,0: ... | 0 | hs_1 | mult_heuristic |
[
9,
73,
11,
1
] | 37 | [
"11-9=2",
"73+1=74",
"74/2=37"
] | Current State: 37:[9, 73, 11, 1], Operations: []
Exploring Operation: 11-9=2, Resulting Numbers: [73, 1, 2]
Generated Node #2: [73, 1, 2] from Operation: 11-9=2
Current State: 37:[73, 1, 2], Operations: ['11-9=2']
Exploring Operation: 73+1=74, Resulting Numbers: [2, 74]
Generated Node #3: [2, 74] from Operation: 73+1=7... | 4 | Current State: 37:[9, 73, 11, 1], Operations: []
Exploring Operation: 9+11=20, Resulting Numbers: [73, 1, 20]
Generated Node #0,0: 37:[73, 1, 20] Operation: 9+11=20
Exploring Operation: 73-11=62, Resulting Numbers: [9, 1, 62]
Generated Node #0,1: 37:[9, 1, 62] Operation: 73-11=62
Exploring Operation: 73-9=64, Resulting... | 0 | hs_4 | sum_heuristic |
[
73,
4,
18,
76
] | 74 | [
"73-18=55",
"76/4=19",
"55+19=74"
] | Current State: 74:[73, 4, 18, 76], Operations: []
Exploring Operation: 73-18=55, Resulting Numbers: [4, 76, 55]
Generated Node #2: [4, 76, 55] from Operation: 73-18=55
Current State: 74:[4, 76, 55], Operations: ['73-18=55']
Exploring Operation: 76/4=19, Resulting Numbers: [55, 19]
Generated Node #3: [55, 19] from Opera... | 4 | Current State: 74:[73, 4, 18, 76], Operations: []
Exploring Operation: 4*18=72, Resulting Numbers: [73, 76, 72]
Generated Node #0,0: 74:[73, 76, 72] Operation: 4*18=72
Start Sub Search at level 1: Moving to Node #0,0
Current State: 74:[73, 76, 72], Operations: ['4*18=72']
Exploring Operation: 76-73=3, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
85,
67,
2,
5
] | 21 | [
"85-67=18",
"5-2=3",
"18+3=21"
] | Current State: 21:[85, 67, 2, 5], Operations: []
Exploring Operation: 85-67=18, Resulting Numbers: [2, 5, 18]
Generated Node #2: [2, 5, 18] from Operation: 85-67=18
Current State: 21:[2, 5, 18], Operations: ['85-67=18']
Exploring Operation: 5-2=3, Resulting Numbers: [18, 3]
Generated Node #3: [18, 3] from Operation: 5-... | 4 | Current State: 21:[85, 67, 2, 5], Operations: []
Exploring Operation: 85/5=17, Resulting Numbers: [67, 2, 17]
Generated Node #0,0: 21:[67, 2, 17] Operation: 85/5=17
Exploring Operation: 85-67=18, Resulting Numbers: [2, 5, 18]
Generated Node #0,1: 21:[2, 5, 18] Operation: 85-67=18
Start Sub Search at level 1: Moving to ... | 0.991319 | hs_2 | sum_heuristic |
[
1,
19,
2,
56
] | 73 | [
"1*19=19",
"56-2=54",
"19+54=73"
] | Current State: 73:[1, 19, 2, 56], Operations: []
Exploring Operation: 1*19=19, Resulting Numbers: [2, 56, 19]
Generated Node #2: [2, 56, 19] from Operation: 1*19=19
Current State: 73:[2, 56, 19], Operations: ['1*19=19']
Exploring Operation: 56-2=54, Resulting Numbers: [19, 54]
Generated Node #3: [19, 54] from Operation... | 4 | Current State: 73:[1, 19, 2, 56], Operations: []
Exploring Operation: 1+2=3, Resulting Numbers: [19, 56, 3]
Generated Node #0,0: 73:[19, 56, 3] Operation: 1+2=3
Exploring Operation: 19*2=38, Resulting Numbers: [1, 56, 38]
Generated Node #0,1: 73:[1, 56, 38] Operation: 19*2=38
Exploring Operation: 1+56=57, Resulting Num... | 0 | hs_4 | mult_heuristic |
[
11,
35,
84,
96
] | 12 | [
"35-11=24",
"96-84=12",
"24-12=12"
] | Current State: 12:[11, 35, 84, 96], Operations: []
Exploring Operation: 35-11=24, Resulting Numbers: [84, 96, 24]
Generated Node #2: [84, 96, 24] from Operation: 35-11=24
Current State: 12:[84, 96, 24], Operations: ['35-11=24']
Exploring Operation: 96-84=12, Resulting Numbers: [24, 12]
Generated Node #3: [24, 12] from ... | 4 | Current State: 12:[11, 35, 84, 96], Operations: []
Exploring Operation: 96-84=12, Resulting Numbers: [11, 35, 12]
Generated Node #0,0: 12:[11, 35, 12] Operation: 96-84=12
Moving to Node #0,0
Current State: 12:[11, 35, 12], Operations: ['96-84=12']
Exploring Operation: 35-11=24, Resulting Numbers: [12, 24]
Generated Nod... | 0.993924 | hs_1 | mult_heuristic |
[
26,
68,
75,
10
] | 23 | [
"68-26=42",
"75-10=65",
"65-42=23"
] | Current State: 23:[26, 68, 75, 10], Operations: []
Exploring Operation: 68-26=42, Resulting Numbers: [75, 10, 42]
Generated Node #2: [75, 10, 42] from Operation: 68-26=42
Current State: 23:[75, 10, 42], Operations: ['68-26=42']
Exploring Operation: 75-10=65, Resulting Numbers: [42, 65]
Generated Node #3: [42, 65] from ... | 4 | Current State: 23:[26, 68, 75, 10], Operations: []
Exploring Operation: 68-26=42, Resulting Numbers: [75, 10, 42]
Generated Node #0,0: 23:[75, 10, 42] Operation: 68-26=42
Exploring Operation: 75-68=7, Resulting Numbers: [26, 10, 7]
Generated Node #0,1: 23:[26, 10, 7] Operation: 75-68=7
Exploring Operation: 75-26=49, Re... | 0.983507 | hs_3 | mult_heuristic |
[
53,
2,
49,
48
] | 52 | [
"53-2=51",
"49-48=1",
"51+1=52"
] | Current State: 52:[53, 2, 49, 48], Operations: []
Exploring Operation: 53-2=51, Resulting Numbers: [49, 48, 51]
Generated Node #2: [49, 48, 51] from Operation: 53-2=51
Current State: 52:[49, 48, 51], Operations: ['53-2=51']
Exploring Operation: 49-48=1, Resulting Numbers: [51, 1]
Generated Node #3: [51, 1] from Operati... | 4 | Current State: 52:[53, 2, 49, 48], Operations: []
Exploring Operation: 53-49=4, Resulting Numbers: [2, 48, 4]
Generated Node #0,0: 52:[2, 48, 4] Operation: 53-49=4
Exploring Operation: 49-48=1, Resulting Numbers: [53, 2, 1]
Generated Node #0,1: 52:[53, 2, 1] Operation: 49-48=1
Moving to Node #0,1
Current State: 52:[53,... | 0 | hs_2 | sum_heuristic |
[
77,
68,
51,
22
] | 82 | [
"77-68=9",
"51+22=73",
"9+73=82"
] | Current State: 82:[77, 68, 51, 22], Operations: []
Exploring Operation: 77-68=9, Resulting Numbers: [51, 22, 9]
Generated Node #2: [51, 22, 9] from Operation: 77-68=9
Current State: 82:[51, 22, 9], Operations: ['77-68=9']
Exploring Operation: 51+22=73, Resulting Numbers: [9, 73]
Generated Node #3: [9, 73] from Operatio... | 4 | Current State: 82:[77, 68, 51, 22], Operations: []
Exploring Operation: 68-22=46, Resulting Numbers: [77, 51, 46]
Generated Node #0,0: 82:[77, 51, 46] Operation: 68-22=46
Exploring Operation: 51+22=73, Resulting Numbers: [77, 68, 73]
Generated Node #0,1: 82:[77, 68, 73] Operation: 51+22=73
Exploring Operation: 77-68=9,... | 0.986111 | hs_5 | sum_heuristic |
[
11,
51,
50,
85
] | 75 | [
"51-11=40",
"85-50=35",
"40+35=75"
] | Current State: 75:[11, 51, 50, 85], Operations: []
Exploring Operation: 51-11=40, Resulting Numbers: [50, 85, 40]
Generated Node #2: [50, 85, 40] from Operation: 51-11=40
Current State: 75:[50, 85, 40], Operations: ['51-11=40']
Exploring Operation: 85-50=35, Resulting Numbers: [40, 35]
Generated Node #3: [40, 35] from ... | 4 | Current State: 75:[11, 51, 50, 85], Operations: []
Exploring Operation: 85-50=35, Resulting Numbers: [11, 51, 35]
Generated Node #0,0: 75:[11, 51, 35] Operation: 85-50=35
Exploring Operation: 51-50=1, Resulting Numbers: [11, 85, 1]
Generated Node #0,1: 75:[11, 85, 1] Operation: 51-50=1
Exploring Operation: 85-51=34, Re... | 0.984375 | hs_3 | sum_heuristic |
[
52,
54,
92,
38
] | 73 | [
"54-52=2",
"38/2=19",
"92-19=73"
] | Current State: 73:[52, 54, 92, 38], Operations: []
Exploring Operation: 54-52=2, Resulting Numbers: [92, 38, 2]
Generated Node #2: [92, 38, 2] from Operation: 54-52=2
Current State: 73:[92, 38, 2], Operations: ['54-52=2']
Exploring Operation: 38/2=19, Resulting Numbers: [92, 19]
Generated Node #3: [92, 19] from Operati... | 4 | Current State: 73:[52, 54, 92, 38], Operations: []
Exploring Operation: 52+38=90, Resulting Numbers: [54, 92, 90]
Generated Node #0,0: 73:[54, 92, 90] Operation: 52+38=90
Exploring Operation: 52+54=106, Resulting Numbers: [92, 38, 106]
Generated Node #0,1: 73:[92, 38, 106] Operation: 52+54=106
Exploring Operation: 54+3... | 0 | hs_4 | mult_heuristic |
[
92,
71,
58,
98
] | 19 | [
"92-71=21",
"98-58=40",
"40-21=19"
] | Current State: 19:[92, 71, 58, 98], Operations: []
Exploring Operation: 92-71=21, Resulting Numbers: [58, 98, 21]
Generated Node #2: [58, 98, 21] from Operation: 92-71=21
Current State: 19:[58, 98, 21], Operations: ['92-71=21']
Exploring Operation: 98-58=40, Resulting Numbers: [21, 40]
Generated Node #3: [21, 40] from ... | 4 | Current State: 19:[92, 71, 58, 98], Operations: []
Exploring Operation: 92-58=34, Resulting Numbers: [71, 98, 34]
Generated Node #0,0: 19:[71, 98, 34] Operation: 92-58=34
Exploring Operation: 98-92=6, Resulting Numbers: [71, 58, 6]
Generated Node #0,1: 19:[71, 58, 6] Operation: 98-92=6
Exploring Operation: 92-71=21, Re... | 0.986979 | hs_4 | mult_heuristic |
[
17,
89,
52,
9
] | 91 | [
"17+9=26",
"52/26=2",
"89+2=91"
] | Current State: 91:[17, 89, 52, 9], Operations: []
Exploring Operation: 17+9=26, Resulting Numbers: [89, 52, 26]
Generated Node #2: [89, 52, 26] from Operation: 17+9=26
Current State: 91:[89, 52, 26], Operations: ['17+9=26']
Exploring Operation: 52/26=2, Resulting Numbers: [89, 2]
Generated Node #3: [89, 2] from Operati... | 4 | Current State: 91:[17, 89, 52, 9], Operations: []
Exploring Operation: 17+52=69, Resulting Numbers: [89, 9, 69]
Generated Node #0,0: 91:[89, 9, 69] Operation: 17+52=69
Start Sub Search at level 1: Moving to Node #0,0
Current State: 91:[89, 9, 69], Operations: ['17+52=69']
Exploring Operation: 89-69=20, Resulting Number... | 0 | hs_1 | mult_heuristic |
[
10,
17,
89,
45
] | 51 | [
"17-10=7",
"89-45=44",
"7+44=51"
] | Current State: 51:[10, 17, 89, 45], Operations: []
Exploring Operation: 17-10=7, Resulting Numbers: [89, 45, 7]
Generated Node #2: [89, 45, 7] from Operation: 17-10=7
Current State: 51:[89, 45, 7], Operations: ['17-10=7']
Exploring Operation: 89-45=44, Resulting Numbers: [7, 44]
Generated Node #3: [7, 44] from Operatio... | 4 | Current State: 51:[10, 17, 89, 45], Operations: []
Exploring Operation: 89-45=44, Resulting Numbers: [10, 17, 44]
Generated Node #0,0: 51:[10, 17, 44] Operation: 89-45=44
Exploring Operation: 89-10=79, Resulting Numbers: [17, 45, 79]
Generated Node #0,1: 51:[17, 45, 79] Operation: 89-10=79
Start Sub Search at level 1: ... | 0.990451 | hs_2 | sum_heuristic |
[
81,
9,
10,
51
] | 70 | [
"81/9=9",
"10+51=61",
"9+61=70"
] | Current State: 70:[81, 9, 10, 51], Operations: []
Exploring Operation: 81/9=9, Resulting Numbers: [10, 51, 9]
Generated Node #2: [10, 51, 9] from Operation: 81/9=9
Current State: 70:[10, 51, 9], Operations: ['81/9=9']
Exploring Operation: 10+51=61, Resulting Numbers: [9, 61]
Generated Node #3: [9, 61] from Operation: 1... | 4 | Current State: 70:[81, 9, 10, 51], Operations: []
Exploring Operation: 81/9=9, Resulting Numbers: [10, 51, 9]
Generated Node #0,0: 70:[10, 51, 9] Operation: 81/9=9
Exploring Operation: 81-9=72, Resulting Numbers: [10, 51, 72]
Generated Node #0,1: 70:[10, 51, 72] Operation: 81-9=72
Exploring Operation: 81-51=30, Resulti... | 0.967014 | hs_3 | sum_heuristic |
[
7,
70,
4,
9
] | 67 | [
"7-4=3",
"9/3=3",
"70-3=67"
] | Current State: 67:[7, 70, 4, 9], Operations: []
Exploring Operation: 7-4=3, Resulting Numbers: [70, 9, 3]
Generated Node #2: [70, 9, 3] from Operation: 7-4=3
Current State: 67:[70, 9, 3], Operations: ['7-4=3']
Exploring Operation: 9/3=3, Resulting Numbers: [70, 3]
Generated Node #3: [70, 3] from Operation: 9/3=3
Curren... | 4 | Current State: 67:[7, 70, 4, 9], Operations: []
Exploring Operation: 7+4=11, Resulting Numbers: [70, 9, 11]
Generated Node #0,0: 67:[70, 9, 11] Operation: 7+4=11
Exploring Operation: 7*4=28, Resulting Numbers: [70, 9, 28]
Generated Node #0,1: 67:[70, 9, 28] Operation: 7*4=28
Exploring Operation: 4*9=36, Resulting Numbe... | 0 | hs_4 | sum_heuristic |
[
29,
9,
57,
24
] | 36 | [
"29+9=38",
"57*24=1368",
"1368/38=36"
] | Current State: 36:[29, 9, 57, 24], Operations: []
Exploring Operation: 29+9=38, Resulting Numbers: [57, 24, 38]
Generated Node #2: [57, 24, 38] from Operation: 29+9=38
Current State: 36:[57, 24, 38], Operations: ['29+9=38']
Exploring Operation: 57*24=1368, Resulting Numbers: [38, 1368]
Generated Node #3: [38, 1368] fro... | 4 | Current State: 36:[29, 9, 57, 24], Operations: []
Exploring Operation: 57-29=28, Resulting Numbers: [9, 24, 28]
Generated Node #0,0: 36:[9, 24, 28] Operation: 57-29=28
Exploring Operation: 57-24=33, Resulting Numbers: [29, 9, 33]
Generated Node #0,1: 36:[29, 9, 33] Operation: 57-24=33
Exploring Operation: 29-24=5, Resu... | 0.988715 | hs_3 | mult_heuristic |
[
74,
4,
99,
5
] | 34 | [
"74-4=70",
"99+5=104",
"104-70=34"
] | Current State: 34:[74, 4, 99, 5], Operations: []
Exploring Operation: 74-4=70, Resulting Numbers: [99, 5, 70]
Generated Node #2: [99, 5, 70] from Operation: 74-4=70
Current State: 34:[99, 5, 70], Operations: ['74-4=70']
Exploring Operation: 99+5=104, Resulting Numbers: [70, 104]
Generated Node #3: [70, 104] from Operat... | 4 | Current State: 34:[74, 4, 99, 5], Operations: []
Exploring Operation: 99-74=25, Resulting Numbers: [4, 5, 25]
Generated Node #0,0: 34:[4, 5, 25] Operation: 99-74=25
Moving to Node #0,0
Current State: 34:[4, 5, 25], Operations: ['99-74=25']
Exploring Operation: 25-5=20, Resulting Numbers: [4, 20]
Generated Node #0,0,0: ... | 0 | hs_1 | mult_heuristic |
[
88,
7,
30,
15
] | 74 | [
"7*30=210",
"210/15=14",
"88-14=74"
] | Current State: 74:[88, 7, 30, 15], Operations: []
Exploring Operation: 7*30=210, Resulting Numbers: [88, 15, 210]
Generated Node #2: [88, 15, 210] from Operation: 7*30=210
Current State: 74:[88, 15, 210], Operations: ['7*30=210']
Exploring Operation: 210/15=14, Resulting Numbers: [88, 14]
Generated Node #3: [88, 14] fr... | 4 | Current State: 74:[88, 7, 30, 15], Operations: []
Exploring Operation: 88-15=73, Resulting Numbers: [7, 30, 73]
Generated Node #0,0: 74:[7, 30, 73] Operation: 88-15=73
Exploring Operation: 30/15=2, Resulting Numbers: [88, 7, 2]
Generated Node #0,1: 74:[88, 7, 2] Operation: 30/15=2
Exploring Operation: 88-7=81, Resultin... | 0 | hs_3 | mult_heuristic |
[
60,
42,
66,
74
] | 38 | [
"60+42=102",
"66+74=140",
"140-102=38"
] | Current State: 38:[60, 42, 66, 74], Operations: []
Exploring Operation: 60+42=102, Resulting Numbers: [66, 74, 102]
Generated Node #2: [66, 74, 102] from Operation: 60+42=102
Current State: 38:[66, 74, 102], Operations: ['60+42=102']
Exploring Operation: 66+74=140, Resulting Numbers: [102, 140]
Generated Node #3: [102,... | 4 | Current State: 38:[60, 42, 66, 74], Operations: []
Exploring Operation: 66-42=24, Resulting Numbers: [60, 74, 24]
Generated Node #0,0: 38:[60, 74, 24] Operation: 66-42=24
Exploring Operation: 66-60=6, Resulting Numbers: [42, 74, 6]
Generated Node #0,1: 38:[42, 74, 6] Operation: 66-60=6
Exploring Operation: 74-66=8, Res... | 0.969618 | hs_5 | sum_heuristic |
[
14,
75,
59,
56
] | 58 | [
"75-14=61",
"59-56=3",
"61-3=58"
] | Current State: 58:[14, 75, 59, 56], Operations: []
Exploring Operation: 75-14=61, Resulting Numbers: [59, 56, 61]
Generated Node #2: [59, 56, 61] from Operation: 75-14=61
Current State: 58:[59, 56, 61], Operations: ['75-14=61']
Exploring Operation: 59-56=3, Resulting Numbers: [61, 3]
Generated Node #3: [61, 3] from Ope... | 4 | Current State: 58:[14, 75, 59, 56], Operations: []
Exploring Operation: 75-14=61, Resulting Numbers: [59, 56, 61]
Generated Node #0,0: 58:[59, 56, 61] Operation: 75-14=61
Start Sub Search at level 1: Moving to Node #0,0
Current State: 58:[59, 56, 61], Operations: ['75-14=61']
Exploring Operation: 61-59=2, Resulting Num... | 0.993924 | hs_1 | mult_heuristic |
[
15,
24,
8,
11
] | 79 | [
"24-15=9",
"8*11=88",
"88-9=79"
] | Current State: 79:[15, 24, 8, 11], Operations: []
Exploring Operation: 24-15=9, Resulting Numbers: [8, 11, 9]
Generated Node #2: [8, 11, 9] from Operation: 24-15=9
Current State: 79:[8, 11, 9], Operations: ['24-15=9']
Exploring Operation: 8*11=88, Resulting Numbers: [9, 88]
Generated Node #3: [9, 88] from Operation: 8*... | 4 | Current State: 79:[15, 24, 8, 11], Operations: []
Exploring Operation: 15*8=120, Resulting Numbers: [24, 11, 120]
Generated Node #0,0: 79:[24, 11, 120] Operation: 15*8=120
Exploring Operation: 8*11=88, Resulting Numbers: [15, 24, 88]
Generated Node #0,1: 79:[15, 24, 88] Operation: 8*11=88
Exploring Operation: 15+8=23, ... | 0.981771 | hs_4 | sum_heuristic |
[
10,
25,
72,
33
] | 90 | [
"25-10=15",
"72+33=105",
"105-15=90"
] | Current State: 90:[10, 25, 72, 33], Operations: []
Exploring Operation: 25-10=15, Resulting Numbers: [72, 33, 15]
Generated Node #2: [72, 33, 15] from Operation: 25-10=15
Current State: 90:[72, 33, 15], Operations: ['25-10=15']
Exploring Operation: 72+33=105, Resulting Numbers: [15, 105]
Generated Node #3: [15, 105] fr... | 4 | Current State: 90:[10, 25, 72, 33], Operations: []
Exploring Operation: 25+72=97, Resulting Numbers: [10, 33, 97]
Generated Node #0,0: 90:[10, 33, 97] Operation: 25+72=97
Exploring Operation: 10+72=82, Resulting Numbers: [25, 33, 82]
Generated Node #0,1: 90:[25, 33, 82] Operation: 10+72=82
Exploring Operation: 72-25=47... | 0.967014 | hs_4 | mult_heuristic |
[
50,
90,
98,
59
] | 72 | [
"59-50=9",
"98-90=8",
"9*8=72"
] | Current State: 72:[50, 90, 98, 59], Operations: []
Exploring Operation: 59-50=9, Resulting Numbers: [90, 98, 9]
Generated Node #2: [90, 98, 9] from Operation: 59-50=9
Current State: 72:[90, 98, 9], Operations: ['59-50=9']
Exploring Operation: 98-90=8, Resulting Numbers: [9, 8]
Generated Node #3: [9, 8] from Operation: ... | 4 | Current State: 72:[50, 90, 98, 59], Operations: []
Exploring Operation: 98-50=48, Resulting Numbers: [90, 59, 48]
Generated Node #0,0: 72:[90, 59, 48] Operation: 98-50=48
Exploring Operation: 98-90=8, Resulting Numbers: [50, 59, 8]
Generated Node #0,1: 72:[50, 59, 8] Operation: 98-90=8
Exploring Operation: 98-59=39, Re... | 0.986979 | hs_5 | sum_heuristic |
[
12,
6,
74,
4
] | 56 | [
"12*6=72",
"72/4=18",
"74-18=56"
] | Current State: 56:[12, 6, 74, 4], Operations: []
Exploring Operation: 12*6=72, Resulting Numbers: [74, 4, 72]
Generated Node #2: [74, 4, 72] from Operation: 12*6=72
Current State: 56:[74, 4, 72], Operations: ['12*6=72']
Exploring Operation: 72/4=18, Resulting Numbers: [74, 18]
Generated Node #3: [74, 18] from Operation... | 4 | Current State: 56:[12, 6, 74, 4], Operations: []
Exploring Operation: 74-12=62, Resulting Numbers: [6, 4, 62]
Generated Node #0,0: 56:[6, 4, 62] Operation: 74-12=62
Exploring Operation: 74-6=68, Resulting Numbers: [12, 4, 68]
Generated Node #0,1: 56:[12, 4, 68] Operation: 74-6=68
Moving to Node #0,0
Current State: 56:[... | 0 | hs_2 | mult_heuristic |
[
99,
79,
79,
23
] | 76 | [
"99+79=178",
"79+23=102",
"178-102=76"
] | Current State: 76:[99, 79, 79, 23], Operations: []
Exploring Operation: 99+79=178, Resulting Numbers: [23, 178]
Generated Node #2: [23, 178] from Operation: 99+79=178
Current State: 76:[23, 178], Operations: ['99+79=178']
Exploring Operation: 79+23=102, Resulting Numbers: [178, 102]
Generated Node #3: [178, 102] from O... | 4 | Current State: 76:[99, 79, 79, 23], Operations: []
Exploring Operation: 99-23=76, Resulting Numbers: [79, 79, 76]
Generated Node #0,0: 76:[79, 79, 76] Operation: 99-23=76
Exploring Operation: 99-79=20, Resulting Numbers: [79, 23, 20]
Generated Node #0,1: 76:[79, 23, 20] Operation: 99-79=20
Start Sub Search at level 1: ... | 0.992188 | hs_2 | sum_heuristic |
[
48,
8,
28,
53
] | 41 | [
"48-8=40",
"28+53=81",
"81-40=41"
] | Current State: 41:[48, 8, 28, 53], Operations: []
Exploring Operation: 48-8=40, Resulting Numbers: [28, 53, 40]
Generated Node #2: [28, 53, 40] from Operation: 48-8=40
Current State: 41:[28, 53, 40], Operations: ['48-8=40']
Exploring Operation: 28+53=81, Resulting Numbers: [40, 81]
Generated Node #3: [40, 81] from Oper... | 4 | Current State: 41:[48, 8, 28, 53], Operations: []
Exploring Operation: 48+8=56, Resulting Numbers: [28, 53, 56]
Generated Node #0,0: 41:[28, 53, 56] Operation: 48+8=56
Exploring Operation: 8+28=36, Resulting Numbers: [48, 53, 36]
Generated Node #0,1: 41:[48, 53, 36] Operation: 8+28=36
Exploring Operation: 53-8=45, Resu... | 0.984375 | hs_4 | mult_heuristic |
[
48,
51,
93,
95
] | 89 | [
"48+51=99",
"93+95=188",
"188-99=89"
] | Current State: 89:[48, 51, 93, 95], Operations: []
Exploring Operation: 48+51=99, Resulting Numbers: [93, 95, 99]
Generated Node #2: [93, 95, 99] from Operation: 48+51=99
Current State: 89:[93, 95, 99], Operations: ['48+51=99']
Exploring Operation: 93+95=188, Resulting Numbers: [99, 188]
Generated Node #3: [99, 188] fr... | 4 | Current State: 89:[48, 51, 93, 95], Operations: []
Exploring Operation: 93-48=45, Resulting Numbers: [51, 95, 45]
Generated Node #0,0: 89:[51, 95, 45] Operation: 93-48=45
Exploring Operation: 48+51=99, Resulting Numbers: [93, 95, 99]
Generated Node #0,1: 89:[93, 95, 99] Operation: 48+51=99
Exploring Operation: 95-51=44... | 0.975694 | hs_4 | mult_heuristic |
[
83,
90,
50,
23
] | 75 | [
"83-23=60",
"90*50=4500",
"4500/60=75"
] | Current State: 75:[83, 90, 50, 23], Operations: []
Exploring Operation: 83-23=60, Resulting Numbers: [90, 50, 60]
Generated Node #2: [90, 50, 60] from Operation: 83-23=60
Current State: 75:[90, 50, 60], Operations: ['83-23=60']
Exploring Operation: 90*50=4500, Resulting Numbers: [60, 4500]
Generated Node #3: [60, 4500]... | 4 | Current State: 75:[83, 90, 50, 23], Operations: []
Exploring Operation: 50+23=73, Resulting Numbers: [83, 90, 73]
Generated Node #0,0: 75:[83, 90, 73] Operation: 50+23=73
Exploring Operation: 50-23=27, Resulting Numbers: [83, 90, 27]
Generated Node #0,1: 75:[83, 90, 27] Operation: 50-23=27
Exploring Operation: 90-50=40... | 0 | hs_5 | mult_heuristic |
[
34,
23,
97,
38
] | 70 | [
"34-23=11",
"97-38=59",
"11+59=70"
] | Current State: 70:[34, 23, 97, 38], Operations: []
Exploring Operation: 34-23=11, Resulting Numbers: [97, 38, 11]
Generated Node #2: [97, 38, 11] from Operation: 34-23=11
Current State: 70:[97, 38, 11], Operations: ['34-23=11']
Exploring Operation: 97-38=59, Resulting Numbers: [11, 59]
Generated Node #3: [11, 59] from ... | 4 | Current State: 70:[34, 23, 97, 38], Operations: []
Exploring Operation: 38-23=15, Resulting Numbers: [34, 97, 15]
Generated Node #0,0: 70:[34, 97, 15] Operation: 38-23=15
Exploring Operation: 97-23=74, Resulting Numbers: [34, 38, 74]
Generated Node #0,1: 70:[34, 38, 74] Operation: 97-23=74
Exploring Operation: 97-34=63... | 0.986979 | hs_5 | mult_heuristic |
[
29,
90,
27,
44
] | 92 | [
"29-27=2",
"90-44=46",
"2*46=92"
] | Current State: 92:[29, 90, 27, 44], Operations: []
Exploring Operation: 29-27=2, Resulting Numbers: [90, 44, 2]
Generated Node #2: [90, 44, 2] from Operation: 29-27=2
Current State: 92:[90, 44, 2], Operations: ['29-27=2']
Exploring Operation: 90-44=46, Resulting Numbers: [2, 46]
Generated Node #3: [2, 46] from Operatio... | 4 | Current State: 92:[29, 90, 27, 44], Operations: []
Exploring Operation: 90-44=46, Resulting Numbers: [29, 27, 46]
Generated Node #0,0: 92:[29, 27, 46] Operation: 90-44=46
Exploring Operation: 29-27=2, Resulting Numbers: [90, 44, 2]
Generated Node #0,1: 92:[90, 44, 2] Operation: 29-27=2
Exploring Operation: 29+27=56, Re... | 0.990451 | hs_3 | sum_heuristic |
[
51,
54,
5,
32
] | 91 | [
"54-51=3",
"32*3=96",
"96-5=91"
] | Current State: 91:[51, 54, 5, 32], Operations: []
Exploring Operation: 54-51=3, Resulting Numbers: [5, 32, 3]
Generated Node #2: [5, 32, 3] from Operation: 54-51=3
Current State: 91:[5, 32, 3], Operations: ['54-51=3']
Exploring Operation: 32*3=96, Resulting Numbers: [5, 96]
Generated Node #3: [5, 96] from Operation: 32... | 4 | Current State: 91:[51, 54, 5, 32], Operations: []
Exploring Operation: 51+54=105, Resulting Numbers: [5, 32, 105]
Generated Node #0,0: 91:[5, 32, 105] Operation: 51+54=105
Exploring Operation: 54-51=3, Resulting Numbers: [5, 32, 3]
Generated Node #0,1: 91:[5, 32, 3] Operation: 54-51=3
Exploring Operation: 51-32=19, Res... | 0.983507 | hs_3 | mult_heuristic |
[
47,
52,
54,
37
] | 86 | [
"52-47=5",
"54+37=91",
"91-5=86"
] | Current State: 86:[47, 52, 54, 37], Operations: []
Exploring Operation: 52-47=5, Resulting Numbers: [54, 37, 5]
Generated Node #2: [54, 37, 5] from Operation: 52-47=5
Current State: 86:[54, 37, 5], Operations: ['52-47=5']
Exploring Operation: 54+37=91, Resulting Numbers: [5, 91]
Generated Node #3: [5, 91] from Operatio... | 4 | Current State: 86:[47, 52, 54, 37], Operations: []
Exploring Operation: 52+37=89, Resulting Numbers: [47, 54, 89]
Generated Node #0,0: 86:[47, 54, 89] Operation: 52+37=89
Exploring Operation: 54-52=2, Resulting Numbers: [47, 37, 2]
Generated Node #0,1: 86:[47, 37, 2] Operation: 54-52=2
Moving to Node #0,1
Current State... | 0.992188 | hs_2 | mult_heuristic |
[
20,
75,
88,
58
] | 51 | [
"20+75=95",
"88+58=146",
"146-95=51"
] | Current State: 51:[20, 75, 88, 58], Operations: []
Exploring Operation: 20+75=95, Resulting Numbers: [88, 58, 95]
Generated Node #2: [88, 58, 95] from Operation: 20+75=95
Current State: 51:[88, 58, 95], Operations: ['20+75=95']
Exploring Operation: 88+58=146, Resulting Numbers: [95, 146]
Generated Node #3: [95, 146] fr... | 4 | Current State: 51:[20, 75, 88, 58], Operations: []
Exploring Operation: 75-58=17, Resulting Numbers: [20, 88, 17]
Generated Node #0,0: 51:[20, 88, 17] Operation: 75-58=17
Exploring Operation: 88-75=13, Resulting Numbers: [20, 58, 13]
Generated Node #0,1: 51:[20, 58, 13] Operation: 88-75=13
Start Sub Search at level 1: ... | 0.989583 | hs_2 | mult_heuristic |
[
78,
92,
4,
47
] | 65 | [
"92-78=14",
"4+47=51",
"14+51=65"
] | Current State: 65:[78, 92, 4, 47], Operations: []
Exploring Operation: 92-78=14, Resulting Numbers: [4, 47, 14]
Generated Node #2: [4, 47, 14] from Operation: 92-78=14
Current State: 65:[4, 47, 14], Operations: ['92-78=14']
Exploring Operation: 4+47=51, Resulting Numbers: [14, 51]
Generated Node #3: [14, 51] from Opera... | 4 | Current State: 65:[78, 92, 4, 47], Operations: []
Exploring Operation: 92-47=45, Resulting Numbers: [78, 4, 45]
Generated Node #0,0: 65:[78, 4, 45] Operation: 92-47=45
Exploring Operation: 78-4=74, Resulting Numbers: [92, 47, 74]
Generated Node #0,1: 65:[92, 47, 74] Operation: 78-4=74
Exploring Operation: 92-78=14, Res... | 0.986979 | hs_5 | mult_heuristic |
[
78,
5,
58,
45
] | 70 | [
"78+5=83",
"58-45=13",
"83-13=70"
] | Current State: 70:[78, 5, 58, 45], Operations: []
Exploring Operation: 78+5=83, Resulting Numbers: [58, 45, 83]
Generated Node #2: [58, 45, 83] from Operation: 78+5=83
Current State: 70:[58, 45, 83], Operations: ['78+5=83']
Exploring Operation: 58-45=13, Resulting Numbers: [83, 13]
Generated Node #3: [83, 13] from Oper... | 4 | Current State: 70:[78, 5, 58, 45], Operations: []
Exploring Operation: 58-45=13, Resulting Numbers: [78, 5, 13]
Generated Node #0,0: 70:[78, 5, 13] Operation: 58-45=13
Exploring Operation: 78-45=33, Resulting Numbers: [5, 58, 33]
Generated Node #0,1: 70:[5, 58, 33] Operation: 78-45=33
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
8,
75,
29,
10
] | 64 | [
"8+75=83",
"29-10=19",
"83-19=64"
] | Current State: 64:[8, 75, 29, 10], Operations: []
Exploring Operation: 8+75=83, Resulting Numbers: [29, 10, 83]
Generated Node #2: [29, 10, 83] from Operation: 8+75=83
Current State: 64:[29, 10, 83], Operations: ['8+75=83']
Exploring Operation: 29-10=19, Resulting Numbers: [83, 19]
Generated Node #3: [83, 19] from Oper... | 4 | Current State: 64:[8, 75, 29, 10], Operations: []
Exploring Operation: 29-10=19, Resulting Numbers: [8, 75, 19]
Generated Node #0,0: 64:[8, 75, 19] Operation: 29-10=19
Exploring Operation: 75-10=65, Resulting Numbers: [8, 29, 65]
Generated Node #0,1: 64:[8, 29, 65] Operation: 75-10=65
Exploring Operation: 10-8=2, Resul... | 0.947049 | hs_5 | mult_heuristic |
[
50,
39,
2,
18
] | 47 | [
"50-39=11",
"2*18=36",
"11+36=47"
] | Current State: 47:[50, 39, 2, 18], Operations: []
Exploring Operation: 50-39=11, Resulting Numbers: [2, 18, 11]
Generated Node #2: [2, 18, 11] from Operation: 50-39=11
Current State: 47:[2, 18, 11], Operations: ['50-39=11']
Exploring Operation: 2*18=36, Resulting Numbers: [11, 36]
Generated Node #3: [11, 36] from Opera... | 4 | Current State: 47:[50, 39, 2, 18], Operations: []
Exploring Operation: 2*18=36, Resulting Numbers: [50, 39, 36]
Generated Node #0,0: 47:[50, 39, 36] Operation: 2*18=36
Moving to Node #0,0
Current State: 47:[50, 39, 36], Operations: ['2*18=36']
Exploring Operation: 39+36=75, Resulting Numbers: [50, 75]
Generated Node #0... | 0 | hs_1 | mult_heuristic |
[
71,
91,
27,
49
] | 86 | [
"71+91=162",
"27+49=76",
"162-76=86"
] | Current State: 86:[71, 91, 27, 49], Operations: []
Exploring Operation: 71+91=162, Resulting Numbers: [27, 49, 162]
Generated Node #2: [27, 49, 162] from Operation: 71+91=162
Current State: 86:[27, 49, 162], Operations: ['71+91=162']
Exploring Operation: 27+49=76, Resulting Numbers: [162, 76]
Generated Node #3: [162, 7... | 4 | Current State: 86:[71, 91, 27, 49], Operations: []
Exploring Operation: 71+27=98, Resulting Numbers: [91, 49, 98]
Generated Node #0,0: 86:[91, 49, 98] Operation: 71+27=98
Exploring Operation: 71-27=44, Resulting Numbers: [91, 49, 44]
Generated Node #0,1: 86:[91, 49, 44] Operation: 71-27=44
Moving to Node #0,1
Current S... | 0.991319 | hs_2 | mult_heuristic |
[
33,
19,
17,
18
] | 24 | [
"19-17=2",
"18/2=9",
"33-9=24"
] | Current State: 24:[33, 19, 17, 18], Operations: []
Exploring Operation: 19-17=2, Resulting Numbers: [33, 18, 2]
Generated Node #2: [33, 18, 2] from Operation: 19-17=2
Current State: 24:[33, 18, 2], Operations: ['19-17=2']
Exploring Operation: 18/2=9, Resulting Numbers: [33, 9]
Generated Node #3: [33, 9] from Operation:... | 4 | Current State: 24:[33, 19, 17, 18], Operations: []
Exploring Operation: 33-18=15, Resulting Numbers: [19, 17, 15]
Generated Node #0,0: 24:[19, 17, 15] Operation: 33-18=15
Exploring Operation: 33-19=14, Resulting Numbers: [17, 18, 14]
Generated Node #0,1: 24:[17, 18, 14] Operation: 33-19=14
Exploring Operation: 33-17=16... | 0 | hs_3 | sum_heuristic |
[
77,
25,
75,
2
] | 26 | [
"77-75=2",
"2/2=1",
"25+1=26"
] | Current State: 26:[77, 25, 75, 2], Operations: []
Exploring Operation: 77-75=2, Resulting Numbers: [25, 2, 2]
Generated Node #2: [25, 2, 2] from Operation: 77-75=2
Current State: 26:[25, 2, 2], Operations: ['77-75=2']
Exploring Operation: 2/2=1, Resulting Numbers: [25, 1]
Generated Node #3: [25, 1] from Operation: 2/2=... | 4 | Current State: 26:[77, 25, 75, 2], Operations: []
Exploring Operation: 77-75=2, Resulting Numbers: [25, 2, 2]
Generated Node #0,0: 26:[25, 2, 2] Operation: 77-75=2
Exploring Operation: 75/25=3, Resulting Numbers: [77, 2, 3]
Generated Node #0,1: 26:[77, 2, 3] Operation: 75/25=3
Exploring Operation: 77-25=52, Resulting N... | 0.983507 | hs_3 | mult_heuristic |
[
90,
30,
22,
86
] | 12 | [
"90+30=120",
"22+86=108",
"120-108=12"
] | Current State: 12:[90, 30, 22, 86], Operations: []
Exploring Operation: 90+30=120, Resulting Numbers: [22, 86, 120]
Generated Node #2: [22, 86, 120] from Operation: 90+30=120
Current State: 12:[22, 86, 120], Operations: ['90+30=120']
Exploring Operation: 22+86=108, Resulting Numbers: [120, 108]
Generated Node #3: [120,... | 4 | Current State: 12:[90, 30, 22, 86], Operations: []
Exploring Operation: 90-86=4, Resulting Numbers: [30, 22, 4]
Generated Node #0,0: 12:[30, 22, 4] Operation: 90-86=4
Exploring Operation: 90/30=3, Resulting Numbers: [22, 86, 3]
Generated Node #0,1: 12:[22, 86, 3] Operation: 90/30=3
Moving to Node #0,0
Current State: 12... | 0.990451 | hs_2 | mult_heuristic |
[
28,
98,
13,
33
] | 90 | [
"98-28=70",
"33-13=20",
"70+20=90"
] | Current State: 90:[28, 98, 13, 33], Operations: []
Exploring Operation: 98-28=70, Resulting Numbers: [13, 33, 70]
Generated Node #2: [13, 33, 70] from Operation: 98-28=70
Current State: 90:[13, 33, 70], Operations: ['98-28=70']
Exploring Operation: 33-13=20, Resulting Numbers: [70, 20]
Generated Node #3: [70, 20] from ... | 4 | Current State: 90:[28, 98, 13, 33], Operations: []
Exploring Operation: 28-13=15, Resulting Numbers: [98, 33, 15]
Generated Node #0,0: 90:[98, 33, 15] Operation: 28-13=15
Exploring Operation: 33-28=5, Resulting Numbers: [98, 13, 5]
Generated Node #0,1: 90:[98, 13, 5] Operation: 33-28=5
Exploring Operation: 13+33=46, Re... | 0.986111 | hs_4 | sum_heuristic |
[
1,
34,
76,
67
] | 78 | [
"1+67=68",
"68/34=2",
"76+2=78"
] | Current State: 78:[1, 34, 76, 67], Operations: []
Exploring Operation: 1+67=68, Resulting Numbers: [34, 76, 68]
Generated Node #2: [34, 76, 68] from Operation: 1+67=68
Current State: 78:[34, 76, 68], Operations: ['1+67=68']
Exploring Operation: 68/34=2, Resulting Numbers: [76, 2]
Generated Node #3: [76, 2] from Operati... | 4 | Current State: 78:[1, 34, 76, 67], Operations: []
Exploring Operation: 67-34=33, Resulting Numbers: [1, 76, 33]
Generated Node #0,0: 78:[1, 76, 33] Operation: 67-34=33
Moving to Node #0,0
Current State: 78:[1, 76, 33], Operations: ['67-34=33']
Exploring Operation: 76-33=43, Resulting Numbers: [1, 43]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
7,
60,
28,
11
] | 84 | [
"7+60=67",
"28-11=17",
"67+17=84"
] | Current State: 84:[7, 60, 28, 11], Operations: []
Exploring Operation: 7+60=67, Resulting Numbers: [28, 11, 67]
Generated Node #2: [28, 11, 67] from Operation: 7+60=67
Current State: 84:[28, 11, 67], Operations: ['7+60=67']
Exploring Operation: 28-11=17, Resulting Numbers: [67, 17]
Generated Node #3: [67, 17] from Oper... | 4 | Current State: 84:[7, 60, 28, 11], Operations: []
Exploring Operation: 60+28=88, Resulting Numbers: [7, 11, 88]
Generated Node #0,0: 84:[7, 11, 88] Operation: 60+28=88
Exploring Operation: 60-28=32, Resulting Numbers: [7, 11, 32]
Generated Node #0,1: 84:[7, 11, 32] Operation: 60-28=32
Exploring Operation: 60-7=53, Resu... | 0.983507 | hs_4 | sum_heuristic |
[
6,
90,
61,
56
] | 20 | [
"90/6=15",
"61-56=5",
"15+5=20"
] | Current State: 20:[6, 90, 61, 56], Operations: []
Exploring Operation: 90/6=15, Resulting Numbers: [61, 56, 15]
Generated Node #2: [61, 56, 15] from Operation: 90/6=15
Current State: 20:[61, 56, 15], Operations: ['90/6=15']
Exploring Operation: 61-56=5, Resulting Numbers: [15, 5]
Generated Node #3: [15, 5] from Operati... | 4 | Current State: 20:[6, 90, 61, 56], Operations: []
Exploring Operation: 61-56=5, Resulting Numbers: [6, 90, 5]
Generated Node #0,0: 20:[6, 90, 5] Operation: 61-56=5
Exploring Operation: 90-61=29, Resulting Numbers: [6, 56, 29]
Generated Node #0,1: 20:[6, 56, 29] Operation: 90-61=29
Exploring Operation: 90-56=34, Resulti... | 0.967882 | hs_4 | sum_heuristic |
[
42,
31,
46,
31
] | 93 | [
"46-42=4",
"31*4=124",
"124-31=93"
] | Current State: 93:[42, 31, 46, 31], Operations: []
Exploring Operation: 46-42=4, Resulting Numbers: [31, 31, 4]
Generated Node #2: [31, 31, 4] from Operation: 46-42=4
Current State: 93:[31, 31, 4], Operations: ['46-42=4']
Exploring Operation: 31*4=124, Resulting Numbers: [124]
124,93 equal: Goal Reached
Exploring Opera... | 4 | Current State: 93:[42, 31, 46, 31], Operations: []
Exploring Operation: 42+46=88, Resulting Numbers: [31, 31, 88]
Generated Node #0,0: 93:[31, 31, 88] Operation: 42+46=88
Exploring Operation: 42-31=11, Resulting Numbers: [46, 31, 11]
Generated Node #0,1: 93:[46, 31, 11] Operation: 42-31=11
Exploring Operation: 42-31=11... | 0 | hs_4 | sum_heuristic |
[
59,
84,
66,
78
] | 36 | [
"59+84=143",
"66*78=5148",
"5148/143=36"
] | Current State: 36:[59, 84, 66, 78], Operations: []
Exploring Operation: 59+84=143, Resulting Numbers: [66, 78, 143]
Generated Node #2: [66, 78, 143] from Operation: 59+84=143
Current State: 36:[66, 78, 143], Operations: ['59+84=143']
Exploring Operation: 66*78=5148, Resulting Numbers: [143, 5148]
Generated Node #3: [14... | 4 | Current State: 36:[59, 84, 66, 78], Operations: []
Exploring Operation: 84-78=6, Resulting Numbers: [59, 66, 6]
Generated Node #0,0: 36:[59, 66, 6] Operation: 84-78=6
Exploring Operation: 84-66=18, Resulting Numbers: [59, 78, 18]
Generated Node #0,1: 36:[59, 78, 18] Operation: 84-66=18
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
23,
77,
67,
65
] | 50 | [
"23+77=100",
"67-65=2",
"100/2=50"
] | Current State: 50:[23, 77, 67, 65], Operations: []
Exploring Operation: 23+77=100, Resulting Numbers: [67, 65, 100]
Generated Node #2: [67, 65, 100] from Operation: 23+77=100
Current State: 50:[67, 65, 100], Operations: ['23+77=100']
Exploring Operation: 67-65=2, Resulting Numbers: [100, 2]
Generated Node #3: [100, 2] ... | 4 | Current State: 50:[23, 77, 67, 65], Operations: []
Exploring Operation: 77-67=10, Resulting Numbers: [23, 65, 10]
Generated Node #0,0: 50:[23, 65, 10] Operation: 77-67=10
Exploring Operation: 77-65=12, Resulting Numbers: [23, 67, 12]
Generated Node #0,1: 50:[23, 67, 12] Operation: 77-65=12
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
27,
64,
98,
74
] | 96 | [
"64-27=37",
"74/37=2",
"98-2=96"
] | Current State: 96:[27, 64, 98, 74], Operations: []
Exploring Operation: 64-27=37, Resulting Numbers: [98, 74, 37]
Generated Node #2: [98, 74, 37] from Operation: 64-27=37
Current State: 96:[98, 74, 37], Operations: ['64-27=37']
Exploring Operation: 74/37=2, Resulting Numbers: [98, 2]
Generated Node #3: [98, 2] from Ope... | 4 | Current State: 96:[27, 64, 98, 74], Operations: []
Exploring Operation: 74-27=47, Resulting Numbers: [64, 98, 47]
Generated Node #0,0: 96:[64, 98, 47] Operation: 74-27=47
Exploring Operation: 98-74=24, Resulting Numbers: [27, 64, 24]
Generated Node #0,1: 96:[27, 64, 24] Operation: 98-74=24
Exploring Operation: 74-64=10... | 0 | hs_3 | mult_heuristic |
[
47,
64,
17,
55
] | 56 | [
"64-47=17",
"17/17=1",
"55+1=56"
] | Current State: 56:[47, 64, 17, 55], Operations: []
Exploring Operation: 64-47=17, Resulting Numbers: [17, 55, 17]
Generated Node #2: [17, 55, 17] from Operation: 64-47=17
Current State: 56:[17, 55, 17], Operations: ['64-47=17']
Exploring Operation: 17/17=1, Resulting Numbers: [55, 1]
Generated Node #3: [55, 1] from Ope... | 4 | Current State: 56:[47, 64, 17, 55], Operations: []
Exploring Operation: 47-17=30, Resulting Numbers: [64, 55, 30]
Generated Node #0,0: 56:[64, 55, 30] Operation: 47-17=30
Exploring Operation: 64-47=17, Resulting Numbers: [17, 55, 17]
Generated Node #0,1: 56:[17, 55, 17] Operation: 64-47=17
Exploring Operation: 64-55=9,... | 0.967882 | hs_5 | mult_heuristic |
[
36,
18,
48,
23
] | 23 | [
"36/18=2",
"48-23=25",
"25-2=23"
] | Current State: 23:[36, 18, 48, 23], Operations: []
Exploring Operation: 36/18=2, Resulting Numbers: [48, 23, 2]
Generated Node #2: [48, 23, 2] from Operation: 36/18=2
Current State: 23:[48, 23, 2], Operations: ['36/18=2']
Exploring Operation: 48-23=25, Resulting Numbers: [2, 25]
Generated Node #3: [2, 25] from Operatio... | 4 | Current State: 23:[36, 18, 48, 23], Operations: []
Exploring Operation: 48-36=12, Resulting Numbers: [18, 23, 12]
Generated Node #0,0: 23:[18, 23, 12] Operation: 48-36=12
Exploring Operation: 36-18=18, Resulting Numbers: [48, 23, 18]
Generated Node #0,1: 23:[48, 23, 18] Operation: 36-18=18
Exploring Operation: 48-23=25... | 0.967882 | hs_4 | sum_heuristic |
[
93,
46,
94,
17
] | 19 | [
"93-46=47",
"94/47=2",
"17+2=19"
] | Current State: 19:[93, 46, 94, 17], Operations: []
Exploring Operation: 93-46=47, Resulting Numbers: [94, 17, 47]
Generated Node #2: [94, 17, 47] from Operation: 93-46=47
Current State: 19:[94, 17, 47], Operations: ['93-46=47']
Exploring Operation: 94/47=2, Resulting Numbers: [17, 2]
Generated Node #3: [17, 2] from Ope... | 4 | Current State: 19:[93, 46, 94, 17], Operations: []
Exploring Operation: 94-93=1, Resulting Numbers: [46, 17, 1]
Generated Node #0,0: 19:[46, 17, 1] Operation: 94-93=1
Moving to Node #0,0
Current State: 19:[46, 17, 1], Operations: ['94-93=1']
Exploring Operation: 46-17=29, Resulting Numbers: [1, 29]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
74,
36,
54,
65
] | 99 | [
"74+36=110",
"65-54=11",
"110-11=99"
] | Current State: 99:[74, 36, 54, 65], Operations: []
Exploring Operation: 74+36=110, Resulting Numbers: [54, 65, 110]
Generated Node #2: [54, 65, 110] from Operation: 74+36=110
Current State: 99:[54, 65, 110], Operations: ['74+36=110']
Exploring Operation: 65-54=11, Resulting Numbers: [110, 11]
Generated Node #3: [110, 1... | 4 | Current State: 99:[74, 36, 54, 65], Operations: []
Exploring Operation: 74-54=20, Resulting Numbers: [36, 65, 20]
Generated Node #0,0: 99:[36, 65, 20] Operation: 74-54=20
Exploring Operation: 65-54=11, Resulting Numbers: [74, 36, 11]
Generated Node #0,1: 99:[74, 36, 11] Operation: 65-54=11
Exploring Operation: 74-65=9,... | 0.975694 | hs_3 | mult_heuristic |
[
75,
56,
63,
4
] | 64 | [
"75+56=131",
"63+4=67",
"131-67=64"
] | Current State: 64:[75, 56, 63, 4], Operations: []
Exploring Operation: 75+56=131, Resulting Numbers: [63, 4, 131]
Generated Node #2: [63, 4, 131] from Operation: 75+56=131
Current State: 64:[63, 4, 131], Operations: ['75+56=131']
Exploring Operation: 63+4=67, Resulting Numbers: [131, 67]
Generated Node #3: [131, 67] fr... | 4 | Current State: 64:[75, 56, 63, 4], Operations: []
Exploring Operation: 56/4=14, Resulting Numbers: [75, 63, 14]
Generated Node #0,0: 64:[75, 63, 14] Operation: 56/4=14
Exploring Operation: 75-56=19, Resulting Numbers: [63, 4, 19]
Generated Node #0,1: 64:[63, 4, 19] Operation: 75-56=19
Exploring Operation: 63-56=7, Resu... | 0.974826 | hs_4 | mult_heuristic |
[
89,
41,
22,
77
] | 31 | [
"89+41=130",
"22+77=99",
"130-99=31"
] | Current State: 31:[89, 41, 22, 77], Operations: []
Exploring Operation: 89+41=130, Resulting Numbers: [22, 77, 130]
Generated Node #2: [22, 77, 130] from Operation: 89+41=130
Current State: 31:[22, 77, 130], Operations: ['89+41=130']
Exploring Operation: 22+77=99, Resulting Numbers: [130, 99]
Generated Node #3: [130, 9... | 4 | Current State: 31:[89, 41, 22, 77], Operations: []
Exploring Operation: 89-22=67, Resulting Numbers: [41, 77, 67]
Generated Node #0,0: 31:[41, 77, 67] Operation: 89-22=67
Exploring Operation: 77-41=36, Resulting Numbers: [89, 22, 36]
Generated Node #0,1: 31:[89, 22, 36] Operation: 77-41=36
Exploring Operation: 89-41=48... | 0.971354 | hs_4 | sum_heuristic |
[
56,
8,
88,
43
] | 19 | [
"56+8=64",
"88-43=45",
"64-45=19"
] | Current State: 19:[56, 8, 88, 43], Operations: []
Exploring Operation: 56+8=64, Resulting Numbers: [88, 43, 64]
Generated Node #2: [88, 43, 64] from Operation: 56+8=64
Current State: 19:[88, 43, 64], Operations: ['56+8=64']
Exploring Operation: 88-43=45, Resulting Numbers: [64, 45]
Generated Node #3: [64, 45] from Oper... | 4 | Current State: 19:[56, 8, 88, 43], Operations: []
Exploring Operation: 88-56=32, Resulting Numbers: [8, 43, 32]
Generated Node #0,0: 19:[8, 43, 32] Operation: 88-56=32
Exploring Operation: 88/8=11, Resulting Numbers: [56, 43, 11]
Generated Node #0,1: 19:[56, 43, 11] Operation: 88/8=11
Exploring Operation: 88-43=45, Res... | 0.986979 | hs_4 | mult_heuristic |
[
66,
70,
65,
48
] | 62 | [
"70-48=22",
"66/22=3",
"65-3=62"
] | Current State: 62:[66, 70, 65, 48], Operations: []
Exploring Operation: 70-48=22, Resulting Numbers: [66, 65, 22]
Generated Node #2: [66, 65, 22] from Operation: 70-48=22
Current State: 62:[66, 65, 22], Operations: ['70-48=22']
Exploring Operation: 66/22=3, Resulting Numbers: [65, 3]
Generated Node #3: [65, 3] from Ope... | 4 | Current State: 62:[66, 70, 65, 48], Operations: []
Exploring Operation: 70-66=4, Resulting Numbers: [65, 48, 4]
Generated Node #0,0: 62:[65, 48, 4] Operation: 70-66=4
Exploring Operation: 70-48=22, Resulting Numbers: [66, 65, 22]
Generated Node #0,1: 62:[66, 65, 22] Operation: 70-48=22
Start Sub Search at level 1: Movi... | 0.991319 | hs_2 | mult_heuristic |
[
36,
55,
76,
32
] | 74 | [
"36-32=4",
"76/4=19",
"55+19=74"
] | Current State: 74:[36, 55, 76, 32], Operations: []
Exploring Operation: 36-32=4, Resulting Numbers: [55, 76, 4]
Generated Node #2: [55, 76, 4] from Operation: 36-32=4
Current State: 74:[55, 76, 4], Operations: ['36-32=4']
Exploring Operation: 76/4=19, Resulting Numbers: [55, 19]
Generated Node #3: [55, 19] from Operati... | 4 | Current State: 74:[36, 55, 76, 32], Operations: []
Exploring Operation: 55-32=23, Resulting Numbers: [36, 76, 23]
Generated Node #0,0: 74:[36, 76, 23] Operation: 55-32=23
Exploring Operation: 36+55=91, Resulting Numbers: [76, 32, 91]
Generated Node #0,1: 74:[76, 32, 91] Operation: 36+55=91
Exploring Operation: 55+32=87... | 0 | hs_5 | sum_heuristic |
[
32,
54,
6,
28
] | 44 | [
"54-32=22",
"28-6=22",
"22+22=44"
] | Current State: 44:[32, 54, 6, 28], Operations: []
Exploring Operation: 54-32=22, Resulting Numbers: [6, 28, 22]
Generated Node #2: [6, 28, 22] from Operation: 54-32=22
Current State: 44:[6, 28, 22], Operations: ['54-32=22']
Exploring Operation: 28-6=22, Resulting Numbers: [22, 22]
Generated Node #3: [22, 22] from Opera... | 4 | Current State: 44:[32, 54, 6, 28], Operations: []
Exploring Operation: 54-28=26, Resulting Numbers: [32, 6, 26]
Generated Node #0,0: 44:[32, 6, 26] Operation: 54-28=26
Exploring Operation: 54/6=9, Resulting Numbers: [32, 28, 9]
Generated Node #0,1: 44:[32, 28, 9] Operation: 54/6=9
Exploring Operation: 32-28=4, Resultin... | 0.981771 | hs_4 | mult_heuristic |
[
8,
53,
38,
7
] | 49 | [
"53-8=45",
"45-38=7",
"7*7=49"
] | Current State: 49:[8, 53, 38, 7], Operations: []
Exploring Operation: 53-8=45, Resulting Numbers: [38, 7, 45]
Generated Node #2: [38, 7, 45] from Operation: 53-8=45
Current State: 49:[38, 7, 45], Operations: ['53-8=45']
Exploring Operation: 45-38=7, Resulting Numbers: [7, 7]
Generated Node #3: [7, 7] from Operation: 45... | 4 | Current State: 49:[8, 53, 38, 7], Operations: []
Exploring Operation: 53-38=15, Resulting Numbers: [8, 7, 15]
Generated Node #0,0: 49:[8, 7, 15] Operation: 53-38=15
Exploring Operation: 8+38=46, Resulting Numbers: [53, 7, 46]
Generated Node #0,1: 49:[53, 7, 46] Operation: 8+38=46
Moving to Node #0,1
Current State: 49:[... | 0.989583 | hs_2 | mult_heuristic |
[
83,
80,
51,
74
] | 91 | [
"83-80=3",
"51/3=17",
"74+17=91"
] | Current State: 91:[83, 80, 51, 74], Operations: []
Exploring Operation: 83-80=3, Resulting Numbers: [51, 74, 3]
Generated Node #2: [51, 74, 3] from Operation: 83-80=3
Current State: 91:[51, 74, 3], Operations: ['83-80=3']
Exploring Operation: 51/3=17, Resulting Numbers: [74, 17]
Generated Node #3: [74, 17] from Operati... | 4 | Current State: 91:[83, 80, 51, 74], Operations: []
Exploring Operation: 83-74=9, Resulting Numbers: [80, 51, 9]
Generated Node #0,0: 91:[80, 51, 9] Operation: 83-74=9
Exploring Operation: 74-51=23, Resulting Numbers: [83, 80, 23]
Generated Node #0,1: 91:[83, 80, 23] Operation: 74-51=23
Exploring Operation: 83-51=32, Re... | 0 | hs_5 | mult_heuristic |
[
72,
35,
15,
17
] | 35 | [
"72-35=37",
"17-15=2",
"37-2=35"
] | Current State: 35:[72, 35, 15, 17], Operations: []
Exploring Operation: 72-35=37, Resulting Numbers: [15, 17, 37]
Generated Node #2: [15, 17, 37] from Operation: 72-35=37
Current State: 35:[15, 17, 37], Operations: ['72-35=37']
Exploring Operation: 17-15=2, Resulting Numbers: [37, 2]
Generated Node #3: [37, 2] from Ope... | 4 | Current State: 35:[72, 35, 15, 17], Operations: []
Exploring Operation: 72-17=55, Resulting Numbers: [35, 15, 55]
Generated Node #0,0: 35:[35, 15, 55] Operation: 72-17=55
Exploring Operation: 72-15=57, Resulting Numbers: [35, 17, 57]
Generated Node #0,1: 35:[35, 17, 57] Operation: 72-15=57
Exploring Operation: 72-35=37... | 0.988715 | hs_4 | sum_heuristic |
[
39,
14,
13,
84
] | 59 | [
"39+84=123",
"14*13=182",
"182-123=59"
] | Current State: 59:[39, 14, 13, 84], Operations: []
Exploring Operation: 39+84=123, Resulting Numbers: [14, 13, 123]
Generated Node #2: [14, 13, 123] from Operation: 39+84=123
Current State: 59:[14, 13, 123], Operations: ['39+84=123']
Exploring Operation: 14*13=182, Resulting Numbers: [123, 182]
Generated Node #3: [123,... | 4 | Current State: 59:[39, 14, 13, 84], Operations: []
Exploring Operation: 39+13=52, Resulting Numbers: [14, 84, 52]
Generated Node #0,0: 59:[14, 84, 52] Operation: 39+13=52
Exploring Operation: 84-14=70, Resulting Numbers: [39, 13, 70]
Generated Node #0,1: 59:[39, 13, 70] Operation: 84-14=70
Exploring Operation: 84-13=71... | 0 | hs_5 | sum_heuristic |
[
40,
34,
73,
51
] | 52 | [
"40+34=74",
"73-51=22",
"74-22=52"
] | Current State: 52:[40, 34, 73, 51], Operations: []
Exploring Operation: 40+34=74, Resulting Numbers: [73, 51, 74]
Generated Node #2: [73, 51, 74] from Operation: 40+34=74
Current State: 52:[73, 51, 74], Operations: ['40+34=74']
Exploring Operation: 73-51=22, Resulting Numbers: [74, 22]
Generated Node #3: [74, 22] from ... | 4 | Current State: 52:[40, 34, 73, 51], Operations: []
Exploring Operation: 73-51=22, Resulting Numbers: [40, 34, 22]
Generated Node #0,0: 52:[40, 34, 22] Operation: 73-51=22
Exploring Operation: 73-40=33, Resulting Numbers: [34, 51, 33]
Generated Node #0,1: 52:[34, 51, 33] Operation: 73-40=33
Exploring Operation: 40-34=6,... | 0.988715 | hs_3 | mult_heuristic |
[
14,
89,
11,
6
] | 98 | [
"14+89=103",
"11-6=5",
"103-5=98"
] | Current State: 98:[14, 89, 11, 6], Operations: []
Exploring Operation: 14+89=103, Resulting Numbers: [11, 6, 103]
Generated Node #2: [11, 6, 103] from Operation: 14+89=103
Current State: 98:[11, 6, 103], Operations: ['14+89=103']
Exploring Operation: 11-6=5, Resulting Numbers: [103, 5]
Generated Node #3: [103, 5] from ... | 4 | Current State: 98:[14, 89, 11, 6], Operations: []
Exploring Operation: 14-11=3, Resulting Numbers: [89, 6, 3]
Generated Node #0,0: 98:[89, 6, 3] Operation: 14-11=3
Exploring Operation: 89+6=95, Resulting Numbers: [14, 11, 95]
Generated Node #0,1: 98:[14, 11, 95] Operation: 89+6=95
Exploring Operation: 14+89=103, Result... | 0.973958 | hs_4 | mult_heuristic |
[
55,
94,
64,
18
] | 67 | [
"55+94=149",
"64+18=82",
"149-82=67"
] | Current State: 67:[55, 94, 64, 18], Operations: []
Exploring Operation: 55+94=149, Resulting Numbers: [64, 18, 149]
Generated Node #2: [64, 18, 149] from Operation: 55+94=149
Current State: 67:[64, 18, 149], Operations: ['55+94=149']
Exploring Operation: 64+18=82, Resulting Numbers: [149, 82]
Generated Node #3: [149, 8... | 4 | Current State: 67:[55, 94, 64, 18], Operations: []
Exploring Operation: 55+18=73, Resulting Numbers: [94, 64, 73]
Generated Node #0,0: 67:[94, 64, 73] Operation: 55+18=73
Exploring Operation: 94+18=112, Resulting Numbers: [55, 64, 112]
Generated Node #0,1: 67:[55, 64, 112] Operation: 94+18=112
Exploring Operation: 94-1... | 0.980035 | hs_5 | sum_heuristic |
[
51,
38,
78,
30
] | 61 | [
"51-38=13",
"78-30=48",
"13+48=61"
] | Current State: 61:[51, 38, 78, 30], Operations: []
Exploring Operation: 51-38=13, Resulting Numbers: [78, 30, 13]
Generated Node #2: [78, 30, 13] from Operation: 51-38=13
Current State: 61:[78, 30, 13], Operations: ['51-38=13']
Exploring Operation: 78-30=48, Resulting Numbers: [13, 48]
Generated Node #3: [13, 48] from ... | 4 | Current State: 61:[51, 38, 78, 30], Operations: []
Exploring Operation: 38+30=68, Resulting Numbers: [51, 78, 68]
Generated Node #0,0: 61:[51, 78, 68] Operation: 38+30=68
Exploring Operation: 78-30=48, Resulting Numbers: [51, 38, 48]
Generated Node #0,1: 61:[51, 38, 48] Operation: 78-30=48
Exploring Operation: 51+30=81... | 0.987847 | hs_3 | mult_heuristic |
[
11,
99,
36,
57
] | 89 | [
"11+99=110",
"57-36=21",
"110-21=89"
] | Current State: 89:[11, 99, 36, 57], Operations: []
Exploring Operation: 11+99=110, Resulting Numbers: [36, 57, 110]
Generated Node #2: [36, 57, 110] from Operation: 11+99=110
Current State: 89:[36, 57, 110], Operations: ['11+99=110']
Exploring Operation: 57-36=21, Resulting Numbers: [110, 21]
Generated Node #3: [110, 2... | 4 | Current State: 89:[11, 99, 36, 57], Operations: []
Exploring Operation: 11+57=68, Resulting Numbers: [99, 36, 68]
Generated Node #0,0: 89:[99, 36, 68] Operation: 11+57=68
Exploring Operation: 11+36=47, Resulting Numbers: [99, 57, 47]
Generated Node #0,1: 89:[99, 57, 47] Operation: 11+36=47
Exploring Operation: 99-11=88... | 0.97309 | hs_3 | mult_heuristic |
[
31,
35,
35,
17
] | 22 | [
"35-31=4",
"35-17=18",
"4+18=22"
] | Current State: 22:[31, 35, 35, 17], Operations: []
Exploring Operation: 35-31=4, Resulting Numbers: [17, 4]
Generated Node #2: [17, 4] from Operation: 35-31=4
Current State: 22:[17, 4], Operations: ['35-31=4']
Exploring Operation: 35-17=18, Resulting Numbers: [4, 18]
Generated Node #3: [4, 18] from Operation: 35-17=18
... | 4 | Current State: 22:[31, 35, 35, 17], Operations: []
Exploring Operation: 35-35=0, Resulting Numbers: [31, 17, 0]
Generated Node #0,0: 22:[31, 17, 0] Operation: 35-35=0
Exploring Operation: 35-31=4, Resulting Numbers: [35, 17, 4]
Generated Node #0,1: 22:[35, 17, 4] Operation: 35-31=4
Exploring Operation: 35-31=4, Resulti... | 0.951389 | hs_5 | mult_heuristic |
[
2,
79,
29,
79
] | 57 | [
"2*29=58",
"79/79=1",
"58-1=57"
] | Current State: 57:[2, 79, 29, 79], Operations: []
Exploring Operation: 2*29=58, Resulting Numbers: [79, 79, 58]
Generated Node #2: [79, 79, 58] from Operation: 2*29=58
Current State: 57:[79, 79, 58], Operations: ['2*29=58']
Exploring Operation: 79/79=1, Resulting Numbers: [58, 1]
Generated Node #3: [58, 1] from Operati... | 4 | Current State: 57:[2, 79, 29, 79], Operations: []
Exploring Operation: 79-29=50, Resulting Numbers: [2, 79, 50]
Generated Node #0,0: 57:[2, 79, 50] Operation: 79-29=50
Exploring Operation: 79-79=0, Resulting Numbers: [2, 29, 0]
Generated Node #0,1: 57:[2, 29, 0] Operation: 79-79=0
Exploring Operation: 79-29=50, Resulti... | 0.986979 | hs_4 | mult_heuristic |
[
86,
65,
39,
3
] | 54 | [
"86-65=21",
"39-21=18",
"3*18=54"
] | Current State: 54:[86, 65, 39, 3], Operations: []
Exploring Operation: 86-65=21, Resulting Numbers: [39, 3, 21]
Generated Node #2: [39, 3, 21] from Operation: 86-65=21
Current State: 54:[39, 3, 21], Operations: ['86-65=21']
Exploring Operation: 39-21=18, Resulting Numbers: [3, 18]
Generated Node #3: [3, 18] from Operat... | 4 | Current State: 54:[86, 65, 39, 3], Operations: []
Exploring Operation: 86-65=21, Resulting Numbers: [39, 3, 21]
Generated Node #0,0: 54:[39, 3, 21] Operation: 86-65=21
Exploring Operation: 86-39=47, Resulting Numbers: [65, 3, 47]
Generated Node #0,1: 54:[65, 3, 47] Operation: 86-39=47
Moving to Node #0,0
Current State:... | 0.991319 | hs_2 | mult_heuristic |
[
69,
76,
42,
75
] | 40 | [
"76-69=7",
"75-42=33",
"7+33=40"
] | Current State: 40:[69, 76, 42, 75], Operations: []
Exploring Operation: 76-69=7, Resulting Numbers: [42, 75, 7]
Generated Node #2: [42, 75, 7] from Operation: 76-69=7
Current State: 40:[42, 75, 7], Operations: ['76-69=7']
Exploring Operation: 75-42=33, Resulting Numbers: [7, 33]
Generated Node #3: [7, 33] from Operatio... | 4 | Current State: 40:[69, 76, 42, 75], Operations: []
Exploring Operation: 76-75=1, Resulting Numbers: [69, 42, 1]
Generated Node #0,0: 40:[69, 42, 1] Operation: 76-75=1
Moving to Node #0,0
Current State: 40:[69, 42, 1], Operations: ['76-75=1']
Exploring Operation: 69-42=27, Resulting Numbers: [1, 27]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
15,
57,
63,
2
] | 45 | [
"57+63=120",
"120/2=60",
"60-15=45"
] | Current State: 45:[15, 57, 63, 2], Operations: []
Exploring Operation: 57+63=120, Resulting Numbers: [15, 2, 120]
Generated Node #2: [15, 2, 120] from Operation: 57+63=120
Current State: 45:[15, 2, 120], Operations: ['57+63=120']
Exploring Operation: 120/2=60, Resulting Numbers: [15, 60]
Generated Node #3: [15, 60] fro... | 4 | Current State: 45:[15, 57, 63, 2], Operations: []
Exploring Operation: 63-2=61, Resulting Numbers: [15, 57, 61]
Generated Node #0,0: 45:[15, 57, 61] Operation: 63-2=61
Exploring Operation: 57-15=42, Resulting Numbers: [63, 2, 42]
Generated Node #0,1: 45:[63, 2, 42] Operation: 57-15=42
Exploring Operation: 57-2=55, Resu... | 0.986979 | hs_5 | sum_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.