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 |
|---|---|---|---|---|---|---|---|---|
[
80,
26,
14,
48
] | 96 | [
"80*48=3840",
"26+14=40",
"3840/40=96"
] | Current State: 96:[80, 26, 14, 48], Operations: []
Exploring Operation: 80*48=3840, Resulting Numbers: [26, 14, 3840]
Generated Node #2: [26, 14, 3840] from Operation: 80*48=3840
Current State: 96:[26, 14, 3840], Operations: ['80*48=3840']
Exploring Operation: 26+14=40, Resulting Numbers: [3840, 40]
Generated Node #3: ... | 4 | Current State: 96:[80, 26, 14, 48], Operations: []
Exploring Operation: 80-48=32, Resulting Numbers: [26, 14, 32]
Generated Node #0,0: 96:[26, 14, 32] Operation: 80-48=32
Exploring Operation: 80+14=94, Resulting Numbers: [26, 48, 94]
Generated Node #0,1: 96:[26, 48, 94] Operation: 80+14=94
Exploring Operation: 80-26=54... | 0 | hs_3 | sum_heuristic |
[
99,
17,
47,
89
] | 68 | [
"99+89=188",
"17*188=3196",
"3196/47=68"
] | Current State: 68:[99, 17, 47, 89], Operations: []
Exploring Operation: 99+89=188, Resulting Numbers: [17, 47, 188]
Generated Node #2: [17, 47, 188] from Operation: 99+89=188
Current State: 68:[17, 47, 188], Operations: ['99+89=188']
Exploring Operation: 17*188=3196, Resulting Numbers: [47, 3196]
Generated Node #3: [47... | 4 | Current State: 68:[99, 17, 47, 89], Operations: []
Exploring Operation: 99-89=10, Resulting Numbers: [17, 47, 10]
Generated Node #0,0: 68:[17, 47, 10] Operation: 99-89=10
Moving to Node #0,0
Current State: 68:[17, 47, 10], Operations: ['99-89=10']
Exploring Operation: 47-10=37, Resulting Numbers: [17, 37]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
38,
66,
44,
39
] | 28 | [
"44-38=6",
"66/6=11",
"39-11=28"
] | Current State: 28:[38, 66, 44, 39], Operations: []
Exploring Operation: 44-38=6, Resulting Numbers: [66, 39, 6]
Generated Node #2: [66, 39, 6] from Operation: 44-38=6
Current State: 28:[66, 39, 6], Operations: ['44-38=6']
Exploring Operation: 66/6=11, Resulting Numbers: [39, 11]
Generated Node #3: [39, 11] from Operati... | 4 | Current State: 28:[38, 66, 44, 39], Operations: []
Exploring Operation: 66-44=22, Resulting Numbers: [38, 39, 22]
Generated Node #0,0: 28:[38, 39, 22] Operation: 66-44=22
Exploring Operation: 66-38=28, Resulting Numbers: [44, 39, 28]
Generated Node #0,1: 28:[44, 39, 28] Operation: 66-38=28
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
2,
88,
14,
6
] | 57 | [
"88+14=102",
"102/2=51",
"6+51=57"
] | Current State: 57:[2, 88, 14, 6], Operations: []
Exploring Operation: 88+14=102, Resulting Numbers: [2, 6, 102]
Generated Node #2: [2, 6, 102] from Operation: 88+14=102
Current State: 57:[2, 6, 102], Operations: ['88+14=102']
Exploring Operation: 102/2=51, Resulting Numbers: [6, 51]
Generated Node #3: [6, 51] from Oper... | 4 | Current State: 57:[2, 88, 14, 6], Operations: []
Exploring Operation: 88/2=44, Resulting Numbers: [14, 6, 44]
Generated Node #0,0: 57:[14, 6, 44] Operation: 88/2=44
Exploring Operation: 88-14=74, Resulting Numbers: [2, 6, 74]
Generated Node #0,1: 57:[2, 6, 74] Operation: 88-14=74
Exploring Operation: 88-6=82, Resulting... | 0 | hs_3 | sum_heuristic |
[
42,
8,
21,
93
] | 51 | [
"93-21=72",
"72/8=9",
"42+9=51"
] | Current State: 51:[42, 8, 21, 93], Operations: []
Exploring Operation: 93-21=72, Resulting Numbers: [42, 8, 72]
Generated Node #2: [42, 8, 72] from Operation: 93-21=72
Current State: 51:[42, 8, 72], Operations: ['93-21=72']
Exploring Operation: 72/8=9, Resulting Numbers: [42, 9]
Generated Node #3: [42, 9] from Operatio... | 4 | Current State: 51:[42, 8, 21, 93], Operations: []
Exploring Operation: 42+8=50, Resulting Numbers: [21, 93, 50]
Generated Node #0,0: 51:[21, 93, 50] Operation: 42+8=50
Exploring Operation: 93-21=72, Resulting Numbers: [42, 8, 72]
Generated Node #0,1: 51:[42, 8, 72] Operation: 93-21=72
Exploring Operation: 93-8=85, Resu... | 0.960938 | hs_4 | mult_heuristic |
[
12,
11,
6,
2
] | 45 | [
"11*6=66",
"66/2=33",
"12+33=45"
] | Current State: 45:[12, 11, 6, 2], Operations: []
Exploring Operation: 11*6=66, Resulting Numbers: [12, 2, 66]
Generated Node #2: [12, 2, 66] from Operation: 11*6=66
Current State: 45:[12, 2, 66], Operations: ['11*6=66']
Exploring Operation: 66/2=33, Resulting Numbers: [12, 33]
Generated Node #3: [12, 33] from Operation... | 4 | Current State: 45:[12, 11, 6, 2], Operations: []
Exploring Operation: 12-6=6, Resulting Numbers: [11, 2, 6]
Generated Node #0,0: 45:[11, 2, 6] Operation: 12-6=6
Exploring Operation: 12/6=2, Resulting Numbers: [11, 2, 2]
Generated Node #0,1: 45:[11, 2, 2] Operation: 12/6=2
Exploring Operation: 12-11=1, Resulting Numbers... | 0 | hs_4 | sum_heuristic |
[
3,
45,
90,
42
] | 91 | [
"45-3=42",
"42/42=1",
"90+1=91"
] | Current State: 91:[3, 45, 90, 42], Operations: []
Exploring Operation: 45-3=42, Resulting Numbers: [90, 42, 42]
Generated Node #2: [90, 42, 42] from Operation: 45-3=42
Current State: 91:[90, 42, 42], Operations: ['45-3=42']
Exploring Operation: 42/42=1, Resulting Numbers: [90, 1]
Generated Node #3: [90, 1] from Operati... | 4 | Current State: 91:[3, 45, 90, 42], Operations: []
Exploring Operation: 45+42=87, Resulting Numbers: [3, 90, 87]
Generated Node #0,0: 91:[3, 90, 87] Operation: 45+42=87
Moving to Node #0,0
Current State: 91:[3, 90, 87], Operations: ['45+42=87']
Exploring Operation: 3+87=90, Resulting Numbers: [90, 90]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
4,
6,
1,
20
] | 82 | [
"20-1=19",
"4*19=76",
"6+76=82"
] | Current State: 82:[4, 6, 1, 20], Operations: []
Exploring Operation: 20-1=19, Resulting Numbers: [4, 6, 19]
Generated Node #2: [4, 6, 19] from Operation: 20-1=19
Current State: 82:[4, 6, 19], Operations: ['20-1=19']
Exploring Operation: 4*19=76, Resulting Numbers: [6, 76]
Generated Node #3: [6, 76] from Operation: 4*19... | 4 | Current State: 82:[4, 6, 1, 20], Operations: []
Exploring Operation: 6-4=2, Resulting Numbers: [1, 20, 2]
Generated Node #0,0: 82:[1, 20, 2] Operation: 6-4=2
Exploring Operation: 20-6=14, Resulting Numbers: [4, 1, 14]
Generated Node #0,1: 82:[4, 1, 14] Operation: 20-6=14
Exploring Operation: 4*20=80, Resulting Numbers:... | 0 | hs_5 | sum_heuristic |
[
76,
26,
67,
12
] | 82 | [
"76-67=9",
"12*9=108",
"108-26=82"
] | Current State: 82:[76, 26, 67, 12], Operations: []
Exploring Operation: 76-67=9, Resulting Numbers: [26, 12, 9]
Generated Node #2: [26, 12, 9] from Operation: 76-67=9
Current State: 82:[26, 12, 9], Operations: ['76-67=9']
Exploring Operation: 12*9=108, Resulting Numbers: [26, 108]
Generated Node #3: [26, 108] from Oper... | 4 | Current State: 82:[76, 26, 67, 12], Operations: []
Exploring Operation: 26+12=38, Resulting Numbers: [76, 67, 38]
Generated Node #0,0: 82:[76, 67, 38] Operation: 26+12=38
Exploring Operation: 67-26=41, Resulting Numbers: [76, 12, 41]
Generated Node #0,1: 82:[76, 12, 41] Operation: 67-26=41
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
73,
6,
87,
12
] | 59 | [
"73*12=876",
"876/6=146",
"146-87=59"
] | Current State: 59:[73, 6, 87, 12], Operations: []
Exploring Operation: 73*12=876, Resulting Numbers: [6, 87, 876]
Generated Node #2: [6, 87, 876] from Operation: 73*12=876
Current State: 59:[6, 87, 876], Operations: ['73*12=876']
Exploring Operation: 876/6=146, Resulting Numbers: [87, 146]
Generated Node #3: [87, 146] ... | 4 | Current State: 59:[73, 6, 87, 12], Operations: []
Exploring Operation: 6+12=18, Resulting Numbers: [73, 87, 18]
Generated Node #0,0: 59:[73, 87, 18] Operation: 6+12=18
Exploring Operation: 6*12=72, Resulting Numbers: [73, 87, 72]
Generated Node #0,1: 59:[73, 87, 72] Operation: 6*12=72
Exploring Operation: 73-6=67, Resu... | 0 | hs_5 | sum_heuristic |
[
26,
25,
65,
46
] | 19 | [
"26-25=1",
"65-46=19",
"1*19=19"
] | Current State: 19:[26, 25, 65, 46], Operations: []
Exploring Operation: 26-25=1, Resulting Numbers: [65, 46, 1]
Generated Node #2: [65, 46, 1] from Operation: 26-25=1
Current State: 19:[65, 46, 1], Operations: ['26-25=1']
Exploring Operation: 65-46=19, Resulting Numbers: [1, 19]
Generated Node #3: [1, 19] from Operatio... | 4 | Current State: 19:[26, 25, 65, 46], Operations: []
Exploring Operation: 65-46=19, Resulting Numbers: [26, 25, 19]
Generated Node #0,0: 19:[26, 25, 19] Operation: 65-46=19
Moving to Node #0,0
Current State: 19:[26, 25, 19], Operations: ['65-46=19']
Exploring Operation: 26-25=1, Resulting Numbers: [19, 1]
Generated Node ... | 0.993924 | hs_1 | sum_heuristic |
[
36,
75,
3,
26
] | 35 | [
"36-26=10",
"75/3=25",
"10+25=35"
] | Current State: 35:[36, 75, 3, 26], Operations: []
Exploring Operation: 36-26=10, Resulting Numbers: [75, 3, 10]
Generated Node #2: [75, 3, 10] from Operation: 36-26=10
Current State: 35:[75, 3, 10], Operations: ['36-26=10']
Exploring Operation: 75/3=25, Resulting Numbers: [10, 25]
Generated Node #3: [10, 25] from Opera... | 4 | Current State: 35:[36, 75, 3, 26], Operations: []
Exploring Operation: 75-36=39, Resulting Numbers: [3, 26, 39]
Generated Node #0,0: 35:[3, 26, 39] Operation: 75-36=39
Moving to Node #0,0
Current State: 35:[3, 26, 39], Operations: ['75-36=39']
Exploring Operation: 39-26=13, Resulting Numbers: [3, 13]
Generated Node #0,... | 0 | hs_1 | mult_heuristic |
[
95,
68,
87,
85
] | 80 | [
"87-68=19",
"95/19=5",
"85-5=80"
] | Current State: 80:[95, 68, 87, 85], Operations: []
Exploring Operation: 87-68=19, Resulting Numbers: [95, 85, 19]
Generated Node #2: [95, 85, 19] from Operation: 87-68=19
Current State: 80:[95, 85, 19], Operations: ['87-68=19']
Exploring Operation: 95/19=5, Resulting Numbers: [85, 5]
Generated Node #3: [85, 5] from Ope... | 4 | Current State: 80:[95, 68, 87, 85], Operations: []
Exploring Operation: 95-87=8, Resulting Numbers: [68, 85, 8]
Generated Node #0,0: 80:[68, 85, 8] Operation: 95-87=8
Exploring Operation: 95-68=27, Resulting Numbers: [87, 85, 27]
Generated Node #0,1: 80:[87, 85, 27] Operation: 95-68=27
Moving to Node #0,0
Current State... | 0 | hs_2 | sum_heuristic |
[
2,
62,
97,
45
] | 78 | [
"2+62=64",
"97+45=142",
"142-64=78"
] | Current State: 78:[2, 62, 97, 45], Operations: []
Exploring Operation: 2+62=64, Resulting Numbers: [97, 45, 64]
Generated Node #2: [97, 45, 64] from Operation: 2+62=64
Current State: 78:[97, 45, 64], Operations: ['2+62=64']
Exploring Operation: 97+45=142, Resulting Numbers: [64, 142]
Generated Node #3: [64, 142] from O... | 4 | Current State: 78:[2, 62, 97, 45], Operations: []
Exploring Operation: 62-45=17, Resulting Numbers: [2, 97, 17]
Generated Node #0,0: 78:[2, 97, 17] Operation: 62-45=17
Exploring Operation: 97-62=35, Resulting Numbers: [2, 45, 35]
Generated Node #0,1: 78:[2, 45, 35] Operation: 97-62=35
Start Sub Search at level 1: Movin... | 0.991319 | hs_2 | sum_heuristic |
[
56,
72,
54,
8
] | 78 | [
"72-56=16",
"54+8=62",
"16+62=78"
] | Current State: 78:[56, 72, 54, 8], Operations: []
Exploring Operation: 72-56=16, Resulting Numbers: [54, 8, 16]
Generated Node #2: [54, 8, 16] from Operation: 72-56=16
Current State: 78:[54, 8, 16], Operations: ['72-56=16']
Exploring Operation: 54+8=62, Resulting Numbers: [16, 62]
Generated Node #3: [16, 62] from Opera... | 4 | Current State: 78:[56, 72, 54, 8], Operations: []
Exploring Operation: 72-54=18, Resulting Numbers: [56, 8, 18]
Generated Node #0,0: 78:[56, 8, 18] Operation: 72-54=18
Exploring Operation: 56/8=7, Resulting Numbers: [72, 54, 7]
Generated Node #0,1: 78:[72, 54, 7] Operation: 56/8=7
Exploring Operation: 56-8=48, Resultin... | 0.986111 | hs_5 | mult_heuristic |
[
75,
96,
10,
72
] | 89 | [
"75+96=171",
"10+72=82",
"171-82=89"
] | Current State: 89:[75, 96, 10, 72], Operations: []
Exploring Operation: 75+96=171, Resulting Numbers: [10, 72, 171]
Generated Node #2: [10, 72, 171] from Operation: 75+96=171
Current State: 89:[10, 72, 171], Operations: ['75+96=171']
Exploring Operation: 10+72=82, Resulting Numbers: [171, 82]
Generated Node #3: [171, 8... | 4 | Current State: 89:[75, 96, 10, 72], Operations: []
Exploring Operation: 75+10=85, Resulting Numbers: [96, 72, 85]
Generated Node #0,0: 89:[96, 72, 85] Operation: 75+10=85
Start Sub Search at level 1: Moving to Node #0,0
Current State: 89:[96, 72, 85], Operations: ['75+10=85']
Exploring Operation: 96-72=24, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
12,
2,
53,
54
] | 11 | [
"12-2=10",
"54-53=1",
"10+1=11"
] | Current State: 11:[12, 2, 53, 54], Operations: []
Exploring Operation: 12-2=10, Resulting Numbers: [53, 54, 10]
Generated Node #2: [53, 54, 10] from Operation: 12-2=10
Current State: 11:[53, 54, 10], Operations: ['12-2=10']
Exploring Operation: 54-53=1, Resulting Numbers: [10, 1]
Generated Node #3: [10, 1] from Operati... | 4 | Current State: 11:[12, 2, 53, 54], Operations: []
Exploring Operation: 54-53=1, Resulting Numbers: [12, 2, 1]
Generated Node #0,0: 11:[12, 2, 1] Operation: 54-53=1
Exploring Operation: 54/2=27, Resulting Numbers: [12, 53, 27]
Generated Node #0,1: 11:[12, 53, 27] Operation: 54/2=27
Start Sub Search at level 1: Moving to... | 0 | hs_2 | sum_heuristic |
[
75,
39,
85,
6
] | 99 | [
"85-75=10",
"6*10=60",
"39+60=99"
] | Current State: 99:[75, 39, 85, 6], Operations: []
Exploring Operation: 85-75=10, Resulting Numbers: [39, 6, 10]
Generated Node #2: [39, 6, 10] from Operation: 85-75=10
Current State: 99:[39, 6, 10], Operations: ['85-75=10']
Exploring Operation: 6*10=60, Resulting Numbers: [39, 60]
Generated Node #3: [39, 60] from Opera... | 4 | Current State: 99:[75, 39, 85, 6], Operations: []
Exploring Operation: 85-75=10, Resulting Numbers: [39, 6, 10]
Generated Node #0,0: 99:[39, 6, 10] Operation: 85-75=10
Exploring Operation: 75-39=36, Resulting Numbers: [85, 6, 36]
Generated Node #0,1: 99:[85, 6, 36] Operation: 75-39=36
Moving to Node #0,0
Current State:... | 0 | hs_2 | sum_heuristic |
[
5,
65,
65,
26
] | 99 | [
"65-5=60",
"65-26=39",
"60+39=99"
] | Current State: 99:[5, 65, 65, 26], Operations: []
Exploring Operation: 65-5=60, Resulting Numbers: [26, 60]
Generated Node #2: [26, 60] from Operation: 65-5=60
Current State: 99:[26, 60], Operations: ['65-5=60']
Exploring Operation: 65-26=39, Resulting Numbers: [60, 39]
Generated Node #3: [60, 39] from Operation: 65-26... | 4 | Current State: 99:[5, 65, 65, 26], Operations: []
Exploring Operation: 65/65=1, Resulting Numbers: [5, 26, 1]
Generated Node #0,0: 99:[5, 26, 1] Operation: 65/65=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 99:[5, 26, 1], Operations: ['65/65=1']
Exploring Operation: 5+26=31, Resulting Numbers: [1, ... | 0 | hs_1 | sum_heuristic |
[
78,
78,
4,
46
] | 42 | [
"78-78=0",
"46-4=42",
"0+42=42"
] | Current State: 42:[78, 78, 4, 46], Operations: []
Exploring Operation: 78-78=0, Resulting Numbers: [4, 46, 0]
Generated Node #2: [4, 46, 0] from Operation: 78-78=0
Current State: 42:[4, 46, 0], Operations: ['78-78=0']
Exploring Operation: 46-4=42, Resulting Numbers: [0, 42]
Generated Node #3: [0, 42] from Operation: 46... | 4 | Current State: 42:[78, 78, 4, 46], Operations: []
Exploring Operation: 78-46=32, Resulting Numbers: [78, 4, 32]
Generated Node #0,0: 42:[78, 4, 32] Operation: 78-46=32
Exploring Operation: 78-78=0, Resulting Numbers: [4, 46, 0]
Generated Node #0,1: 42:[4, 46, 0] Operation: 78-78=0
Exploring Operation: 78-4=74, Resultin... | 0.986111 | hs_5 | sum_heuristic |
[
89,
64,
41,
68
] | 44 | [
"89+64=153",
"41+68=109",
"153-109=44"
] | Current State: 44:[89, 64, 41, 68], Operations: []
Exploring Operation: 89+64=153, Resulting Numbers: [41, 68, 153]
Generated Node #2: [41, 68, 153] from Operation: 89+64=153
Current State: 44:[41, 68, 153], Operations: ['89+64=153']
Exploring Operation: 41+68=109, Resulting Numbers: [153, 109]
Generated Node #3: [153,... | 4 | Current State: 44:[89, 64, 41, 68], Operations: []
Exploring Operation: 89-68=21, Resulting Numbers: [64, 41, 21]
Generated Node #0,0: 44:[64, 41, 21] Operation: 89-68=21
Exploring Operation: 89-64=25, Resulting Numbers: [41, 68, 25]
Generated Node #0,1: 44:[41, 68, 25] Operation: 89-64=25
Moving to Node #0,0
Current S... | 0.992188 | hs_2 | sum_heuristic |
[
83,
43,
36,
91
] | 87 | [
"83-43=40",
"36+91=127",
"127-40=87"
] | Current State: 87:[83, 43, 36, 91], Operations: []
Exploring Operation: 83-43=40, Resulting Numbers: [36, 91, 40]
Generated Node #2: [36, 91, 40] from Operation: 83-43=40
Current State: 87:[36, 91, 40], Operations: ['83-43=40']
Exploring Operation: 36+91=127, Resulting Numbers: [40, 127]
Generated Node #3: [40, 127] fr... | 4 | Current State: 87:[83, 43, 36, 91], Operations: []
Exploring Operation: 83-43=40, Resulting Numbers: [36, 91, 40]
Generated Node #0,0: 87:[36, 91, 40] Operation: 83-43=40
Exploring Operation: 43-36=7, Resulting Numbers: [83, 91, 7]
Generated Node #0,1: 87:[83, 91, 7] Operation: 43-36=7
Exploring Operation: 43+36=79, Re... | 0.976563 | hs_3 | mult_heuristic |
[
75,
74,
36,
52
] | 89 | [
"75-74=1",
"36+52=88",
"1+88=89"
] | Current State: 89:[75, 74, 36, 52], Operations: []
Exploring Operation: 75-74=1, Resulting Numbers: [36, 52, 1]
Generated Node #2: [36, 52, 1] from Operation: 75-74=1
Current State: 89:[36, 52, 1], Operations: ['75-74=1']
Exploring Operation: 36+52=88, Resulting Numbers: [1, 88]
Generated Node #3: [1, 88] from Operatio... | 4 | Current State: 89:[75, 74, 36, 52], Operations: []
Exploring Operation: 36+52=88, Resulting Numbers: [75, 74, 88]
Generated Node #0,0: 89:[75, 74, 88] Operation: 36+52=88
Start Sub Search at level 1: Moving to Node #0,0
Current State: 89:[75, 74, 88], Operations: ['36+52=88']
Exploring Operation: 75+74=149, Resulting N... | 0 | hs_1 | sum_heuristic |
[
46,
6,
9,
2
] | 70 | [
"46+6=52",
"9*2=18",
"52+18=70"
] | Current State: 70:[46, 6, 9, 2], Operations: []
Exploring Operation: 46+6=52, Resulting Numbers: [9, 2, 52]
Generated Node #2: [9, 2, 52] from Operation: 46+6=52
Current State: 70:[9, 2, 52], Operations: ['46+6=52']
Exploring Operation: 9*2=18, Resulting Numbers: [52, 18]
Generated Node #3: [52, 18] from Operation: 9*2... | 4 | Current State: 70:[46, 6, 9, 2], Operations: []
Exploring Operation: 46-2=44, Resulting Numbers: [6, 9, 44]
Generated Node #0,0: 70:[6, 9, 44] Operation: 46-2=44
Exploring Operation: 46-6=40, Resulting Numbers: [9, 2, 40]
Generated Node #0,1: 70:[9, 2, 40] Operation: 46-6=40
Exploring Operation: 46-9=37, Resulting Numb... | 0 | hs_3 | sum_heuristic |
[
5,
69,
1,
42
] | 76 | [
"5+1=6",
"42/6=7",
"69+7=76"
] | Current State: 76:[5, 69, 1, 42], Operations: []
Exploring Operation: 5+1=6, Resulting Numbers: [69, 42, 6]
Generated Node #2: [69, 42, 6] from Operation: 5+1=6
Current State: 76:[69, 42, 6], Operations: ['5+1=6']
Exploring Operation: 42/6=7, Resulting Numbers: [69, 7]
Generated Node #3: [69, 7] from Operation: 42/6=7
... | 4 | Current State: 76:[5, 69, 1, 42], Operations: []
Exploring Operation: 5+69=74, Resulting Numbers: [1, 42, 74]
Generated Node #0,0: 76:[1, 42, 74] Operation: 5+69=74
Exploring Operation: 69-42=27, Resulting Numbers: [5, 1, 27]
Generated Node #0,1: 76:[5, 1, 27] Operation: 69-42=27
Exploring Operation: 42-5=37, Resulting... | 0 | hs_3 | mult_heuristic |
[
98,
2,
64,
22
] | 70 | [
"98+64=162",
"162-22=140",
"140/2=70"
] | Current State: 70:[98, 2, 64, 22], Operations: []
Exploring Operation: 98+64=162, Resulting Numbers: [2, 22, 162]
Generated Node #2: [2, 22, 162] from Operation: 98+64=162
Current State: 70:[2, 22, 162], Operations: ['98+64=162']
Exploring Operation: 162-22=140, Resulting Numbers: [2, 140]
Generated Node #3: [2, 140] f... | 4 | Current State: 70:[98, 2, 64, 22], Operations: []
Exploring Operation: 98-64=34, Resulting Numbers: [2, 22, 34]
Generated Node #0,0: 70:[2, 22, 34] Operation: 98-64=34
Exploring Operation: 98/2=49, Resulting Numbers: [64, 22, 49]
Generated Node #0,1: 70:[64, 22, 49] Operation: 98/2=49
Exploring Operation: 22/2=11, Resu... | 0 | hs_5 | sum_heuristic |
[
47,
88,
34,
97
] | 72 | [
"47+88=135",
"97-34=63",
"135-63=72"
] | Current State: 72:[47, 88, 34, 97], Operations: []
Exploring Operation: 47+88=135, Resulting Numbers: [34, 97, 135]
Generated Node #2: [34, 97, 135] from Operation: 47+88=135
Current State: 72:[34, 97, 135], Operations: ['47+88=135']
Exploring Operation: 97-34=63, Resulting Numbers: [135, 63]
Generated Node #3: [135, 6... | 4 | Current State: 72:[47, 88, 34, 97], Operations: []
Exploring Operation: 97-88=9, Resulting Numbers: [47, 34, 9]
Generated Node #0,0: 72:[47, 34, 9] Operation: 97-88=9
Start Sub Search at level 1: Moving to Node #0,0
Current State: 72:[47, 34, 9], Operations: ['97-88=9']
Exploring Operation: 47-34=13, Resulting Numbers:... | 0 | hs_1 | mult_heuristic |
[
41,
3,
40,
8
] | 26 | [
"3*40=120",
"120/8=15",
"41-15=26"
] | Current State: 26:[41, 3, 40, 8], Operations: []
Exploring Operation: 3*40=120, Resulting Numbers: [41, 8, 120]
Generated Node #2: [41, 8, 120] from Operation: 3*40=120
Current State: 26:[41, 8, 120], Operations: ['3*40=120']
Exploring Operation: 120/8=15, Resulting Numbers: [41, 15]
Generated Node #3: [41, 15] from Op... | 4 | Current State: 26:[41, 3, 40, 8], Operations: []
Exploring Operation: 40/8=5, Resulting Numbers: [41, 3, 5]
Generated Node #0,0: 26:[41, 3, 5] Operation: 40/8=5
Exploring Operation: 41-8=33, Resulting Numbers: [3, 40, 33]
Generated Node #0,1: 26:[3, 40, 33] Operation: 41-8=33
Exploring Operation: 41-40=1, Resulting Num... | 0 | hs_3 | mult_heuristic |
[
85,
83,
58,
40
] | 70 | [
"85+83=168",
"58+40=98",
"168-98=70"
] | Current State: 70:[85, 83, 58, 40], Operations: []
Exploring Operation: 85+83=168, Resulting Numbers: [58, 40, 168]
Generated Node #2: [58, 40, 168] from Operation: 85+83=168
Current State: 70:[58, 40, 168], Operations: ['85+83=168']
Exploring Operation: 58+40=98, Resulting Numbers: [168, 98]
Generated Node #3: [168, 9... | 4 | Current State: 70:[85, 83, 58, 40], Operations: []
Exploring Operation: 85-83=2, Resulting Numbers: [58, 40, 2]
Generated Node #0,0: 70:[58, 40, 2] Operation: 85-83=2
Exploring Operation: 85-58=27, Resulting Numbers: [83, 40, 27]
Generated Node #0,1: 70:[83, 40, 27] Operation: 85-58=27
Start Sub Search at level 1: Movi... | 0.986979 | hs_2 | mult_heuristic |
[
15,
41,
53,
19
] | 39 | [
"53-15=38",
"38/19=2",
"41-2=39"
] | Current State: 39:[15, 41, 53, 19], Operations: []
Exploring Operation: 53-15=38, Resulting Numbers: [41, 19, 38]
Generated Node #2: [41, 19, 38] from Operation: 53-15=38
Current State: 39:[41, 19, 38], Operations: ['53-15=38']
Exploring Operation: 38/19=2, Resulting Numbers: [41, 2]
Generated Node #3: [41, 2] from Ope... | 4 | Current State: 39:[15, 41, 53, 19], Operations: []
Exploring Operation: 53-15=38, Resulting Numbers: [41, 19, 38]
Generated Node #0,0: 39:[41, 19, 38] Operation: 53-15=38
Exploring Operation: 53-41=12, Resulting Numbers: [15, 19, 12]
Generated Node #0,1: 39:[15, 19, 12] Operation: 53-41=12
Start Sub Search at level 1: ... | 0.991319 | hs_2 | mult_heuristic |
[
13,
14,
3,
58
] | 61 | [
"14-13=1",
"3+58=61",
"1*61=61"
] | Current State: 61:[13, 14, 3, 58], Operations: []
Exploring Operation: 14-13=1, Resulting Numbers: [3, 58, 1]
Generated Node #2: [3, 58, 1] from Operation: 14-13=1
Current State: 61:[3, 58, 1], Operations: ['14-13=1']
Exploring Operation: 3+58=61, Resulting Numbers: [1, 61]
Generated Node #3: [1, 61] from Operation: 3+... | 4 | Current State: 61:[13, 14, 3, 58], Operations: []
Exploring Operation: 13*3=39, Resulting Numbers: [14, 58, 39]
Generated Node #0,0: 61:[14, 58, 39] Operation: 13*3=39
Exploring Operation: 14*3=42, Resulting Numbers: [13, 58, 42]
Generated Node #0,1: 61:[13, 58, 42] Operation: 14*3=42
Exploring Operation: 13+14=27, Res... | 0 | hs_3 | mult_heuristic |
[
35,
43,
17,
18
] | 78 | [
"35+43=78",
"18-17=1",
"78*1=78"
] | Current State: 78:[35, 43, 17, 18], Operations: []
Exploring Operation: 35+43=78, Resulting Numbers: [17, 18, 78]
Generated Node #2: [17, 18, 78] from Operation: 35+43=78
Current State: 78:[17, 18, 78], Operations: ['35+43=78']
Exploring Operation: 18-17=1, Resulting Numbers: [78, 1]
Generated Node #3: [78, 1] from Ope... | 4 | Current State: 78:[35, 43, 17, 18], Operations: []
Exploring Operation: 43-18=25, Resulting Numbers: [35, 17, 25]
Generated Node #0,0: 78:[35, 17, 25] Operation: 43-18=25
Exploring Operation: 43-17=26, Resulting Numbers: [35, 18, 26]
Generated Node #0,1: 78:[35, 18, 26] Operation: 43-17=26
Exploring Operation: 43-35=8,... | 0.969618 | hs_5 | mult_heuristic |
[
27,
35,
16,
13
] | 26 | [
"35-27=8",
"16*13=208",
"208/8=26"
] | Current State: 26:[27, 35, 16, 13], Operations: []
Exploring Operation: 35-27=8, Resulting Numbers: [16, 13, 8]
Generated Node #2: [16, 13, 8] from Operation: 35-27=8
Current State: 26:[16, 13, 8], Operations: ['35-27=8']
Exploring Operation: 16*13=208, Resulting Numbers: [8, 208]
Generated Node #3: [8, 208] from Opera... | 4 | Current State: 26:[27, 35, 16, 13], Operations: []
Exploring Operation: 35-16=19, Resulting Numbers: [27, 13, 19]
Generated Node #0,0: 26:[27, 13, 19] Operation: 35-16=19
Exploring Operation: 35-27=8, Resulting Numbers: [16, 13, 8]
Generated Node #0,1: 26:[16, 13, 8] Operation: 35-27=8
Exploring Operation: 35-13=22, Re... | 0.980035 | hs_3 | sum_heuristic |
[
27,
75,
76,
17
] | 10 | [
"27-17=10",
"76-75=1",
"10*1=10"
] | Current State: 10:[27, 75, 76, 17], Operations: []
Exploring Operation: 27-17=10, Resulting Numbers: [75, 76, 10]
Generated Node #2: [75, 76, 10] from Operation: 27-17=10
Current State: 10:[75, 76, 10], Operations: ['27-17=10']
Exploring Operation: 76-75=1, Resulting Numbers: [10, 1]
Generated Node #3: [10, 1] from Ope... | 4 | Current State: 10:[27, 75, 76, 17], Operations: []
Exploring Operation: 76-75=1, Resulting Numbers: [27, 17, 1]
Generated Node #0,0: 10:[27, 17, 1] Operation: 76-75=1
Moving to Node #0,0
Current State: 10:[27, 17, 1], Operations: ['76-75=1']
Exploring Operation: 27-17=10, Resulting Numbers: [1, 10]
Generated Node #0,0,... | 0.993924 | hs_1 | mult_heuristic |
[
13,
4,
12,
40
] | 81 | [
"40-13=27",
"12/4=3",
"27*3=81"
] | Current State: 81:[13, 4, 12, 40], Operations: []
Exploring Operation: 40-13=27, Resulting Numbers: [4, 12, 27]
Generated Node #2: [4, 12, 27] from Operation: 40-13=27
Current State: 81:[4, 12, 27], Operations: ['40-13=27']
Exploring Operation: 12/4=3, Resulting Numbers: [27, 3]
Generated Node #3: [27, 3] from Operatio... | 4 | Current State: 81:[13, 4, 12, 40], Operations: []
Exploring Operation: 40/4=10, Resulting Numbers: [13, 12, 10]
Generated Node #0,0: 81:[13, 12, 10] Operation: 40/4=10
Exploring Operation: 40-13=27, Resulting Numbers: [4, 12, 27]
Generated Node #0,1: 81:[4, 12, 27] Operation: 40-13=27
Exploring Operation: 40-12=28, Res... | 0.967882 | hs_3 | mult_heuristic |
[
20,
11,
7,
26
] | 73 | [
"26-20=6",
"11*6=66",
"7+66=73"
] | Current State: 73:[20, 11, 7, 26], Operations: []
Exploring Operation: 26-20=6, Resulting Numbers: [11, 7, 6]
Generated Node #2: [11, 7, 6] from Operation: 26-20=6
Current State: 73:[11, 7, 6], Operations: ['26-20=6']
Exploring Operation: 11*6=66, Resulting Numbers: [7, 66]
Generated Node #3: [7, 66] from Operation: 11... | 4 | Current State: 73:[20, 11, 7, 26], Operations: []
Exploring Operation: 20+11=31, Resulting Numbers: [7, 26, 31]
Generated Node #0,0: 73:[7, 26, 31] Operation: 20+11=31
Exploring Operation: 11*7=77, Resulting Numbers: [20, 26, 77]
Generated Node #0,1: 73:[20, 26, 77] Operation: 11*7=77
Exploring Operation: 20+7=27, Resu... | 0 | hs_3 | sum_heuristic |
[
9,
30,
87,
6
] | 84 | [
"9+87=96",
"30*6=180",
"180-96=84"
] | Current State: 84:[9, 30, 87, 6], Operations: []
Exploring Operation: 9+87=96, Resulting Numbers: [30, 6, 96]
Generated Node #2: [30, 6, 96] from Operation: 9+87=96
Current State: 84:[30, 6, 96], Operations: ['9+87=96']
Exploring Operation: 30*6=180, Resulting Numbers: [96, 180]
Generated Node #3: [96, 180] from Operat... | 4 | Current State: 84:[9, 30, 87, 6], Operations: []
Exploring Operation: 9+30=39, Resulting Numbers: [87, 6, 39]
Generated Node #0,0: 84:[87, 6, 39] Operation: 9+30=39
Exploring Operation: 9-6=3, Resulting Numbers: [30, 87, 3]
Generated Node #0,1: 84:[30, 87, 3] Operation: 9-6=3
Exploring Operation: 30-9=21, Resulting Num... | 0 | hs_3 | sum_heuristic |
[
55,
24,
45,
7
] | 83 | [
"55-24=31",
"45+7=52",
"31+52=83"
] | Current State: 83:[55, 24, 45, 7], Operations: []
Exploring Operation: 55-24=31, Resulting Numbers: [45, 7, 31]
Generated Node #2: [45, 7, 31] from Operation: 55-24=31
Current State: 83:[45, 7, 31], Operations: ['55-24=31']
Exploring Operation: 45+7=52, Resulting Numbers: [31, 52]
Generated Node #3: [31, 52] from Opera... | 4 | Current State: 83:[55, 24, 45, 7], Operations: []
Exploring Operation: 24+45=69, Resulting Numbers: [55, 7, 69]
Generated Node #0,0: 83:[55, 7, 69] Operation: 24+45=69
Exploring Operation: 55+24=79, Resulting Numbers: [45, 7, 79]
Generated Node #0,1: 83:[45, 7, 79] Operation: 55+24=79
Exploring Operation: 24+7=31, Resu... | 0.94184 | hs_4 | mult_heuristic |
[
36,
23,
58,
15
] | 26 | [
"36*15=540",
"58+540=598",
"598/23=26"
] | Current State: 26:[36, 23, 58, 15], Operations: []
Exploring Operation: 36*15=540, Resulting Numbers: [23, 58, 540]
Generated Node #2: [23, 58, 540] from Operation: 36*15=540
Current State: 26:[23, 58, 540], Operations: ['36*15=540']
Exploring Operation: 58+540=598, Resulting Numbers: [23, 598]
Generated Node #3: [23, ... | 4 | Current State: 26:[36, 23, 58, 15], Operations: []
Exploring Operation: 58-36=22, Resulting Numbers: [23, 15, 22]
Generated Node #0,0: 26:[23, 15, 22] Operation: 58-36=22
Start Sub Search at level 1: Moving to Node #0,0
Current State: 26:[23, 15, 22], Operations: ['58-36=22']
Exploring Operation: 23-22=1, Resulting Num... | 0 | hs_1 | mult_heuristic |
[
57,
73,
7,
85
] | 94 | [
"73-57=16",
"85-7=78",
"16+78=94"
] | Current State: 94:[57, 73, 7, 85], Operations: []
Exploring Operation: 73-57=16, Resulting Numbers: [7, 85, 16]
Generated Node #2: [7, 85, 16] from Operation: 73-57=16
Current State: 94:[7, 85, 16], Operations: ['73-57=16']
Exploring Operation: 85-7=78, Resulting Numbers: [16, 78]
Generated Node #3: [16, 78] from Opera... | 4 | Current State: 94:[57, 73, 7, 85], Operations: []
Exploring Operation: 73-57=16, Resulting Numbers: [7, 85, 16]
Generated Node #0,0: 94:[7, 85, 16] Operation: 73-57=16
Exploring Operation: 85-73=12, Resulting Numbers: [57, 7, 12]
Generated Node #0,1: 94:[57, 7, 12] Operation: 85-73=12
Exploring Operation: 73+7=80, Resu... | 0.974826 | hs_4 | mult_heuristic |
[
26,
87,
90,
94
] | 17 | [
"94-90=4",
"26*4=104",
"104-87=17"
] | Current State: 17:[26, 87, 90, 94], Operations: []
Exploring Operation: 94-90=4, Resulting Numbers: [26, 87, 4]
Generated Node #2: [26, 87, 4] from Operation: 94-90=4
Current State: 17:[26, 87, 4], Operations: ['94-90=4']
Exploring Operation: 26*4=104, Resulting Numbers: [87, 104]
Generated Node #3: [87, 104] from Oper... | 4 | Current State: 17:[26, 87, 90, 94], Operations: []
Exploring Operation: 94-90=4, Resulting Numbers: [26, 87, 4]
Generated Node #0,0: 17:[26, 87, 4] Operation: 94-90=4
Exploring Operation: 94-87=7, Resulting Numbers: [26, 90, 7]
Generated Node #0,1: 17:[26, 90, 7] Operation: 94-87=7
Moving to Node #0,0
Current State: 17... | 0 | hs_2 | sum_heuristic |
[
54,
9,
17,
2
] | 14 | [
"54-9=45",
"45-17=28",
"28/2=14"
] | Current State: 14:[54, 9, 17, 2], Operations: []
Exploring Operation: 54-9=45, Resulting Numbers: [17, 2, 45]
Generated Node #2: [17, 2, 45] from Operation: 54-9=45
Current State: 14:[17, 2, 45], Operations: ['54-9=45']
Exploring Operation: 45-17=28, Resulting Numbers: [2, 28]
Generated Node #3: [2, 28] from Operation:... | 4 | Current State: 14:[54, 9, 17, 2], Operations: []
Exploring Operation: 54/9=6, Resulting Numbers: [17, 2, 6]
Generated Node #0,0: 14:[17, 2, 6] Operation: 54/9=6
Moving to Node #0,0
Current State: 14:[17, 2, 6], Operations: ['54/9=6']
Exploring Operation: 17-2=15, Resulting Numbers: [6, 15]
Generated Node #0,0,0: 14:[6,... | 0 | hs_1 | sum_heuristic |
[
76,
54,
87,
85
] | 11 | [
"76-54=22",
"87-85=2",
"22/2=11"
] | Current State: 11:[76, 54, 87, 85], Operations: []
Exploring Operation: 76-54=22, Resulting Numbers: [87, 85, 22]
Generated Node #2: [87, 85, 22] from Operation: 76-54=22
Current State: 11:[87, 85, 22], Operations: ['76-54=22']
Exploring Operation: 87-85=2, Resulting Numbers: [22, 2]
Generated Node #3: [22, 2] from Ope... | 4 | Current State: 11:[76, 54, 87, 85], Operations: []
Exploring Operation: 85-76=9, Resulting Numbers: [54, 87, 9]
Generated Node #0,0: 11:[54, 87, 9] Operation: 85-76=9
Exploring Operation: 87-76=11, Resulting Numbers: [54, 85, 11]
Generated Node #0,1: 11:[54, 85, 11] Operation: 87-76=11
Exploring Operation: 87-85=2, Res... | 0.978299 | hs_3 | sum_heuristic |
[
35,
55,
64,
15
] | 29 | [
"55-35=20",
"64-15=49",
"49-20=29"
] | Current State: 29:[35, 55, 64, 15], Operations: []
Exploring Operation: 55-35=20, Resulting Numbers: [64, 15, 20]
Generated Node #2: [64, 15, 20] from Operation: 55-35=20
Current State: 29:[64, 15, 20], Operations: ['55-35=20']
Exploring Operation: 64-15=49, Resulting Numbers: [20, 49]
Generated Node #3: [20, 49] from ... | 4 | Current State: 29:[35, 55, 64, 15], Operations: []
Exploring Operation: 64-55=9, Resulting Numbers: [35, 15, 9]
Generated Node #0,0: 29:[35, 15, 9] Operation: 64-55=9
Exploring Operation: 55-15=40, Resulting Numbers: [35, 64, 40]
Generated Node #0,1: 29:[35, 64, 40] Operation: 55-15=40
Exploring Operation: 64-35=29, Re... | 0.982639 | hs_4 | mult_heuristic |
[
20,
83,
60,
98
] | 65 | [
"20+83=103",
"98-60=38",
"103-38=65"
] | Current State: 65:[20, 83, 60, 98], Operations: []
Exploring Operation: 20+83=103, Resulting Numbers: [60, 98, 103]
Generated Node #2: [60, 98, 103] from Operation: 20+83=103
Current State: 65:[60, 98, 103], Operations: ['20+83=103']
Exploring Operation: 98-60=38, Resulting Numbers: [103, 38]
Generated Node #3: [103, 3... | 4 | Current State: 65:[20, 83, 60, 98], Operations: []
Exploring Operation: 98-20=78, Resulting Numbers: [83, 60, 78]
Generated Node #0,0: 65:[83, 60, 78] Operation: 98-20=78
Exploring Operation: 98-83=15, Resulting Numbers: [20, 60, 15]
Generated Node #0,1: 65:[20, 60, 15] Operation: 98-83=15
Start Sub Search at level 1: ... | 0.990451 | hs_2 | sum_heuristic |
[
8,
73,
49,
47
] | 50 | [
"73-49=24",
"24/8=3",
"47+3=50"
] | Current State: 50:[8, 73, 49, 47], Operations: []
Exploring Operation: 73-49=24, Resulting Numbers: [8, 47, 24]
Generated Node #2: [8, 47, 24] from Operation: 73-49=24
Current State: 50:[8, 47, 24], Operations: ['73-49=24']
Exploring Operation: 24/8=3, Resulting Numbers: [47, 3]
Generated Node #3: [47, 3] from Operatio... | 4 | Current State: 50:[8, 73, 49, 47], Operations: []
Exploring Operation: 73-47=26, Resulting Numbers: [8, 49, 26]
Generated Node #0,0: 50:[8, 49, 26] Operation: 73-47=26
Exploring Operation: 73-49=24, Resulting Numbers: [8, 47, 24]
Generated Node #0,1: 50:[8, 47, 24] Operation: 73-49=24
Moving to Node #0,0
Current State:... | 0.984375 | hs_2 | mult_heuristic |
[
31,
32,
40,
16
] | 29 | [
"40-32=8",
"16/8=2",
"31-2=29"
] | Current State: 29:[31, 32, 40, 16], Operations: []
Exploring Operation: 40-32=8, Resulting Numbers: [31, 16, 8]
Generated Node #2: [31, 16, 8] from Operation: 40-32=8
Current State: 29:[31, 16, 8], Operations: ['40-32=8']
Exploring Operation: 16/8=2, Resulting Numbers: [31, 2]
Generated Node #3: [31, 2] from Operation:... | 4 | Current State: 29:[31, 32, 40, 16], Operations: []
Exploring Operation: 32-16=16, Resulting Numbers: [31, 40, 16]
Generated Node #0,0: 29:[31, 40, 16] Operation: 32-16=16
Exploring Operation: 40-16=24, Resulting Numbers: [31, 32, 24]
Generated Node #0,1: 29:[31, 32, 24] Operation: 40-16=24
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
44,
15,
91,
30
] | 94 | [
"91-44=47",
"30/15=2",
"47*2=94"
] | Current State: 94:[44, 15, 91, 30], Operations: []
Exploring Operation: 91-44=47, Resulting Numbers: [15, 30, 47]
Generated Node #2: [15, 30, 47] from Operation: 91-44=47
Current State: 94:[15, 30, 47], Operations: ['91-44=47']
Exploring Operation: 30/15=2, Resulting Numbers: [47, 2]
Generated Node #3: [47, 2] from Ope... | 4 | Current State: 94:[44, 15, 91, 30], Operations: []
Exploring Operation: 30-15=15, Resulting Numbers: [44, 91, 15]
Generated Node #0,0: 94:[44, 91, 15] Operation: 30-15=15
Exploring Operation: 30/15=2, Resulting Numbers: [44, 91, 2]
Generated Node #0,1: 94:[44, 91, 2] Operation: 30/15=2
Exploring Operation: 91-44=47, Re... | 0.985243 | hs_5 | sum_heuristic |
[
92,
30,
5,
56
] | 30 | [
"92-30=62",
"62-56=6",
"5*6=30"
] | Current State: 30:[92, 30, 5, 56], Operations: []
Exploring Operation: 92-30=62, Resulting Numbers: [5, 56, 62]
Generated Node #2: [5, 56, 62] from Operation: 92-30=62
Current State: 30:[5, 56, 62], Operations: ['92-30=62']
Exploring Operation: 62-56=6, Resulting Numbers: [5, 6]
Generated Node #3: [5, 6] from Operation... | 4 | Current State: 30:[92, 30, 5, 56], Operations: []
Exploring Operation: 92-5=87, Resulting Numbers: [30, 56, 87]
Generated Node #0,0: 30:[30, 56, 87] Operation: 92-5=87
Exploring Operation: 56-30=26, Resulting Numbers: [92, 5, 26]
Generated Node #0,1: 30:[92, 5, 26] Operation: 56-30=26
Exploring Operation: 92-56=36, Res... | 0.986979 | hs_4 | sum_heuristic |
[
78,
62,
15,
87
] | 58 | [
"78+15=93",
"62*87=5394",
"5394/93=58"
] | Current State: 58:[78, 62, 15, 87], Operations: []
Exploring Operation: 78+15=93, Resulting Numbers: [62, 87, 93]
Generated Node #2: [62, 87, 93] from Operation: 78+15=93
Current State: 58:[62, 87, 93], Operations: ['78+15=93']
Exploring Operation: 62*87=5394, Resulting Numbers: [93, 5394]
Generated Node #3: [93, 5394]... | 4 | Current State: 58:[78, 62, 15, 87], Operations: []
Exploring Operation: 78-15=63, Resulting Numbers: [62, 87, 63]
Generated Node #0,0: 58:[62, 87, 63] Operation: 78-15=63
Exploring Operation: 87-78=9, Resulting Numbers: [62, 15, 9]
Generated Node #0,1: 58:[62, 15, 9] Operation: 87-78=9
Exploring Operation: 87-62=25, Re... | 0 | hs_3 | sum_heuristic |
[
98,
78,
69,
14
] | 93 | [
"98+78=176",
"69+14=83",
"176-83=93"
] | Current State: 93:[98, 78, 69, 14], Operations: []
Exploring Operation: 98+78=176, Resulting Numbers: [69, 14, 176]
Generated Node #2: [69, 14, 176] from Operation: 98+78=176
Current State: 93:[69, 14, 176], Operations: ['98+78=176']
Exploring Operation: 69+14=83, Resulting Numbers: [176, 83]
Generated Node #3: [176, 8... | 4 | Current State: 93:[98, 78, 69, 14], Operations: []
Exploring Operation: 78-69=9, Resulting Numbers: [98, 14, 9]
Generated Node #0,0: 93:[98, 14, 9] Operation: 78-69=9
Exploring Operation: 98-69=29, Resulting Numbers: [78, 14, 29]
Generated Node #0,1: 93:[78, 14, 29] Operation: 98-69=29
Moving to Node #0,0
Current State... | 0.987847 | hs_2 | mult_heuristic |
[
31,
14,
3,
67
] | 12 | [
"31*3=93",
"14+67=81",
"93-81=12"
] | Current State: 12:[31, 14, 3, 67], Operations: []
Exploring Operation: 31*3=93, Resulting Numbers: [14, 67, 93]
Generated Node #2: [14, 67, 93] from Operation: 31*3=93
Current State: 12:[14, 67, 93], Operations: ['31*3=93']
Exploring Operation: 14+67=81, Resulting Numbers: [93, 81]
Generated Node #3: [93, 81] from Oper... | 4 | Current State: 12:[31, 14, 3, 67], Operations: []
Exploring Operation: 67-3=64, Resulting Numbers: [31, 14, 64]
Generated Node #0,0: 12:[31, 14, 64] Operation: 67-3=64
Exploring Operation: 31-14=17, Resulting Numbers: [3, 67, 17]
Generated Node #0,1: 12:[3, 67, 17] Operation: 31-14=17
Exploring Operation: 67-31=36, Res... | 0 | hs_5 | mult_heuristic |
[
63,
47,
31,
92
] | 94 | [
"63+31=94",
"94/47=2",
"92+2=94"
] | Current State: 94:[63, 47, 31, 92], Operations: []
Exploring Operation: 63+31=94, Resulting Numbers: [47, 92, 94]
Generated Node #2: [47, 92, 94] from Operation: 63+31=94
Current State: 94:[47, 92, 94], Operations: ['63+31=94']
Exploring Operation: 94/47=2, Resulting Numbers: [92, 2]
Generated Node #3: [92, 2] from Ope... | 4 | Current State: 94:[63, 47, 31, 92], Operations: []
Exploring Operation: 63-31=32, Resulting Numbers: [47, 92, 32]
Generated Node #0,0: 94:[47, 92, 32] Operation: 63-31=32
Exploring Operation: 63+31=94, Resulting Numbers: [47, 92, 94]
Generated Node #0,1: 94:[47, 92, 94] Operation: 63+31=94
Start Sub Search at level 1: ... | 0.992188 | hs_2 | mult_heuristic |
[
55,
64,
10,
65
] | 84 | [
"64-55=9",
"10+65=75",
"9+75=84"
] | Current State: 84:[55, 64, 10, 65], Operations: []
Exploring Operation: 64-55=9, Resulting Numbers: [10, 65, 9]
Generated Node #2: [10, 65, 9] from Operation: 64-55=9
Current State: 84:[10, 65, 9], Operations: ['64-55=9']
Exploring Operation: 10+65=75, Resulting Numbers: [9, 75]
Generated Node #3: [9, 75] from Operatio... | 4 | Current State: 84:[55, 64, 10, 65], Operations: []
Exploring Operation: 64-55=9, Resulting Numbers: [10, 65, 9]
Generated Node #0,0: 84:[10, 65, 9] Operation: 64-55=9
Exploring Operation: 65-64=1, Resulting Numbers: [55, 10, 1]
Generated Node #0,1: 84:[55, 10, 1] Operation: 65-64=1
Moving to Node #0,1
Current State: 84... | 0.988715 | hs_2 | mult_heuristic |
[
78,
99,
15,
66
] | 42 | [
"78-15=63",
"66*63=4158",
"4158/99=42"
] | Current State: 42:[78, 99, 15, 66], Operations: []
Exploring Operation: 78-15=63, Resulting Numbers: [99, 66, 63]
Generated Node #2: [99, 66, 63] from Operation: 78-15=63
Current State: 42:[99, 66, 63], Operations: ['78-15=63']
Exploring Operation: 66*63=4158, Resulting Numbers: [99, 4158]
Generated Node #3: [99, 4158]... | 4 | Current State: 42:[78, 99, 15, 66], Operations: []
Exploring Operation: 99-66=33, Resulting Numbers: [78, 15, 33]
Generated Node #0,0: 42:[78, 15, 33] Operation: 99-66=33
Exploring Operation: 78-66=12, Resulting Numbers: [99, 15, 12]
Generated Node #0,1: 42:[99, 15, 12] Operation: 78-66=12
Exploring Operation: 99-78=21... | 0 | hs_3 | sum_heuristic |
[
3,
25,
7,
37
] | 22 | [
"25-3=22",
"7+37=44",
"44-22=22"
] | Current State: 22:[3, 25, 7, 37], Operations: []
Exploring Operation: 25-3=22, Resulting Numbers: [7, 37, 22]
Generated Node #2: [7, 37, 22] from Operation: 25-3=22
Current State: 22:[7, 37, 22], Operations: ['25-3=22']
Exploring Operation: 7+37=44, Resulting Numbers: [22, 44]
Generated Node #3: [22, 44] from Operation... | 4 | Current State: 22:[3, 25, 7, 37], Operations: []
Exploring Operation: 25-3=22, Resulting Numbers: [7, 37, 22]
Generated Node #0,0: 22:[7, 37, 22] Operation: 25-3=22
Exploring Operation: 3+7=10, Resulting Numbers: [25, 37, 10]
Generated Node #0,1: 22:[25, 37, 10] Operation: 3+7=10
Exploring Operation: 37-25=12, Resultin... | 0.983507 | hs_5 | mult_heuristic |
[
54,
66,
2,
78
] | 36 | [
"54+66=120",
"2*78=156",
"156-120=36"
] | Current State: 36:[54, 66, 2, 78], Operations: []
Exploring Operation: 54+66=120, Resulting Numbers: [2, 78, 120]
Generated Node #2: [2, 78, 120] from Operation: 54+66=120
Current State: 36:[2, 78, 120], Operations: ['54+66=120']
Exploring Operation: 2*78=156, Resulting Numbers: [120, 156]
Generated Node #3: [120, 156]... | 4 | Current State: 36:[54, 66, 2, 78], Operations: []
Exploring Operation: 66/2=33, Resulting Numbers: [54, 78, 33]
Generated Node #0,0: 36:[54, 78, 33] Operation: 66/2=33
Exploring Operation: 78-54=24, Resulting Numbers: [66, 2, 24]
Generated Node #0,1: 36:[66, 2, 24] Operation: 78-54=24
Exploring Operation: 78-66=12, Res... | 0 | hs_5 | sum_heuristic |
[
65,
39,
84,
35
] | 23 | [
"65-39=26",
"84-35=49",
"49-26=23"
] | Current State: 23:[65, 39, 84, 35], Operations: []
Exploring Operation: 65-39=26, Resulting Numbers: [84, 35, 26]
Generated Node #2: [84, 35, 26] from Operation: 65-39=26
Current State: 23:[84, 35, 26], Operations: ['65-39=26']
Exploring Operation: 84-35=49, Resulting Numbers: [26, 49]
Generated Node #3: [26, 49] from ... | 4 | Current State: 23:[65, 39, 84, 35], Operations: []
Exploring Operation: 84-65=19, Resulting Numbers: [39, 35, 19]
Generated Node #0,0: 23:[39, 35, 19] Operation: 84-65=19
Exploring Operation: 84-39=45, Resulting Numbers: [65, 35, 45]
Generated Node #0,1: 23:[65, 35, 45] Operation: 84-39=45
Exploring Operation: 65-35=30... | 0.985243 | hs_4 | mult_heuristic |
[
11,
15,
58,
55
] | 34 | [
"58-55=3",
"15*3=45",
"45-11=34"
] | Current State: 34:[11, 15, 58, 55], Operations: []
Exploring Operation: 58-55=3, Resulting Numbers: [11, 15, 3]
Generated Node #2: [11, 15, 3] from Operation: 58-55=3
Current State: 34:[11, 15, 3], Operations: ['58-55=3']
Exploring Operation: 15*3=45, Resulting Numbers: [11, 45]
Generated Node #3: [11, 45] from Operati... | 4 | Current State: 34:[11, 15, 58, 55], Operations: []
Exploring Operation: 55/11=5, Resulting Numbers: [15, 58, 5]
Generated Node #0,0: 34:[15, 58, 5] Operation: 55/11=5
Exploring Operation: 58-55=3, Resulting Numbers: [11, 15, 3]
Generated Node #0,1: 34:[11, 15, 3] Operation: 58-55=3
Moving to Node #0,1
Current State: 34... | 0 | hs_2 | sum_heuristic |
[
17,
88,
49,
92
] | 70 | [
"88-17=71",
"49+92=141",
"141-71=70"
] | Current State: 70:[17, 88, 49, 92], Operations: []
Exploring Operation: 88-17=71, Resulting Numbers: [49, 92, 71]
Generated Node #2: [49, 92, 71] from Operation: 88-17=71
Current State: 70:[49, 92, 71], Operations: ['88-17=71']
Exploring Operation: 49+92=141, Resulting Numbers: [71, 141]
Generated Node #3: [71, 141] fr... | 4 | Current State: 70:[17, 88, 49, 92], Operations: []
Exploring Operation: 92-88=4, Resulting Numbers: [17, 49, 4]
Generated Node #0,0: 70:[17, 49, 4] Operation: 92-88=4
Exploring Operation: 92-49=43, Resulting Numbers: [17, 88, 43]
Generated Node #0,1: 70:[17, 88, 43] Operation: 92-49=43
Exploring Operation: 88-49=39, Re... | 0.987847 | hs_3 | mult_heuristic |
[
66,
94,
46,
20
] | 73 | [
"94+46=140",
"140/20=7",
"66+7=73"
] | Current State: 73:[66, 94, 46, 20], Operations: []
Exploring Operation: 94+46=140, Resulting Numbers: [66, 20, 140]
Generated Node #2: [66, 20, 140] from Operation: 94+46=140
Current State: 73:[66, 20, 140], Operations: ['94+46=140']
Exploring Operation: 140/20=7, Resulting Numbers: [66, 7]
Generated Node #3: [66, 7] f... | 4 | Current State: 73:[66, 94, 46, 20], Operations: []
Exploring Operation: 94-20=74, Resulting Numbers: [66, 46, 74]
Generated Node #0,0: 73:[66, 46, 74] Operation: 94-20=74
Start Sub Search at level 1: Moving to Node #0,0
Current State: 73:[66, 46, 74], Operations: ['94-20=74']
Exploring Operation: 66+46=112, Resulting N... | 0 | hs_1 | mult_heuristic |
[
36,
16,
56,
88
] | 90 | [
"16+56=72",
"72/36=2",
"88+2=90"
] | Current State: 90:[36, 16, 56, 88], Operations: []
Exploring Operation: 16+56=72, Resulting Numbers: [36, 88, 72]
Generated Node #2: [36, 88, 72] from Operation: 16+56=72
Current State: 90:[36, 88, 72], Operations: ['16+56=72']
Exploring Operation: 72/36=2, Resulting Numbers: [88, 2]
Generated Node #3: [88, 2] from Ope... | 4 | Current State: 90:[36, 16, 56, 88], Operations: []
Exploring Operation: 56-16=40, Resulting Numbers: [36, 88, 40]
Generated Node #0,0: 90:[36, 88, 40] Operation: 56-16=40
Exploring Operation: 56-36=20, Resulting Numbers: [16, 88, 20]
Generated Node #0,1: 90:[16, 88, 20] Operation: 56-36=20
Exploring Operation: 36-16=20... | 0 | hs_5 | sum_heuristic |
[
50,
41,
15,
82
] | 88 | [
"50-41=9",
"15+82=97",
"97-9=88"
] | Current State: 88:[50, 41, 15, 82], Operations: []
Exploring Operation: 50-41=9, Resulting Numbers: [15, 82, 9]
Generated Node #2: [15, 82, 9] from Operation: 50-41=9
Current State: 88:[15, 82, 9], Operations: ['50-41=9']
Exploring Operation: 15+82=97, Resulting Numbers: [9, 97]
Generated Node #3: [9, 97] from Operatio... | 4 | Current State: 88:[50, 41, 15, 82], Operations: []
Exploring Operation: 41-15=26, Resulting Numbers: [50, 82, 26]
Generated Node #0,0: 88:[50, 82, 26] Operation: 41-15=26
Exploring Operation: 82/41=2, Resulting Numbers: [50, 15, 2]
Generated Node #0,1: 88:[50, 15, 2] Operation: 82/41=2
Exploring Operation: 50-41=9, Res... | 0.966146 | hs_5 | sum_heuristic |
[
11,
22,
14,
28
] | 21 | [
"22/11=2",
"14+28=42",
"42/2=21"
] | Current State: 21:[11, 22, 14, 28], Operations: []
Exploring Operation: 22/11=2, Resulting Numbers: [14, 28, 2]
Generated Node #2: [14, 28, 2] from Operation: 22/11=2
Current State: 21:[14, 28, 2], Operations: ['22/11=2']
Exploring Operation: 14+28=42, Resulting Numbers: [2, 42]
Generated Node #3: [2, 42] from Operatio... | 4 | Current State: 21:[11, 22, 14, 28], Operations: []
Exploring Operation: 14-11=3, Resulting Numbers: [22, 28, 3]
Generated Node #0,0: 21:[22, 28, 3] Operation: 14-11=3
Exploring Operation: 28/14=2, Resulting Numbers: [11, 22, 2]
Generated Node #0,1: 21:[11, 22, 2] Operation: 28/14=2
Exploring Operation: 11+14=25, Result... | 0 | hs_3 | sum_heuristic |
[
83,
93,
3,
89
] | 91 | [
"83+93=176",
"3*89=267",
"267-176=91"
] | Current State: 91:[83, 93, 3, 89], Operations: []
Exploring Operation: 83+93=176, Resulting Numbers: [3, 89, 176]
Generated Node #2: [3, 89, 176] from Operation: 83+93=176
Current State: 91:[3, 89, 176], Operations: ['83+93=176']
Exploring Operation: 3*89=267, Resulting Numbers: [176, 267]
Generated Node #3: [176, 267]... | 4 | Current State: 91:[83, 93, 3, 89], Operations: []
Exploring Operation: 89-83=6, Resulting Numbers: [93, 3, 6]
Generated Node #0,0: 91:[93, 3, 6] Operation: 89-83=6
Exploring Operation: 83+3=86, Resulting Numbers: [93, 89, 86]
Generated Node #0,1: 91:[93, 89, 86] Operation: 83+3=86
Exploring Operation: 93-83=10, Resulti... | 0 | hs_3 | mult_heuristic |
[
78,
57,
23,
27
] | 71 | [
"78-57=21",
"23+27=50",
"21+50=71"
] | Current State: 71:[78, 57, 23, 27], Operations: []
Exploring Operation: 78-57=21, Resulting Numbers: [23, 27, 21]
Generated Node #2: [23, 27, 21] from Operation: 78-57=21
Current State: 71:[23, 27, 21], Operations: ['78-57=21']
Exploring Operation: 23+27=50, Resulting Numbers: [21, 50]
Generated Node #3: [21, 50] from ... | 4 | Current State: 71:[78, 57, 23, 27], Operations: []
Exploring Operation: 57+23=80, Resulting Numbers: [78, 27, 80]
Generated Node #0,0: 71:[78, 27, 80] Operation: 57+23=80
Exploring Operation: 23+27=50, Resulting Numbers: [78, 57, 50]
Generated Node #0,1: 71:[78, 57, 50] Operation: 23+27=50
Exploring Operation: 78-23=55... | 0.982639 | hs_4 | sum_heuristic |
[
45,
67,
42,
39
] | 69 | [
"45+39=84",
"84/42=2",
"67+2=69"
] | Current State: 69:[45, 67, 42, 39], Operations: []
Exploring Operation: 45+39=84, Resulting Numbers: [67, 42, 84]
Generated Node #2: [67, 42, 84] from Operation: 45+39=84
Current State: 69:[67, 42, 84], Operations: ['45+39=84']
Exploring Operation: 84/42=2, Resulting Numbers: [67, 2]
Generated Node #3: [67, 2] from Ope... | 4 | Current State: 69:[45, 67, 42, 39], Operations: []
Exploring Operation: 42-39=3, Resulting Numbers: [45, 67, 3]
Generated Node #0,0: 69:[45, 67, 3] Operation: 42-39=3
Exploring Operation: 45-39=6, Resulting Numbers: [67, 42, 6]
Generated Node #0,1: 69:[67, 42, 6] Operation: 45-39=6
Exploring Operation: 45-42=3, Resulti... | 0 | hs_3 | sum_heuristic |
[
50,
24,
15,
45
] | 56 | [
"50-24=26",
"45-15=30",
"26+30=56"
] | Current State: 56:[50, 24, 15, 45], Operations: []
Exploring Operation: 50-24=26, Resulting Numbers: [15, 45, 26]
Generated Node #2: [15, 45, 26] from Operation: 50-24=26
Current State: 56:[15, 45, 26], Operations: ['50-24=26']
Exploring Operation: 45-15=30, Resulting Numbers: [26, 30]
Generated Node #3: [26, 30] from ... | 4 | Current State: 56:[50, 24, 15, 45], Operations: []
Exploring Operation: 50-45=5, Resulting Numbers: [24, 15, 5]
Generated Node #0,0: 56:[24, 15, 5] Operation: 50-45=5
Moving to Node #0,0
Current State: 56:[24, 15, 5], Operations: ['50-45=5']
Exploring Operation: 24-15=9, Resulting Numbers: [5, 9]
Generated Node #0,0,0:... | 0 | hs_1 | sum_heuristic |
[
19,
98,
71,
55
] | 63 | [
"98-19=79",
"71-55=16",
"79-16=63"
] | Current State: 63:[19, 98, 71, 55], Operations: []
Exploring Operation: 98-19=79, Resulting Numbers: [71, 55, 79]
Generated Node #2: [71, 55, 79] from Operation: 98-19=79
Current State: 63:[71, 55, 79], Operations: ['98-19=79']
Exploring Operation: 71-55=16, Resulting Numbers: [79, 16]
Generated Node #3: [79, 16] from ... | 4 | Current State: 63:[19, 98, 71, 55], Operations: []
Exploring Operation: 71-55=16, Resulting Numbers: [19, 98, 16]
Generated Node #0,0: 63:[19, 98, 16] Operation: 71-55=16
Exploring Operation: 98-71=27, Resulting Numbers: [19, 55, 27]
Generated Node #0,1: 63:[19, 55, 27] Operation: 98-71=27
Exploring Operation: 98-55=43... | 0.984375 | hs_5 | mult_heuristic |
[
34,
9,
48,
42
] | 72 | [
"9+42=51",
"48*51=2448",
"2448/34=72"
] | Current State: 72:[34, 9, 48, 42], Operations: []
Exploring Operation: 9+42=51, Resulting Numbers: [34, 48, 51]
Generated Node #2: [34, 48, 51] from Operation: 9+42=51
Current State: 72:[34, 48, 51], Operations: ['9+42=51']
Exploring Operation: 48*51=2448, Resulting Numbers: [34, 2448]
Generated Node #3: [34, 2448] fro... | 4 | Current State: 72:[34, 9, 48, 42], Operations: []
Exploring Operation: 48-34=14, Resulting Numbers: [9, 42, 14]
Generated Node #0,0: 72:[9, 42, 14] Operation: 48-34=14
Exploring Operation: 48-42=6, Resulting Numbers: [34, 9, 6]
Generated Node #0,1: 72:[34, 9, 6] Operation: 48-42=6
Start Sub Search at level 1: Moving to... | 0 | hs_2 | sum_heuristic |
[
75,
40,
16,
43
] | 20 | [
"75-43=32",
"40*16=640",
"640/32=20"
] | Current State: 20:[75, 40, 16, 43], Operations: []
Exploring Operation: 75-43=32, Resulting Numbers: [40, 16, 32]
Generated Node #2: [40, 16, 32] from Operation: 75-43=32
Current State: 20:[40, 16, 32], Operations: ['75-43=32']
Exploring Operation: 40*16=640, Resulting Numbers: [32, 640]
Generated Node #3: [32, 640] fr... | 4 | Current State: 20:[75, 40, 16, 43], Operations: []
Exploring Operation: 75-40=35, Resulting Numbers: [16, 43, 35]
Generated Node #0,0: 20:[16, 43, 35] Operation: 75-40=35
Exploring Operation: 75-43=32, Resulting Numbers: [40, 16, 32]
Generated Node #0,1: 20:[40, 16, 32] Operation: 75-43=32
Moving to Node #0,1
Current S... | 0 | hs_2 | mult_heuristic |
[
13,
90,
31,
5
] | 62 | [
"13+31=44",
"90/5=18",
"44+18=62"
] | Current State: 62:[13, 90, 31, 5], Operations: []
Exploring Operation: 13+31=44, Resulting Numbers: [90, 5, 44]
Generated Node #2: [90, 5, 44] from Operation: 13+31=44
Current State: 62:[90, 5, 44], Operations: ['13+31=44']
Exploring Operation: 90/5=18, Resulting Numbers: [44, 18]
Generated Node #3: [44, 18] from Opera... | 4 | Current State: 62:[13, 90, 31, 5], Operations: []
Exploring Operation: 90-31=59, Resulting Numbers: [13, 5, 59]
Generated Node #0,0: 62:[13, 5, 59] Operation: 90-31=59
Start Sub Search at level 1: Moving to Node #0,0
Current State: 62:[13, 5, 59], Operations: ['90-31=59']
Exploring Operation: 13*5=65, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
[
40,
2,
15,
44
] | 57 | [
"40+44=84",
"84/2=42",
"15+42=57"
] | Current State: 57:[40, 2, 15, 44], Operations: []
Exploring Operation: 40+44=84, Resulting Numbers: [2, 15, 84]
Generated Node #2: [2, 15, 84] from Operation: 40+44=84
Current State: 57:[2, 15, 84], Operations: ['40+44=84']
Exploring Operation: 84/2=42, Resulting Numbers: [15, 42]
Generated Node #3: [15, 42] from Opera... | 4 | Current State: 57:[40, 2, 15, 44], Operations: []
Exploring Operation: 40+15=55, Resulting Numbers: [2, 44, 55]
Generated Node #0,0: 57:[2, 44, 55] Operation: 40+15=55
Exploring Operation: 44-40=4, Resulting Numbers: [2, 15, 4]
Generated Node #0,1: 57:[2, 15, 4] Operation: 44-40=4
Moving to Node #0,1
Current State: 57:... | 0 | hs_2 | mult_heuristic |
[
3,
58,
28,
40
] | 43 | [
"58-3=55",
"40-28=12",
"55-12=43"
] | Current State: 43:[3, 58, 28, 40], Operations: []
Exploring Operation: 58-3=55, Resulting Numbers: [28, 40, 55]
Generated Node #2: [28, 40, 55] from Operation: 58-3=55
Current State: 43:[28, 40, 55], Operations: ['58-3=55']
Exploring Operation: 40-28=12, Resulting Numbers: [55, 12]
Generated Node #3: [55, 12] from Oper... | 4 | Current State: 43:[3, 58, 28, 40], Operations: []
Exploring Operation: 3+28=31, Resulting Numbers: [58, 40, 31]
Generated Node #0,0: 43:[58, 40, 31] Operation: 3+28=31
Exploring Operation: 58-3=55, Resulting Numbers: [28, 40, 55]
Generated Node #0,1: 43:[28, 40, 55] Operation: 58-3=55
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
7,
24,
20,
82
] | 18 | [
"24+20=44",
"82+44=126",
"126/7=18"
] | Current State: 18:[7, 24, 20, 82], Operations: []
Exploring Operation: 24+20=44, Resulting Numbers: [7, 82, 44]
Generated Node #2: [7, 82, 44] from Operation: 24+20=44
Current State: 18:[7, 82, 44], Operations: ['24+20=44']
Exploring Operation: 82+44=126, Resulting Numbers: [7, 126]
Generated Node #3: [7, 126] from Ope... | 4 | Current State: 18:[7, 24, 20, 82], Operations: []
Exploring Operation: 82-24=58, Resulting Numbers: [7, 20, 58]
Generated Node #0,0: 18:[7, 20, 58] Operation: 82-24=58
Exploring Operation: 82-20=62, Resulting Numbers: [7, 24, 62]
Generated Node #0,1: 18:[7, 24, 62] Operation: 82-20=62
Moving to Node #0,0
Current State:... | 0 | hs_2 | mult_heuristic |
[
73,
24,
90,
93
] | 81 | [
"93-90=3",
"24/3=8",
"73+8=81"
] | Current State: 81:[73, 24, 90, 93], Operations: []
Exploring Operation: 93-90=3, Resulting Numbers: [73, 24, 3]
Generated Node #2: [73, 24, 3] from Operation: 93-90=3
Current State: 81:[73, 24, 3], Operations: ['93-90=3']
Exploring Operation: 24/3=8, Resulting Numbers: [73, 8]
Generated Node #3: [73, 8] from Operation:... | 4 | Current State: 81:[73, 24, 90, 93], Operations: []
Exploring Operation: 90-24=66, Resulting Numbers: [73, 93, 66]
Generated Node #0,0: 81:[73, 93, 66] Operation: 90-24=66
Exploring Operation: 93-24=69, Resulting Numbers: [73, 90, 69]
Generated Node #0,1: 81:[73, 90, 69] Operation: 93-24=69
Exploring Operation: 93-90=3,... | 0.980903 | hs_5 | sum_heuristic |
[
95,
15,
60,
93
] | 43 | [
"95+15=110",
"60+93=153",
"153-110=43"
] | Current State: 43:[95, 15, 60, 93], Operations: []
Exploring Operation: 95+15=110, Resulting Numbers: [60, 93, 110]
Generated Node #2: [60, 93, 110] from Operation: 95+15=110
Current State: 43:[60, 93, 110], Operations: ['95+15=110']
Exploring Operation: 60+93=153, Resulting Numbers: [110, 153]
Generated Node #3: [110,... | 4 | Current State: 43:[95, 15, 60, 93], Operations: []
Exploring Operation: 95-15=80, Resulting Numbers: [60, 93, 80]
Generated Node #0,0: 43:[60, 93, 80] Operation: 95-15=80
Exploring Operation: 93-60=33, Resulting Numbers: [95, 15, 33]
Generated Node #0,1: 43:[95, 15, 33] Operation: 93-60=33
Exploring Operation: 95-93=2,... | 0.981771 | hs_4 | sum_heuristic |
[
60,
77,
30,
99
] | 86 | [
"77-60=17",
"99-30=69",
"17+69=86"
] | Current State: 86:[60, 77, 30, 99], Operations: []
Exploring Operation: 77-60=17, Resulting Numbers: [30, 99, 17]
Generated Node #2: [30, 99, 17] from Operation: 77-60=17
Current State: 86:[30, 99, 17], Operations: ['77-60=17']
Exploring Operation: 99-30=69, Resulting Numbers: [17, 69]
Generated Node #3: [17, 69] from ... | 4 | Current State: 86:[60, 77, 30, 99], Operations: []
Exploring Operation: 60+30=90, Resulting Numbers: [77, 99, 90]
Generated Node #0,0: 86:[77, 99, 90] Operation: 60+30=90
Exploring Operation: 99-60=39, Resulting Numbers: [77, 30, 39]
Generated Node #0,1: 86:[77, 30, 39] Operation: 99-60=39
Exploring Operation: 60/30=2,... | 0.986111 | hs_3 | mult_heuristic |
[
78,
27,
20,
26
] | 50 | [
"78/26=3",
"27+20=47",
"3+47=50"
] | Current State: 50:[78, 27, 20, 26], Operations: []
Exploring Operation: 78/26=3, Resulting Numbers: [27, 20, 3]
Generated Node #2: [27, 20, 3] from Operation: 78/26=3
Current State: 50:[27, 20, 3], Operations: ['78/26=3']
Exploring Operation: 27+20=47, Resulting Numbers: [3, 47]
Generated Node #3: [3, 47] from Operatio... | 4 | Current State: 50:[78, 27, 20, 26], Operations: []
Exploring Operation: 78-27=51, Resulting Numbers: [20, 26, 51]
Generated Node #0,0: 50:[20, 26, 51] Operation: 78-27=51
Exploring Operation: 78/26=3, Resulting Numbers: [27, 20, 3]
Generated Node #0,1: 50:[27, 20, 3] Operation: 78/26=3
Exploring Operation: 78-26=52, Re... | 0.981771 | hs_4 | mult_heuristic |
[
78,
77,
4,
11
] | 75 | [
"78+4=82",
"77/11=7",
"82-7=75"
] | Current State: 75:[78, 77, 4, 11], Operations: []
Exploring Operation: 78+4=82, Resulting Numbers: [77, 11, 82]
Generated Node #2: [77, 11, 82] from Operation: 78+4=82
Current State: 75:[77, 11, 82], Operations: ['78+4=82']
Exploring Operation: 77/11=7, Resulting Numbers: [82, 7]
Generated Node #3: [82, 7] from Operati... | 4 | Current State: 75:[78, 77, 4, 11], Operations: []
Exploring Operation: 78-4=74, Resulting Numbers: [77, 11, 74]
Generated Node #0,0: 75:[77, 11, 74] Operation: 78-4=74
Exploring Operation: 78-77=1, Resulting Numbers: [4, 11, 1]
Generated Node #0,1: 75:[4, 11, 1] Operation: 78-77=1
Exploring Operation: 4+11=15, Resultin... | 0.967014 | hs_5 | sum_heuristic |
[
59,
72,
55,
85
] | 52 | [
"59-55=4",
"85-72=13",
"4*13=52"
] | Current State: 52:[59, 72, 55, 85], Operations: []
Exploring Operation: 59-55=4, Resulting Numbers: [72, 85, 4]
Generated Node #2: [72, 85, 4] from Operation: 59-55=4
Current State: 52:[72, 85, 4], Operations: ['59-55=4']
Exploring Operation: 85-72=13, Resulting Numbers: [4, 13]
Generated Node #3: [4, 13] from Operatio... | 4 | Current State: 52:[59, 72, 55, 85], Operations: []
Exploring Operation: 85-72=13, Resulting Numbers: [59, 55, 13]
Generated Node #0,0: 52:[59, 55, 13] Operation: 85-72=13
Exploring Operation: 85-59=26, Resulting Numbers: [72, 55, 26]
Generated Node #0,1: 52:[72, 55, 26] Operation: 85-59=26
Start Sub Search at level 1: ... | 0.991319 | hs_2 | mult_heuristic |
[
73,
48,
4,
87
] | 88 | [
"73+87=160",
"160/4=40",
"48+40=88"
] | Current State: 88:[73, 48, 4, 87], Operations: []
Exploring Operation: 73+87=160, Resulting Numbers: [48, 4, 160]
Generated Node #2: [48, 4, 160] from Operation: 73+87=160
Current State: 88:[48, 4, 160], Operations: ['73+87=160']
Exploring Operation: 160/4=40, Resulting Numbers: [48, 40]
Generated Node #3: [48, 40] fro... | 4 | Current State: 88:[73, 48, 4, 87], Operations: []
Exploring Operation: 48/4=12, Resulting Numbers: [73, 87, 12]
Generated Node #0,0: 88:[73, 87, 12] Operation: 48/4=12
Exploring Operation: 73+4=77, Resulting Numbers: [48, 87, 77]
Generated Node #0,1: 88:[48, 87, 77] Operation: 73+4=77
Exploring Operation: 73-48=25, Res... | 0 | hs_5 | sum_heuristic |
[
44,
8,
49,
59
] | 26 | [
"44-8=36",
"59-49=10",
"36-10=26"
] | Current State: 26:[44, 8, 49, 59], Operations: []
Exploring Operation: 44-8=36, Resulting Numbers: [49, 59, 36]
Generated Node #2: [49, 59, 36] from Operation: 44-8=36
Current State: 26:[49, 59, 36], Operations: ['44-8=36']
Exploring Operation: 59-49=10, Resulting Numbers: [36, 10]
Generated Node #3: [36, 10] from Oper... | 4 | Current State: 26:[44, 8, 49, 59], Operations: []
Exploring Operation: 59-49=10, Resulting Numbers: [44, 8, 10]
Generated Node #0,0: 26:[44, 8, 10] Operation: 59-49=10
Exploring Operation: 59-44=15, Resulting Numbers: [8, 49, 15]
Generated Node #0,1: 26:[8, 49, 15] Operation: 59-44=15
Exploring Operation: 49-44=5, Resu... | 0.988715 | hs_3 | mult_heuristic |
[
66,
66,
48,
45
] | 93 | [
"66-66=0",
"48+45=93",
"0+93=93"
] | Current State: 93:[66, 66, 48, 45], Operations: []
Exploring Operation: 66-66=0, Resulting Numbers: [48, 45, 0]
Generated Node #2: [48, 45, 0] from Operation: 66-66=0
Current State: 93:[48, 45, 0], Operations: ['66-66=0']
Exploring Operation: 48+45=93, Resulting Numbers: [0, 93]
Generated Node #3: [0, 93] from Operatio... | 4 | Current State: 93:[66, 66, 48, 45], Operations: []
Exploring Operation: 66-48=18, Resulting Numbers: [66, 45, 18]
Generated Node #0,0: 93:[66, 45, 18] Operation: 66-48=18
Exploring Operation: 66/66=1, Resulting Numbers: [48, 45, 1]
Generated Node #0,1: 93:[48, 45, 1] Operation: 66/66=1
Exploring Operation: 66-66=0, Res... | 0.984375 | hs_3 | mult_heuristic |
[
5,
55,
39,
3
] | 67 | [
"55-5=50",
"39*3=117",
"117-50=67"
] | Current State: 67:[5, 55, 39, 3], Operations: []
Exploring Operation: 55-5=50, Resulting Numbers: [39, 3, 50]
Generated Node #2: [39, 3, 50] from Operation: 55-5=50
Current State: 67:[39, 3, 50], Operations: ['55-5=50']
Exploring Operation: 39*3=117, Resulting Numbers: [50, 117]
Generated Node #3: [50, 117] from Operat... | 4 | Current State: 67:[5, 55, 39, 3], Operations: []
Exploring Operation: 5*3=15, Resulting Numbers: [55, 39, 15]
Generated Node #0,0: 67:[55, 39, 15] Operation: 5*3=15
Exploring Operation: 5+55=60, Resulting Numbers: [39, 3, 60]
Generated Node #0,1: 67:[39, 3, 60] Operation: 5+55=60
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | sum_heuristic |
[
65,
63,
52,
76
] | 69 | [
"76-63=13",
"52/13=4",
"65+4=69"
] | Current State: 69:[65, 63, 52, 76], Operations: []
Exploring Operation: 76-63=13, Resulting Numbers: [65, 52, 13]
Generated Node #2: [65, 52, 13] from Operation: 76-63=13
Current State: 69:[65, 52, 13], Operations: ['76-63=13']
Exploring Operation: 52/13=4, Resulting Numbers: [65, 4]
Generated Node #3: [65, 4] from Ope... | 4 | Current State: 69:[65, 63, 52, 76], Operations: []
Exploring Operation: 76-65=11, Resulting Numbers: [63, 52, 11]
Generated Node #0,0: 69:[63, 52, 11] Operation: 76-65=11
Exploring Operation: 76-52=24, Resulting Numbers: [65, 63, 24]
Generated Node #0,1: 69:[65, 63, 24] Operation: 76-52=24
Exploring Operation: 63-52=11... | 0 | hs_5 | sum_heuristic |
[
28,
86,
67,
62
] | 53 | [
"86-28=58",
"67-62=5",
"58-5=53"
] | Current State: 53:[28, 86, 67, 62], Operations: []
Exploring Operation: 86-28=58, Resulting Numbers: [67, 62, 58]
Generated Node #2: [67, 62, 58] from Operation: 86-28=58
Current State: 53:[67, 62, 58], Operations: ['86-28=58']
Exploring Operation: 67-62=5, Resulting Numbers: [58, 5]
Generated Node #3: [58, 5] from Ope... | 4 | Current State: 53:[28, 86, 67, 62], Operations: []
Exploring Operation: 86-67=19, Resulting Numbers: [28, 62, 19]
Generated Node #0,0: 53:[28, 62, 19] Operation: 86-67=19
Exploring Operation: 62-28=34, Resulting Numbers: [86, 67, 34]
Generated Node #0,1: 53:[86, 67, 34] Operation: 62-28=34
Exploring Operation: 67-28=39... | 0.986979 | hs_4 | mult_heuristic |
[
62,
23,
59,
20
] | 89 | [
"62-59=3",
"23*3=69",
"20+69=89"
] | Current State: 89:[62, 23, 59, 20], Operations: []
Exploring Operation: 62-59=3, Resulting Numbers: [23, 20, 3]
Generated Node #2: [23, 20, 3] from Operation: 62-59=3
Current State: 89:[23, 20, 3], Operations: ['62-59=3']
Exploring Operation: 23*3=69, Resulting Numbers: [20, 69]
Generated Node #3: [20, 69] from Operati... | 4 | Current State: 89:[62, 23, 59, 20], Operations: []
Exploring Operation: 62+23=85, Resulting Numbers: [59, 20, 85]
Generated Node #0,0: 89:[59, 20, 85] Operation: 62+23=85
Exploring Operation: 23+59=82, Resulting Numbers: [62, 20, 82]
Generated Node #0,1: 89:[62, 20, 82] Operation: 23+59=82
Exploring Operation: 23+20=43... | 0 | hs_4 | sum_heuristic |
[
4,
58,
65,
30
] | 82 | [
"65-30=35",
"4*35=140",
"140-58=82"
] | Current State: 82:[4, 58, 65, 30], Operations: []
Exploring Operation: 65-30=35, Resulting Numbers: [4, 58, 35]
Generated Node #2: [4, 58, 35] from Operation: 65-30=35
Current State: 82:[4, 58, 35], Operations: ['65-30=35']
Exploring Operation: 4*35=140, Resulting Numbers: [58, 140]
Generated Node #3: [58, 140] from Op... | 4 | Current State: 82:[4, 58, 65, 30], Operations: []
Exploring Operation: 65-58=7, Resulting Numbers: [4, 30, 7]
Generated Node #0,0: 82:[4, 30, 7] Operation: 65-58=7
Start Sub Search at level 1: Moving to Node #0,0
Current State: 82:[4, 30, 7], Operations: ['65-58=7']
Exploring Operation: 30+7=37, Resulting Numbers: [4, ... | 0 | hs_1 | sum_heuristic |
[
39,
30,
14,
10
] | 36 | [
"39-30=9",
"14-10=4",
"9*4=36"
] | Current State: 36:[39, 30, 14, 10], Operations: []
Exploring Operation: 39-30=9, Resulting Numbers: [14, 10, 9]
Generated Node #2: [14, 10, 9] from Operation: 39-30=9
Current State: 36:[14, 10, 9], Operations: ['39-30=9']
Exploring Operation: 14-10=4, Resulting Numbers: [9, 4]
Generated Node #3: [9, 4] from Operation: ... | 4 | Current State: 36:[39, 30, 14, 10], Operations: []
Exploring Operation: 39-30=9, Resulting Numbers: [14, 10, 9]
Generated Node #0,0: 36:[14, 10, 9] Operation: 39-30=9
Start Sub Search at level 1: Moving to Node #0,0
Current State: 36:[14, 10, 9], Operations: ['39-30=9']
Exploring Operation: 14-10=4, Resulting Numbers: ... | 0.993924 | hs_1 | mult_heuristic |
[
68,
91,
27,
96
] | 100 | [
"91-68=23",
"27+96=123",
"123-23=100"
] | Current State: 100:[68, 91, 27, 96], Operations: []
Exploring Operation: 91-68=23, Resulting Numbers: [27, 96, 23]
Generated Node #2: [27, 96, 23] from Operation: 91-68=23
Current State: 100:[27, 96, 23], Operations: ['91-68=23']
Exploring Operation: 27+96=123, Resulting Numbers: [23, 123]
Generated Node #3: [23, 123] ... | 4 | Current State: 100:[68, 91, 27, 96], Operations: []
Exploring Operation: 91-68=23, Resulting Numbers: [27, 96, 23]
Generated Node #0,0: 100:[27, 96, 23] Operation: 91-68=23
Exploring Operation: 96-68=28, Resulting Numbers: [91, 27, 28]
Generated Node #0,1: 100:[91, 27, 28] Operation: 96-68=28
Start Sub Search at level ... | 0.991319 | hs_2 | sum_heuristic |
[
51,
5,
70,
36
] | 90 | [
"51+5=56",
"70-36=34",
"56+34=90"
] | Current State: 90:[51, 5, 70, 36], Operations: []
Exploring Operation: 51+5=56, Resulting Numbers: [70, 36, 56]
Generated Node #2: [70, 36, 56] from Operation: 51+5=56
Current State: 90:[70, 36, 56], Operations: ['51+5=56']
Exploring Operation: 70-36=34, Resulting Numbers: [56, 34]
Generated Node #3: [56, 34] from Oper... | 4 | Current State: 90:[51, 5, 70, 36], Operations: []
Exploring Operation: 70-51=19, Resulting Numbers: [5, 36, 19]
Generated Node #0,0: 90:[5, 36, 19] Operation: 70-51=19
Moving to Node #0,0
Current State: 90:[5, 36, 19], Operations: ['70-51=19']
Exploring Operation: 36-19=17, Resulting Numbers: [5, 17]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
48,
83,
26,
65
] | 92 | [
"48+83=131",
"65-26=39",
"131-39=92"
] | Current State: 92:[48, 83, 26, 65], Operations: []
Exploring Operation: 48+83=131, Resulting Numbers: [26, 65, 131]
Generated Node #2: [26, 65, 131] from Operation: 48+83=131
Current State: 92:[26, 65, 131], Operations: ['48+83=131']
Exploring Operation: 65-26=39, Resulting Numbers: [131, 39]
Generated Node #3: [131, 3... | 4 | Current State: 92:[48, 83, 26, 65], Operations: []
Exploring Operation: 26+65=91, Resulting Numbers: [48, 83, 91]
Generated Node #0,0: 92:[48, 83, 91] Operation: 26+65=91
Exploring Operation: 83-65=18, Resulting Numbers: [48, 26, 18]
Generated Node #0,1: 92:[48, 26, 18] Operation: 83-65=18
Exploring Operation: 65-48=17... | 0.983507 | hs_3 | sum_heuristic |
[
25,
88,
28,
4
] | 54 | [
"88+28=116",
"116/4=29",
"25+29=54"
] | Current State: 54:[25, 88, 28, 4], Operations: []
Exploring Operation: 88+28=116, Resulting Numbers: [25, 4, 116]
Generated Node #2: [25, 4, 116] from Operation: 88+28=116
Current State: 54:[25, 4, 116], Operations: ['88+28=116']
Exploring Operation: 116/4=29, Resulting Numbers: [25, 29]
Generated Node #3: [25, 29] fro... | 4 | Current State: 54:[25, 88, 28, 4], Operations: []
Exploring Operation: 88-4=84, Resulting Numbers: [25, 28, 84]
Generated Node #0,0: 54:[25, 28, 84] Operation: 88-4=84
Exploring Operation: 88-28=60, Resulting Numbers: [25, 4, 60]
Generated Node #0,1: 54:[25, 4, 60] Operation: 88-28=60
Exploring Operation: 88-25=63, Res... | 0 | hs_4 | sum_heuristic |
[
98,
53,
67,
13
] | 20 | [
"67-53=14",
"98/14=7",
"13+7=20"
] | Current State: 20:[98, 53, 67, 13], Operations: []
Exploring Operation: 67-53=14, Resulting Numbers: [98, 13, 14]
Generated Node #2: [98, 13, 14] from Operation: 67-53=14
Current State: 20:[98, 13, 14], Operations: ['67-53=14']
Exploring Operation: 98/14=7, Resulting Numbers: [13, 7]
Generated Node #3: [13, 7] from Ope... | 4 | Current State: 20:[98, 53, 67, 13], Operations: []
Exploring Operation: 98-67=31, Resulting Numbers: [53, 13, 31]
Generated Node #0,0: 20:[53, 13, 31] Operation: 98-67=31
Exploring Operation: 67-53=14, Resulting Numbers: [98, 13, 14]
Generated Node #0,1: 20:[98, 13, 14] Operation: 67-53=14
Exploring Operation: 98-53=45... | 0.984375 | hs_3 | sum_heuristic |
[
21,
22,
90,
57
] | 33 | [
"22-21=1",
"90-57=33",
"1*33=33"
] | Current State: 33:[21, 22, 90, 57], Operations: []
Exploring Operation: 22-21=1, Resulting Numbers: [90, 57, 1]
Generated Node #2: [90, 57, 1] from Operation: 22-21=1
Current State: 33:[90, 57, 1], Operations: ['22-21=1']
Exploring Operation: 90-57=33, Resulting Numbers: [1, 33]
Generated Node #3: [1, 33] from Operatio... | 4 | Current State: 33:[21, 22, 90, 57], Operations: []
Exploring Operation: 57-22=35, Resulting Numbers: [21, 90, 35]
Generated Node #0,0: 33:[21, 90, 35] Operation: 57-22=35
Exploring Operation: 90-57=33, Resulting Numbers: [21, 22, 33]
Generated Node #0,1: 33:[21, 22, 33] Operation: 90-57=33
Exploring Operation: 90-22=68... | 0.988715 | hs_4 | sum_heuristic |
[
7,
92,
63,
13
] | 41 | [
"7*63=441",
"92+441=533",
"533/13=41"
] | Current State: 41:[7, 92, 63, 13], Operations: []
Exploring Operation: 7*63=441, Resulting Numbers: [92, 13, 441]
Generated Node #2: [92, 13, 441] from Operation: 7*63=441
Current State: 41:[92, 13, 441], Operations: ['7*63=441']
Exploring Operation: 92+441=533, Resulting Numbers: [13, 533]
Generated Node #3: [13, 533]... | 4 | Current State: 41:[7, 92, 63, 13], Operations: []
Exploring Operation: 92-63=29, Resulting Numbers: [7, 13, 29]
Generated Node #0,0: 41:[7, 13, 29] Operation: 92-63=29
Exploring Operation: 63-7=56, Resulting Numbers: [92, 13, 56]
Generated Node #0,1: 41:[92, 13, 56] Operation: 63-7=56
Exploring Operation: 7+13=20, Resu... | 0 | hs_4 | sum_heuristic |
[
30,
90,
39,
11
] | 10 | [
"90-30=60",
"39+11=50",
"60-50=10"
] | Current State: 10:[30, 90, 39, 11], Operations: []
Exploring Operation: 90-30=60, Resulting Numbers: [39, 11, 60]
Generated Node #2: [39, 11, 60] from Operation: 90-30=60
Current State: 10:[39, 11, 60], Operations: ['90-30=60']
Exploring Operation: 39+11=50, Resulting Numbers: [60, 50]
Generated Node #3: [60, 50] from ... | 4 | Current State: 10:[30, 90, 39, 11], Operations: []
Exploring Operation: 90-39=51, Resulting Numbers: [30, 11, 51]
Generated Node #0,0: 10:[30, 11, 51] Operation: 90-39=51
Exploring Operation: 90-30=60, Resulting Numbers: [39, 11, 60]
Generated Node #0,1: 10:[39, 11, 60] Operation: 90-30=60
Exploring Operation: 90/30=3,... | 0.969618 | hs_5 | sum_heuristic |
[
23,
81,
57,
27
] | 88 | [
"81-23=58",
"57-27=30",
"58+30=88"
] | Current State: 88:[23, 81, 57, 27], Operations: []
Exploring Operation: 81-23=58, Resulting Numbers: [57, 27, 58]
Generated Node #2: [57, 27, 58] from Operation: 81-23=58
Current State: 88:[57, 27, 58], Operations: ['81-23=58']
Exploring Operation: 57-27=30, Resulting Numbers: [58, 30]
Generated Node #3: [58, 30] from ... | 4 | Current State: 88:[23, 81, 57, 27], Operations: []
Exploring Operation: 81-57=24, Resulting Numbers: [23, 27, 24]
Generated Node #0,0: 88:[23, 27, 24] Operation: 81-57=24
Moving to Node #0,0
Current State: 88:[23, 27, 24], Operations: ['81-57=24']
Exploring Operation: 27-23=4, Resulting Numbers: [24, 4]
Generated Node ... | 0 | hs_1 | mult_heuristic |
[
29,
77,
6,
5
] | 78 | [
"77-29=48",
"6*5=30",
"48+30=78"
] | Current State: 78:[29, 77, 6, 5], Operations: []
Exploring Operation: 77-29=48, Resulting Numbers: [6, 5, 48]
Generated Node #2: [6, 5, 48] from Operation: 77-29=48
Current State: 78:[6, 5, 48], Operations: ['77-29=48']
Exploring Operation: 6*5=30, Resulting Numbers: [48, 30]
Generated Node #3: [48, 30] from Operation:... | 4 | Current State: 78:[29, 77, 6, 5], Operations: []
Exploring Operation: 29-5=24, Resulting Numbers: [77, 6, 24]
Generated Node #0,0: 78:[77, 6, 24] Operation: 29-5=24
Start Sub Search at level 1: Moving to Node #0,0
Current State: 78:[77, 6, 24], Operations: ['29-5=24']
Exploring Operation: 24/6=4, Resulting Numbers: [77... | 0 | hs_1 | mult_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.