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 |
|---|---|---|---|---|---|---|---|---|
[
5,
23,
12,
17
] | 86 | [
"5*23=115",
"12+17=29",
"115-29=86"
] | Current State: 86:[5, 23, 12, 17], Operations: []
Exploring Operation: 5*23=115, Resulting Numbers: [12, 17, 115]
Generated Node #2: [12, 17, 115] from Operation: 5*23=115
Current State: 86:[12, 17, 115], Operations: ['5*23=115']
Exploring Operation: 12+17=29, Resulting Numbers: [115, 29]
Generated Node #3: [115, 29] f... | 4 | Current State: 86:[5, 23, 12, 17], Operations: []
Exploring Operation: 23+17=40, Resulting Numbers: [5, 12, 40]
Generated Node #0,0: 86:[5, 12, 40] Operation: 23+17=40
Exploring Operation: 23-17=6, Resulting Numbers: [5, 12, 6]
Generated Node #0,1: 86:[5, 12, 6] Operation: 23-17=6
Moving to Node #0,0
Current State: 86:... | 0 | hs_2 | sum_heuristic |
[
95,
83,
14,
81
] | 84 | [
"95-14=81",
"81/81=1",
"83+1=84"
] | Current State: 84:[95, 83, 14, 81], Operations: []
Exploring Operation: 95-14=81, Resulting Numbers: [83, 81, 81]
Generated Node #2: [83, 81, 81] from Operation: 95-14=81
Current State: 84:[83, 81, 81], Operations: ['95-14=81']
Exploring Operation: 81/81=1, Resulting Numbers: [83, 1]
Generated Node #3: [83, 1] from Ope... | 4 | Current State: 84:[95, 83, 14, 81], Operations: []
Exploring Operation: 14+81=95, Resulting Numbers: [95, 83, 95]
Generated Node #0,0: 84:[95, 83, 95] Operation: 14+81=95
Exploring Operation: 95-83=12, Resulting Numbers: [14, 81, 12]
Generated Node #0,1: 84:[14, 81, 12] Operation: 95-83=12
Exploring Operation: 95-14=81... | 0.982639 | hs_5 | sum_heuristic |
[
67,
45,
76,
2
] | 27 | [
"67-45=22",
"76-22=54",
"54/2=27"
] | Current State: 27:[67, 45, 76, 2], Operations: []
Exploring Operation: 67-45=22, Resulting Numbers: [76, 2, 22]
Generated Node #2: [76, 2, 22] from Operation: 67-45=22
Current State: 27:[76, 2, 22], Operations: ['67-45=22']
Exploring Operation: 76-22=54, Resulting Numbers: [2, 54]
Generated Node #3: [2, 54] from Operat... | 4 | Current State: 27:[67, 45, 76, 2], Operations: []
Exploring Operation: 76-67=9, Resulting Numbers: [45, 2, 9]
Generated Node #0,0: 27:[45, 2, 9] Operation: 76-67=9
Exploring Operation: 76-45=31, Resulting Numbers: [67, 2, 31]
Generated Node #0,1: 27:[67, 2, 31] Operation: 76-45=31
Exploring Operation: 67-45=22, Resulti... | 0.965278 | hs_3 | mult_heuristic |
[
60,
15,
80,
70
] | 75 | [
"60+15=75",
"80+70=150",
"150-75=75"
] | Current State: 75:[60, 15, 80, 70], Operations: []
Exploring Operation: 60+15=75, Resulting Numbers: [80, 70, 75]
Generated Node #2: [80, 70, 75] from Operation: 60+15=75
Current State: 75:[80, 70, 75], Operations: ['60+15=75']
Exploring Operation: 80+70=150, Resulting Numbers: [75, 150]
Generated Node #3: [75, 150] fr... | 4 | Current State: 75:[60, 15, 80, 70], Operations: []
Exploring Operation: 60+15=75, Resulting Numbers: [80, 70, 75]
Generated Node #0,0: 75:[80, 70, 75] Operation: 60+15=75
Start Sub Search at level 1: Moving to Node #0,0
Current State: 75:[80, 70, 75], Operations: ['60+15=75']
Exploring Operation: 80-70=10, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
92,
66,
20,
48
] | 73 | [
"92+48=140",
"140/20=7",
"66+7=73"
] | Current State: 73:[92, 66, 20, 48], Operations: []
Exploring Operation: 92+48=140, Resulting Numbers: [66, 20, 140]
Generated Node #2: [66, 20, 140] from Operation: 92+48=140
Current State: 73:[66, 20, 140], Operations: ['92+48=140']
Exploring Operation: 140/20=7, Resulting Numbers: [66, 7]
Generated Node #3: [66, 7] f... | 4 | Current State: 73:[92, 66, 20, 48], Operations: []
Exploring Operation: 92-20=72, Resulting Numbers: [66, 48, 72]
Generated Node #0,0: 73:[66, 48, 72] Operation: 92-20=72
Exploring Operation: 92+20=112, Resulting Numbers: [66, 48, 112]
Generated Node #0,1: 73:[66, 48, 112] Operation: 92+20=112
Exploring Operation: 66-2... | 0 | hs_5 | mult_heuristic |
[
22,
80,
40,
40
] | 21 | [
"80-40=40",
"40/40=1",
"22-1=21"
] | Current State: 21:[22, 80, 40, 40], Operations: []
Exploring Operation: 80-40=40, Resulting Numbers: [22, 40]
Generated Node #2: [22, 40] from Operation: 80-40=40
Current State: 21:[22, 40], Operations: ['80-40=40']
Exploring Operation: 40/40=1, Resulting Numbers: [22, 1]
Generated Node #3: [22, 1] from Operation: 40/4... | 4 | Current State: 21:[22, 80, 40, 40], Operations: []
Exploring Operation: 80/40=2, Resulting Numbers: [22, 40, 2]
Generated Node #0,0: 21:[22, 40, 2] Operation: 80/40=2
Exploring Operation: 80/40=2, Resulting Numbers: [22, 40, 2]
Generated Node #0,1: 21:[22, 40, 2] Operation: 80/40=2
Moving to Node #0,0
Current State: 21... | 0 | hs_2 | mult_heuristic |
[
99,
45,
84,
89
] | 51 | [
"99*45=4455",
"84+4455=4539",
"4539/89=51"
] | Current State: 51:[99, 45, 84, 89], Operations: []
Exploring Operation: 99*45=4455, Resulting Numbers: [84, 89, 4455]
Generated Node #2: [84, 89, 4455] from Operation: 99*45=4455
Current State: 51:[84, 89, 4455], Operations: ['99*45=4455']
Exploring Operation: 84+4455=4539, Resulting Numbers: [89, 4539]
Generated Node ... | 4 | Current State: 51:[99, 45, 84, 89], Operations: []
Exploring Operation: 99-89=10, Resulting Numbers: [45, 84, 10]
Generated Node #0,0: 51:[45, 84, 10] Operation: 99-89=10
Exploring Operation: 89-84=5, Resulting Numbers: [99, 45, 5]
Generated Node #0,1: 51:[99, 45, 5] Operation: 89-84=5
Exploring Operation: 99-84=15, Re... | 0 | hs_3 | sum_heuristic |
[
98,
8,
4,
43
] | 48 | [
"98*4=392",
"8*43=344",
"392-344=48"
] | Current State: 48:[98, 8, 4, 43], Operations: []
Exploring Operation: 98*4=392, Resulting Numbers: [8, 43, 392]
Generated Node #2: [8, 43, 392] from Operation: 98*4=392
Current State: 48:[8, 43, 392], Operations: ['98*4=392']
Exploring Operation: 8*43=344, Resulting Numbers: [392, 344]
Generated Node #3: [392, 344] fro... | 4 | Current State: 48:[98, 8, 4, 43], Operations: []
Exploring Operation: 98-43=55, Resulting Numbers: [8, 4, 55]
Generated Node #0,0: 48:[8, 4, 55] Operation: 98-43=55
Start Sub Search at level 1: Moving to Node #0,0
Current State: 48:[8, 4, 55], Operations: ['98-43=55']
Exploring Operation: 55-8=47, Resulting Numbers: [4... | 0 | hs_1 | mult_heuristic |
[
55,
61,
96,
2
] | 81 | [
"96-55=41",
"61*2=122",
"122-41=81"
] | Current State: 81:[55, 61, 96, 2], Operations: []
Exploring Operation: 96-55=41, Resulting Numbers: [61, 2, 41]
Generated Node #2: [61, 2, 41] from Operation: 96-55=41
Current State: 81:[61, 2, 41], Operations: ['96-55=41']
Exploring Operation: 61*2=122, Resulting Numbers: [41, 122]
Generated Node #3: [41, 122] from Op... | 4 | Current State: 81:[55, 61, 96, 2], Operations: []
Exploring Operation: 61-55=6, Resulting Numbers: [96, 2, 6]
Generated Node #0,0: 81:[96, 2, 6] Operation: 61-55=6
Exploring Operation: 96-61=35, Resulting Numbers: [55, 2, 35]
Generated Node #0,1: 81:[55, 2, 35] Operation: 96-61=35
Exploring Operation: 96-55=41, Resulti... | 0 | hs_4 | mult_heuristic |
[
85,
51,
75,
33
] | 78 | [
"51*75=3825",
"3825/85=45",
"33+45=78"
] | Current State: 78:[85, 51, 75, 33], Operations: []
Exploring Operation: 51*75=3825, Resulting Numbers: [85, 33, 3825]
Generated Node #2: [85, 33, 3825] from Operation: 51*75=3825
Current State: 78:[85, 33, 3825], Operations: ['51*75=3825']
Exploring Operation: 3825/85=45, Resulting Numbers: [33, 45]
Generated Node #3: ... | 4 | Current State: 78:[85, 51, 75, 33], Operations: []
Exploring Operation: 75-51=24, Resulting Numbers: [85, 33, 24]
Generated Node #0,0: 78:[85, 33, 24] Operation: 75-51=24
Exploring Operation: 85-51=34, Resulting Numbers: [75, 33, 34]
Generated Node #0,1: 78:[75, 33, 34] Operation: 85-51=34
Moving to Node #0,1
Current S... | 0 | hs_2 | mult_heuristic |
[
40,
29,
54,
24
] | 89 | [
"40-29=11",
"54+24=78",
"11+78=89"
] | Current State: 89:[40, 29, 54, 24], Operations: []
Exploring Operation: 40-29=11, Resulting Numbers: [54, 24, 11]
Generated Node #2: [54, 24, 11] from Operation: 40-29=11
Current State: 89:[54, 24, 11], Operations: ['40-29=11']
Exploring Operation: 54+24=78, Resulting Numbers: [11, 78]
Generated Node #3: [11, 78] from ... | 4 | Current State: 89:[40, 29, 54, 24], Operations: []
Exploring Operation: 40+24=64, Resulting Numbers: [29, 54, 64]
Generated Node #0,0: 89:[29, 54, 64] Operation: 40+24=64
Exploring Operation: 29+24=53, Resulting Numbers: [40, 54, 53]
Generated Node #0,1: 89:[40, 54, 53] Operation: 29+24=53
Exploring Operation: 40+29=69... | 0.982639 | hs_4 | sum_heuristic |
[
95,
13,
85,
10
] | 60 | [
"95+85=180",
"13-10=3",
"180/3=60"
] | Current State: 60:[95, 13, 85, 10], Operations: []
Exploring Operation: 95+85=180, Resulting Numbers: [13, 10, 180]
Generated Node #2: [13, 10, 180] from Operation: 95+85=180
Current State: 60:[13, 10, 180], Operations: ['95+85=180']
Exploring Operation: 13-10=3, Resulting Numbers: [180, 3]
Generated Node #3: [180, 3] ... | 4 | Current State: 60:[95, 13, 85, 10], Operations: []
Exploring Operation: 95-85=10, Resulting Numbers: [13, 10, 10]
Generated Node #0,0: 60:[13, 10, 10] Operation: 95-85=10
Exploring Operation: 95-13=82, Resulting Numbers: [85, 10, 82]
Generated Node #0,1: 60:[85, 10, 82] Operation: 95-13=82
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
71,
24,
3,
60
] | 81 | [
"71-24=47",
"3*47=141",
"141-60=81"
] | Current State: 81:[71, 24, 3, 60], Operations: []
Exploring Operation: 71-24=47, Resulting Numbers: [3, 60, 47]
Generated Node #2: [3, 60, 47] from Operation: 71-24=47
Current State: 81:[3, 60, 47], Operations: ['71-24=47']
Exploring Operation: 3*47=141, Resulting Numbers: [60, 141]
Generated Node #3: [60, 141] from Op... | 4 | Current State: 81:[71, 24, 3, 60], Operations: []
Exploring Operation: 24+60=84, Resulting Numbers: [71, 3, 84]
Generated Node #0,0: 81:[71, 3, 84] Operation: 24+60=84
Exploring Operation: 71-60=11, Resulting Numbers: [24, 3, 11]
Generated Node #0,1: 81:[24, 3, 11] Operation: 71-60=11
Moving to Node #0,1
Current State:... | 0 | hs_2 | mult_heuristic |
[
24,
31,
6,
17
] | 25 | [
"31-24=7",
"6*7=42",
"42-17=25"
] | Current State: 25:[24, 31, 6, 17], Operations: []
Exploring Operation: 31-24=7, Resulting Numbers: [6, 17, 7]
Generated Node #2: [6, 17, 7] from Operation: 31-24=7
Current State: 25:[6, 17, 7], Operations: ['31-24=7']
Exploring Operation: 6*7=42, Resulting Numbers: [17, 42]
Generated Node #3: [17, 42] from Operation: 6... | 4 | Current State: 25:[24, 31, 6, 17], Operations: []
Exploring Operation: 31-24=7, Resulting Numbers: [6, 17, 7]
Generated Node #0,0: 25:[6, 17, 7] Operation: 31-24=7
Exploring Operation: 6+17=23, Resulting Numbers: [24, 31, 23]
Generated Node #0,1: 25:[24, 31, 23] Operation: 6+17=23
Exploring Operation: 31-17=14, Resulti... | 0 | hs_5 | mult_heuristic |
[
72,
76,
48,
74
] | 26 | [
"72+76=148",
"48+74=122",
"148-122=26"
] | Current State: 26:[72, 76, 48, 74], Operations: []
Exploring Operation: 72+76=148, Resulting Numbers: [48, 74, 148]
Generated Node #2: [48, 74, 148] from Operation: 72+76=148
Current State: 26:[48, 74, 148], Operations: ['72+76=148']
Exploring Operation: 48+74=122, Resulting Numbers: [148, 122]
Generated Node #3: [148,... | 4 | Current State: 26:[72, 76, 48, 74], Operations: []
Exploring Operation: 74-72=2, Resulting Numbers: [76, 48, 2]
Generated Node #0,0: 26:[76, 48, 2] Operation: 74-72=2
Exploring Operation: 76-72=4, Resulting Numbers: [48, 74, 4]
Generated Node #0,1: 26:[48, 74, 4] Operation: 76-72=4
Exploring Operation: 76-74=2, Resulti... | 0.979167 | hs_4 | mult_heuristic |
[
93,
55,
6,
58
] | 75 | [
"58-55=3",
"6*3=18",
"93-18=75"
] | Current State: 75:[93, 55, 6, 58], Operations: []
Exploring Operation: 58-55=3, Resulting Numbers: [93, 6, 3]
Generated Node #2: [93, 6, 3] from Operation: 58-55=3
Current State: 75:[93, 6, 3], Operations: ['58-55=3']
Exploring Operation: 6*3=18, Resulting Numbers: [93, 18]
Generated Node #3: [93, 18] from Operation: 6... | 4 | Current State: 75:[93, 55, 6, 58], Operations: []
Exploring Operation: 93-55=38, Resulting Numbers: [6, 58, 38]
Generated Node #0,0: 75:[6, 58, 38] Operation: 93-55=38
Exploring Operation: 58-55=3, Resulting Numbers: [93, 6, 3]
Generated Node #0,1: 75:[93, 6, 3] Operation: 58-55=3
Start Sub Search at level 1: Moving to... | 0 | hs_2 | mult_heuristic |
[
61,
37,
7,
27
] | 91 | [
"61+37=98",
"7*27=189",
"189-98=91"
] | Current State: 91:[61, 37, 7, 27], Operations: []
Exploring Operation: 61+37=98, Resulting Numbers: [7, 27, 98]
Generated Node #2: [7, 27, 98] from Operation: 61+37=98
Current State: 91:[7, 27, 98], Operations: ['61+37=98']
Exploring Operation: 7*27=189, Resulting Numbers: [98, 189]
Generated Node #3: [98, 189] from Op... | 4 | Current State: 91:[61, 37, 7, 27], Operations: []
Exploring Operation: 61+37=98, Resulting Numbers: [7, 27, 98]
Generated Node #0,0: 91:[7, 27, 98] Operation: 61+37=98
Start Sub Search at level 1: Moving to Node #0,0
Current State: 91:[7, 27, 98], Operations: ['61+37=98']
Exploring Operation: 27-7=20, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
[
8,
24,
66,
86
] | 64 | [
"24/8=3",
"66/3=22",
"86-22=64"
] | Current State: 64:[8, 24, 66, 86], Operations: []
Exploring Operation: 24/8=3, Resulting Numbers: [66, 86, 3]
Generated Node #2: [66, 86, 3] from Operation: 24/8=3
Current State: 64:[66, 86, 3], Operations: ['24/8=3']
Exploring Operation: 66/3=22, Resulting Numbers: [86, 22]
Generated Node #3: [86, 22] from Operation: ... | 4 | Current State: 64:[8, 24, 66, 86], Operations: []
Exploring Operation: 8+24=32, Resulting Numbers: [66, 86, 32]
Generated Node #0,0: 64:[66, 86, 32] Operation: 8+24=32
Exploring Operation: 86-66=20, Resulting Numbers: [8, 24, 20]
Generated Node #0,1: 64:[8, 24, 20] Operation: 86-66=20
Exploring Operation: 24-8=16, Resu... | 0 | hs_4 | mult_heuristic |
[
10,
65,
45,
95
] | 51 | [
"45+95=140",
"140/10=14",
"65-14=51"
] | Current State: 51:[10, 65, 45, 95], Operations: []
Exploring Operation: 45+95=140, Resulting Numbers: [10, 65, 140]
Generated Node #2: [10, 65, 140] from Operation: 45+95=140
Current State: 51:[10, 65, 140], Operations: ['45+95=140']
Exploring Operation: 140/10=14, Resulting Numbers: [65, 14]
Generated Node #3: [65, 14... | 4 | Current State: 51:[10, 65, 45, 95], Operations: []
Exploring Operation: 95-45=50, Resulting Numbers: [10, 65, 50]
Generated Node #0,0: 51:[10, 65, 50] Operation: 95-45=50
Exploring Operation: 95-65=30, Resulting Numbers: [10, 45, 30]
Generated Node #0,1: 51:[10, 45, 30] Operation: 95-65=30
Moving to Node #0,0
Current S... | 0 | hs_2 | mult_heuristic |
[
7,
75,
42,
26
] | 66 | [
"7+75=82",
"42-26=16",
"82-16=66"
] | Current State: 66:[7, 75, 42, 26], Operations: []
Exploring Operation: 7+75=82, Resulting Numbers: [42, 26, 82]
Generated Node #2: [42, 26, 82] from Operation: 7+75=82
Current State: 66:[42, 26, 82], Operations: ['7+75=82']
Exploring Operation: 42-26=16, Resulting Numbers: [82, 16]
Generated Node #3: [82, 16] from Oper... | 4 | Current State: 66:[7, 75, 42, 26], Operations: []
Exploring Operation: 75-42=33, Resulting Numbers: [7, 26, 33]
Generated Node #0,0: 66:[7, 26, 33] Operation: 75-42=33
Exploring Operation: 42+26=68, Resulting Numbers: [7, 75, 68]
Generated Node #0,1: 66:[7, 75, 68] Operation: 42+26=68
Exploring Operation: 42/7=6, Resul... | 0.988715 | hs_3 | sum_heuristic |
[
16,
93,
2,
16
] | 46 | [
"16/16=1",
"93-1=92",
"92/2=46"
] | Current State: 46:[16, 93, 2, 16], Operations: []
Exploring Operation: 16/16=1, Resulting Numbers: [93, 2, 1]
Generated Node #2: [93, 2, 1] from Operation: 16/16=1
Current State: 46:[93, 2, 1], Operations: ['16/16=1']
Exploring Operation: 93-1=92, Resulting Numbers: [2, 92]
Generated Node #3: [2, 92] from Operation: 93... | 4 | Current State: 46:[16, 93, 2, 16], Operations: []
Exploring Operation: 16-16=0, Resulting Numbers: [93, 2, 0]
Generated Node #0,0: 46:[93, 2, 0] Operation: 16-16=0
Exploring Operation: 93-16=77, Resulting Numbers: [16, 2, 77]
Generated Node #0,1: 46:[16, 2, 77] Operation: 93-16=77
Exploring Operation: 16/16=1, Resultin... | 0.947917 | hs_5 | sum_heuristic |
[
27,
4,
12,
93
] | 63 | [
"27+12=39",
"4*39=156",
"156-93=63"
] | Current State: 63:[27, 4, 12, 93], Operations: []
Exploring Operation: 27+12=39, Resulting Numbers: [4, 93, 39]
Generated Node #2: [4, 93, 39] from Operation: 27+12=39
Current State: 63:[4, 93, 39], Operations: ['27+12=39']
Exploring Operation: 4*39=156, Resulting Numbers: [93, 156]
Generated Node #3: [93, 156] from Op... | 4 | Current State: 63:[27, 4, 12, 93], Operations: []
Exploring Operation: 93-4=89, Resulting Numbers: [27, 12, 89]
Generated Node #0,0: 63:[27, 12, 89] Operation: 93-4=89
Exploring Operation: 27-4=23, Resulting Numbers: [12, 93, 23]
Generated Node #0,1: 63:[12, 93, 23] Operation: 27-4=23
Exploring Operation: 93-12=81, Res... | 0.985243 | hs_5 | mult_heuristic |
[
92,
18,
4,
96
] | 98 | [
"92-18=74",
"96/4=24",
"74+24=98"
] | Current State: 98:[92, 18, 4, 96], Operations: []
Exploring Operation: 92-18=74, Resulting Numbers: [4, 96, 74]
Generated Node #2: [4, 96, 74] from Operation: 92-18=74
Current State: 98:[4, 96, 74], Operations: ['92-18=74']
Exploring Operation: 96/4=24, Resulting Numbers: [74, 24]
Generated Node #3: [74, 24] from Opera... | 4 | Current State: 98:[92, 18, 4, 96], Operations: []
Exploring Operation: 96-92=4, Resulting Numbers: [18, 4, 4]
Generated Node #0,0: 98:[18, 4, 4] Operation: 96-92=4
Exploring Operation: 92+4=96, Resulting Numbers: [18, 96, 96]
Generated Node #0,1: 98:[18, 96, 96] Operation: 92+4=96
Moving to Node #0,0
Current State: 98:... | 0 | hs_2 | mult_heuristic |
[
3,
57,
99,
17
] | 56 | [
"3+57=60",
"99+17=116",
"116-60=56"
] | Current State: 56:[3, 57, 99, 17], Operations: []
Exploring Operation: 3+57=60, Resulting Numbers: [99, 17, 60]
Generated Node #2: [99, 17, 60] from Operation: 3+57=60
Current State: 56:[99, 17, 60], Operations: ['3+57=60']
Exploring Operation: 99+17=116, Resulting Numbers: [60, 116]
Generated Node #3: [60, 116] from O... | 4 | Current State: 56:[3, 57, 99, 17], Operations: []
Exploring Operation: 99/3=33, Resulting Numbers: [57, 17, 33]
Generated Node #0,0: 56:[57, 17, 33] Operation: 99/3=33
Moving to Node #0,0
Current State: 56:[57, 17, 33], Operations: ['99/3=33']
Exploring Operation: 33-17=16, Resulting Numbers: [57, 16]
Generated Node #0... | 0 | hs_1 | sum_heuristic |
[
49,
37,
26,
31
] | 45 | [
"49-37=12",
"26+31=57",
"57-12=45"
] | Current State: 45:[49, 37, 26, 31], Operations: []
Exploring Operation: 49-37=12, Resulting Numbers: [26, 31, 12]
Generated Node #2: [26, 31, 12] from Operation: 49-37=12
Current State: 45:[26, 31, 12], Operations: ['49-37=12']
Exploring Operation: 26+31=57, Resulting Numbers: [12, 57]
Generated Node #3: [12, 57] from ... | 4 | Current State: 45:[49, 37, 26, 31], Operations: []
Exploring Operation: 37-31=6, Resulting Numbers: [49, 26, 6]
Generated Node #0,0: 45:[49, 26, 6] Operation: 37-31=6
Exploring Operation: 31-26=5, Resulting Numbers: [49, 37, 5]
Generated Node #0,1: 45:[49, 37, 5] Operation: 31-26=5
Moving to Node #0,1
Current State: 45... | 0 | hs_2 | sum_heuristic |
[
7,
70,
64,
87
] | 91 | [
"87-64=23",
"7*23=161",
"161-70=91"
] | Current State: 91:[7, 70, 64, 87], Operations: []
Exploring Operation: 87-64=23, Resulting Numbers: [7, 70, 23]
Generated Node #2: [7, 70, 23] from Operation: 87-64=23
Current State: 91:[7, 70, 23], Operations: ['87-64=23']
Exploring Operation: 7*23=161, Resulting Numbers: [70, 161]
Generated Node #3: [70, 161] from Op... | 4 | Current State: 91:[7, 70, 64, 87], Operations: []
Exploring Operation: 87-70=17, Resulting Numbers: [7, 64, 17]
Generated Node #0,0: 91:[7, 64, 17] Operation: 87-70=17
Exploring Operation: 70-64=6, Resulting Numbers: [7, 87, 6]
Generated Node #0,1: 91:[7, 87, 6] Operation: 70-64=6
Moving to Node #0,1
Current State: 91:... | 0 | hs_2 | mult_heuristic |
[
15,
8,
90,
26
] | 30 | [
"15+8=23",
"26-23=3",
"90/3=30"
] | Current State: 30:[15, 8, 90, 26], Operations: []
Exploring Operation: 15+8=23, Resulting Numbers: [90, 26, 23]
Generated Node #2: [90, 26, 23] from Operation: 15+8=23
Current State: 30:[90, 26, 23], Operations: ['15+8=23']
Exploring Operation: 26-23=3, Resulting Numbers: [90, 3]
Generated Node #3: [90, 3] from Operati... | 4 | Current State: 30:[15, 8, 90, 26], Operations: []
Exploring Operation: 90/15=6, Resulting Numbers: [8, 26, 6]
Generated Node #0,0: 30:[8, 26, 6] Operation: 90/15=6
Exploring Operation: 90-15=75, Resulting Numbers: [8, 26, 75]
Generated Node #0,1: 30:[8, 26, 75] Operation: 90-15=75
Exploring Operation: 90-26=64, Resulti... | 0 | hs_3 | sum_heuristic |
[
2,
68,
93,
5
] | 45 | [
"93-68=25",
"2*25=50",
"50-5=45"
] | Current State: 45:[2, 68, 93, 5], Operations: []
Exploring Operation: 93-68=25, Resulting Numbers: [2, 5, 25]
Generated Node #2: [2, 5, 25] from Operation: 93-68=25
Current State: 45:[2, 5, 25], Operations: ['93-68=25']
Exploring Operation: 2*25=50, Resulting Numbers: [5, 50]
Generated Node #3: [5, 50] from Operation: ... | 4 | Current State: 45:[2, 68, 93, 5], Operations: []
Exploring Operation: 68-2=66, Resulting Numbers: [93, 5, 66]
Generated Node #0,0: 45:[93, 5, 66] Operation: 68-2=66
Exploring Operation: 68/2=34, Resulting Numbers: [93, 5, 34]
Generated Node #0,1: 45:[93, 5, 34] Operation: 68/2=34
Exploring Operation: 93-5=88, Resulting... | 0.982639 | hs_5 | mult_heuristic |
[
85,
17,
81,
96
] | 53 | [
"85-17=68",
"96-81=15",
"68-15=53"
] | Current State: 53:[85, 17, 81, 96], Operations: []
Exploring Operation: 85-17=68, Resulting Numbers: [81, 96, 68]
Generated Node #2: [81, 96, 68] from Operation: 85-17=68
Current State: 53:[81, 96, 68], Operations: ['85-17=68']
Exploring Operation: 96-81=15, Resulting Numbers: [68, 15]
Generated Node #3: [68, 15] from ... | 4 | Current State: 53:[85, 17, 81, 96], Operations: []
Exploring Operation: 81-17=64, Resulting Numbers: [85, 96, 64]
Generated Node #0,0: 53:[85, 96, 64] Operation: 81-17=64
Exploring Operation: 96-17=79, Resulting Numbers: [85, 81, 79]
Generated Node #0,1: 53:[85, 81, 79] Operation: 96-17=79
Exploring Operation: 85-17=68... | 0.976563 | hs_3 | mult_heuristic |
[
93,
9,
91,
47
] | 58 | [
"93+9=102",
"91-47=44",
"102-44=58"
] | Current State: 58:[93, 9, 91, 47], Operations: []
Exploring Operation: 93+9=102, Resulting Numbers: [91, 47, 102]
Generated Node #2: [91, 47, 102] from Operation: 93+9=102
Current State: 58:[91, 47, 102], Operations: ['93+9=102']
Exploring Operation: 91-47=44, Resulting Numbers: [102, 44]
Generated Node #3: [102, 44] f... | 4 | Current State: 58:[93, 9, 91, 47], Operations: []
Exploring Operation: 93-91=2, Resulting Numbers: [9, 47, 2]
Generated Node #0,0: 58:[9, 47, 2] Operation: 93-91=2
Moving to Node #0,0
Current State: 58:[9, 47, 2], Operations: ['93-91=2']
Exploring Operation: 9+47=56, Resulting Numbers: [2, 56]
Generated Node #0,0,0: 58... | 0.993924 | hs_1 | sum_heuristic |
[
93,
63,
56,
89
] | 63 | [
"93-63=30",
"89-56=33",
"30+33=63"
] | Current State: 63:[93, 63, 56, 89], Operations: []
Exploring Operation: 93-63=30, Resulting Numbers: [56, 89, 30]
Generated Node #2: [56, 89, 30] from Operation: 93-63=30
Current State: 63:[56, 89, 30], Operations: ['93-63=30']
Exploring Operation: 89-56=33, Resulting Numbers: [30, 33]
Generated Node #3: [30, 33] from ... | 4 | Current State: 63:[93, 63, 56, 89], Operations: []
Exploring Operation: 93-89=4, Resulting Numbers: [63, 56, 4]
Generated Node #0,0: 63:[63, 56, 4] Operation: 93-89=4
Exploring Operation: 93-63=30, Resulting Numbers: [56, 89, 30]
Generated Node #0,1: 63:[56, 89, 30] Operation: 93-63=30
Exploring Operation: 93-56=37, Re... | 0.976563 | hs_3 | mult_heuristic |
[
2,
18,
24,
73
] | 65 | [
"18-2=16",
"73-24=49",
"16+49=65"
] | Current State: 65:[2, 18, 24, 73], Operations: []
Exploring Operation: 18-2=16, Resulting Numbers: [24, 73, 16]
Generated Node #2: [24, 73, 16] from Operation: 18-2=16
Current State: 65:[24, 73, 16], Operations: ['18-2=16']
Exploring Operation: 73-24=49, Resulting Numbers: [16, 49]
Generated Node #3: [16, 49] from Oper... | 4 | Current State: 65:[2, 18, 24, 73], Operations: []
Exploring Operation: 24/2=12, Resulting Numbers: [18, 73, 12]
Generated Node #0,0: 65:[18, 73, 12] Operation: 24/2=12
Exploring Operation: 18-2=16, Resulting Numbers: [24, 73, 16]
Generated Node #0,1: 65:[24, 73, 16] Operation: 18-2=16
Exploring Operation: 24-18=6, Resu... | 0.990451 | hs_3 | mult_heuristic |
[
65,
6,
87,
5
] | 11 | [
"65+6=71",
"87-5=82",
"82-71=11"
] | Current State: 11:[65, 6, 87, 5], Operations: []
Exploring Operation: 65+6=71, Resulting Numbers: [87, 5, 71]
Generated Node #2: [87, 5, 71] from Operation: 65+6=71
Current State: 11:[87, 5, 71], Operations: ['65+6=71']
Exploring Operation: 87-5=82, Resulting Numbers: [71, 82]
Generated Node #3: [71, 82] from Operation... | 4 | Current State: 11:[65, 6, 87, 5], Operations: []
Exploring Operation: 87-65=22, Resulting Numbers: [6, 5, 22]
Generated Node #0,0: 11:[6, 5, 22] Operation: 87-65=22
Start Sub Search at level 1: Moving to Node #0,0
Current State: 11:[6, 5, 22], Operations: ['87-65=22']
Exploring Operation: 6+5=11, Resulting Numbers: [22... | 0.993924 | hs_1 | mult_heuristic |
[
2,
8,
70,
54
] | 85 | [
"70-8=62",
"62/2=31",
"54+31=85"
] | Current State: 85:[2, 8, 70, 54], Operations: []
Exploring Operation: 70-8=62, Resulting Numbers: [2, 54, 62]
Generated Node #2: [2, 54, 62] from Operation: 70-8=62
Current State: 85:[2, 54, 62], Operations: ['70-8=62']
Exploring Operation: 62/2=31, Resulting Numbers: [54, 31]
Generated Node #3: [54, 31] from Operation... | 4 | Current State: 85:[2, 8, 70, 54], Operations: []
Exploring Operation: 54/2=27, Resulting Numbers: [8, 70, 27]
Generated Node #0,0: 85:[8, 70, 27] Operation: 54/2=27
Exploring Operation: 70-54=16, Resulting Numbers: [2, 8, 16]
Generated Node #0,1: 85:[2, 8, 16] Operation: 70-54=16
Exploring Operation: 2*54=108, Resultin... | 0 | hs_3 | mult_heuristic |
[
3,
45,
97,
87
] | 25 | [
"45/3=15",
"97-87=10",
"15+10=25"
] | Current State: 25:[3, 45, 97, 87], Operations: []
Exploring Operation: 45/3=15, Resulting Numbers: [97, 87, 15]
Generated Node #2: [97, 87, 15] from Operation: 45/3=15
Current State: 25:[97, 87, 15], Operations: ['45/3=15']
Exploring Operation: 97-87=10, Resulting Numbers: [15, 10]
Generated Node #3: [15, 10] from Oper... | 4 | Current State: 25:[3, 45, 97, 87], Operations: []
Exploring Operation: 97-45=52, Resulting Numbers: [3, 87, 52]
Generated Node #0,0: 25:[3, 87, 52] Operation: 97-45=52
Exploring Operation: 97-87=10, Resulting Numbers: [3, 45, 10]
Generated Node #0,1: 25:[3, 45, 10] Operation: 97-87=10
Exploring Operation: 87-45=42, Res... | 0.986979 | hs_3 | sum_heuristic |
[
32,
88,
13,
2
] | 50 | [
"32-13=19",
"2*19=38",
"88-38=50"
] | Current State: 50:[32, 88, 13, 2], Operations: []
Exploring Operation: 32-13=19, Resulting Numbers: [88, 2, 19]
Generated Node #2: [88, 2, 19] from Operation: 32-13=19
Current State: 50:[88, 2, 19], Operations: ['32-13=19']
Exploring Operation: 2*19=38, Resulting Numbers: [88, 38]
Generated Node #3: [88, 38] from Opera... | 4 | Current State: 50:[32, 88, 13, 2], Operations: []
Exploring Operation: 88/2=44, Resulting Numbers: [32, 13, 44]
Generated Node #0,0: 50:[32, 13, 44] Operation: 88/2=44
Exploring Operation: 88-13=75, Resulting Numbers: [32, 2, 75]
Generated Node #0,1: 50:[32, 2, 75] Operation: 88-13=75
Exploring Operation: 32-13=19, Res... | 0 | hs_5 | mult_heuristic |
[
82,
87,
7,
64
] | 99 | [
"87-82=5",
"7*5=35",
"64+35=99"
] | Current State: 99:[82, 87, 7, 64], Operations: []
Exploring Operation: 87-82=5, Resulting Numbers: [7, 64, 5]
Generated Node #2: [7, 64, 5] from Operation: 87-82=5
Current State: 99:[7, 64, 5], Operations: ['87-82=5']
Exploring Operation: 7*5=35, Resulting Numbers: [64, 35]
Generated Node #3: [64, 35] from Operation: 7... | 4 | Current State: 99:[82, 87, 7, 64], Operations: []
Exploring Operation: 82-64=18, Resulting Numbers: [87, 7, 18]
Generated Node #0,0: 99:[87, 7, 18] Operation: 82-64=18
Start Sub Search at level 1: Moving to Node #0,0
Current State: 99:[87, 7, 18], Operations: ['82-64=18']
Exploring Operation: 87+18=105, Resulting Numbe... | 0 | hs_1 | sum_heuristic |
[
59,
6,
40,
5
] | 65 | [
"59-6=53",
"53-40=13",
"5*13=65"
] | Current State: 65:[59, 6, 40, 5], Operations: []
Exploring Operation: 59-6=53, Resulting Numbers: [40, 5, 53]
Generated Node #2: [40, 5, 53] from Operation: 59-6=53
Current State: 65:[40, 5, 53], Operations: ['59-6=53']
Exploring Operation: 53-40=13, Resulting Numbers: [5, 13]
Generated Node #3: [5, 13] from Operation:... | 4 | Current State: 65:[59, 6, 40, 5], Operations: []
Exploring Operation: 40/5=8, Resulting Numbers: [59, 6, 8]
Generated Node #0,0: 65:[59, 6, 8] Operation: 40/5=8
Exploring Operation: 59-40=19, Resulting Numbers: [6, 5, 19]
Generated Node #0,1: 65:[6, 5, 19] Operation: 59-40=19
Start Sub Search at level 1: Moving to Node... | 0.991319 | hs_2 | mult_heuristic |
[
56,
49,
34,
16
] | 78 | [
"56-49=7",
"16*7=112",
"112-34=78"
] | Current State: 78:[56, 49, 34, 16], Operations: []
Exploring Operation: 56-49=7, Resulting Numbers: [34, 16, 7]
Generated Node #2: [34, 16, 7] from Operation: 56-49=7
Current State: 78:[34, 16, 7], Operations: ['56-49=7']
Exploring Operation: 16*7=112, Resulting Numbers: [34, 112]
Generated Node #3: [34, 112] from Oper... | 4 | Current State: 78:[56, 49, 34, 16], Operations: []
Exploring Operation: 56-49=7, Resulting Numbers: [34, 16, 7]
Generated Node #0,0: 78:[34, 16, 7] Operation: 56-49=7
Moving to Node #0,0
Current State: 78:[34, 16, 7], Operations: ['56-49=7']
Exploring Operation: 34-7=27, Resulting Numbers: [16, 27]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
18,
34,
47,
31
] | 41 | [
"34-31=3",
"18/3=6",
"47-6=41"
] | Current State: 41:[18, 34, 47, 31], Operations: []
Exploring Operation: 34-31=3, Resulting Numbers: [18, 47, 3]
Generated Node #2: [18, 47, 3] from Operation: 34-31=3
Current State: 41:[18, 47, 3], Operations: ['34-31=3']
Exploring Operation: 18/3=6, Resulting Numbers: [47, 6]
Generated Node #3: [47, 6] from Operation:... | 4 | Current State: 41:[18, 34, 47, 31], Operations: []
Exploring Operation: 47-18=29, Resulting Numbers: [34, 31, 29]
Generated Node #0,0: 41:[34, 31, 29] Operation: 47-18=29
Exploring Operation: 18+34=52, Resulting Numbers: [47, 31, 52]
Generated Node #0,1: 41:[47, 31, 52] Operation: 18+34=52
Exploring Operation: 34-18=16... | 0 | hs_4 | sum_heuristic |
[
51,
21,
55,
87
] | 58 | [
"55-21=34",
"87*34=2958",
"2958/51=58"
] | Current State: 58:[51, 21, 55, 87], Operations: []
Exploring Operation: 55-21=34, Resulting Numbers: [51, 87, 34]
Generated Node #2: [51, 87, 34] from Operation: 55-21=34
Current State: 58:[51, 87, 34], Operations: ['55-21=34']
Exploring Operation: 87*34=2958, Resulting Numbers: [51, 2958]
Generated Node #3: [51, 2958]... | 4 | Current State: 58:[51, 21, 55, 87], Operations: []
Exploring Operation: 51-21=30, Resulting Numbers: [55, 87, 30]
Generated Node #0,0: 58:[55, 87, 30] Operation: 51-21=30
Exploring Operation: 87-21=66, Resulting Numbers: [51, 55, 66]
Generated Node #0,1: 58:[51, 55, 66] Operation: 87-21=66
Exploring Operation: 87-55=32... | 0 | hs_4 | mult_heuristic |
[
78,
38,
84,
14
] | 25 | [
"78*14=1092",
"1092/84=13",
"38-13=25"
] | Current State: 25:[78, 38, 84, 14], Operations: []
Exploring Operation: 78*14=1092, Resulting Numbers: [38, 84, 1092]
Generated Node #2: [38, 84, 1092] from Operation: 78*14=1092
Current State: 25:[38, 84, 1092], Operations: ['78*14=1092']
Exploring Operation: 1092/84=13, Resulting Numbers: [38, 13]
Generated Node #3: ... | 4 | Current State: 25:[78, 38, 84, 14], Operations: []
Exploring Operation: 84/14=6, Resulting Numbers: [78, 38, 6]
Generated Node #0,0: 25:[78, 38, 6] Operation: 84/14=6
Exploring Operation: 84-78=6, Resulting Numbers: [38, 14, 6]
Generated Node #0,1: 25:[38, 14, 6] Operation: 84-78=6
Exploring Operation: 78-38=40, Result... | 0.965278 | hs_5 | mult_heuristic |
[
19,
72,
18,
2
] | 89 | [
"72-19=53",
"18*2=36",
"53+36=89"
] | Current State: 89:[19, 72, 18, 2], Operations: []
Exploring Operation: 72-19=53, Resulting Numbers: [18, 2, 53]
Generated Node #2: [18, 2, 53] from Operation: 72-19=53
Current State: 89:[18, 2, 53], Operations: ['72-19=53']
Exploring Operation: 18*2=36, Resulting Numbers: [53, 36]
Generated Node #3: [53, 36] from Opera... | 4 | Current State: 89:[19, 72, 18, 2], Operations: []
Exploring Operation: 18*2=36, Resulting Numbers: [19, 72, 36]
Generated Node #0,0: 89:[19, 72, 36] Operation: 18*2=36
Exploring Operation: 72+2=74, Resulting Numbers: [19, 18, 74]
Generated Node #0,1: 89:[19, 18, 74] Operation: 72+2=74
Exploring Operation: 19+18=37, Res... | 0.916667 | hs_5 | sum_heuristic |
[
31,
92,
7,
6
] | 83 | [
"31-6=25",
"7*25=175",
"175-92=83"
] | Current State: 83:[31, 92, 7, 6], Operations: []
Exploring Operation: 31-6=25, Resulting Numbers: [92, 7, 25]
Generated Node #2: [92, 7, 25] from Operation: 31-6=25
Current State: 83:[92, 7, 25], Operations: ['31-6=25']
Exploring Operation: 7*25=175, Resulting Numbers: [92, 175]
Generated Node #3: [92, 175] from Operat... | 4 | Current State: 83:[31, 92, 7, 6], Operations: []
Exploring Operation: 7*6=42, Resulting Numbers: [31, 92, 42]
Generated Node #0,0: 83:[31, 92, 42] Operation: 7*6=42
Exploring Operation: 31+7=38, Resulting Numbers: [92, 6, 38]
Generated Node #0,1: 83:[92, 6, 38] Operation: 31+7=38
Moving to Node #0,0
Current State: 83:[... | 0 | hs_2 | sum_heuristic |
[
76,
67,
99,
10
] | 100 | [
"76-67=9",
"99+10=109",
"109-9=100"
] | Current State: 100:[76, 67, 99, 10], Operations: []
Exploring Operation: 76-67=9, Resulting Numbers: [99, 10, 9]
Generated Node #2: [99, 10, 9] from Operation: 76-67=9
Current State: 100:[99, 10, 9], Operations: ['76-67=9']
Exploring Operation: 99+10=109, Resulting Numbers: [9, 109]
Generated Node #3: [9, 109] from Ope... | 4 | Current State: 100:[76, 67, 99, 10], Operations: []
Exploring Operation: 76-67=9, Resulting Numbers: [99, 10, 9]
Generated Node #0,0: 100:[99, 10, 9] Operation: 76-67=9
Exploring Operation: 99-76=23, Resulting Numbers: [67, 10, 23]
Generated Node #0,1: 100:[67, 10, 23] Operation: 99-76=23
Moving to Node #0,0
Current St... | 0 | hs_2 | sum_heuristic |
[
35,
45,
74,
13
] | 15 | [
"74-35=39",
"45*13=585",
"585/39=15"
] | Current State: 15:[35, 45, 74, 13], Operations: []
Exploring Operation: 74-35=39, Resulting Numbers: [45, 13, 39]
Generated Node #2: [45, 13, 39] from Operation: 74-35=39
Current State: 15:[45, 13, 39], Operations: ['74-35=39']
Exploring Operation: 45*13=585, Resulting Numbers: [39, 585]
Generated Node #3: [39, 585] fr... | 4 | Current State: 15:[35, 45, 74, 13], Operations: []
Exploring Operation: 45-35=10, Resulting Numbers: [74, 13, 10]
Generated Node #0,0: 15:[74, 13, 10] Operation: 45-35=10
Exploring Operation: 74-45=29, Resulting Numbers: [35, 13, 29]
Generated Node #0,1: 15:[35, 13, 29] Operation: 74-45=29
Exploring Operation: 74-35=39... | 0.972222 | hs_4 | sum_heuristic |
[
72,
47,
34,
4
] | 63 | [
"72-47=25",
"34+4=38",
"25+38=63"
] | Current State: 63:[72, 47, 34, 4], Operations: []
Exploring Operation: 72-47=25, Resulting Numbers: [34, 4, 25]
Generated Node #2: [34, 4, 25] from Operation: 72-47=25
Current State: 63:[34, 4, 25], Operations: ['72-47=25']
Exploring Operation: 34+4=38, Resulting Numbers: [25, 38]
Generated Node #3: [25, 38] from Opera... | 4 | Current State: 63:[72, 47, 34, 4], Operations: []
Exploring Operation: 72-47=25, Resulting Numbers: [34, 4, 25]
Generated Node #0,0: 63:[34, 4, 25] Operation: 72-47=25
Exploring Operation: 47-34=13, Resulting Numbers: [72, 4, 13]
Generated Node #0,1: 63:[72, 4, 13] Operation: 47-34=13
Exploring Operation: 47+34=81, Res... | 0.988715 | hs_3 | mult_heuristic |
[
4,
80,
40,
32
] | 12 | [
"4+80=84",
"40+32=72",
"84-72=12"
] | Current State: 12:[4, 80, 40, 32], Operations: []
Exploring Operation: 4+80=84, Resulting Numbers: [40, 32, 84]
Generated Node #2: [40, 32, 84] from Operation: 4+80=84
Current State: 12:[40, 32, 84], Operations: ['4+80=84']
Exploring Operation: 40+32=72, Resulting Numbers: [84, 72]
Generated Node #3: [84, 72] from Oper... | 4 | Current State: 12:[4, 80, 40, 32], Operations: []
Exploring Operation: 80-40=40, Resulting Numbers: [4, 32, 40]
Generated Node #0,0: 12:[4, 32, 40] Operation: 80-40=40
Exploring Operation: 80-32=48, Resulting Numbers: [4, 40, 48]
Generated Node #0,1: 12:[4, 40, 48] Operation: 80-32=48
Exploring Operation: 80/40=2, Resu... | 0.984375 | hs_4 | sum_heuristic |
[
87,
80,
92,
87
] | 71 | [
"92-87=5",
"80/5=16",
"87-16=71"
] | Current State: 71:[87, 80, 92, 87], Operations: []
Exploring Operation: 92-87=5, Resulting Numbers: [80, 5]
Generated Node #2: [80, 5] from Operation: 92-87=5
Current State: 71:[80, 5], Operations: ['92-87=5']
Exploring Operation: 80/5=16, Resulting Numbers: [16]
16,71 equal: Goal Reached
Exploring Operation: 87-16=71,... | 4 | Current State: 71:[87, 80, 92, 87], Operations: []
Exploring Operation: 92-80=12, Resulting Numbers: [87, 87, 12]
Generated Node #0,0: 71:[87, 87, 12] Operation: 92-80=12
Exploring Operation: 92-87=5, Resulting Numbers: [87, 80, 5]
Generated Node #0,1: 71:[87, 80, 5] Operation: 92-87=5
Exploring Operation: 92-87=5, Res... | 0 | hs_3 | mult_heuristic |
[
35,
18,
44,
65
] | 38 | [
"35-18=17",
"65-44=21",
"17+21=38"
] | Current State: 38:[35, 18, 44, 65], Operations: []
Exploring Operation: 35-18=17, Resulting Numbers: [44, 65, 17]
Generated Node #2: [44, 65, 17] from Operation: 35-18=17
Current State: 38:[44, 65, 17], Operations: ['35-18=17']
Exploring Operation: 65-44=21, Resulting Numbers: [17, 21]
Generated Node #3: [17, 21] from ... | 4 | Current State: 38:[35, 18, 44, 65], Operations: []
Exploring Operation: 65-44=21, Resulting Numbers: [35, 18, 21]
Generated Node #0,0: 38:[35, 18, 21] Operation: 65-44=21
Exploring Operation: 65-35=30, Resulting Numbers: [18, 44, 30]
Generated Node #0,1: 38:[18, 44, 30] Operation: 65-35=30
Moving to Node #0,0
Current S... | 0.989583 | hs_2 | mult_heuristic |
[
77,
98,
98,
68
] | 68 | [
"98-98=0",
"77*0=0",
"68+0=68"
] | Current State: 68:[77, 98, 98, 68], Operations: []
Exploring Operation: 98-98=0, Resulting Numbers: [77, 68, 0]
Generated Node #2: [77, 68, 0] from Operation: 98-98=0
Current State: 68:[77, 68, 0], Operations: ['98-98=0']
Exploring Operation: 77*0=0, Resulting Numbers: [68, 0]
Generated Node #3: [68, 0] from Operation:... | 4 | Current State: 68:[77, 98, 98, 68], Operations: []
Exploring Operation: 98-77=21, Resulting Numbers: [98, 68, 21]
Generated Node #0,0: 68:[98, 68, 21] Operation: 98-77=21
Exploring Operation: 98-98=0, Resulting Numbers: [77, 68, 0]
Generated Node #0,1: 68:[77, 68, 0] Operation: 98-98=0
Exploring Operation: 98/98=1, Res... | 0.96875 | hs_5 | mult_heuristic |
[
35,
14,
7,
86
] | 72 | [
"35-14=21",
"7+86=93",
"93-21=72"
] | Current State: 72:[35, 14, 7, 86], Operations: []
Exploring Operation: 35-14=21, Resulting Numbers: [7, 86, 21]
Generated Node #2: [7, 86, 21] from Operation: 35-14=21
Current State: 72:[7, 86, 21], Operations: ['35-14=21']
Exploring Operation: 7+86=93, Resulting Numbers: [21, 93]
Generated Node #3: [21, 93] from Opera... | 4 | Current State: 72:[35, 14, 7, 86], Operations: []
Exploring Operation: 14-7=7, Resulting Numbers: [35, 86, 7]
Generated Node #0,0: 72:[35, 86, 7] Operation: 14-7=7
Exploring Operation: 35/7=5, Resulting Numbers: [14, 86, 5]
Generated Node #0,1: 72:[14, 86, 5] Operation: 35/7=5
Exploring Operation: 14/7=2, Resulting Num... | 0 | hs_5 | sum_heuristic |
[
65,
23,
27,
51
] | 36 | [
"65-23=42",
"27+51=78",
"78-42=36"
] | Current State: 36:[65, 23, 27, 51], Operations: []
Exploring Operation: 65-23=42, Resulting Numbers: [27, 51, 42]
Generated Node #2: [27, 51, 42] from Operation: 65-23=42
Current State: 36:[27, 51, 42], Operations: ['65-23=42']
Exploring Operation: 27+51=78, Resulting Numbers: [42, 78]
Generated Node #3: [42, 78] from ... | 4 | Current State: 36:[65, 23, 27, 51], Operations: []
Exploring Operation: 65-23=42, Resulting Numbers: [27, 51, 42]
Generated Node #0,0: 36:[27, 51, 42] Operation: 65-23=42
Exploring Operation: 65-51=14, Resulting Numbers: [23, 27, 14]
Generated Node #0,1: 36:[23, 27, 14] Operation: 65-51=14
Exploring Operation: 65-27=38... | 0.985243 | hs_4 | mult_heuristic |
[
2,
42,
44,
5
] | 41 | [
"2*44=88",
"42+5=47",
"88-47=41"
] | Current State: 41:[2, 42, 44, 5], Operations: []
Exploring Operation: 2*44=88, Resulting Numbers: [42, 5, 88]
Generated Node #2: [42, 5, 88] from Operation: 2*44=88
Current State: 41:[42, 5, 88], Operations: ['2*44=88']
Exploring Operation: 42+5=47, Resulting Numbers: [88, 47]
Generated Node #3: [88, 47] from Operation... | 4 | Current State: 41:[2, 42, 44, 5], Operations: []
Exploring Operation: 2+5=7, Resulting Numbers: [42, 44, 7]
Generated Node #0,0: 41:[42, 44, 7] Operation: 2+5=7
Exploring Operation: 2*5=10, Resulting Numbers: [42, 44, 10]
Generated Node #0,1: 41:[42, 44, 10] Operation: 2*5=10
Exploring Operation: 44-2=42, Resulting Num... | 0 | hs_3 | mult_heuristic |
[
12,
59,
8,
41
] | 96 | [
"59-12=47",
"8+41=49",
"47+49=96"
] | Current State: 96:[12, 59, 8, 41], Operations: []
Exploring Operation: 59-12=47, Resulting Numbers: [8, 41, 47]
Generated Node #2: [8, 41, 47] from Operation: 59-12=47
Current State: 96:[8, 41, 47], Operations: ['59-12=47']
Exploring Operation: 8+41=49, Resulting Numbers: [47, 49]
Generated Node #3: [47, 49] from Opera... | 4 | Current State: 96:[12, 59, 8, 41], Operations: []
Exploring Operation: 59-12=47, Resulting Numbers: [8, 41, 47]
Generated Node #0,0: 96:[8, 41, 47] Operation: 59-12=47
Exploring Operation: 59-8=51, Resulting Numbers: [12, 41, 51]
Generated Node #0,1: 96:[12, 41, 51] Operation: 59-8=51
Exploring Operation: 59-41=18, Res... | 0.969618 | hs_4 | mult_heuristic |
[
76,
11,
92,
97
] | 21 | [
"97-92=5",
"11*5=55",
"76-55=21"
] | Current State: 21:[76, 11, 92, 97], Operations: []
Exploring Operation: 97-92=5, Resulting Numbers: [76, 11, 5]
Generated Node #2: [76, 11, 5] from Operation: 97-92=5
Current State: 21:[76, 11, 5], Operations: ['97-92=5']
Exploring Operation: 11*5=55, Resulting Numbers: [76, 55]
Generated Node #3: [76, 55] from Operati... | 4 | Current State: 21:[76, 11, 92, 97], Operations: []
Exploring Operation: 97-92=5, Resulting Numbers: [76, 11, 5]
Generated Node #0,0: 21:[76, 11, 5] Operation: 97-92=5
Exploring Operation: 97-76=21, Resulting Numbers: [11, 92, 21]
Generated Node #0,1: 21:[11, 92, 21] Operation: 97-76=21
Moving to Node #0,0
Current State... | 0 | hs_2 | sum_heuristic |
[
74,
7,
80,
53
] | 53 | [
"74+7=81",
"81-80=1",
"53*1=53"
] | Current State: 53:[74, 7, 80, 53], Operations: []
Exploring Operation: 74+7=81, Resulting Numbers: [80, 53, 81]
Generated Node #2: [80, 53, 81] from Operation: 74+7=81
Current State: 53:[80, 53, 81], Operations: ['74+7=81']
Exploring Operation: 81-80=1, Resulting Numbers: [53, 1]
Generated Node #3: [53, 1] from Operati... | 4 | Current State: 53:[74, 7, 80, 53], Operations: []
Exploring Operation: 74-7=67, Resulting Numbers: [80, 53, 67]
Generated Node #0,0: 53:[80, 53, 67] Operation: 74-7=67
Exploring Operation: 74+7=81, Resulting Numbers: [80, 53, 81]
Generated Node #0,1: 53:[80, 53, 81] Operation: 74+7=81
Exploring Operation: 80-7=73, Resu... | 0.973958 | hs_3 | mult_heuristic |
[
21,
72,
14,
3
] | 78 | [
"21*14=294",
"72*3=216",
"294-216=78"
] | Current State: 78:[21, 72, 14, 3], Operations: []
Exploring Operation: 21*14=294, Resulting Numbers: [72, 3, 294]
Generated Node #2: [72, 3, 294] from Operation: 21*14=294
Current State: 78:[72, 3, 294], Operations: ['21*14=294']
Exploring Operation: 72*3=216, Resulting Numbers: [294, 216]
Generated Node #3: [294, 216]... | 4 | Current State: 78:[21, 72, 14, 3], Operations: []
Exploring Operation: 21-14=7, Resulting Numbers: [72, 3, 7]
Generated Node #0,0: 78:[72, 3, 7] Operation: 21-14=7
Moving to Node #0,0
Current State: 78:[72, 3, 7], Operations: ['21-14=7']
Exploring Operation: 72+7=79, Resulting Numbers: [3, 79]
Generated Node #0,0,0: 78... | 0 | hs_1 | mult_heuristic |
[
18,
41,
4,
28
] | 89 | [
"41-18=23",
"4*28=112",
"112-23=89"
] | Current State: 89:[18, 41, 4, 28], Operations: []
Exploring Operation: 41-18=23, Resulting Numbers: [4, 28, 23]
Generated Node #2: [4, 28, 23] from Operation: 41-18=23
Current State: 89:[4, 28, 23], Operations: ['41-18=23']
Exploring Operation: 4*28=112, Resulting Numbers: [23, 112]
Generated Node #3: [23, 112] from Op... | 4 | Current State: 89:[18, 41, 4, 28], Operations: []
Exploring Operation: 18+28=46, Resulting Numbers: [41, 4, 46]
Generated Node #0,0: 89:[41, 4, 46] Operation: 18+28=46
Exploring Operation: 4*28=112, Resulting Numbers: [18, 41, 112]
Generated Node #0,1: 89:[18, 41, 112] Operation: 4*28=112
Exploring Operation: 18*4=72, ... | 0.924479 | hs_5 | sum_heuristic |
[
62,
76,
4,
99
] | 43 | [
"62+76=138",
"99-4=95",
"138-95=43"
] | Current State: 43:[62, 76, 4, 99], Operations: []
Exploring Operation: 62+76=138, Resulting Numbers: [4, 99, 138]
Generated Node #2: [4, 99, 138] from Operation: 62+76=138
Current State: 43:[4, 99, 138], Operations: ['62+76=138']
Exploring Operation: 99-4=95, Resulting Numbers: [138, 95]
Generated Node #3: [138, 95] fr... | 4 | Current State: 43:[62, 76, 4, 99], Operations: []
Exploring Operation: 99-62=37, Resulting Numbers: [76, 4, 37]
Generated Node #0,0: 43:[76, 4, 37] Operation: 99-62=37
Exploring Operation: 99-76=23, Resulting Numbers: [62, 4, 23]
Generated Node #0,1: 43:[62, 4, 23] Operation: 99-76=23
Exploring Operation: 76/4=19, Resu... | 0.981771 | hs_3 | mult_heuristic |
[
93,
26,
51,
93
] | 25 | [
"93+26=119",
"51+93=144",
"144-119=25"
] | Current State: 25:[93, 26, 51, 93], Operations: []
Exploring Operation: 93+26=119, Resulting Numbers: [51, 119]
Generated Node #2: [51, 119] from Operation: 93+26=119
Current State: 25:[51, 119], Operations: ['93+26=119']
Exploring Operation: 51+93=144, Resulting Numbers: [119, 144]
Generated Node #3: [119, 144] from O... | 4 | Current State: 25:[93, 26, 51, 93], Operations: []
Exploring Operation: 93/93=1, Resulting Numbers: [26, 51, 1]
Generated Node #0,0: 25:[26, 51, 1] Operation: 93/93=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 25:[26, 51, 1], Operations: ['93/93=1']
Exploring Operation: 51-26=25, Resulting Numbers:... | 0.993924 | hs_1 | sum_heuristic |
[
25,
44,
16,
11
] | 37 | [
"25+16=41",
"44/11=4",
"41-4=37"
] | Current State: 37:[25, 44, 16, 11], Operations: []
Exploring Operation: 25+16=41, Resulting Numbers: [44, 11, 41]
Generated Node #2: [44, 11, 41] from Operation: 25+16=41
Current State: 37:[44, 11, 41], Operations: ['25+16=41']
Exploring Operation: 44/11=4, Resulting Numbers: [41, 4]
Generated Node #3: [41, 4] from Ope... | 4 | Current State: 37:[25, 44, 16, 11], Operations: []
Exploring Operation: 44-11=33, Resulting Numbers: [25, 16, 33]
Generated Node #0,0: 37:[25, 16, 33] Operation: 44-11=33
Exploring Operation: 16+11=27, Resulting Numbers: [25, 44, 27]
Generated Node #0,1: 37:[25, 44, 27] Operation: 16+11=27
Exploring Operation: 25+11=36... | 0 | hs_4 | mult_heuristic |
[
86,
77,
43,
8
] | 71 | [
"86/43=2",
"77-8=69",
"2+69=71"
] | Current State: 71:[86, 77, 43, 8], Operations: []
Exploring Operation: 86/43=2, Resulting Numbers: [77, 8, 2]
Generated Node #2: [77, 8, 2] from Operation: 86/43=2
Current State: 71:[77, 8, 2], Operations: ['86/43=2']
Exploring Operation: 77-8=69, Resulting Numbers: [2, 69]
Generated Node #3: [2, 69] from Operation: 77... | 4 | Current State: 71:[86, 77, 43, 8], Operations: []
Exploring Operation: 86-8=78, Resulting Numbers: [77, 43, 78]
Generated Node #0,0: 71:[77, 43, 78] Operation: 86-8=78
Moving to Node #0,0
Current State: 71:[77, 43, 78], Operations: ['86-8=78']
Exploring Operation: 78-43=35, Resulting Numbers: [77, 35]
Generated Node #0... | 0 | hs_1 | mult_heuristic |
[
52,
54,
40,
16
] | 60 | [
"52-16=36",
"54*40=2160",
"2160/36=60"
] | Current State: 60:[52, 54, 40, 16], Operations: []
Exploring Operation: 52-16=36, Resulting Numbers: [54, 40, 36]
Generated Node #2: [54, 40, 36] from Operation: 52-16=36
Current State: 60:[54, 40, 36], Operations: ['52-16=36']
Exploring Operation: 54*40=2160, Resulting Numbers: [36, 2160]
Generated Node #3: [36, 2160]... | 4 | Current State: 60:[52, 54, 40, 16], Operations: []
Exploring Operation: 52-40=12, Resulting Numbers: [54, 16, 12]
Generated Node #0,0: 60:[54, 16, 12] Operation: 52-40=12
Exploring Operation: 54-40=14, Resulting Numbers: [52, 16, 14]
Generated Node #0,1: 60:[52, 16, 14] Operation: 54-40=14
Exploring Operation: 54-52=2,... | 0 | hs_3 | sum_heuristic |
[
3,
35,
66,
62
] | 47 | [
"66-62=4",
"3*4=12",
"35+12=47"
] | Current State: 47:[3, 35, 66, 62], Operations: []
Exploring Operation: 66-62=4, Resulting Numbers: [3, 35, 4]
Generated Node #2: [3, 35, 4] from Operation: 66-62=4
Current State: 47:[3, 35, 4], Operations: ['66-62=4']
Exploring Operation: 3*4=12, Resulting Numbers: [35, 12]
Generated Node #3: [35, 12] from Operation: 3... | 4 | Current State: 47:[3, 35, 66, 62], Operations: []
Exploring Operation: 66-3=63, Resulting Numbers: [35, 62, 63]
Generated Node #0,0: 47:[35, 62, 63] Operation: 66-3=63
Exploring Operation: 3+35=38, Resulting Numbers: [66, 62, 38]
Generated Node #0,1: 47:[66, 62, 38] Operation: 3+35=38
Exploring Operation: 62-3=59, Resu... | 0 | hs_3 | mult_heuristic |
[
88,
54,
1,
4
] | 32 | [
"88*1=88",
"88/4=22",
"54-22=32"
] | Current State: 32:[88, 54, 1, 4], Operations: []
Exploring Operation: 88*1=88, Resulting Numbers: [54, 4, 88]
Generated Node #2: [54, 4, 88] from Operation: 88*1=88
Current State: 32:[54, 4, 88], Operations: ['88*1=88']
Exploring Operation: 88/4=22, Resulting Numbers: [54, 22]
Generated Node #3: [54, 22] from Operation... | 4 | Current State: 32:[88, 54, 1, 4], Operations: []
Exploring Operation: 88-54=34, Resulting Numbers: [1, 4, 34]
Generated Node #0,0: 32:[1, 4, 34] Operation: 88-54=34
Start Sub Search at level 1: Moving to Node #0,0
Current State: 32:[1, 4, 34], Operations: ['88-54=34']
Exploring Operation: 34-1=33, Resulting Numbers: [4... | 0 | hs_1 | mult_heuristic |
[
42,
10,
80,
47
] | 40 | [
"47-42=5",
"80/10=8",
"5*8=40"
] | Current State: 40:[42, 10, 80, 47], Operations: []
Exploring Operation: 47-42=5, Resulting Numbers: [10, 80, 5]
Generated Node #2: [10, 80, 5] from Operation: 47-42=5
Current State: 40:[10, 80, 5], Operations: ['47-42=5']
Exploring Operation: 80/10=8, Resulting Numbers: [5, 8]
Generated Node #3: [5, 8] from Operation: ... | 4 | Current State: 40:[42, 10, 80, 47], Operations: []
Exploring Operation: 80/10=8, Resulting Numbers: [42, 47, 8]
Generated Node #0,0: 40:[42, 47, 8] Operation: 80/10=8
Exploring Operation: 80-42=38, Resulting Numbers: [10, 47, 38]
Generated Node #0,1: 40:[10, 47, 38] Operation: 80-42=38
Start Sub Search at level 1: Movi... | 0.991319 | hs_2 | sum_heuristic |
[
4,
26,
99,
8
] | 93 | [
"4*8=32",
"26+99=125",
"125-32=93"
] | Current State: 93:[4, 26, 99, 8], Operations: []
Exploring Operation: 4*8=32, Resulting Numbers: [26, 99, 32]
Generated Node #2: [26, 99, 32] from Operation: 4*8=32
Current State: 93:[26, 99, 32], Operations: ['4*8=32']
Exploring Operation: 26+99=125, Resulting Numbers: [32, 125]
Generated Node #3: [32, 125] from Opera... | 4 | Current State: 93:[4, 26, 99, 8], Operations: []
Exploring Operation: 26+8=34, Resulting Numbers: [4, 99, 34]
Generated Node #0,0: 93:[4, 99, 34] Operation: 26+8=34
Exploring Operation: 4+26=30, Resulting Numbers: [99, 8, 30]
Generated Node #0,1: 93:[99, 8, 30] Operation: 4+26=30
Exploring Operation: 99-8=91, Resulting... | 0 | hs_3 | sum_heuristic |
[
38,
76,
47,
70
] | 82 | [
"76/38=2",
"70/2=35",
"47+35=82"
] | Current State: 82:[38, 76, 47, 70], Operations: []
Exploring Operation: 76/38=2, Resulting Numbers: [47, 70, 2]
Generated Node #2: [47, 70, 2] from Operation: 76/38=2
Current State: 82:[47, 70, 2], Operations: ['76/38=2']
Exploring Operation: 70/2=35, Resulting Numbers: [47, 35]
Generated Node #3: [47, 35] from Operati... | 4 | Current State: 82:[38, 76, 47, 70], Operations: []
Exploring Operation: 76-70=6, Resulting Numbers: [38, 47, 6]
Generated Node #0,0: 82:[38, 47, 6] Operation: 76-70=6
Start Sub Search at level 1: Moving to Node #0,0
Current State: 82:[38, 47, 6], Operations: ['76-70=6']
Exploring Operation: 47-6=41, Resulting Numbers: ... | 0 | hs_1 | sum_heuristic |
[
85,
21,
56,
88
] | 38 | [
"85+21=106",
"56+88=144",
"144-106=38"
] | Current State: 38:[85, 21, 56, 88], Operations: []
Exploring Operation: 85+21=106, Resulting Numbers: [56, 88, 106]
Generated Node #2: [56, 88, 106] from Operation: 85+21=106
Current State: 38:[56, 88, 106], Operations: ['85+21=106']
Exploring Operation: 56+88=144, Resulting Numbers: [106, 144]
Generated Node #3: [106,... | 4 | Current State: 38:[85, 21, 56, 88], Operations: []
Exploring Operation: 88-85=3, Resulting Numbers: [21, 56, 3]
Generated Node #0,0: 38:[21, 56, 3] Operation: 88-85=3
Start Sub Search at level 1: Moving to Node #0,0
Current State: 38:[21, 56, 3], Operations: ['88-85=3']
Exploring Operation: 56-21=35, Resulting Numbers:... | 0.993924 | hs_1 | sum_heuristic |
[
66,
54,
62,
11
] | 70 | [
"66-54=12",
"11*12=132",
"132-62=70"
] | Current State: 70:[66, 54, 62, 11], Operations: []
Exploring Operation: 66-54=12, Resulting Numbers: [62, 11, 12]
Generated Node #2: [62, 11, 12] from Operation: 66-54=12
Current State: 70:[62, 11, 12], Operations: ['66-54=12']
Exploring Operation: 11*12=132, Resulting Numbers: [62, 132]
Generated Node #3: [62, 132] fr... | 4 | Current State: 70:[66, 54, 62, 11], Operations: []
Exploring Operation: 66-54=12, Resulting Numbers: [62, 11, 12]
Generated Node #0,0: 70:[62, 11, 12] Operation: 66-54=12
Exploring Operation: 62-54=8, Resulting Numbers: [66, 11, 8]
Generated Node #0,1: 70:[66, 11, 8] Operation: 62-54=8
Moving to Node #0,1
Current State... | 0 | hs_2 | sum_heuristic |
[
61,
37,
30,
72
] | 10 | [
"61-37=24",
"30*24=720",
"720/72=10"
] | Current State: 10:[61, 37, 30, 72], Operations: []
Exploring Operation: 61-37=24, Resulting Numbers: [30, 72, 24]
Generated Node #2: [30, 72, 24] from Operation: 61-37=24
Current State: 10:[30, 72, 24], Operations: ['61-37=24']
Exploring Operation: 30*24=720, Resulting Numbers: [72, 720]
Generated Node #3: [72, 720] fr... | 4 | Current State: 10:[61, 37, 30, 72], Operations: []
Exploring Operation: 61-37=24, Resulting Numbers: [30, 72, 24]
Generated Node #0,0: 10:[30, 72, 24] Operation: 61-37=24
Exploring Operation: 72-61=11, Resulting Numbers: [37, 30, 11]
Generated Node #0,1: 10:[37, 30, 11] Operation: 72-61=11
Moving to Node #0,1
Current S... | 0.986979 | hs_2 | sum_heuristic |
[
6,
16,
60,
84
] | 54 | [
"60+84=144",
"6*144=864",
"864/16=54"
] | Current State: 54:[6, 16, 60, 84], Operations: []
Exploring Operation: 60+84=144, Resulting Numbers: [6, 16, 144]
Generated Node #2: [6, 16, 144] from Operation: 60+84=144
Current State: 54:[6, 16, 144], Operations: ['60+84=144']
Exploring Operation: 6*144=864, Resulting Numbers: [16, 864]
Generated Node #3: [16, 864] ... | 4 | Current State: 54:[6, 16, 60, 84], Operations: []
Exploring Operation: 84/6=14, Resulting Numbers: [16, 60, 14]
Generated Node #0,0: 54:[16, 60, 14] Operation: 84/6=14
Exploring Operation: 84-60=24, Resulting Numbers: [6, 16, 24]
Generated Node #0,1: 54:[6, 16, 24] Operation: 84-60=24
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
68,
91,
4,
19
] | 86 | [
"91-19=72",
"72/4=18",
"68+18=86"
] | Current State: 86:[68, 91, 4, 19], Operations: []
Exploring Operation: 91-19=72, Resulting Numbers: [68, 4, 72]
Generated Node #2: [68, 4, 72] from Operation: 91-19=72
Current State: 86:[68, 4, 72], Operations: ['91-19=72']
Exploring Operation: 72/4=18, Resulting Numbers: [68, 18]
Generated Node #3: [68, 18] from Opera... | 4 | Current State: 86:[68, 91, 4, 19], Operations: []
Exploring Operation: 68+19=87, Resulting Numbers: [91, 4, 87]
Generated Node #0,0: 86:[91, 4, 87] Operation: 68+19=87
Exploring Operation: 4*19=76, Resulting Numbers: [68, 91, 76]
Generated Node #0,1: 86:[68, 91, 76] Operation: 4*19=76
Exploring Operation: 68-19=49, Res... | 0 | hs_3 | mult_heuristic |
[
87,
74,
9,
42
] | 46 | [
"87-74=13",
"42-9=33",
"13+33=46"
] | Current State: 46:[87, 74, 9, 42], Operations: []
Exploring Operation: 87-74=13, Resulting Numbers: [9, 42, 13]
Generated Node #2: [9, 42, 13] from Operation: 87-74=13
Current State: 46:[9, 42, 13], Operations: ['87-74=13']
Exploring Operation: 42-9=33, Resulting Numbers: [13, 33]
Generated Node #3: [13, 33] from Opera... | 4 | Current State: 46:[87, 74, 9, 42], Operations: []
Exploring Operation: 87-74=13, Resulting Numbers: [9, 42, 13]
Generated Node #0,0: 46:[9, 42, 13] Operation: 87-74=13
Moving to Node #0,0
Current State: 46:[9, 42, 13], Operations: ['87-74=13']
Exploring Operation: 9+13=22, Resulting Numbers: [42, 22]
Generated Node #0,... | 0 | hs_1 | mult_heuristic |
[
20,
64,
4,
44
] | 40 | [
"20-4=16",
"64/16=4",
"44-4=40"
] | Current State: 40:[20, 64, 4, 44], Operations: []
Exploring Operation: 20-4=16, Resulting Numbers: [64, 44, 16]
Generated Node #2: [64, 44, 16] from Operation: 20-4=16
Current State: 40:[64, 44, 16], Operations: ['20-4=16']
Exploring Operation: 64/16=4, Resulting Numbers: [44, 4]
Generated Node #3: [44, 4] from Operati... | 4 | Current State: 40:[20, 64, 4, 44], Operations: []
Exploring Operation: 44-4=40, Resulting Numbers: [20, 64, 40]
Generated Node #0,0: 40:[20, 64, 40] Operation: 44-4=40
Exploring Operation: 64-4=60, Resulting Numbers: [20, 44, 60]
Generated Node #0,1: 40:[20, 44, 60] Operation: 64-4=60
Exploring Operation: 64-20=44, Res... | 0.917535 | hs_5 | sum_heuristic |
[
9,
16,
95,
51
] | 69 | [
"9+16=25",
"95-51=44",
"25+44=69"
] | Current State: 69:[9, 16, 95, 51], Operations: []
Exploring Operation: 9+16=25, Resulting Numbers: [95, 51, 25]
Generated Node #2: [95, 51, 25] from Operation: 9+16=25
Current State: 69:[95, 51, 25], Operations: ['9+16=25']
Exploring Operation: 95-51=44, Resulting Numbers: [25, 44]
Generated Node #3: [25, 44] from Oper... | 4 | Current State: 69:[9, 16, 95, 51], Operations: []
Exploring Operation: 95-16=79, Resulting Numbers: [9, 51, 79]
Generated Node #0,0: 69:[9, 51, 79] Operation: 95-16=79
Moving to Node #0,0
Current State: 69:[9, 51, 79], Operations: ['95-16=79']
Exploring Operation: 79-51=28, Resulting Numbers: [9, 28]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
68,
22,
2,
64
] | 86 | [
"68-64=4",
"22*4=88",
"88-2=86"
] | Current State: 86:[68, 22, 2, 64], Operations: []
Exploring Operation: 68-64=4, Resulting Numbers: [22, 2, 4]
Generated Node #2: [22, 2, 4] from Operation: 68-64=4
Current State: 86:[22, 2, 4], Operations: ['68-64=4']
Exploring Operation: 22*4=88, Resulting Numbers: [2, 88]
Generated Node #3: [2, 88] from Operation: 22... | 4 | Current State: 86:[68, 22, 2, 64], Operations: []
Exploring Operation: 68-64=4, Resulting Numbers: [22, 2, 4]
Generated Node #0,0: 86:[22, 2, 4] Operation: 68-64=4
Exploring Operation: 22+64=86, Resulting Numbers: [68, 2, 86]
Generated Node #0,1: 86:[68, 2, 86] Operation: 22+64=86
Exploring Operation: 64-22=42, Resulti... | 0.96875 | hs_3 | sum_heuristic |
[
49,
30,
72,
60
] | 26 | [
"49*60=2940",
"2940/30=98",
"98-72=26"
] | Current State: 26:[49, 30, 72, 60], Operations: []
Exploring Operation: 49*60=2940, Resulting Numbers: [30, 72, 2940]
Generated Node #2: [30, 72, 2940] from Operation: 49*60=2940
Current State: 26:[30, 72, 2940], Operations: ['49*60=2940']
Exploring Operation: 2940/30=98, Resulting Numbers: [72, 98]
Generated Node #3: ... | 4 | Current State: 26:[49, 30, 72, 60], Operations: []
Exploring Operation: 72-60=12, Resulting Numbers: [49, 30, 12]
Generated Node #0,0: 26:[49, 30, 12] Operation: 72-60=12
Exploring Operation: 72-49=23, Resulting Numbers: [30, 60, 23]
Generated Node #0,1: 26:[30, 60, 23] Operation: 72-49=23
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
78,
3,
42,
56
] | 61 | [
"78-3=75",
"56-42=14",
"75-14=61"
] | Current State: 61:[78, 3, 42, 56], Operations: []
Exploring Operation: 78-3=75, Resulting Numbers: [42, 56, 75]
Generated Node #2: [42, 56, 75] from Operation: 78-3=75
Current State: 61:[42, 56, 75], Operations: ['78-3=75']
Exploring Operation: 56-42=14, Resulting Numbers: [75, 14]
Generated Node #3: [75, 14] from Oper... | 4 | Current State: 61:[78, 3, 42, 56], Operations: []
Exploring Operation: 78-3=75, Resulting Numbers: [42, 56, 75]
Generated Node #0,0: 61:[42, 56, 75] Operation: 78-3=75
Exploring Operation: 3+42=45, Resulting Numbers: [78, 56, 45]
Generated Node #0,1: 61:[78, 56, 45] Operation: 3+42=45
Exploring Operation: 42-3=39, Resu... | 0.980903 | hs_5 | mult_heuristic |
[
52,
33,
41,
35
] | 22 | [
"52-41=11",
"35-33=2",
"11*2=22"
] | Current State: 22:[52, 33, 41, 35], Operations: []
Exploring Operation: 52-41=11, Resulting Numbers: [33, 35, 11]
Generated Node #2: [33, 35, 11] from Operation: 52-41=11
Current State: 22:[33, 35, 11], Operations: ['52-41=11']
Exploring Operation: 35-33=2, Resulting Numbers: [11, 2]
Generated Node #3: [11, 2] from Ope... | 4 | Current State: 22:[52, 33, 41, 35], Operations: []
Exploring Operation: 52-41=11, Resulting Numbers: [33, 35, 11]
Generated Node #0,0: 22:[33, 35, 11] Operation: 52-41=11
Moving to Node #0,0
Current State: 22:[33, 35, 11], Operations: ['52-41=11']
Exploring Operation: 35-33=2, Resulting Numbers: [11, 2]
Generated Node ... | 0.993924 | hs_1 | sum_heuristic |
[
18,
85,
34,
73
] | 64 | [
"18+85=103",
"73-34=39",
"103-39=64"
] | Current State: 64:[18, 85, 34, 73], Operations: []
Exploring Operation: 18+85=103, Resulting Numbers: [34, 73, 103]
Generated Node #2: [34, 73, 103] from Operation: 18+85=103
Current State: 64:[34, 73, 103], Operations: ['18+85=103']
Exploring Operation: 73-34=39, Resulting Numbers: [103, 39]
Generated Node #3: [103, 3... | 4 | Current State: 64:[18, 85, 34, 73], Operations: []
Exploring Operation: 73-34=39, Resulting Numbers: [18, 85, 39]
Generated Node #0,0: 64:[18, 85, 39] Operation: 73-34=39
Exploring Operation: 34-18=16, Resulting Numbers: [85, 73, 16]
Generated Node #0,1: 64:[85, 73, 16] Operation: 34-18=16
Exploring Operation: 85-73=12... | 0.980035 | hs_5 | mult_heuristic |
[
33,
11,
78,
22
] | 43 | [
"78-33=45",
"22/11=2",
"45-2=43"
] | Current State: 43:[33, 11, 78, 22], Operations: []
Exploring Operation: 78-33=45, Resulting Numbers: [11, 22, 45]
Generated Node #2: [11, 22, 45] from Operation: 78-33=45
Current State: 43:[11, 22, 45], Operations: ['78-33=45']
Exploring Operation: 22/11=2, Resulting Numbers: [45, 2]
Generated Node #3: [45, 2] from Ope... | 4 | Current State: 43:[33, 11, 78, 22], Operations: []
Exploring Operation: 11+22=33, Resulting Numbers: [33, 78, 33]
Generated Node #0,0: 43:[33, 78, 33] Operation: 11+22=33
Exploring Operation: 78-11=67, Resulting Numbers: [33, 22, 67]
Generated Node #0,1: 43:[33, 22, 67] Operation: 78-11=67
Exploring Operation: 78-33=45... | 0 | hs_3 | mult_heuristic |
[
51,
57,
38,
24
] | 58 | [
"51*38=1938",
"1938/57=34",
"24+34=58"
] | Current State: 58:[51, 57, 38, 24], Operations: []
Exploring Operation: 51*38=1938, Resulting Numbers: [57, 24, 1938]
Generated Node #2: [57, 24, 1938] from Operation: 51*38=1938
Current State: 58:[57, 24, 1938], Operations: ['51*38=1938']
Exploring Operation: 1938/57=34, Resulting Numbers: [24, 34]
Generated Node #3: ... | 4 | Current State: 58:[51, 57, 38, 24], Operations: []
Exploring Operation: 51-24=27, Resulting Numbers: [57, 38, 27]
Generated Node #0,0: 58:[57, 38, 27] Operation: 51-24=27
Start Sub Search at level 1: Moving to Node #0,0
Current State: 58:[57, 38, 27], Operations: ['51-24=27']
Exploring Operation: 38+27=65, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
63,
60,
55,
65
] | 57 | [
"65-55=10",
"60/10=6",
"63-6=57"
] | Current State: 57:[63, 60, 55, 65], Operations: []
Exploring Operation: 65-55=10, Resulting Numbers: [63, 60, 10]
Generated Node #2: [63, 60, 10] from Operation: 65-55=10
Current State: 57:[63, 60, 10], Operations: ['65-55=10']
Exploring Operation: 60/10=6, Resulting Numbers: [63, 6]
Generated Node #3: [63, 6] from Ope... | 4 | Current State: 57:[63, 60, 55, 65], Operations: []
Exploring Operation: 65-60=5, Resulting Numbers: [63, 55, 5]
Generated Node #0,0: 57:[63, 55, 5] Operation: 65-60=5
Exploring Operation: 65-63=2, Resulting Numbers: [60, 55, 2]
Generated Node #0,1: 57:[60, 55, 2] Operation: 65-63=2
Exploring Operation: 63-60=3, Resulti... | 0 | hs_3 | sum_heuristic |
[
77,
39,
42,
63
] | 95 | [
"77+39=116",
"63-42=21",
"116-21=95"
] | Current State: 95:[77, 39, 42, 63], Operations: []
Exploring Operation: 77+39=116, Resulting Numbers: [42, 63, 116]
Generated Node #2: [42, 63, 116] from Operation: 77+39=116
Current State: 95:[42, 63, 116], Operations: ['77+39=116']
Exploring Operation: 63-42=21, Resulting Numbers: [116, 21]
Generated Node #3: [116, 2... | 4 | Current State: 95:[77, 39, 42, 63], Operations: []
Exploring Operation: 63-42=21, Resulting Numbers: [77, 39, 21]
Generated Node #0,0: 95:[77, 39, 21] Operation: 63-42=21
Exploring Operation: 42+63=105, Resulting Numbers: [77, 39, 105]
Generated Node #0,1: 95:[77, 39, 105] Operation: 42+63=105
Exploring Operation: 63-3... | 0.986111 | hs_5 | sum_heuristic |
[
30,
4,
92,
70
] | 98 | [
"30*4=120",
"92-70=22",
"120-22=98"
] | Current State: 98:[30, 4, 92, 70], Operations: []
Exploring Operation: 30*4=120, Resulting Numbers: [92, 70, 120]
Generated Node #2: [92, 70, 120] from Operation: 30*4=120
Current State: 98:[92, 70, 120], Operations: ['30*4=120']
Exploring Operation: 92-70=22, Resulting Numbers: [120, 22]
Generated Node #3: [120, 22] f... | 4 | Current State: 98:[30, 4, 92, 70], Operations: []
Exploring Operation: 92-70=22, Resulting Numbers: [30, 4, 22]
Generated Node #0,0: 98:[30, 4, 22] Operation: 92-70=22
Exploring Operation: 70-30=40, Resulting Numbers: [4, 92, 40]
Generated Node #0,1: 98:[4, 92, 40] Operation: 70-30=40
Exploring Operation: 30+70=100, Re... | 0 | hs_3 | mult_heuristic |
[
40,
9,
61,
16
] | 45 | [
"61-40=21",
"21-16=5",
"9*5=45"
] | Current State: 45:[40, 9, 61, 16], Operations: []
Exploring Operation: 61-40=21, Resulting Numbers: [9, 16, 21]
Generated Node #2: [9, 16, 21] from Operation: 61-40=21
Current State: 45:[9, 16, 21], Operations: ['61-40=21']
Exploring Operation: 21-16=5, Resulting Numbers: [9, 5]
Generated Node #3: [9, 5] from Operation... | 4 | Current State: 45:[40, 9, 61, 16], Operations: []
Exploring Operation: 40+9=49, Resulting Numbers: [61, 16, 49]
Generated Node #0,0: 45:[61, 16, 49] Operation: 40+9=49
Exploring Operation: 61-9=52, Resulting Numbers: [40, 16, 52]
Generated Node #0,1: 45:[40, 16, 52] Operation: 61-9=52
Exploring Operation: 61-16=45, Res... | 0.986979 | hs_4 | mult_heuristic |
[
59,
27,
2,
90
] | 23 | [
"90-59=31",
"27*2=54",
"54-31=23"
] | Current State: 23:[59, 27, 2, 90], Operations: []
Exploring Operation: 90-59=31, Resulting Numbers: [27, 2, 31]
Generated Node #2: [27, 2, 31] from Operation: 90-59=31
Current State: 23:[27, 2, 31], Operations: ['90-59=31']
Exploring Operation: 27*2=54, Resulting Numbers: [31, 54]
Generated Node #3: [31, 54] from Opera... | 4 | Current State: 23:[59, 27, 2, 90], Operations: []
Exploring Operation: 59-2=57, Resulting Numbers: [27, 90, 57]
Generated Node #0,0: 23:[27, 90, 57] Operation: 59-2=57
Exploring Operation: 59-27=32, Resulting Numbers: [2, 90, 32]
Generated Node #0,1: 23:[2, 90, 32] Operation: 59-27=32
Exploring Operation: 90/2=45, Resu... | 0.976563 | hs_5 | mult_heuristic |
[
18,
6,
56,
48
] | 11 | [
"18/6=3",
"56-48=8",
"3+8=11"
] | Current State: 11:[18, 6, 56, 48], Operations: []
Exploring Operation: 18/6=3, Resulting Numbers: [56, 48, 3]
Generated Node #2: [56, 48, 3] from Operation: 18/6=3
Current State: 11:[56, 48, 3], Operations: ['18/6=3']
Exploring Operation: 56-48=8, Resulting Numbers: [3, 8]
Generated Node #3: [3, 8] from Operation: 56-4... | 4 | Current State: 11:[18, 6, 56, 48], Operations: []
Exploring Operation: 56-48=8, Resulting Numbers: [18, 6, 8]
Generated Node #0,0: 11:[18, 6, 8] Operation: 56-48=8
Exploring Operation: 48-18=30, Resulting Numbers: [6, 56, 30]
Generated Node #0,1: 11:[6, 56, 30] Operation: 48-18=30
Exploring Operation: 56-18=38, Resulti... | 0.977431 | hs_5 | mult_heuristic |
[
40,
18,
38,
10
] | 85 | [
"40*38=1520",
"10+1520=1530",
"1530/18=85"
] | Current State: 85:[40, 18, 38, 10], Operations: []
Exploring Operation: 40*38=1520, Resulting Numbers: [18, 10, 1520]
Generated Node #2: [18, 10, 1520] from Operation: 40*38=1520
Current State: 85:[18, 10, 1520], Operations: ['40*38=1520']
Exploring Operation: 10+1520=1530, Resulting Numbers: [18, 1530]
Generated Node ... | 4 | Current State: 85:[40, 18, 38, 10], Operations: []
Exploring Operation: 40/10=4, Resulting Numbers: [18, 38, 4]
Generated Node #0,0: 85:[18, 38, 4] Operation: 40/10=4
Exploring Operation: 40+38=78, Resulting Numbers: [18, 10, 78]
Generated Node #0,1: 85:[18, 10, 78] Operation: 40+38=78
Exploring Operation: 40-38=2, Res... | 0 | hs_3 | sum_heuristic |
[
70,
71,
29,
30
] | 21 | [
"70*30=2100",
"71+29=100",
"2100/100=21"
] | Current State: 21:[70, 71, 29, 30], Operations: []
Exploring Operation: 70*30=2100, Resulting Numbers: [71, 29, 2100]
Generated Node #2: [71, 29, 2100] from Operation: 70*30=2100
Current State: 21:[71, 29, 2100], Operations: ['70*30=2100']
Exploring Operation: 71+29=100, Resulting Numbers: [2100, 100]
Generated Node #3... | 4 | Current State: 21:[70, 71, 29, 30], Operations: []
Exploring Operation: 71-70=1, Resulting Numbers: [29, 30, 1]
Generated Node #0,0: 21:[29, 30, 1] Operation: 71-70=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 21:[29, 30, 1], Operations: ['71-70=1']
Exploring Operation: 30-29=1, Resulting Numbers: ... | 0 | hs_1 | sum_heuristic |
[
42,
28,
12,
14
] | 39 | [
"12+14=26",
"42*26=1092",
"1092/28=39"
] | Current State: 39:[42, 28, 12, 14], Operations: []
Exploring Operation: 12+14=26, Resulting Numbers: [42, 28, 26]
Generated Node #2: [42, 28, 26] from Operation: 12+14=26
Current State: 39:[42, 28, 26], Operations: ['12+14=26']
Exploring Operation: 42*26=1092, Resulting Numbers: [28, 1092]
Generated Node #3: [28, 1092]... | 4 | Current State: 39:[42, 28, 12, 14], Operations: []
Exploring Operation: 28+12=40, Resulting Numbers: [42, 14, 40]
Generated Node #0,0: 39:[42, 14, 40] Operation: 28+12=40
Exploring Operation: 42-28=14, Resulting Numbers: [12, 14, 14]
Generated Node #0,1: 39:[12, 14, 14] Operation: 42-28=14
Exploring Operation: 28-14=14... | 0 | hs_3 | sum_heuristic |
[
19,
66,
44,
78
] | 51 | [
"19+66=85",
"78-44=34",
"85-34=51"
] | Current State: 51:[19, 66, 44, 78], Operations: []
Exploring Operation: 19+66=85, Resulting Numbers: [44, 78, 85]
Generated Node #2: [44, 78, 85] from Operation: 19+66=85
Current State: 51:[44, 78, 85], Operations: ['19+66=85']
Exploring Operation: 78-44=34, Resulting Numbers: [85, 34]
Generated Node #3: [85, 34] from ... | 4 | Current State: 51:[19, 66, 44, 78], Operations: []
Exploring Operation: 78-66=12, Resulting Numbers: [19, 44, 12]
Generated Node #0,0: 51:[19, 44, 12] Operation: 78-66=12
Exploring Operation: 78-19=59, Resulting Numbers: [66, 44, 59]
Generated Node #0,1: 51:[66, 44, 59] Operation: 78-19=59
Moving to Node #0,0
Current S... | 0.990451 | hs_2 | mult_heuristic |
[
90,
3,
94,
18
] | 42 | [
"94-90=4",
"18-4=14",
"3*14=42"
] | Current State: 42:[90, 3, 94, 18], Operations: []
Exploring Operation: 94-90=4, Resulting Numbers: [3, 18, 4]
Generated Node #2: [3, 18, 4] from Operation: 94-90=4
Current State: 42:[3, 18, 4], Operations: ['94-90=4']
Exploring Operation: 18-4=14, Resulting Numbers: [3, 14]
Generated Node #3: [3, 14] from Operation: 18... | 4 | Current State: 42:[90, 3, 94, 18], Operations: []
Exploring Operation: 94-90=4, Resulting Numbers: [3, 18, 4]
Generated Node #0,0: 42:[3, 18, 4] Operation: 94-90=4
Start Sub Search at level 1: Moving to Node #0,0
Current State: 42:[3, 18, 4], Operations: ['94-90=4']
Exploring Operation: 18-4=14, Resulting Numbers: [3, ... | 0.993924 | hs_1 | mult_heuristic |
[
24,
90,
64,
73
] | 14 | [
"73-64=9",
"90/9=10",
"24-10=14"
] | Current State: 14:[24, 90, 64, 73], Operations: []
Exploring Operation: 73-64=9, Resulting Numbers: [24, 90, 9]
Generated Node #2: [24, 90, 9] from Operation: 73-64=9
Current State: 14:[24, 90, 9], Operations: ['73-64=9']
Exploring Operation: 90/9=10, Resulting Numbers: [24, 10]
Generated Node #3: [24, 10] from Operati... | 4 | Current State: 14:[24, 90, 64, 73], Operations: []
Exploring Operation: 90-73=17, Resulting Numbers: [24, 64, 17]
Generated Node #0,0: 14:[24, 64, 17] Operation: 90-73=17
Moving to Node #0,0
Current State: 14:[24, 64, 17], Operations: ['90-73=17']
Exploring Operation: 64-24=40, Resulting Numbers: [17, 40]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
51,
53,
99,
2
] | 10 | [
"51+53=104",
"104-99=5",
"2*5=10"
] | Current State: 10:[51, 53, 99, 2], Operations: []
Exploring Operation: 51+53=104, Resulting Numbers: [99, 2, 104]
Generated Node #2: [99, 2, 104] from Operation: 51+53=104
Current State: 10:[99, 2, 104], Operations: ['51+53=104']
Exploring Operation: 104-99=5, Resulting Numbers: [2, 5]
Generated Node #3: [2, 5] from Op... | 4 | Current State: 10:[51, 53, 99, 2], Operations: []
Exploring Operation: 99-53=46, Resulting Numbers: [51, 2, 46]
Generated Node #0,0: 10:[51, 2, 46] Operation: 99-53=46
Exploring Operation: 99-51=48, Resulting Numbers: [53, 2, 48]
Generated Node #0,1: 10:[53, 2, 48] Operation: 99-51=48
Exploring Operation: 53-51=2, Resu... | 0.989583 | hs_3 | sum_heuristic |
[
47,
93,
86,
32
] | 100 | [
"93-47=46",
"86-32=54",
"46+54=100"
] | Current State: 100:[47, 93, 86, 32], Operations: []
Exploring Operation: 93-47=46, Resulting Numbers: [86, 32, 46]
Generated Node #2: [86, 32, 46] from Operation: 93-47=46
Current State: 100:[86, 32, 46], Operations: ['93-47=46']
Exploring Operation: 86-32=54, Resulting Numbers: [46, 54]
Generated Node #3: [46, 54] fro... | 4 | Current State: 100:[47, 93, 86, 32], Operations: []
Exploring Operation: 86-47=39, Resulting Numbers: [93, 32, 39]
Generated Node #0,0: 100:[93, 32, 39] Operation: 86-47=39
Exploring Operation: 93-47=46, Resulting Numbers: [86, 32, 46]
Generated Node #0,1: 100:[86, 32, 46] Operation: 93-47=46
Exploring Operation: 93-86... | 0.970486 | hs_4 | mult_heuristic |
[
64,
25,
74,
52
] | 17 | [
"64-25=39",
"74-52=22",
"39-22=17"
] | Current State: 17:[64, 25, 74, 52], Operations: []
Exploring Operation: 64-25=39, Resulting Numbers: [74, 52, 39]
Generated Node #2: [74, 52, 39] from Operation: 64-25=39
Current State: 17:[74, 52, 39], Operations: ['64-25=39']
Exploring Operation: 74-52=22, Resulting Numbers: [39, 22]
Generated Node #3: [39, 22] from ... | 4 | Current State: 17:[64, 25, 74, 52], Operations: []
Exploring Operation: 74-52=22, Resulting Numbers: [64, 25, 22]
Generated Node #0,0: 17:[64, 25, 22] Operation: 74-52=22
Exploring Operation: 74-64=10, Resulting Numbers: [25, 52, 10]
Generated Node #0,1: 17:[25, 52, 10] Operation: 74-64=10
Start Sub Search at level 1: ... | 0.992188 | hs_2 | mult_heuristic |
[
49,
45,
14,
21
] | 77 | [
"49-45=4",
"14*4=56",
"21+56=77"
] | Current State: 77:[49, 45, 14, 21], Operations: []
Exploring Operation: 49-45=4, Resulting Numbers: [14, 21, 4]
Generated Node #2: [14, 21, 4] from Operation: 49-45=4
Current State: 77:[14, 21, 4], Operations: ['49-45=4']
Exploring Operation: 14*4=56, Resulting Numbers: [21, 56]
Generated Node #3: [21, 56] from Operati... | 4 | Current State: 77:[49, 45, 14, 21], Operations: []
Exploring Operation: 45+21=66, Resulting Numbers: [49, 14, 66]
Generated Node #0,0: 77:[49, 14, 66] Operation: 45+21=66
Exploring Operation: 49+21=70, Resulting Numbers: [45, 14, 70]
Generated Node #0,1: 77:[45, 14, 70] Operation: 49+21=70
Exploring Operation: 49-45=4,... | 0 | hs_4 | sum_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.