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 |
|---|---|---|---|---|---|---|---|---|
[
39,
74,
73,
21
] | 32 | [
"74+73=147",
"147/21=7",
"39-7=32"
] | Current State: 32:[39, 74, 73, 21], Operations: []
Exploring Operation: 74+73=147, Resulting Numbers: [39, 21, 147]
Generated Node #2: [39, 21, 147] from Operation: 74+73=147
Current State: 32:[39, 21, 147], Operations: ['74+73=147']
Exploring Operation: 147/21=7, Resulting Numbers: [39, 7]
Generated Node #3: [39, 7] f... | 4 | Current State: 32:[39, 74, 73, 21], Operations: []
Exploring Operation: 73-39=34, Resulting Numbers: [74, 21, 34]
Generated Node #0,0: 32:[74, 21, 34] Operation: 73-39=34
Exploring Operation: 74-73=1, Resulting Numbers: [39, 21, 1]
Generated Node #0,1: 32:[39, 21, 1] Operation: 74-73=1
Exploring Operation: 74-21=53, Re... | 0 | hs_5 | mult_heuristic |
[
41,
1,
93,
27
] | 79 | [
"41*1=41",
"93+27=120",
"120-41=79"
] | Current State: 79:[41, 1, 93, 27], Operations: []
Exploring Operation: 41*1=41, Resulting Numbers: [93, 27, 41]
Generated Node #2: [93, 27, 41] from Operation: 41*1=41
Current State: 79:[93, 27, 41], Operations: ['41*1=41']
Exploring Operation: 93+27=120, Resulting Numbers: [41, 120]
Generated Node #3: [41, 120] from O... | 4 | Current State: 79:[41, 1, 93, 27], Operations: []
Exploring Operation: 41+1=42, Resulting Numbers: [93, 27, 42]
Generated Node #0,0: 79:[93, 27, 42] Operation: 41+1=42
Exploring Operation: 93-1=92, Resulting Numbers: [41, 27, 92]
Generated Node #0,1: 79:[41, 27, 92] Operation: 93-1=92
Exploring Operation: 41+27=68, Res... | 0 | hs_4 | mult_heuristic |
[
90,
45,
27,
48
] | 81 | [
"90-45=45",
"48-45=3",
"27*3=81"
] | Current State: 81:[90, 45, 27, 48], Operations: []
Exploring Operation: 90-45=45, Resulting Numbers: [27, 48, 45]
Generated Node #2: [27, 48, 45] from Operation: 90-45=45
Current State: 81:[27, 48, 45], Operations: ['90-45=45']
Exploring Operation: 48-45=3, Resulting Numbers: [27, 3]
Generated Node #3: [27, 3] from Ope... | 4 | Current State: 81:[90, 45, 27, 48], Operations: []
Exploring Operation: 45+48=93, Resulting Numbers: [90, 27, 93]
Generated Node #0,0: 81:[90, 27, 93] Operation: 45+48=93
Exploring Operation: 90/45=2, Resulting Numbers: [27, 48, 2]
Generated Node #0,1: 81:[27, 48, 2] Operation: 90/45=2
Exploring Operation: 48-45=3, Res... | 0.979167 | hs_3 | sum_heuristic |
[
79,
19,
69,
46
] | 40 | [
"79-19=60",
"46*60=2760",
"2760/69=40"
] | Current State: 40:[79, 19, 69, 46], Operations: []
Exploring Operation: 79-19=60, Resulting Numbers: [69, 46, 60]
Generated Node #2: [69, 46, 60] from Operation: 79-19=60
Current State: 40:[69, 46, 60], Operations: ['79-19=60']
Exploring Operation: 46*60=2760, Resulting Numbers: [69, 2760]
Generated Node #3: [69, 2760]... | 4 | Current State: 40:[79, 19, 69, 46], Operations: []
Exploring Operation: 79-69=10, Resulting Numbers: [19, 46, 10]
Generated Node #0,0: 40:[19, 46, 10] Operation: 79-69=10
Moving to Node #0,0
Current State: 40:[19, 46, 10], Operations: ['79-69=10']
Exploring Operation: 46-10=36, Resulting Numbers: [19, 36]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
32,
64,
66,
66
] | 96 | [
"32+64=96",
"66-66=0",
"96+0=96"
] | Current State: 96:[32, 64, 66, 66], Operations: []
Exploring Operation: 32+64=96, Resulting Numbers: [66, 66, 96]
Generated Node #2: [66, 66, 96] from Operation: 32+64=96
Current State: 96:[66, 66, 96], Operations: ['32+64=96']
Exploring Operation: 66-66=0, Resulting Numbers: [96, 0]
Generated Node #3: [96, 0] from Ope... | 4 | Current State: 96:[32, 64, 66, 66], Operations: []
Exploring Operation: 66-64=2, Resulting Numbers: [32, 66, 2]
Generated Node #0,0: 96:[32, 66, 2] Operation: 66-64=2
Exploring Operation: 66-64=2, Resulting Numbers: [32, 66, 2]
Generated Node #0,1: 96:[32, 66, 2] Operation: 66-64=2
Exploring Operation: 66-66=0, Resulti... | 0.984375 | hs_4 | mult_heuristic |
[
6,
10,
39,
8
] | 78 | [
"6+10=16",
"39*16=624",
"624/8=78"
] | Current State: 78:[6, 10, 39, 8], Operations: []
Exploring Operation: 6+10=16, Resulting Numbers: [39, 8, 16]
Generated Node #2: [39, 8, 16] from Operation: 6+10=16
Current State: 78:[39, 8, 16], Operations: ['6+10=16']
Exploring Operation: 39*16=624, Resulting Numbers: [8, 624]
Generated Node #3: [8, 624] from Operati... | 4 | Current State: 78:[6, 10, 39, 8], Operations: []
Exploring Operation: 10*8=80, Resulting Numbers: [6, 39, 80]
Generated Node #0,0: 78:[6, 39, 80] Operation: 10*8=80
Exploring Operation: 10-8=2, Resulting Numbers: [6, 39, 2]
Generated Node #0,1: 78:[6, 39, 2] Operation: 10-8=2
Start Sub Search at level 1: Moving to Node... | 0 | hs_2 | sum_heuristic |
[
75,
92,
63,
23
] | 69 | [
"92-75=17",
"63+23=86",
"86-17=69"
] | Current State: 69:[75, 92, 63, 23], Operations: []
Exploring Operation: 92-75=17, Resulting Numbers: [63, 23, 17]
Generated Node #2: [63, 23, 17] from Operation: 92-75=17
Current State: 69:[63, 23, 17], Operations: ['92-75=17']
Exploring Operation: 63+23=86, Resulting Numbers: [17, 86]
Generated Node #3: [17, 86] from ... | 4 | Current State: 69:[75, 92, 63, 23], Operations: []
Exploring Operation: 92-75=17, Resulting Numbers: [63, 23, 17]
Generated Node #0,0: 69:[63, 23, 17] Operation: 92-75=17
Exploring Operation: 92-63=29, Resulting Numbers: [75, 23, 29]
Generated Node #0,1: 69:[75, 23, 29] Operation: 92-63=29
Moving to Node #0,0
Current S... | 0.989583 | hs_2 | sum_heuristic |
[
4,
14,
91,
53
] | 96 | [
"91-14=77",
"77-53=24",
"4*24=96"
] | Current State: 96:[4, 14, 91, 53], Operations: []
Exploring Operation: 91-14=77, Resulting Numbers: [4, 53, 77]
Generated Node #2: [4, 53, 77] from Operation: 91-14=77
Current State: 96:[4, 53, 77], Operations: ['91-14=77']
Exploring Operation: 77-53=24, Resulting Numbers: [4, 24]
Generated Node #3: [4, 24] from Operat... | 4 | Current State: 96:[4, 14, 91, 53], Operations: []
Exploring Operation: 4+91=95, Resulting Numbers: [14, 53, 95]
Generated Node #0,0: 96:[14, 53, 95] Operation: 4+91=95
Exploring Operation: 53-4=49, Resulting Numbers: [14, 91, 49]
Generated Node #0,1: 96:[14, 91, 49] Operation: 53-4=49
Moving to Node #0,0
Current State:... | 0 | hs_2 | mult_heuristic |
[
28,
47,
2,
13
] | 45 | [
"47-28=19",
"2*13=26",
"19+26=45"
] | Current State: 45:[28, 47, 2, 13], Operations: []
Exploring Operation: 47-28=19, Resulting Numbers: [2, 13, 19]
Generated Node #2: [2, 13, 19] from Operation: 47-28=19
Current State: 45:[2, 13, 19], Operations: ['47-28=19']
Exploring Operation: 2*13=26, Resulting Numbers: [19, 26]
Generated Node #3: [19, 26] from Opera... | 4 | Current State: 45:[28, 47, 2, 13], Operations: []
Exploring Operation: 28-13=15, Resulting Numbers: [47, 2, 15]
Generated Node #0,0: 45:[47, 2, 15] Operation: 28-13=15
Exploring Operation: 28*2=56, Resulting Numbers: [47, 13, 56]
Generated Node #0,1: 45:[47, 13, 56] Operation: 28*2=56
Exploring Operation: 47-28=19, Res... | 0 | hs_5 | mult_heuristic |
[
86,
67,
90,
16
] | 63 | [
"90-86=4",
"16/4=4",
"67-4=63"
] | Current State: 63:[86, 67, 90, 16], Operations: []
Exploring Operation: 90-86=4, Resulting Numbers: [67, 16, 4]
Generated Node #2: [67, 16, 4] from Operation: 90-86=4
Current State: 63:[67, 16, 4], Operations: ['90-86=4']
Exploring Operation: 16/4=4, Resulting Numbers: [67, 4]
Generated Node #3: [67, 4] from Operation:... | 4 | Current State: 63:[86, 67, 90, 16], Operations: []
Exploring Operation: 90-86=4, Resulting Numbers: [67, 16, 4]
Generated Node #0,0: 63:[67, 16, 4] Operation: 90-86=4
Exploring Operation: 90-67=23, Resulting Numbers: [86, 16, 23]
Generated Node #0,1: 63:[86, 16, 23] Operation: 90-67=23
Moving to Node #0,0
Current State... | 0 | hs_2 | mult_heuristic |
[
52,
45,
39,
90
] | 67 | [
"45-39=6",
"90/6=15",
"52+15=67"
] | Current State: 67:[52, 45, 39, 90], Operations: []
Exploring Operation: 45-39=6, Resulting Numbers: [52, 90, 6]
Generated Node #2: [52, 90, 6] from Operation: 45-39=6
Current State: 67:[52, 90, 6], Operations: ['45-39=6']
Exploring Operation: 90/6=15, Resulting Numbers: [52, 15]
Generated Node #3: [52, 15] from Operati... | 4 | Current State: 67:[52, 45, 39, 90], Operations: []
Exploring Operation: 90-39=51, Resulting Numbers: [52, 45, 51]
Generated Node #0,0: 67:[52, 45, 51] Operation: 90-39=51
Start Sub Search at level 1: Moving to Node #0,0
Current State: 67:[52, 45, 51], Operations: ['90-39=51']
Exploring Operation: 45+51=96, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
62,
17,
99,
2
] | 59 | [
"62+17=79",
"2*79=158",
"158-99=59"
] | Current State: 59:[62, 17, 99, 2], Operations: []
Exploring Operation: 62+17=79, Resulting Numbers: [99, 2, 79]
Generated Node #2: [99, 2, 79] from Operation: 62+17=79
Current State: 59:[99, 2, 79], Operations: ['62+17=79']
Exploring Operation: 2*79=158, Resulting Numbers: [99, 158]
Generated Node #3: [99, 158] from Op... | 4 | Current State: 59:[62, 17, 99, 2], Operations: []
Exploring Operation: 17*2=34, Resulting Numbers: [62, 99, 34]
Generated Node #0,0: 59:[62, 99, 34] Operation: 17*2=34
Exploring Operation: 62-2=60, Resulting Numbers: [17, 99, 60]
Generated Node #0,1: 59:[17, 99, 60] Operation: 62-2=60
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
19,
5,
82,
3
] | 60 | [
"5-3=2",
"82/2=41",
"19+41=60"
] | Current State: 60:[19, 5, 82, 3], Operations: []
Exploring Operation: 5-3=2, Resulting Numbers: [19, 82, 2]
Generated Node #2: [19, 82, 2] from Operation: 5-3=2
Current State: 60:[19, 82, 2], Operations: ['5-3=2']
Exploring Operation: 82/2=41, Resulting Numbers: [19, 41]
Generated Node #3: [19, 41] from Operation: 82/2... | 4 | Current State: 60:[19, 5, 82, 3], Operations: []
Exploring Operation: 82-19=63, Resulting Numbers: [5, 3, 63]
Generated Node #0,0: 60:[5, 3, 63] Operation: 82-19=63
Moving to Node #0,0
Current State: 60:[5, 3, 63], Operations: ['82-19=63']
Exploring Operation: 63-3=60, Resulting Numbers: [5, 60]
Generated Node #0,0,0: ... | 0 | hs_1 | sum_heuristic |
[
78,
3,
20,
67
] | 13 | [
"78-67=11",
"3*11=33",
"33-20=13"
] | Current State: 13:[78, 3, 20, 67], Operations: []
Exploring Operation: 78-67=11, Resulting Numbers: [3, 20, 11]
Generated Node #2: [3, 20, 11] from Operation: 78-67=11
Current State: 13:[3, 20, 11], Operations: ['78-67=11']
Exploring Operation: 3*11=33, Resulting Numbers: [20, 33]
Generated Node #3: [20, 33] from Opera... | 4 | Current State: 13:[78, 3, 20, 67], Operations: []
Exploring Operation: 78-67=11, Resulting Numbers: [3, 20, 11]
Generated Node #0,0: 13:[3, 20, 11] Operation: 78-67=11
Start Sub Search at level 1: Moving to Node #0,0
Current State: 13:[3, 20, 11], Operations: ['78-67=11']
Exploring Operation: 20-3=17, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
30,
87,
44,
39
] | 62 | [
"87-30=57",
"44-39=5",
"57+5=62"
] | Current State: 62:[30, 87, 44, 39], Operations: []
Exploring Operation: 87-30=57, Resulting Numbers: [44, 39, 57]
Generated Node #2: [44, 39, 57] from Operation: 87-30=57
Current State: 62:[44, 39, 57], Operations: ['87-30=57']
Exploring Operation: 44-39=5, Resulting Numbers: [57, 5]
Generated Node #3: [57, 5] from Ope... | 4 | Current State: 62:[30, 87, 44, 39], Operations: []
Exploring Operation: 87-30=57, Resulting Numbers: [44, 39, 57]
Generated Node #0,0: 62:[44, 39, 57] Operation: 87-30=57
Exploring Operation: 87-39=48, Resulting Numbers: [30, 44, 48]
Generated Node #0,1: 62:[30, 44, 48] Operation: 87-39=48
Exploring Operation: 87-44=43... | 0.980035 | hs_3 | sum_heuristic |
[
20,
9,
26,
49
] | 64 | [
"20-9=11",
"26+49=75",
"75-11=64"
] | Current State: 64:[20, 9, 26, 49], Operations: []
Exploring Operation: 20-9=11, Resulting Numbers: [26, 49, 11]
Generated Node #2: [26, 49, 11] from Operation: 20-9=11
Current State: 64:[26, 49, 11], Operations: ['20-9=11']
Exploring Operation: 26+49=75, Resulting Numbers: [11, 75]
Generated Node #3: [11, 75] from Oper... | 4 | Current State: 64:[20, 9, 26, 49], Operations: []
Exploring Operation: 49-26=23, Resulting Numbers: [20, 9, 23]
Generated Node #0,0: 64:[20, 9, 23] Operation: 49-26=23
Exploring Operation: 49-20=29, Resulting Numbers: [9, 26, 29]
Generated Node #0,1: 64:[9, 26, 29] Operation: 49-20=29
Exploring Operation: 20+49=69, Res... | 0.980903 | hs_5 | mult_heuristic |
[
39,
70,
37,
62
] | 78 | [
"39-37=2",
"70*2=140",
"140-62=78"
] | Current State: 78:[39, 70, 37, 62], Operations: []
Exploring Operation: 39-37=2, Resulting Numbers: [70, 62, 2]
Generated Node #2: [70, 62, 2] from Operation: 39-37=2
Current State: 78:[70, 62, 2], Operations: ['39-37=2']
Exploring Operation: 70*2=140, Resulting Numbers: [62, 140]
Generated Node #3: [62, 140] from Oper... | 4 | Current State: 78:[39, 70, 37, 62], Operations: []
Exploring Operation: 70-62=8, Resulting Numbers: [39, 37, 8]
Generated Node #0,0: 78:[39, 37, 8] Operation: 70-62=8
Start Sub Search at level 1: Moving to Node #0,0
Current State: 78:[39, 37, 8], Operations: ['70-62=8']
Exploring Operation: 39-37=2, Resulting Numbers: ... | 0 | hs_1 | mult_heuristic |
[
35,
70,
15,
7
] | 29 | [
"70/35=2",
"7*2=14",
"15+14=29"
] | Current State: 29:[35, 70, 15, 7], Operations: []
Exploring Operation: 70/35=2, Resulting Numbers: [15, 7, 2]
Generated Node #2: [15, 7, 2] from Operation: 70/35=2
Current State: 29:[15, 7, 2], Operations: ['70/35=2']
Exploring Operation: 7*2=14, Resulting Numbers: [15, 14]
Generated Node #3: [15, 14] from Operation: 7... | 4 | Current State: 29:[35, 70, 15, 7], Operations: []
Exploring Operation: 70-35=35, Resulting Numbers: [15, 7, 35]
Generated Node #0,0: 29:[15, 7, 35] Operation: 70-35=35
Exploring Operation: 70-7=63, Resulting Numbers: [35, 15, 63]
Generated Node #0,1: 29:[35, 15, 63] Operation: 70-7=63
Exploring Operation: 70/7=10, Resu... | 0 | hs_4 | mult_heuristic |
[
5,
5,
27,
78
] | 51 | [
"5-5=0",
"78-27=51",
"0+51=51"
] | Current State: 51:[5, 5, 27, 78], Operations: []
Exploring Operation: 5-5=0, Resulting Numbers: [27, 78, 0]
Generated Node #2: [27, 78, 0] from Operation: 5-5=0
Current State: 51:[27, 78, 0], Operations: ['5-5=0']
Exploring Operation: 78-27=51, Resulting Numbers: [0, 51]
Generated Node #3: [0, 51] from Operation: 78-27... | 4 | Current State: 51:[5, 5, 27, 78], Operations: []
Exploring Operation: 27-5=22, Resulting Numbers: [5, 78, 22]
Generated Node #0,0: 51:[5, 78, 22] Operation: 27-5=22
Exploring Operation: 78-27=51, Resulting Numbers: [5, 5, 51]
Generated Node #0,1: 51:[5, 5, 51] Operation: 78-27=51
Moving to Node #0,1
Current State: 51:[... | 0.989583 | hs_2 | mult_heuristic |
[
26,
55,
98,
99
] | 82 | [
"26+55=81",
"99-98=1",
"81+1=82"
] | Current State: 82:[26, 55, 98, 99], Operations: []
Exploring Operation: 26+55=81, Resulting Numbers: [98, 99, 81]
Generated Node #2: [98, 99, 81] from Operation: 26+55=81
Current State: 82:[98, 99, 81], Operations: ['26+55=81']
Exploring Operation: 99-98=1, Resulting Numbers: [81, 1]
Generated Node #3: [81, 1] from Ope... | 4 | Current State: 82:[26, 55, 98, 99], Operations: []
Exploring Operation: 99-55=44, Resulting Numbers: [26, 98, 44]
Generated Node #0,0: 82:[26, 98, 44] Operation: 99-55=44
Exploring Operation: 98-55=43, Resulting Numbers: [26, 99, 43]
Generated Node #0,1: 82:[26, 99, 43] Operation: 98-55=43
Exploring Operation: 26+55=81... | 0.985243 | hs_5 | sum_heuristic |
[
52,
18,
57,
51
] | 74 | [
"52-18=34",
"57+51=108",
"108-34=74"
] | Current State: 74:[52, 18, 57, 51], Operations: []
Exploring Operation: 52-18=34, Resulting Numbers: [57, 51, 34]
Generated Node #2: [57, 51, 34] from Operation: 52-18=34
Current State: 74:[57, 51, 34], Operations: ['52-18=34']
Exploring Operation: 57+51=108, Resulting Numbers: [34, 108]
Generated Node #3: [34, 108] fr... | 4 | Current State: 74:[52, 18, 57, 51], Operations: []
Exploring Operation: 57-52=5, Resulting Numbers: [18, 51, 5]
Generated Node #0,0: 74:[18, 51, 5] Operation: 57-52=5
Exploring Operation: 18+57=75, Resulting Numbers: [52, 51, 75]
Generated Node #0,1: 74:[52, 51, 75] Operation: 18+57=75
Exploring Operation: 57-18=39, Re... | 0.988715 | hs_4 | sum_heuristic |
[
41,
93,
97,
26
] | 60 | [
"41-26=15",
"97-93=4",
"15*4=60"
] | Current State: 60:[41, 93, 97, 26], Operations: []
Exploring Operation: 41-26=15, Resulting Numbers: [93, 97, 15]
Generated Node #2: [93, 97, 15] from Operation: 41-26=15
Current State: 60:[93, 97, 15], Operations: ['41-26=15']
Exploring Operation: 97-93=4, Resulting Numbers: [15, 4]
Generated Node #3: [15, 4] from Ope... | 4 | Current State: 60:[41, 93, 97, 26], Operations: []
Exploring Operation: 97-93=4, Resulting Numbers: [41, 26, 4]
Generated Node #0,0: 60:[41, 26, 4] Operation: 97-93=4
Moving to Node #0,0
Current State: 60:[41, 26, 4], Operations: ['97-93=4']
Exploring Operation: 41-26=15, Resulting Numbers: [4, 15]
Generated Node #0,0,... | 0.993924 | hs_1 | mult_heuristic |
[
86,
21,
3,
6
] | 81 | [
"21-6=15",
"15/3=5",
"86-5=81"
] | Current State: 81:[86, 21, 3, 6], Operations: []
Exploring Operation: 21-6=15, Resulting Numbers: [86, 3, 15]
Generated Node #2: [86, 3, 15] from Operation: 21-6=15
Current State: 81:[86, 3, 15], Operations: ['21-6=15']
Exploring Operation: 15/3=5, Resulting Numbers: [86, 5]
Generated Node #3: [86, 5] from Operation: 1... | 4 | Current State: 81:[86, 21, 3, 6], Operations: []
Exploring Operation: 86-3=83, Resulting Numbers: [21, 6, 83]
Generated Node #0,0: 81:[21, 6, 83] Operation: 86-3=83
Exploring Operation: 21+6=27, Resulting Numbers: [86, 3, 27]
Generated Node #0,1: 81:[86, 3, 27] Operation: 21+6=27
Exploring Operation: 86-6=80, Resulting... | 0 | hs_4 | sum_heuristic |
[
69,
80,
8,
4
] | 52 | [
"80-69=11",
"4*11=44",
"8+44=52"
] | Current State: 52:[69, 80, 8, 4], Operations: []
Exploring Operation: 80-69=11, Resulting Numbers: [8, 4, 11]
Generated Node #2: [8, 4, 11] from Operation: 80-69=11
Current State: 52:[8, 4, 11], Operations: ['80-69=11']
Exploring Operation: 4*11=44, Resulting Numbers: [8, 44]
Generated Node #3: [8, 44] from Operation: ... | 4 | Current State: 52:[69, 80, 8, 4], Operations: []
Exploring Operation: 80-69=11, Resulting Numbers: [8, 4, 11]
Generated Node #0,0: 52:[8, 4, 11] Operation: 80-69=11
Exploring Operation: 69-8=61, Resulting Numbers: [80, 4, 61]
Generated Node #0,1: 52:[80, 4, 61] Operation: 69-8=61
Exploring Operation: 80/8=10, Resulting... | 0 | hs_4 | mult_heuristic |
[
75,
10,
84,
75
] | 73 | [
"75/75=1",
"84-10=74",
"74-1=73"
] | Current State: 73:[75, 10, 84, 75], Operations: []
Exploring Operation: 75/75=1, Resulting Numbers: [10, 84, 1]
Generated Node #2: [10, 84, 1] from Operation: 75/75=1
Current State: 73:[10, 84, 1], Operations: ['75/75=1']
Exploring Operation: 84-10=74, Resulting Numbers: [1, 74]
Generated Node #3: [1, 74] from Operatio... | 4 | Current State: 73:[75, 10, 84, 75], Operations: []
Exploring Operation: 75-10=65, Resulting Numbers: [84, 75, 65]
Generated Node #0,0: 73:[84, 75, 65] Operation: 75-10=65
Exploring Operation: 75-10=65, Resulting Numbers: [75, 84, 65]
Generated Node #0,1: 73:[75, 84, 65] Operation: 75-10=65
Exploring Operation: 75+10=85... | 0.987847 | hs_4 | mult_heuristic |
[
94,
16,
78,
20
] | 21 | [
"94-16=78",
"78/78=1",
"20+1=21"
] | Current State: 21:[94, 16, 78, 20], Operations: []
Exploring Operation: 94-16=78, Resulting Numbers: [78, 20, 78]
Generated Node #2: [78, 20, 78] from Operation: 94-16=78
Current State: 21:[78, 20, 78], Operations: ['94-16=78']
Exploring Operation: 78/78=1, Resulting Numbers: [20, 1]
Generated Node #3: [20, 1] from Ope... | 4 | Current State: 21:[94, 16, 78, 20], Operations: []
Exploring Operation: 94-78=16, Resulting Numbers: [16, 20, 16]
Generated Node #0,0: 21:[16, 20, 16] Operation: 94-78=16
Start Sub Search at level 1: Moving to Node #0,0
Current State: 21:[16, 20, 16], Operations: ['94-78=16']
Exploring Operation: 16/16=1, Resulting Num... | 0.993924 | hs_1 | sum_heuristic |
[
37,
6,
43,
11
] | 75 | [
"37+6=43",
"43-11=32",
"43+32=75"
] | Current State: 75:[37, 6, 43, 11], Operations: []
Exploring Operation: 37+6=43, Resulting Numbers: [43, 11, 43]
Generated Node #2: [43, 11, 43] from Operation: 37+6=43
Current State: 75:[43, 11, 43], Operations: ['37+6=43']
Exploring Operation: 43-11=32, Resulting Numbers: [32]
32,75 equal: Goal Reached
Exploring Opera... | 4 | Current State: 75:[37, 6, 43, 11], Operations: []
Exploring Operation: 37+43=80, Resulting Numbers: [6, 11, 80]
Generated Node #0,0: 75:[6, 11, 80] Operation: 37+43=80
Exploring Operation: 43-37=6, Resulting Numbers: [6, 11, 6]
Generated Node #0,1: 75:[6, 11, 6] Operation: 43-37=6
Exploring Operation: 43-11=32, Resulti... | 0.974826 | hs_4 | sum_heuristic |
[
92,
77,
3,
11
] | 50 | [
"92-11=81",
"81/3=27",
"77-27=50"
] | Current State: 50:[92, 77, 3, 11], Operations: []
Exploring Operation: 92-11=81, Resulting Numbers: [77, 3, 81]
Generated Node #2: [77, 3, 81] from Operation: 92-11=81
Current State: 50:[77, 3, 81], Operations: ['92-11=81']
Exploring Operation: 81/3=27, Resulting Numbers: [77, 27]
Generated Node #3: [77, 27] from Opera... | 4 | Current State: 50:[92, 77, 3, 11], Operations: []
Exploring Operation: 77/11=7, Resulting Numbers: [92, 3, 7]
Generated Node #0,0: 50:[92, 3, 7] Operation: 77/11=7
Exploring Operation: 92-77=15, Resulting Numbers: [3, 11, 15]
Generated Node #0,1: 50:[3, 11, 15] Operation: 92-77=15
Start Sub Search at level 1: Moving to... | 0 | hs_2 | mult_heuristic |
[
60,
70,
86,
22
] | 54 | [
"70-60=10",
"86-22=64",
"64-10=54"
] | Current State: 54:[60, 70, 86, 22], Operations: []
Exploring Operation: 70-60=10, Resulting Numbers: [86, 22, 10]
Generated Node #2: [86, 22, 10] from Operation: 70-60=10
Current State: 54:[86, 22, 10], Operations: ['70-60=10']
Exploring Operation: 86-22=64, Resulting Numbers: [10, 64]
Generated Node #3: [10, 64] from ... | 4 | Current State: 54:[60, 70, 86, 22], Operations: []
Exploring Operation: 70-60=10, Resulting Numbers: [86, 22, 10]
Generated Node #0,0: 54:[86, 22, 10] Operation: 70-60=10
Exploring Operation: 86-22=64, Resulting Numbers: [60, 70, 64]
Generated Node #0,1: 54:[60, 70, 64] Operation: 86-22=64
Exploring Operation: 86-60=26... | 0.987847 | hs_4 | mult_heuristic |
[
99,
25,
81,
12
] | 55 | [
"99+25=124",
"81-12=69",
"124-69=55"
] | Current State: 55:[99, 25, 81, 12], Operations: []
Exploring Operation: 99+25=124, Resulting Numbers: [81, 12, 124]
Generated Node #2: [81, 12, 124] from Operation: 99+25=124
Current State: 55:[81, 12, 124], Operations: ['99+25=124']
Exploring Operation: 81-12=69, Resulting Numbers: [124, 69]
Generated Node #3: [124, 6... | 4 | Current State: 55:[99, 25, 81, 12], Operations: []
Exploring Operation: 99-25=74, Resulting Numbers: [81, 12, 74]
Generated Node #0,0: 55:[81, 12, 74] Operation: 99-25=74
Exploring Operation: 99-81=18, Resulting Numbers: [25, 12, 18]
Generated Node #0,1: 55:[25, 12, 18] Operation: 99-81=18
Exploring Operation: 81-25=56... | 0.985243 | hs_3 | sum_heuristic |
[
87,
57,
1,
70
] | 74 | [
"87+57=144",
"1*70=70",
"144-70=74"
] | Current State: 74:[87, 57, 1, 70], Operations: []
Exploring Operation: 87+57=144, Resulting Numbers: [1, 70, 144]
Generated Node #2: [1, 70, 144] from Operation: 87+57=144
Current State: 74:[1, 70, 144], Operations: ['87+57=144']
Exploring Operation: 1*70=70, Resulting Numbers: [144, 70]
Generated Node #3: [144, 70] fr... | 4 | Current State: 74:[87, 57, 1, 70], Operations: []
Exploring Operation: 87-1=86, Resulting Numbers: [57, 70, 86]
Generated Node #0,0: 74:[57, 70, 86] Operation: 87-1=86
Exploring Operation: 87-70=17, Resulting Numbers: [57, 1, 17]
Generated Node #0,1: 74:[57, 1, 17] Operation: 87-70=17
Exploring Operation: 70-57=13, Res... | 0.978299 | hs_4 | sum_heuristic |
[
28,
76,
56,
61
] | 64 | [
"61-56=5",
"28*5=140",
"140-76=64"
] | Current State: 64:[28, 76, 56, 61], Operations: []
Exploring Operation: 61-56=5, Resulting Numbers: [28, 76, 5]
Generated Node #2: [28, 76, 5] from Operation: 61-56=5
Current State: 64:[28, 76, 5], Operations: ['61-56=5']
Exploring Operation: 28*5=140, Resulting Numbers: [76, 140]
Generated Node #3: [76, 140] from Oper... | 4 | Current State: 64:[28, 76, 56, 61], Operations: []
Exploring Operation: 76-56=20, Resulting Numbers: [28, 61, 20]
Generated Node #0,0: 64:[28, 61, 20] Operation: 76-56=20
Start Sub Search at level 1: Moving to Node #0,0
Current State: 64:[28, 61, 20], Operations: ['76-56=20']
Exploring Operation: 28-20=8, Resulting Num... | 0 | hs_1 | mult_heuristic |
[
22,
25,
84,
65
] | 37 | [
"25-22=3",
"84/3=28",
"65-28=37"
] | Current State: 37:[22, 25, 84, 65], Operations: []
Exploring Operation: 25-22=3, Resulting Numbers: [84, 65, 3]
Generated Node #2: [84, 65, 3] from Operation: 25-22=3
Current State: 37:[84, 65, 3], Operations: ['25-22=3']
Exploring Operation: 84/3=28, Resulting Numbers: [65, 28]
Generated Node #3: [65, 28] from Operati... | 4 | Current State: 37:[22, 25, 84, 65], Operations: []
Exploring Operation: 84-22=62, Resulting Numbers: [25, 65, 62]
Generated Node #0,0: 37:[25, 65, 62] Operation: 84-22=62
Exploring Operation: 84-65=19, Resulting Numbers: [22, 25, 19]
Generated Node #0,1: 37:[22, 25, 19] Operation: 84-65=19
Moving to Node #0,1
Current S... | 0 | hs_2 | sum_heuristic |
[
12,
72,
15,
20
] | 80 | [
"72-12=60",
"60/15=4",
"20*4=80"
] | Current State: 80:[12, 72, 15, 20], Operations: []
Exploring Operation: 72-12=60, Resulting Numbers: [15, 20, 60]
Generated Node #2: [15, 20, 60] from Operation: 72-12=60
Current State: 80:[15, 20, 60], Operations: ['72-12=60']
Exploring Operation: 60/15=4, Resulting Numbers: [20, 4]
Generated Node #3: [20, 4] from Ope... | 4 | Current State: 80:[12, 72, 15, 20], Operations: []
Exploring Operation: 15-12=3, Resulting Numbers: [72, 20, 3]
Generated Node #0,0: 80:[72, 20, 3] Operation: 15-12=3
Exploring Operation: 12+72=84, Resulting Numbers: [15, 20, 84]
Generated Node #0,1: 80:[15, 20, 84] Operation: 12+72=84
Exploring Operation: 20-12=8, Res... | 0 | hs_4 | mult_heuristic |
[
81,
88,
3,
44
] | 81 | [
"88/44=2",
"3-2=1",
"81*1=81"
] | Current State: 81:[81, 88, 3, 44], Operations: []
Exploring Operation: 88/44=2, Resulting Numbers: [81, 3, 2]
Generated Node #2: [81, 3, 2] from Operation: 88/44=2
Current State: 81:[81, 3, 2], Operations: ['88/44=2']
Exploring Operation: 3-2=1, Resulting Numbers: [81, 1]
Generated Node #3: [81, 1] from Operation: 3-2=... | 4 | Current State: 81:[81, 88, 3, 44], Operations: []
Exploring Operation: 88/44=2, Resulting Numbers: [81, 3, 2]
Generated Node #0,0: 81:[81, 3, 2] Operation: 88/44=2
Exploring Operation: 88-44=44, Resulting Numbers: [81, 3, 44]
Generated Node #0,1: 81:[81, 3, 44] Operation: 88-44=44
Exploring Operation: 81-44=37, Resulti... | 0 | hs_3 | mult_heuristic |
[
27,
49,
59,
25
] | 21 | [
"49+59=108",
"108/27=4",
"25-4=21"
] | Current State: 21:[27, 49, 59, 25], Operations: []
Exploring Operation: 49+59=108, Resulting Numbers: [27, 25, 108]
Generated Node #2: [27, 25, 108] from Operation: 49+59=108
Current State: 21:[27, 25, 108], Operations: ['49+59=108']
Exploring Operation: 108/27=4, Resulting Numbers: [25, 4]
Generated Node #3: [25, 4] f... | 4 | Current State: 21:[27, 49, 59, 25], Operations: []
Exploring Operation: 49-27=22, Resulting Numbers: [59, 25, 22]
Generated Node #0,0: 21:[59, 25, 22] Operation: 49-27=22
Exploring Operation: 59-27=32, Resulting Numbers: [49, 25, 32]
Generated Node #0,1: 21:[49, 25, 32] Operation: 59-27=32
Exploring Operation: 59-49=10... | 0 | hs_3 | mult_heuristic |
[
21,
98,
96,
89
] | 95 | [
"96-89=7",
"21/7=3",
"98-3=95"
] | Current State: 95:[21, 98, 96, 89], Operations: []
Exploring Operation: 96-89=7, Resulting Numbers: [21, 98, 7]
Generated Node #2: [21, 98, 7] from Operation: 96-89=7
Current State: 95:[21, 98, 7], Operations: ['96-89=7']
Exploring Operation: 21/7=3, Resulting Numbers: [98, 3]
Generated Node #3: [98, 3] from Operation:... | 4 | Current State: 95:[21, 98, 96, 89], Operations: []
Exploring Operation: 98-96=2, Resulting Numbers: [21, 89, 2]
Generated Node #0,0: 95:[21, 89, 2] Operation: 98-96=2
Exploring Operation: 96-89=7, Resulting Numbers: [21, 98, 7]
Generated Node #0,1: 95:[21, 98, 7] Operation: 96-89=7
Exploring Operation: 21+89=110, Resul... | 0.986111 | hs_5 | sum_heuristic |
[
14,
65,
56,
26
] | 95 | [
"56/14=4",
"65+26=91",
"4+91=95"
] | Current State: 95:[14, 65, 56, 26], Operations: []
Exploring Operation: 56/14=4, Resulting Numbers: [65, 26, 4]
Generated Node #2: [65, 26, 4] from Operation: 56/14=4
Current State: 95:[65, 26, 4], Operations: ['56/14=4']
Exploring Operation: 65+26=91, Resulting Numbers: [4, 91]
Generated Node #3: [4, 91] from Operatio... | 4 | Current State: 95:[14, 65, 56, 26], Operations: []
Exploring Operation: 65-56=9, Resulting Numbers: [14, 26, 9]
Generated Node #0,0: 95:[14, 26, 9] Operation: 65-56=9
Exploring Operation: 56/14=4, Resulting Numbers: [65, 26, 4]
Generated Node #0,1: 95:[65, 26, 4] Operation: 56/14=4
Start Sub Search at level 1: Moving t... | 0.986111 | hs_2 | sum_heuristic |
[
87,
2,
88,
35
] | 62 | [
"87-35=52",
"52/2=26",
"88-26=62"
] | Current State: 62:[87, 2, 88, 35], Operations: []
Exploring Operation: 87-35=52, Resulting Numbers: [2, 88, 52]
Generated Node #2: [2, 88, 52] from Operation: 87-35=52
Current State: 62:[2, 88, 52], Operations: ['87-35=52']
Exploring Operation: 52/2=26, Resulting Numbers: [88, 26]
Generated Node #3: [88, 26] from Opera... | 4 | Current State: 62:[87, 2, 88, 35], Operations: []
Exploring Operation: 88-35=53, Resulting Numbers: [87, 2, 53]
Generated Node #0,0: 62:[87, 2, 53] Operation: 88-35=53
Exploring Operation: 87-35=52, Resulting Numbers: [2, 88, 52]
Generated Node #0,1: 62:[2, 88, 52] Operation: 87-35=52
Exploring Operation: 88-87=1, Resu... | 0.974826 | hs_4 | sum_heuristic |
[
61,
97,
93,
9
] | 89 | [
"97-61=36",
"36/9=4",
"93-4=89"
] | Current State: 89:[61, 97, 93, 9], Operations: []
Exploring Operation: 97-61=36, Resulting Numbers: [93, 9, 36]
Generated Node #2: [93, 9, 36] from Operation: 97-61=36
Current State: 89:[93, 9, 36], Operations: ['97-61=36']
Exploring Operation: 36/9=4, Resulting Numbers: [93, 4]
Generated Node #3: [93, 4] from Operatio... | 4 | Current State: 89:[61, 97, 93, 9], Operations: []
Exploring Operation: 61-9=52, Resulting Numbers: [97, 93, 52]
Generated Node #0,0: 89:[97, 93, 52] Operation: 61-9=52
Exploring Operation: 97-9=88, Resulting Numbers: [61, 93, 88]
Generated Node #0,1: 89:[61, 93, 88] Operation: 97-9=88
Exploring Operation: 97+9=106, Res... | 0 | hs_5 | sum_heuristic |
[
27,
55,
31,
57
] | 85 | [
"57-55=2",
"27*2=54",
"31+54=85"
] | Current State: 85:[27, 55, 31, 57], Operations: []
Exploring Operation: 57-55=2, Resulting Numbers: [27, 31, 2]
Generated Node #2: [27, 31, 2] from Operation: 57-55=2
Current State: 85:[27, 31, 2], Operations: ['57-55=2']
Exploring Operation: 27*2=54, Resulting Numbers: [31, 54]
Generated Node #3: [31, 54] from Operati... | 4 | Current State: 85:[27, 55, 31, 57], Operations: []
Exploring Operation: 57-55=2, Resulting Numbers: [27, 31, 2]
Generated Node #0,0: 85:[27, 31, 2] Operation: 57-55=2
Exploring Operation: 55+31=86, Resulting Numbers: [27, 57, 86]
Generated Node #0,1: 85:[27, 57, 86] Operation: 55+31=86
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
66,
17,
87,
43
] | 47 | [
"66+17=83",
"87+43=130",
"130-83=47"
] | Current State: 47:[66, 17, 87, 43], Operations: []
Exploring Operation: 66+17=83, Resulting Numbers: [87, 43, 83]
Generated Node #2: [87, 43, 83] from Operation: 66+17=83
Current State: 47:[87, 43, 83], Operations: ['66+17=83']
Exploring Operation: 87+43=130, Resulting Numbers: [83, 130]
Generated Node #3: [83, 130] fr... | 4 | Current State: 47:[66, 17, 87, 43], Operations: []
Exploring Operation: 87-43=44, Resulting Numbers: [66, 17, 44]
Generated Node #0,0: 47:[66, 17, 44] Operation: 87-43=44
Exploring Operation: 87-17=70, Resulting Numbers: [66, 43, 70]
Generated Node #0,1: 47:[66, 43, 70] Operation: 87-17=70
Exploring Operation: 87-66=21... | 0.940972 | hs_5 | sum_heuristic |
[
22,
87,
51,
28
] | 84 | [
"51-22=29",
"87*28=2436",
"2436/29=84"
] | Current State: 84:[22, 87, 51, 28], Operations: []
Exploring Operation: 51-22=29, Resulting Numbers: [87, 28, 29]
Generated Node #2: [87, 28, 29] from Operation: 51-22=29
Current State: 84:[87, 28, 29], Operations: ['51-22=29']
Exploring Operation: 87*28=2436, Resulting Numbers: [29, 2436]
Generated Node #3: [29, 2436]... | 4 | Current State: 84:[22, 87, 51, 28], Operations: []
Exploring Operation: 51-22=29, Resulting Numbers: [87, 28, 29]
Generated Node #0,0: 84:[87, 28, 29] Operation: 51-22=29
Exploring Operation: 51-28=23, Resulting Numbers: [22, 87, 23]
Generated Node #0,1: 84:[22, 87, 23] Operation: 51-28=23
Exploring Operation: 87-51=36... | 0.976563 | hs_4 | mult_heuristic |
[
3,
77,
43,
40
] | 77 | [
"3+77=80",
"43-40=3",
"80-3=77"
] | Current State: 77:[3, 77, 43, 40], Operations: []
Exploring Operation: 3+77=80, Resulting Numbers: [43, 40, 80]
Generated Node #2: [43, 40, 80] from Operation: 3+77=80
Current State: 77:[43, 40, 80], Operations: ['3+77=80']
Exploring Operation: 43-40=3, Resulting Numbers: [80, 3]
Generated Node #3: [80, 3] from Operati... | 4 | Current State: 77:[3, 77, 43, 40], Operations: []
Exploring Operation: 43+40=83, Resulting Numbers: [3, 77, 83]
Generated Node #0,0: 77:[3, 77, 83] Operation: 43+40=83
Exploring Operation: 43-40=3, Resulting Numbers: [3, 77, 3]
Generated Node #0,1: 77:[3, 77, 3] Operation: 43-40=3
Moving to Node #0,1
Current State: 77:... | 0 | hs_2 | sum_heuristic |
[
58,
71,
56,
34
] | 39 | [
"58+71=129",
"56+34=90",
"129-90=39"
] | Current State: 39:[58, 71, 56, 34], Operations: []
Exploring Operation: 58+71=129, Resulting Numbers: [56, 34, 129]
Generated Node #2: [56, 34, 129] from Operation: 58+71=129
Current State: 39:[56, 34, 129], Operations: ['58+71=129']
Exploring Operation: 56+34=90, Resulting Numbers: [129, 90]
Generated Node #3: [129, 9... | 4 | Current State: 39:[58, 71, 56, 34], Operations: []
Exploring Operation: 71-58=13, Resulting Numbers: [56, 34, 13]
Generated Node #0,0: 39:[56, 34, 13] Operation: 71-58=13
Exploring Operation: 71-56=15, Resulting Numbers: [58, 34, 15]
Generated Node #0,1: 39:[58, 34, 15] Operation: 71-56=15
Exploring Operation: 58-34=24... | 0.96441 | hs_5 | sum_heuristic |
[
21,
6,
22,
9
] | 17 | [
"21+9=30",
"30/6=5",
"22-5=17"
] | Current State: 17:[21, 6, 22, 9], Operations: []
Exploring Operation: 21+9=30, Resulting Numbers: [6, 22, 30]
Generated Node #2: [6, 22, 30] from Operation: 21+9=30
Current State: 17:[6, 22, 30], Operations: ['21+9=30']
Exploring Operation: 30/6=5, Resulting Numbers: [22, 5]
Generated Node #3: [22, 5] from Operation: 3... | 4 | Current State: 17:[21, 6, 22, 9], Operations: []
Exploring Operation: 6+9=15, Resulting Numbers: [21, 22, 15]
Generated Node #0,0: 17:[21, 22, 15] Operation: 6+9=15
Start Sub Search at level 1: Moving to Node #0,0
Current State: 17:[21, 22, 15], Operations: ['6+9=15']
Exploring Operation: 22-15=7, Resulting Numbers: [2... | 0 | hs_1 | mult_heuristic |
[
90,
94,
15,
62
] | 51 | [
"94-90=4",
"62-15=47",
"4+47=51"
] | Current State: 51:[90, 94, 15, 62], Operations: []
Exploring Operation: 94-90=4, Resulting Numbers: [15, 62, 4]
Generated Node #2: [15, 62, 4] from Operation: 94-90=4
Current State: 51:[15, 62, 4], Operations: ['94-90=4']
Exploring Operation: 62-15=47, Resulting Numbers: [4, 47]
Generated Node #3: [4, 47] from Operatio... | 4 | Current State: 51:[90, 94, 15, 62], Operations: []
Exploring Operation: 90-62=28, Resulting Numbers: [94, 15, 28]
Generated Node #0,0: 51:[94, 15, 28] Operation: 90-62=28
Exploring Operation: 94-90=4, Resulting Numbers: [15, 62, 4]
Generated Node #0,1: 51:[15, 62, 4] Operation: 94-90=4
Start Sub Search at level 1: Movi... | 0.992188 | hs_2 | mult_heuristic |
[
12,
25,
2,
23
] | 20 | [
"25-12=13",
"23-13=10",
"2*10=20"
] | Current State: 20:[12, 25, 2, 23], Operations: []
Exploring Operation: 25-12=13, Resulting Numbers: [2, 23, 13]
Generated Node #2: [2, 23, 13] from Operation: 25-12=13
Current State: 20:[2, 23, 13], Operations: ['25-12=13']
Exploring Operation: 23-13=10, Resulting Numbers: [2, 10]
Generated Node #3: [2, 10] from Operat... | 4 | Current State: 20:[12, 25, 2, 23], Operations: []
Exploring Operation: 12-2=10, Resulting Numbers: [25, 23, 10]
Generated Node #0,0: 20:[25, 23, 10] Operation: 12-2=10
Exploring Operation: 25-12=13, Resulting Numbers: [2, 23, 13]
Generated Node #0,1: 20:[2, 23, 13] Operation: 25-12=13
Exploring Operation: 23-12=11, Res... | 0.980035 | hs_4 | sum_heuristic |
[
70,
84,
12,
25
] | 50 | [
"84-70=14",
"14-12=2",
"25*2=50"
] | Current State: 50:[70, 84, 12, 25], Operations: []
Exploring Operation: 84-70=14, Resulting Numbers: [12, 25, 14]
Generated Node #2: [12, 25, 14] from Operation: 84-70=14
Current State: 50:[12, 25, 14], Operations: ['84-70=14']
Exploring Operation: 14-12=2, Resulting Numbers: [25, 2]
Generated Node #3: [25, 2] from Ope... | 4 | Current State: 50:[70, 84, 12, 25], Operations: []
Exploring Operation: 84-70=14, Resulting Numbers: [12, 25, 14]
Generated Node #0,0: 50:[12, 25, 14] Operation: 84-70=14
Moving to Node #0,0
Current State: 50:[12, 25, 14], Operations: ['84-70=14']
Exploring Operation: 14-12=2, Resulting Numbers: [25, 2]
Generated Node ... | 0.993924 | hs_1 | sum_heuristic |
[
56,
68,
78,
23
] | 23 | [
"56+68=124",
"78+23=101",
"124-101=23"
] | Current State: 23:[56, 68, 78, 23], Operations: []
Exploring Operation: 56+68=124, Resulting Numbers: [78, 23, 124]
Generated Node #2: [78, 23, 124] from Operation: 56+68=124
Current State: 23:[78, 23, 124], Operations: ['56+68=124']
Exploring Operation: 78+23=101, Resulting Numbers: [124, 101]
Generated Node #3: [124,... | 4 | Current State: 23:[56, 68, 78, 23], Operations: []
Exploring Operation: 68-56=12, Resulting Numbers: [78, 23, 12]
Generated Node #0,0: 23:[78, 23, 12] Operation: 68-56=12
Exploring Operation: 56-23=33, Resulting Numbers: [68, 78, 33]
Generated Node #0,1: 23:[68, 78, 33] Operation: 56-23=33
Exploring Operation: 78-56=22... | 0.987847 | hs_4 | mult_heuristic |
[
38,
10,
17,
33
] | 32 | [
"38+10=48",
"33-17=16",
"48-16=32"
] | Current State: 32:[38, 10, 17, 33], Operations: []
Exploring Operation: 38+10=48, Resulting Numbers: [17, 33, 48]
Generated Node #2: [17, 33, 48] from Operation: 38+10=48
Current State: 32:[17, 33, 48], Operations: ['38+10=48']
Exploring Operation: 33-17=16, Resulting Numbers: [48, 16]
Generated Node #3: [48, 16] from ... | 4 | Current State: 32:[38, 10, 17, 33], Operations: []
Exploring Operation: 38-33=5, Resulting Numbers: [10, 17, 5]
Generated Node #0,0: 32:[10, 17, 5] Operation: 38-33=5
Exploring Operation: 17-10=7, Resulting Numbers: [38, 33, 7]
Generated Node #0,1: 32:[38, 33, 7] Operation: 17-10=7
Exploring Operation: 38-17=21, Result... | 0.980035 | hs_4 | mult_heuristic |
[
28,
33,
15,
60
] | 40 | [
"33-28=5",
"60-15=45",
"45-5=40"
] | Current State: 40:[28, 33, 15, 60], Operations: []
Exploring Operation: 33-28=5, Resulting Numbers: [15, 60, 5]
Generated Node #2: [15, 60, 5] from Operation: 33-28=5
Current State: 40:[15, 60, 5], Operations: ['33-28=5']
Exploring Operation: 60-15=45, Resulting Numbers: [5, 45]
Generated Node #3: [5, 45] from Operatio... | 4 | Current State: 40:[28, 33, 15, 60], Operations: []
Exploring Operation: 33-28=5, Resulting Numbers: [15, 60, 5]
Generated Node #0,0: 40:[15, 60, 5] Operation: 33-28=5
Exploring Operation: 60/15=4, Resulting Numbers: [28, 33, 4]
Generated Node #0,1: 40:[28, 33, 4] Operation: 60/15=4
Exploring Operation: 60-28=32, Result... | 0.983507 | hs_5 | mult_heuristic |
[
15,
14,
46,
97
] | 22 | [
"15+14=29",
"97-46=51",
"51-29=22"
] | Current State: 22:[15, 14, 46, 97], Operations: []
Exploring Operation: 15+14=29, Resulting Numbers: [46, 97, 29]
Generated Node #2: [46, 97, 29] from Operation: 15+14=29
Current State: 22:[46, 97, 29], Operations: ['15+14=29']
Exploring Operation: 97-46=51, Resulting Numbers: [29, 51]
Generated Node #3: [29, 51] from ... | 4 | Current State: 22:[15, 14, 46, 97], Operations: []
Exploring Operation: 46-14=32, Resulting Numbers: [15, 97, 32]
Generated Node #0,0: 22:[15, 97, 32] Operation: 46-14=32
Exploring Operation: 46-15=31, Resulting Numbers: [14, 97, 31]
Generated Node #0,1: 22:[14, 97, 31] Operation: 46-15=31
Exploring Operation: 97-15=82... | 0.969618 | hs_5 | mult_heuristic |
[
3,
81,
16,
67
] | 26 | [
"81-67=14",
"3*14=42",
"42-16=26"
] | Current State: 26:[3, 81, 16, 67], Operations: []
Exploring Operation: 81-67=14, Resulting Numbers: [3, 16, 14]
Generated Node #2: [3, 16, 14] from Operation: 81-67=14
Current State: 26:[3, 16, 14], Operations: ['81-67=14']
Exploring Operation: 3*14=42, Resulting Numbers: [16, 42]
Generated Node #3: [16, 42] from Opera... | 4 | Current State: 26:[3, 81, 16, 67], Operations: []
Exploring Operation: 81-67=14, Resulting Numbers: [3, 16, 14]
Generated Node #0,0: 26:[3, 16, 14] Operation: 81-67=14
Moving to Node #0,0
Current State: 26:[3, 16, 14], Operations: ['81-67=14']
Exploring Operation: 16-3=13, Resulting Numbers: [14, 13]
Generated Node #0,... | 0 | hs_1 | mult_heuristic |
[
4,
66,
84,
85
] | 61 | [
"66-4=62",
"85-84=1",
"62-1=61"
] | Current State: 61:[4, 66, 84, 85], Operations: []
Exploring Operation: 66-4=62, Resulting Numbers: [84, 85, 62]
Generated Node #2: [84, 85, 62] from Operation: 66-4=62
Current State: 61:[84, 85, 62], Operations: ['66-4=62']
Exploring Operation: 85-84=1, Resulting Numbers: [62, 1]
Generated Node #3: [62, 1] from Operati... | 4 | Current State: 61:[4, 66, 84, 85], Operations: []
Exploring Operation: 66-4=62, Resulting Numbers: [84, 85, 62]
Generated Node #0,0: 61:[84, 85, 62] Operation: 66-4=62
Start Sub Search at level 1: Moving to Node #0,0
Current State: 61:[84, 85, 62], Operations: ['66-4=62']
Exploring Operation: 85-84=1, Resulting Numbers... | 0.993924 | hs_1 | mult_heuristic |
[
16,
9,
65,
29
] | 11 | [
"16+9=25",
"65-29=36",
"36-25=11"
] | Current State: 11:[16, 9, 65, 29], Operations: []
Exploring Operation: 16+9=25, Resulting Numbers: [65, 29, 25]
Generated Node #2: [65, 29, 25] from Operation: 16+9=25
Current State: 11:[65, 29, 25], Operations: ['16+9=25']
Exploring Operation: 65-29=36, Resulting Numbers: [25, 36]
Generated Node #3: [25, 36] from Oper... | 4 | Current State: 11:[16, 9, 65, 29], Operations: []
Exploring Operation: 29-16=13, Resulting Numbers: [9, 65, 13]
Generated Node #0,0: 11:[9, 65, 13] Operation: 29-16=13
Exploring Operation: 65-16=49, Resulting Numbers: [9, 29, 49]
Generated Node #0,1: 11:[9, 29, 49] Operation: 65-16=49
Exploring Operation: 65-29=36, Res... | 0.984375 | hs_4 | sum_heuristic |
[
35,
98,
53,
13
] | 23 | [
"98-35=63",
"53-13=40",
"63-40=23"
] | Current State: 23:[35, 98, 53, 13], Operations: []
Exploring Operation: 98-35=63, Resulting Numbers: [53, 13, 63]
Generated Node #2: [53, 13, 63] from Operation: 98-35=63
Current State: 23:[53, 13, 63], Operations: ['98-35=63']
Exploring Operation: 53-13=40, Resulting Numbers: [63, 40]
Generated Node #3: [63, 40] from ... | 4 | Current State: 23:[35, 98, 53, 13], Operations: []
Exploring Operation: 98-53=45, Resulting Numbers: [35, 13, 45]
Generated Node #0,0: 23:[35, 13, 45] Operation: 98-53=45
Exploring Operation: 98-35=63, Resulting Numbers: [53, 13, 63]
Generated Node #0,1: 23:[53, 13, 63] Operation: 98-35=63
Start Sub Search at level 1: ... | 0.990451 | hs_2 | sum_heuristic |
[
17,
27,
10,
93
] | 29 | [
"27+93=120",
"120/10=12",
"17+12=29"
] | Current State: 29:[17, 27, 10, 93], Operations: []
Exploring Operation: 27+93=120, Resulting Numbers: [17, 10, 120]
Generated Node #2: [17, 10, 120] from Operation: 27+93=120
Current State: 29:[17, 10, 120], Operations: ['27+93=120']
Exploring Operation: 120/10=12, Resulting Numbers: [17, 12]
Generated Node #3: [17, 12... | 4 | Current State: 29:[17, 27, 10, 93], Operations: []
Exploring Operation: 93-17=76, Resulting Numbers: [27, 10, 76]
Generated Node #0,0: 29:[27, 10, 76] Operation: 93-17=76
Exploring Operation: 27+10=37, Resulting Numbers: [17, 93, 37]
Generated Node #0,1: 29:[17, 93, 37] Operation: 27+10=37
Exploring Operation: 17+10=27... | 0 | hs_5 | sum_heuristic |
[
17,
62,
3,
54
] | 96 | [
"62-17=45",
"54-3=51",
"45+51=96"
] | Current State: 96:[17, 62, 3, 54], Operations: []
Exploring Operation: 62-17=45, Resulting Numbers: [3, 54, 45]
Generated Node #2: [3, 54, 45] from Operation: 62-17=45
Current State: 96:[3, 54, 45], Operations: ['62-17=45']
Exploring Operation: 54-3=51, Resulting Numbers: [45, 51]
Generated Node #3: [45, 51] from Opera... | 4 | Current State: 96:[17, 62, 3, 54], Operations: []
Exploring Operation: 62-17=45, Resulting Numbers: [3, 54, 45]
Generated Node #0,0: 96:[3, 54, 45] Operation: 62-17=45
Exploring Operation: 62-54=8, Resulting Numbers: [17, 3, 8]
Generated Node #0,1: 96:[17, 3, 8] Operation: 62-54=8
Start Sub Search at level 1: Moving to... | 0.985243 | hs_2 | mult_heuristic |
[
43,
68,
61,
19
] | 16 | [
"68+61=129",
"129/43=3",
"19-3=16"
] | Current State: 16:[43, 68, 61, 19], Operations: []
Exploring Operation: 68+61=129, Resulting Numbers: [43, 19, 129]
Generated Node #2: [43, 19, 129] from Operation: 68+61=129
Current State: 16:[43, 19, 129], Operations: ['68+61=129']
Exploring Operation: 129/43=3, Resulting Numbers: [19, 3]
Generated Node #3: [19, 3] f... | 4 | Current State: 16:[43, 68, 61, 19], Operations: []
Exploring Operation: 68-43=25, Resulting Numbers: [61, 19, 25]
Generated Node #0,0: 16:[61, 19, 25] Operation: 68-43=25
Exploring Operation: 61-43=18, Resulting Numbers: [68, 19, 18]
Generated Node #0,1: 16:[68, 19, 18] Operation: 61-43=18
Exploring Operation: 68-61=7,... | 0 | hs_5 | mult_heuristic |
[
40,
21,
19,
14
] | 94 | [
"40+21=61",
"19+14=33",
"61+33=94"
] | Current State: 94:[40, 21, 19, 14], Operations: []
Exploring Operation: 40+21=61, Resulting Numbers: [19, 14, 61]
Generated Node #2: [19, 14, 61] from Operation: 40+21=61
Current State: 94:[19, 14, 61], Operations: ['40+21=61']
Exploring Operation: 19+14=33, Resulting Numbers: [61, 33]
Generated Node #3: [61, 33] from ... | 4 | Current State: 94:[40, 21, 19, 14], Operations: []
Exploring Operation: 21-19=2, Resulting Numbers: [40, 14, 2]
Generated Node #0,0: 94:[40, 14, 2] Operation: 21-19=2
Exploring Operation: 19-14=5, Resulting Numbers: [40, 21, 5]
Generated Node #0,1: 94:[40, 21, 5] Operation: 19-14=5
Exploring Operation: 21-14=7, Resulti... | 0.961806 | hs_5 | sum_heuristic |
[
2,
6,
12,
82
] | 90 | [
"6-2=4",
"12+82=94",
"94-4=90"
] | Current State: 90:[2, 6, 12, 82], Operations: []
Exploring Operation: 6-2=4, Resulting Numbers: [12, 82, 4]
Generated Node #2: [12, 82, 4] from Operation: 6-2=4
Current State: 90:[12, 82, 4], Operations: ['6-2=4']
Exploring Operation: 12+82=94, Resulting Numbers: [4, 94]
Generated Node #3: [4, 94] from Operation: 12+82... | 4 | Current State: 90:[2, 6, 12, 82], Operations: []
Exploring Operation: 12/2=6, Resulting Numbers: [6, 82, 6]
Generated Node #0,0: 90:[6, 82, 6] Operation: 12/2=6
Exploring Operation: 12-2=10, Resulting Numbers: [6, 82, 10]
Generated Node #0,1: 90:[6, 82, 10] Operation: 12-2=10
Exploring Operation: 12+82=94, Resulting Nu... | 0.979167 | hs_5 | mult_heuristic |
[
99,
32,
29,
87
] | 64 | [
"99-32=67",
"87/29=3",
"67-3=64"
] | Current State: 64:[99, 32, 29, 87], Operations: []
Exploring Operation: 99-32=67, Resulting Numbers: [29, 87, 67]
Generated Node #2: [29, 87, 67] from Operation: 99-32=67
Current State: 64:[29, 87, 67], Operations: ['99-32=67']
Exploring Operation: 87/29=3, Resulting Numbers: [67, 3]
Generated Node #3: [67, 3] from Ope... | 4 | Current State: 64:[99, 32, 29, 87], Operations: []
Exploring Operation: 99-87=12, Resulting Numbers: [32, 29, 12]
Generated Node #0,0: 64:[32, 29, 12] Operation: 99-87=12
Start Sub Search at level 1: Moving to Node #0,0
Current State: 64:[32, 29, 12], Operations: ['99-87=12']
Exploring Operation: 29-12=17, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
19,
18,
2,
56
] | 36 | [
"19*2=38",
"18+56=74",
"74-38=36"
] | Current State: 36:[19, 18, 2, 56], Operations: []
Exploring Operation: 19*2=38, Resulting Numbers: [18, 56, 38]
Generated Node #2: [18, 56, 38] from Operation: 19*2=38
Current State: 36:[18, 56, 38], Operations: ['19*2=38']
Exploring Operation: 18+56=74, Resulting Numbers: [38, 74]
Generated Node #3: [38, 74] from Oper... | 4 | Current State: 36:[19, 18, 2, 56], Operations: []
Exploring Operation: 56-18=38, Resulting Numbers: [19, 2, 38]
Generated Node #0,0: 36:[19, 2, 38] Operation: 56-18=38
Exploring Operation: 56-19=37, Resulting Numbers: [18, 2, 37]
Generated Node #0,1: 36:[18, 2, 37] Operation: 56-19=37
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
64,
27,
33,
9
] | 34 | [
"64-33=31",
"27/9=3",
"31+3=34"
] | Current State: 34:[64, 27, 33, 9], Operations: []
Exploring Operation: 64-33=31, Resulting Numbers: [27, 9, 31]
Generated Node #2: [27, 9, 31] from Operation: 64-33=31
Current State: 34:[27, 9, 31], Operations: ['64-33=31']
Exploring Operation: 27/9=3, Resulting Numbers: [31, 3]
Generated Node #3: [31, 3] from Operatio... | 4 | Current State: 34:[64, 27, 33, 9], Operations: []
Exploring Operation: 27-9=18, Resulting Numbers: [64, 33, 18]
Generated Node #0,0: 34:[64, 33, 18] Operation: 27-9=18
Exploring Operation: 64-27=37, Resulting Numbers: [33, 9, 37]
Generated Node #0,1: 34:[33, 9, 37] Operation: 64-27=37
Exploring Operation: 64-33=31, Res... | 0.970486 | hs_4 | sum_heuristic |
[
15,
98,
14,
37
] | 28 | [
"14*37=518",
"518-98=420",
"420/15=28"
] | Current State: 28:[15, 98, 14, 37], Operations: []
Exploring Operation: 14*37=518, Resulting Numbers: [15, 98, 518]
Generated Node #2: [15, 98, 518] from Operation: 14*37=518
Current State: 28:[15, 98, 518], Operations: ['14*37=518']
Exploring Operation: 518-98=420, Resulting Numbers: [15, 420]
Generated Node #3: [15, ... | 4 | Current State: 28:[15, 98, 14, 37], Operations: []
Exploring Operation: 98-37=61, Resulting Numbers: [15, 14, 61]
Generated Node #0,0: 28:[15, 14, 61] Operation: 98-37=61
Exploring Operation: 98/14=7, Resulting Numbers: [15, 37, 7]
Generated Node #0,1: 28:[15, 37, 7] Operation: 98/14=7
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
76,
47,
80,
37
] | 80 | [
"76+47=123",
"80-37=43",
"123-43=80"
] | Current State: 80:[76, 47, 80, 37], Operations: []
Exploring Operation: 76+47=123, Resulting Numbers: [80, 37, 123]
Generated Node #2: [80, 37, 123] from Operation: 76+47=123
Current State: 80:[80, 37, 123], Operations: ['76+47=123']
Exploring Operation: 80-37=43, Resulting Numbers: [123, 43]
Generated Node #3: [123, 4... | 4 | Current State: 80:[76, 47, 80, 37], Operations: []
Exploring Operation: 47+37=84, Resulting Numbers: [76, 80, 84]
Generated Node #0,0: 80:[76, 80, 84] Operation: 47+37=84
Exploring Operation: 80-76=4, Resulting Numbers: [47, 37, 4]
Generated Node #0,1: 80:[47, 37, 4] Operation: 80-76=4
Exploring Operation: 76-37=39, Re... | 0.971354 | hs_4 | sum_heuristic |
[
14,
69,
50,
65
] | 68 | [
"14+69=83",
"65-50=15",
"83-15=68"
] | Current State: 68:[14, 69, 50, 65], Operations: []
Exploring Operation: 14+69=83, Resulting Numbers: [50, 65, 83]
Generated Node #2: [50, 65, 83] from Operation: 14+69=83
Current State: 68:[50, 65, 83], Operations: ['14+69=83']
Exploring Operation: 65-50=15, Resulting Numbers: [83, 15]
Generated Node #3: [83, 15] from ... | 4 | Current State: 68:[14, 69, 50, 65], Operations: []
Exploring Operation: 50-14=36, Resulting Numbers: [69, 65, 36]
Generated Node #0,0: 68:[69, 65, 36] Operation: 50-14=36
Exploring Operation: 14+50=64, Resulting Numbers: [69, 65, 64]
Generated Node #0,1: 68:[69, 65, 64] Operation: 14+50=64
Exploring Operation: 65-50=15... | 0.986979 | hs_3 | mult_heuristic |
[
94,
47,
61,
88
] | 84 | [
"94-88=6",
"61-47=14",
"6*14=84"
] | Current State: 84:[94, 47, 61, 88], Operations: []
Exploring Operation: 94-88=6, Resulting Numbers: [47, 61, 6]
Generated Node #2: [47, 61, 6] from Operation: 94-88=6
Current State: 84:[47, 61, 6], Operations: ['94-88=6']
Exploring Operation: 61-47=14, Resulting Numbers: [6, 14]
Generated Node #3: [6, 14] from Operatio... | 4 | Current State: 84:[94, 47, 61, 88], Operations: []
Exploring Operation: 94-61=33, Resulting Numbers: [47, 88, 33]
Generated Node #0,0: 84:[47, 88, 33] Operation: 94-61=33
Moving to Node #0,0
Current State: 84:[47, 88, 33], Operations: ['94-61=33']
Exploring Operation: 47-33=14, Resulting Numbers: [88, 14]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
81,
29,
69,
33
] | 74 | [
"81+29=110",
"69-33=36",
"110-36=74"
] | Current State: 74:[81, 29, 69, 33], Operations: []
Exploring Operation: 81+29=110, Resulting Numbers: [69, 33, 110]
Generated Node #2: [69, 33, 110] from Operation: 81+29=110
Current State: 74:[69, 33, 110], Operations: ['81+29=110']
Exploring Operation: 69-33=36, Resulting Numbers: [110, 36]
Generated Node #3: [110, 3... | 4 | Current State: 74:[81, 29, 69, 33], Operations: []
Exploring Operation: 69-33=36, Resulting Numbers: [81, 29, 36]
Generated Node #0,0: 74:[81, 29, 36] Operation: 69-33=36
Exploring Operation: 69-29=40, Resulting Numbers: [81, 33, 40]
Generated Node #0,1: 74:[81, 33, 40] Operation: 69-29=40
Exploring Operation: 33-29=4,... | 0.986111 | hs_3 | sum_heuristic |
[
54,
17,
51,
5
] | 38 | [
"54+51=105",
"105/5=21",
"17+21=38"
] | Current State: 38:[54, 17, 51, 5], Operations: []
Exploring Operation: 54+51=105, Resulting Numbers: [17, 5, 105]
Generated Node #2: [17, 5, 105] from Operation: 54+51=105
Current State: 38:[17, 5, 105], Operations: ['54+51=105']
Exploring Operation: 105/5=21, Resulting Numbers: [17, 21]
Generated Node #3: [17, 21] fro... | 4 | Current State: 38:[54, 17, 51, 5], Operations: []
Exploring Operation: 54-51=3, Resulting Numbers: [17, 5, 3]
Generated Node #0,0: 38:[17, 5, 3] Operation: 54-51=3
Exploring Operation: 54-17=37, Resulting Numbers: [51, 5, 37]
Generated Node #0,1: 38:[51, 5, 37] Operation: 54-17=37
Exploring Operation: 51-17=34, Resulti... | 0 | hs_4 | sum_heuristic |
[
56,
9,
26,
85
] | 51 | [
"26-9=17",
"85/17=5",
"56-5=51"
] | Current State: 51:[56, 9, 26, 85], Operations: []
Exploring Operation: 26-9=17, Resulting Numbers: [56, 85, 17]
Generated Node #2: [56, 85, 17] from Operation: 26-9=17
Current State: 51:[56, 85, 17], Operations: ['26-9=17']
Exploring Operation: 85/17=5, Resulting Numbers: [56, 5]
Generated Node #3: [56, 5] from Operati... | 4 | Current State: 51:[56, 9, 26, 85], Operations: []
Exploring Operation: 85-56=29, Resulting Numbers: [9, 26, 29]
Generated Node #0,0: 51:[9, 26, 29] Operation: 85-56=29
Exploring Operation: 26-9=17, Resulting Numbers: [56, 85, 17]
Generated Node #0,1: 51:[56, 85, 17] Operation: 26-9=17
Exploring Operation: 85-9=76, Resu... | 0.959201 | hs_4 | sum_heuristic |
[
11,
83,
91,
93
] | 36 | [
"83-11=72",
"93-91=2",
"72/2=36"
] | Current State: 36:[11, 83, 91, 93], Operations: []
Exploring Operation: 83-11=72, Resulting Numbers: [91, 93, 72]
Generated Node #2: [91, 93, 72] from Operation: 83-11=72
Current State: 36:[91, 93, 72], Operations: ['83-11=72']
Exploring Operation: 93-91=2, Resulting Numbers: [72, 2]
Generated Node #3: [72, 2] from Ope... | 4 | Current State: 36:[11, 83, 91, 93], Operations: []
Exploring Operation: 93-91=2, Resulting Numbers: [11, 83, 2]
Generated Node #0,0: 36:[11, 83, 2] Operation: 93-91=2
Exploring Operation: 91-83=8, Resulting Numbers: [11, 93, 8]
Generated Node #0,1: 36:[11, 93, 8] Operation: 91-83=8
Exploring Operation: 83-11=72, Result... | 0.987847 | hs_4 | mult_heuristic |
[
33,
12,
37,
80
] | 88 | [
"33+12=45",
"80-37=43",
"45+43=88"
] | Current State: 88:[33, 12, 37, 80], Operations: []
Exploring Operation: 33+12=45, Resulting Numbers: [37, 80, 45]
Generated Node #2: [37, 80, 45] from Operation: 33+12=45
Current State: 88:[37, 80, 45], Operations: ['33+12=45']
Exploring Operation: 80-37=43, Resulting Numbers: [45, 43]
Generated Node #3: [45, 43] from ... | 4 | Current State: 88:[33, 12, 37, 80], Operations: []
Exploring Operation: 80-33=47, Resulting Numbers: [12, 37, 47]
Generated Node #0,0: 88:[12, 37, 47] Operation: 80-33=47
Exploring Operation: 33-12=21, Resulting Numbers: [37, 80, 21]
Generated Node #0,1: 88:[37, 80, 21] Operation: 33-12=21
Exploring Operation: 80-37=43... | 0.984375 | hs_5 | mult_heuristic |
[
56,
27,
51,
66
] | 73 | [
"56*66=3696",
"27+3696=3723",
"3723/51=73"
] | Current State: 73:[56, 27, 51, 66], Operations: []
Exploring Operation: 56*66=3696, Resulting Numbers: [27, 51, 3696]
Generated Node #2: [27, 51, 3696] from Operation: 56*66=3696
Current State: 73:[27, 51, 3696], Operations: ['56*66=3696']
Exploring Operation: 27+3696=3723, Resulting Numbers: [51, 3723]
Generated Node ... | 4 | Current State: 73:[56, 27, 51, 66], Operations: []
Exploring Operation: 27+51=78, Resulting Numbers: [56, 66, 78]
Generated Node #0,0: 73:[56, 66, 78] Operation: 27+51=78
Exploring Operation: 56+27=83, Resulting Numbers: [51, 66, 83]
Generated Node #0,1: 73:[51, 66, 83] Operation: 56+27=83
Moving to Node #0,0
Current S... | 0 | hs_2 | sum_heuristic |
[
78,
3,
2,
8
] | 80 | [
"78+8=86",
"3*2=6",
"86-6=80"
] | Current State: 80:[78, 3, 2, 8], Operations: []
Exploring Operation: 78+8=86, Resulting Numbers: [3, 2, 86]
Generated Node #2: [3, 2, 86] from Operation: 78+8=86
Current State: 80:[3, 2, 86], Operations: ['78+8=86']
Exploring Operation: 3*2=6, Resulting Numbers: [86, 6]
Generated Node #3: [86, 6] from Operation: 3*2=6
... | 4 | Current State: 80:[78, 3, 2, 8], Operations: []
Exploring Operation: 78/2=39, Resulting Numbers: [3, 8, 39]
Generated Node #0,0: 80:[3, 8, 39] Operation: 78/2=39
Exploring Operation: 78+3=81, Resulting Numbers: [2, 8, 81]
Generated Node #0,1: 80:[2, 8, 81] Operation: 78+3=81
Exploring Operation: 78+2=80, Resulting Numb... | 0 | hs_3 | sum_heuristic |
[
9,
50,
25,
47
] | 75 | [
"9*25=225",
"50-47=3",
"225/3=75"
] | Current State: 75:[9, 50, 25, 47], Operations: []
Exploring Operation: 9*25=225, Resulting Numbers: [50, 47, 225]
Generated Node #2: [50, 47, 225] from Operation: 9*25=225
Current State: 75:[50, 47, 225], Operations: ['9*25=225']
Exploring Operation: 50-47=3, Resulting Numbers: [225, 3]
Generated Node #3: [225, 3] from... | 4 | Current State: 75:[9, 50, 25, 47], Operations: []
Exploring Operation: 50+25=75, Resulting Numbers: [9, 47, 75]
Generated Node #0,0: 75:[9, 47, 75] Operation: 50+25=75
Exploring Operation: 50-47=3, Resulting Numbers: [9, 25, 3]
Generated Node #0,1: 75:[9, 25, 3] Operation: 50-47=3
Moving to Node #0,1
Current State: 75:... | 0.986979 | hs_2 | sum_heuristic |
[
43,
4,
33,
87
] | 22 | [
"87-43=44",
"44/4=11",
"33-11=22"
] | Current State: 22:[43, 4, 33, 87], Operations: []
Exploring Operation: 87-43=44, Resulting Numbers: [4, 33, 44]
Generated Node #2: [4, 33, 44] from Operation: 87-43=44
Current State: 22:[4, 33, 44], Operations: ['87-43=44']
Exploring Operation: 44/4=11, Resulting Numbers: [33, 11]
Generated Node #3: [33, 11] from Opera... | 4 | Current State: 22:[43, 4, 33, 87], Operations: []
Exploring Operation: 87-33=54, Resulting Numbers: [43, 4, 54]
Generated Node #0,0: 22:[43, 4, 54] Operation: 87-33=54
Exploring Operation: 87-43=44, Resulting Numbers: [4, 33, 44]
Generated Node #0,1: 22:[4, 33, 44] Operation: 87-43=44
Start Sub Search at level 1: Movin... | 0.990451 | hs_2 | mult_heuristic |
[
10,
11,
2,
82
] | 94 | [
"82-10=72",
"11*2=22",
"72+22=94"
] | Current State: 94:[10, 11, 2, 82], Operations: []
Exploring Operation: 82-10=72, Resulting Numbers: [11, 2, 72]
Generated Node #2: [11, 2, 72] from Operation: 82-10=72
Current State: 94:[11, 2, 72], Operations: ['82-10=72']
Exploring Operation: 11*2=22, Resulting Numbers: [72, 22]
Generated Node #3: [72, 22] from Opera... | 4 | Current State: 94:[10, 11, 2, 82], Operations: []
Exploring Operation: 82/2=41, Resulting Numbers: [10, 11, 41]
Generated Node #0,0: 94:[10, 11, 41] Operation: 82/2=41
Exploring Operation: 10/2=5, Resulting Numbers: [11, 82, 5]
Generated Node #0,1: 94:[11, 82, 5] Operation: 10/2=5
Exploring Operation: 10+82=92, Resulti... | 0 | hs_5 | mult_heuristic |
[
4,
65,
31,
5
] | 95 | [
"4+65=69",
"31-5=26",
"69+26=95"
] | Current State: 95:[4, 65, 31, 5], Operations: []
Exploring Operation: 4+65=69, Resulting Numbers: [31, 5, 69]
Generated Node #2: [31, 5, 69] from Operation: 4+65=69
Current State: 95:[31, 5, 69], Operations: ['4+65=69']
Exploring Operation: 31-5=26, Resulting Numbers: [69, 26]
Generated Node #3: [69, 26] from Operation... | 4 | Current State: 95:[4, 65, 31, 5], Operations: []
Exploring Operation: 65-31=34, Resulting Numbers: [4, 5, 34]
Generated Node #0,0: 95:[4, 5, 34] Operation: 65-31=34
Exploring Operation: 65+31=96, Resulting Numbers: [4, 5, 96]
Generated Node #0,1: 95:[4, 5, 96] Operation: 65+31=96
Exploring Operation: 4+65=69, Resulting... | 0.980903 | hs_5 | mult_heuristic |
[
88,
1,
87,
94
] | 94 | [
"88*1=88",
"88-87=1",
"94*1=94"
] | Current State: 94:[88, 1, 87, 94], Operations: []
Exploring Operation: 88*1=88, Resulting Numbers: [87, 94, 88]
Generated Node #2: [87, 94, 88] from Operation: 88*1=88
Current State: 94:[87, 94, 88], Operations: ['88*1=88']
Exploring Operation: 88-87=1, Resulting Numbers: [94, 1]
Generated Node #3: [94, 1] from Operati... | 4 | Current State: 94:[88, 1, 87, 94], Operations: []
Exploring Operation: 94-87=7, Resulting Numbers: [88, 1, 7]
Generated Node #0,0: 94:[88, 1, 7] Operation: 94-87=7
Exploring Operation: 94-88=6, Resulting Numbers: [1, 87, 6]
Generated Node #0,1: 94:[1, 87, 6] Operation: 94-88=6
Exploring Operation: 88+1=89, Resulting Nu... | 0.961806 | hs_5 | mult_heuristic |
[
29,
24,
74,
35
] | 78 | [
"35-29=6",
"24/6=4",
"74+4=78"
] | Current State: 78:[29, 24, 74, 35], Operations: []
Exploring Operation: 35-29=6, Resulting Numbers: [24, 74, 6]
Generated Node #2: [24, 74, 6] from Operation: 35-29=6
Current State: 78:[24, 74, 6], Operations: ['35-29=6']
Exploring Operation: 24/6=4, Resulting Numbers: [74, 4]
Generated Node #3: [74, 4] from Operation:... | 4 | Current State: 78:[29, 24, 74, 35], Operations: []
Exploring Operation: 74-35=39, Resulting Numbers: [29, 24, 39]
Generated Node #0,0: 78:[29, 24, 39] Operation: 74-35=39
Exploring Operation: 35-29=6, Resulting Numbers: [24, 74, 6]
Generated Node #0,1: 78:[24, 74, 6] Operation: 35-29=6
Moving to Node #0,0
Current State... | 0.988715 | hs_2 | sum_heuristic |
[
20,
10,
48,
68
] | 11 | [
"20+48=68",
"68/68=1",
"10+1=11"
] | Current State: 11:[20, 10, 48, 68], Operations: []
Exploring Operation: 20+48=68, Resulting Numbers: [10, 68, 68]
Generated Node #2: [10, 68, 68] from Operation: 20+48=68
Current State: 11:[10, 68, 68], Operations: ['20+48=68']
Exploring Operation: 68/68=1, Resulting Numbers: [10, 1]
Generated Node #3: [10, 1] from Ope... | 4 | Current State: 11:[20, 10, 48, 68], Operations: []
Exploring Operation: 48-20=28, Resulting Numbers: [10, 68, 28]
Generated Node #0,0: 11:[10, 68, 28] Operation: 48-20=28
Exploring Operation: 68-48=20, Resulting Numbers: [20, 10, 20]
Generated Node #0,1: 11:[20, 10, 20] Operation: 68-48=20
Moving to Node #0,1
Current S... | 0 | hs_2 | sum_heuristic |
[
69,
12,
80,
68
] | 91 | [
"69-12=57",
"80+68=148",
"148-57=91"
] | Current State: 91:[69, 12, 80, 68], Operations: []
Exploring Operation: 69-12=57, Resulting Numbers: [80, 68, 57]
Generated Node #2: [80, 68, 57] from Operation: 69-12=57
Current State: 91:[80, 68, 57], Operations: ['69-12=57']
Exploring Operation: 80+68=148, Resulting Numbers: [57, 148]
Generated Node #3: [57, 148] fr... | 4 | Current State: 91:[69, 12, 80, 68], Operations: []
Exploring Operation: 69-68=1, Resulting Numbers: [12, 80, 1]
Generated Node #0,0: 91:[12, 80, 1] Operation: 69-68=1
Exploring Operation: 80-68=12, Resulting Numbers: [69, 12, 12]
Generated Node #0,1: 91:[69, 12, 12] Operation: 80-68=12
Moving to Node #0,0
Current State... | 0.986111 | hs_2 | mult_heuristic |
[
53,
82,
41,
75
] | 97 | [
"82/41=2",
"75*2=150",
"150-53=97"
] | Current State: 97:[53, 82, 41, 75], Operations: []
Exploring Operation: 82/41=2, Resulting Numbers: [53, 75, 2]
Generated Node #2: [53, 75, 2] from Operation: 82/41=2
Current State: 97:[53, 75, 2], Operations: ['82/41=2']
Exploring Operation: 75*2=150, Resulting Numbers: [53, 150]
Generated Node #3: [53, 150] from Oper... | 4 | Current State: 97:[53, 82, 41, 75], Operations: []
Exploring Operation: 53+41=94, Resulting Numbers: [82, 75, 94]
Generated Node #0,0: 97:[82, 75, 94] Operation: 53+41=94
Moving to Node #0,0
Current State: 97:[82, 75, 94], Operations: ['53+41=94']
Exploring Operation: 82+75=157, Resulting Numbers: [94, 157]
Generated N... | 0 | hs_1 | mult_heuristic |
[
20,
78,
6,
81
] | 23 | [
"20+78=98",
"81-6=75",
"98-75=23"
] | Current State: 23:[20, 78, 6, 81], Operations: []
Exploring Operation: 20+78=98, Resulting Numbers: [6, 81, 98]
Generated Node #2: [6, 81, 98] from Operation: 20+78=98
Current State: 23:[6, 81, 98], Operations: ['20+78=98']
Exploring Operation: 81-6=75, Resulting Numbers: [98, 75]
Generated Node #3: [98, 75] from Opera... | 4 | Current State: 23:[20, 78, 6, 81], Operations: []
Exploring Operation: 78/6=13, Resulting Numbers: [20, 81, 13]
Generated Node #0,0: 23:[20, 81, 13] Operation: 78/6=13
Exploring Operation: 81-78=3, Resulting Numbers: [20, 6, 3]
Generated Node #0,1: 23:[20, 6, 3] Operation: 81-78=3
Exploring Operation: 78-6=72, Resultin... | 0.977431 | hs_5 | sum_heuristic |
[
63,
36,
98,
61
] | 63 | [
"98-36=62",
"62-61=1",
"63*1=63"
] | Current State: 63:[63, 36, 98, 61], Operations: []
Exploring Operation: 98-36=62, Resulting Numbers: [63, 61, 62]
Generated Node #2: [63, 61, 62] from Operation: 98-36=62
Current State: 63:[63, 61, 62], Operations: ['98-36=62']
Exploring Operation: 62-61=1, Resulting Numbers: [63, 1]
Generated Node #3: [63, 1] from Ope... | 4 | Current State: 63:[63, 36, 98, 61], Operations: []
Exploring Operation: 98-61=37, Resulting Numbers: [63, 36, 37]
Generated Node #0,0: 63:[63, 36, 37] Operation: 98-61=37
Exploring Operation: 61-36=25, Resulting Numbers: [63, 98, 25]
Generated Node #0,1: 63:[63, 98, 25] Operation: 61-36=25
Exploring Operation: 98-63=35... | 0.986979 | hs_4 | mult_heuristic |
[
66,
11,
22,
13
] | 88 | [
"66-22=44",
"13-11=2",
"44*2=88"
] | Current State: 88:[66, 11, 22, 13], Operations: []
Exploring Operation: 66-22=44, Resulting Numbers: [11, 13, 44]
Generated Node #2: [11, 13, 44] from Operation: 66-22=44
Current State: 88:[11, 13, 44], Operations: ['66-22=44']
Exploring Operation: 13-11=2, Resulting Numbers: [44, 2]
Generated Node #3: [44, 2] from Ope... | 4 | Current State: 88:[66, 11, 22, 13], Operations: []
Exploring Operation: 66+22=88, Resulting Numbers: [11, 13, 88]
Generated Node #0,0: 88:[11, 13, 88] Operation: 66+22=88
Moving to Node #0,0
Current State: 88:[11, 13, 88], Operations: ['66+22=88']
Exploring Operation: 13-11=2, Resulting Numbers: [88, 2]
Generated Node ... | 0 | hs_1 | sum_heuristic |
[
33,
78,
3,
53
] | 46 | [
"53-33=20",
"78/3=26",
"20+26=46"
] | Current State: 46:[33, 78, 3, 53], Operations: []
Exploring Operation: 53-33=20, Resulting Numbers: [78, 3, 20]
Generated Node #2: [78, 3, 20] from Operation: 53-33=20
Current State: 46:[78, 3, 20], Operations: ['53-33=20']
Exploring Operation: 78/3=26, Resulting Numbers: [20, 26]
Generated Node #3: [20, 26] from Opera... | 4 | Current State: 46:[33, 78, 3, 53], Operations: []
Exploring Operation: 78/3=26, Resulting Numbers: [33, 53, 26]
Generated Node #0,0: 46:[33, 53, 26] Operation: 78/3=26
Exploring Operation: 53-33=20, Resulting Numbers: [78, 3, 20]
Generated Node #0,1: 46:[78, 3, 20] Operation: 53-33=20
Exploring Operation: 33-3=30, Resu... | 0.960069 | hs_5 | sum_heuristic |
[
3,
14,
62,
42
] | 68 | [
"3+62=65",
"42/14=3",
"65+3=68"
] | Current State: 68:[3, 14, 62, 42], Operations: []
Exploring Operation: 3+62=65, Resulting Numbers: [14, 42, 65]
Generated Node #2: [14, 42, 65] from Operation: 3+62=65
Current State: 68:[14, 42, 65], Operations: ['3+62=65']
Exploring Operation: 42/14=3, Resulting Numbers: [65, 3]
Generated Node #3: [65, 3] from Operati... | 4 | Current State: 68:[3, 14, 62, 42], Operations: []
Exploring Operation: 3+14=17, Resulting Numbers: [62, 42, 17]
Generated Node #0,0: 68:[62, 42, 17] Operation: 3+14=17
Exploring Operation: 42/3=14, Resulting Numbers: [14, 62, 14]
Generated Node #0,1: 68:[14, 62, 14] Operation: 42/3=14
Exploring Operation: 42-14=28, Res... | 0.967882 | hs_5 | sum_heuristic |
[
18,
45,
58,
81
] | 61 | [
"45-18=27",
"81/27=3",
"58+3=61"
] | Current State: 61:[18, 45, 58, 81], Operations: []
Exploring Operation: 45-18=27, Resulting Numbers: [58, 81, 27]
Generated Node #2: [58, 81, 27] from Operation: 45-18=27
Current State: 61:[58, 81, 27], Operations: ['45-18=27']
Exploring Operation: 81/27=3, Resulting Numbers: [58, 3]
Generated Node #3: [58, 3] from Ope... | 4 | Current State: 61:[18, 45, 58, 81], Operations: []
Exploring Operation: 45-18=27, Resulting Numbers: [58, 81, 27]
Generated Node #0,0: 61:[58, 81, 27] Operation: 45-18=27
Exploring Operation: 18+58=76, Resulting Numbers: [45, 81, 76]
Generated Node #0,1: 61:[45, 81, 76] Operation: 18+58=76
Exploring Operation: 81-18=63... | 0.921007 | hs_5 | sum_heuristic |
[
45,
5,
92,
95
] | 27 | [
"45/5=9",
"95-92=3",
"9*3=27"
] | Current State: 27:[45, 5, 92, 95], Operations: []
Exploring Operation: 45/5=9, Resulting Numbers: [92, 95, 9]
Generated Node #2: [92, 95, 9] from Operation: 45/5=9
Current State: 27:[92, 95, 9], Operations: ['45/5=9']
Exploring Operation: 95-92=3, Resulting Numbers: [9, 3]
Generated Node #3: [9, 3] from Operation: 95-9... | 4 | Current State: 27:[45, 5, 92, 95], Operations: []
Exploring Operation: 95-92=3, Resulting Numbers: [45, 5, 3]
Generated Node #0,0: 27:[45, 5, 3] Operation: 95-92=3
Exploring Operation: 95-45=50, Resulting Numbers: [5, 92, 50]
Generated Node #0,1: 27:[5, 92, 50] Operation: 95-45=50
Exploring Operation: 95/5=19, Resultin... | 0.986979 | hs_4 | mult_heuristic |
[
14,
84,
57,
34
] | 98 | [
"84-57=27",
"34-27=7",
"14*7=98"
] | Current State: 98:[14, 84, 57, 34], Operations: []
Exploring Operation: 84-57=27, Resulting Numbers: [14, 34, 27]
Generated Node #2: [14, 34, 27] from Operation: 84-57=27
Current State: 98:[14, 34, 27], Operations: ['84-57=27']
Exploring Operation: 34-27=7, Resulting Numbers: [14, 7]
Generated Node #3: [14, 7] from Ope... | 4 | Current State: 98:[14, 84, 57, 34], Operations: []
Exploring Operation: 84-34=50, Resulting Numbers: [14, 57, 50]
Generated Node #0,0: 98:[14, 57, 50] Operation: 84-34=50
Start Sub Search at level 1: Moving to Node #0,0
Current State: 98:[14, 57, 50], Operations: ['84-34=50']
Exploring Operation: 57-50=7, Resulting Num... | 0.993924 | hs_1 | sum_heuristic |
[
90,
75,
63,
61
] | 20 | [
"75-61=14",
"90*14=1260",
"1260/63=20"
] | Current State: 20:[90, 75, 63, 61], Operations: []
Exploring Operation: 75-61=14, Resulting Numbers: [90, 63, 14]
Generated Node #2: [90, 63, 14] from Operation: 75-61=14
Current State: 20:[90, 63, 14], Operations: ['75-61=14']
Exploring Operation: 90*14=1260, Resulting Numbers: [63, 1260]
Generated Node #3: [63, 1260]... | 4 | Current State: 20:[90, 75, 63, 61], Operations: []
Exploring Operation: 90-75=15, Resulting Numbers: [63, 61, 15]
Generated Node #0,0: 20:[63, 61, 15] Operation: 90-75=15
Moving to Node #0,0
Current State: 20:[63, 61, 15], Operations: ['90-75=15']
Exploring Operation: 63-61=2, Resulting Numbers: [15, 2]
Generated Node ... | 0 | hs_1 | mult_heuristic |
[
94,
15,
2,
18
] | 59 | [
"94-15=79",
"2+18=20",
"79-20=59"
] | Current State: 59:[94, 15, 2, 18], Operations: []
Exploring Operation: 94-15=79, Resulting Numbers: [2, 18, 79]
Generated Node #2: [2, 18, 79] from Operation: 94-15=79
Current State: 59:[2, 18, 79], Operations: ['94-15=79']
Exploring Operation: 2+18=20, Resulting Numbers: [79, 20]
Generated Node #3: [79, 20] from Opera... | 4 | Current State: 59:[94, 15, 2, 18], Operations: []
Exploring Operation: 2*18=36, Resulting Numbers: [94, 15, 36]
Generated Node #0,0: 59:[94, 15, 36] Operation: 2*18=36
Exploring Operation: 94-15=79, Resulting Numbers: [2, 18, 79]
Generated Node #0,1: 59:[2, 18, 79] Operation: 94-15=79
Exploring Operation: 94/2=47, Resu... | 0.930556 | hs_5 | sum_heuristic |
[
3,
17,
67,
64
] | 23 | [
"3+17=20",
"67-64=3",
"20+3=23"
] | Current State: 23:[3, 17, 67, 64], Operations: []
Exploring Operation: 3+17=20, Resulting Numbers: [67, 64, 20]
Generated Node #2: [67, 64, 20] from Operation: 3+17=20
Current State: 23:[67, 64, 20], Operations: ['3+17=20']
Exploring Operation: 67-64=3, Resulting Numbers: [20, 3]
Generated Node #3: [20, 3] from Operati... | 4 | Current State: 23:[3, 17, 67, 64], Operations: []
Exploring Operation: 3+17=20, Resulting Numbers: [67, 64, 20]
Generated Node #0,0: 23:[67, 64, 20] Operation: 3+17=20
Exploring Operation: 67-64=3, Resulting Numbers: [3, 17, 3]
Generated Node #0,1: 23:[3, 17, 3] Operation: 67-64=3
Exploring Operation: 67-3=64, Resultin... | 0.987847 | hs_3 | sum_heuristic |
[
48,
37,
79,
3
] | 58 | [
"48/3=16",
"79-37=42",
"16+42=58"
] | Current State: 58:[48, 37, 79, 3], Operations: []
Exploring Operation: 48/3=16, Resulting Numbers: [37, 79, 16]
Generated Node #2: [37, 79, 16] from Operation: 48/3=16
Current State: 58:[37, 79, 16], Operations: ['48/3=16']
Exploring Operation: 79-37=42, Resulting Numbers: [16, 42]
Generated Node #3: [16, 42] from Oper... | 4 | Current State: 58:[48, 37, 79, 3], Operations: []
Exploring Operation: 79-37=42, Resulting Numbers: [48, 3, 42]
Generated Node #0,0: 58:[48, 3, 42] Operation: 79-37=42
Exploring Operation: 48-37=11, Resulting Numbers: [79, 3, 11]
Generated Node #0,1: 58:[79, 3, 11] Operation: 48-37=11
Exploring Operation: 79-48=31, Res... | 0 | hs_3 | sum_heuristic |
[
6,
72,
41,
31
] | 68 | [
"6+72=78",
"41-31=10",
"78-10=68"
] | Current State: 68:[6, 72, 41, 31], Operations: []
Exploring Operation: 6+72=78, Resulting Numbers: [41, 31, 78]
Generated Node #2: [41, 31, 78] from Operation: 6+72=78
Current State: 68:[41, 31, 78], Operations: ['6+72=78']
Exploring Operation: 41-31=10, Resulting Numbers: [78, 10]
Generated Node #3: [78, 10] from Oper... | 4 | Current State: 68:[6, 72, 41, 31], Operations: []
Exploring Operation: 41-6=35, Resulting Numbers: [72, 31, 35]
Generated Node #0,0: 68:[72, 31, 35] Operation: 41-6=35
Start Sub Search at level 1: Moving to Node #0,0
Current State: 68:[72, 31, 35], Operations: ['41-6=35']
Exploring Operation: 35-31=4, Resulting Numbers... | 0.993924 | hs_1 | mult_heuristic |
[
27,
89,
46,
35
] | 19 | [
"89-27=62",
"46+35=81",
"81-62=19"
] | Current State: 19:[27, 89, 46, 35], Operations: []
Exploring Operation: 89-27=62, Resulting Numbers: [46, 35, 62]
Generated Node #2: [46, 35, 62] from Operation: 89-27=62
Current State: 19:[46, 35, 62], Operations: ['89-27=62']
Exploring Operation: 46+35=81, Resulting Numbers: [62, 81]
Generated Node #3: [62, 81] from ... | 4 | Current State: 19:[27, 89, 46, 35], Operations: []
Exploring Operation: 89-35=54, Resulting Numbers: [27, 46, 54]
Generated Node #0,0: 19:[27, 46, 54] Operation: 89-35=54
Exploring Operation: 89-46=43, Resulting Numbers: [27, 35, 43]
Generated Node #0,1: 19:[27, 35, 43] Operation: 89-46=43
Exploring Operation: 89-27=62... | 0.989583 | hs_3 | sum_heuristic |
[
61,
15,
2,
51
] | 11 | [
"51-15=36",
"2*36=72",
"72-61=11"
] | Current State: 11:[61, 15, 2, 51], Operations: []
Exploring Operation: 51-15=36, Resulting Numbers: [61, 2, 36]
Generated Node #2: [61, 2, 36] from Operation: 51-15=36
Current State: 11:[61, 2, 36], Operations: ['51-15=36']
Exploring Operation: 2*36=72, Resulting Numbers: [61, 72]
Generated Node #3: [61, 72] from Opera... | 4 | Current State: 11:[61, 15, 2, 51], Operations: []
Exploring Operation: 61-15=46, Resulting Numbers: [2, 51, 46]
Generated Node #0,0: 11:[2, 51, 46] Operation: 61-15=46
Exploring Operation: 51-15=36, Resulting Numbers: [61, 2, 36]
Generated Node #0,1: 11:[61, 2, 36] Operation: 51-15=36
Exploring Operation: 61-51=10, Res... | 0 | hs_4 | mult_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.