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 |
|---|---|---|---|---|---|---|---|---|
[
28,
44,
14,
48
] | 21 | [
"28+44=72",
"14*72=1008",
"1008/48=21"
] | Current State: 21:[28, 44, 14, 48], Operations: []
Exploring Operation: 28+44=72, Resulting Numbers: [14, 48, 72]
Generated Node #2: [14, 48, 72] from Operation: 28+44=72
Current State: 21:[14, 48, 72], Operations: ['28+44=72']
Exploring Operation: 14*72=1008, Resulting Numbers: [48, 1008]
Generated Node #3: [48, 1008]... | 4 | Current State: 21:[28, 44, 14, 48], Operations: []
Exploring Operation: 48-44=4, Resulting Numbers: [28, 14, 4]
Generated Node #0,0: 21:[28, 14, 4] Operation: 48-44=4
Moving to Node #0,0
Current State: 21:[28, 14, 4], Operations: ['48-44=4']
Exploring Operation: 28/14=2, Resulting Numbers: [4, 2]
Generated Node #0,0,0:... | 0 | hs_1 | mult_heuristic |
[
64,
82,
59,
72
] | 63 | [
"82-64=18",
"72/18=4",
"59+4=63"
] | Current State: 63:[64, 82, 59, 72], Operations: []
Exploring Operation: 82-64=18, Resulting Numbers: [59, 72, 18]
Generated Node #2: [59, 72, 18] from Operation: 82-64=18
Current State: 63:[59, 72, 18], Operations: ['82-64=18']
Exploring Operation: 72/18=4, Resulting Numbers: [59, 4]
Generated Node #3: [59, 4] from Ope... | 4 | Current State: 63:[64, 82, 59, 72], Operations: []
Exploring Operation: 82-72=10, Resulting Numbers: [64, 59, 10]
Generated Node #0,0: 63:[64, 59, 10] Operation: 82-72=10
Start Sub Search at level 1: Moving to Node #0,0
Current State: 63:[64, 59, 10], Operations: ['82-72=10']
Exploring Operation: 64-59=5, Resulting Num... | 0 | hs_1 | mult_heuristic |
[
68,
12,
95,
60
] | 49 | [
"12*95=1140",
"1140/60=19",
"68-19=49"
] | Current State: 49:[68, 12, 95, 60], Operations: []
Exploring Operation: 12*95=1140, Resulting Numbers: [68, 60, 1140]
Generated Node #2: [68, 60, 1140] from Operation: 12*95=1140
Current State: 49:[68, 60, 1140], Operations: ['12*95=1140']
Exploring Operation: 1140/60=19, Resulting Numbers: [68, 19]
Generated Node #3: ... | 4 | Current State: 49:[68, 12, 95, 60], Operations: []
Exploring Operation: 68-60=8, Resulting Numbers: [12, 95, 8]
Generated Node #0,0: 49:[12, 95, 8] Operation: 68-60=8
Exploring Operation: 95-68=27, Resulting Numbers: [12, 60, 27]
Generated Node #0,1: 49:[12, 60, 27] Operation: 95-68=27
Exploring Operation: 68-12=56, Re... | 0 | hs_4 | sum_heuristic |
[
61,
48,
55,
89
] | 75 | [
"61+48=109",
"89-55=34",
"109-34=75"
] | Current State: 75:[61, 48, 55, 89], Operations: []
Exploring Operation: 61+48=109, Resulting Numbers: [55, 89, 109]
Generated Node #2: [55, 89, 109] from Operation: 61+48=109
Current State: 75:[55, 89, 109], Operations: ['61+48=109']
Exploring Operation: 89-55=34, Resulting Numbers: [109, 34]
Generated Node #3: [109, 3... | 4 | Current State: 75:[61, 48, 55, 89], Operations: []
Exploring Operation: 55-48=7, Resulting Numbers: [61, 89, 7]
Generated Node #0,0: 75:[61, 89, 7] Operation: 55-48=7
Moving to Node #0,0
Current State: 75:[61, 89, 7], Operations: ['55-48=7']
Exploring Operation: 89-61=28, Resulting Numbers: [7, 28]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
7,
27,
36,
29
] | 28 | [
"36-7=29",
"29/29=1",
"27+1=28"
] | Current State: 28:[7, 27, 36, 29], Operations: []
Exploring Operation: 36-7=29, Resulting Numbers: [27, 29, 29]
Generated Node #2: [27, 29, 29] from Operation: 36-7=29
Current State: 28:[27, 29, 29], Operations: ['36-7=29']
Exploring Operation: 29/29=1, Resulting Numbers: [27, 1]
Generated Node #3: [27, 1] from Operati... | 4 | Current State: 28:[7, 27, 36, 29], Operations: []
Exploring Operation: 36-29=7, Resulting Numbers: [7, 27, 7]
Generated Node #0,0: 28:[7, 27, 7] Operation: 36-29=7
Exploring Operation: 36-7=29, Resulting Numbers: [27, 29, 29]
Generated Node #0,1: 28:[27, 29, 29] Operation: 36-7=29
Moving to Node #0,0
Current State: 28:... | 0.985243 | hs_2 | mult_heuristic |
[
50,
94,
22,
70
] | 25 | [
"94-22=72",
"72-70=2",
"50/2=25"
] | Current State: 25:[50, 94, 22, 70], Operations: []
Exploring Operation: 94-22=72, Resulting Numbers: [50, 70, 72]
Generated Node #2: [50, 70, 72] from Operation: 94-22=72
Current State: 25:[50, 70, 72], Operations: ['94-22=72']
Exploring Operation: 72-70=2, Resulting Numbers: [50, 2]
Generated Node #3: [50, 2] from Ope... | 4 | Current State: 25:[50, 94, 22, 70], Operations: []
Exploring Operation: 70-50=20, Resulting Numbers: [94, 22, 20]
Generated Node #0,0: 25:[94, 22, 20] Operation: 70-50=20
Exploring Operation: 50-22=28, Resulting Numbers: [94, 70, 28]
Generated Node #0,1: 25:[94, 70, 28] Operation: 50-22=28
Exploring Operation: 94-50=44... | 0.921875 | hs_5 | mult_heuristic |
[
64,
55,
78,
51
] | 62 | [
"55-51=4",
"64/4=16",
"78-16=62"
] | Current State: 62:[64, 55, 78, 51], Operations: []
Exploring Operation: 55-51=4, Resulting Numbers: [64, 78, 4]
Generated Node #2: [64, 78, 4] from Operation: 55-51=4
Current State: 62:[64, 78, 4], Operations: ['55-51=4']
Exploring Operation: 64/4=16, Resulting Numbers: [78, 16]
Generated Node #3: [78, 16] from Operati... | 4 | Current State: 62:[64, 55, 78, 51], Operations: []
Exploring Operation: 78-51=27, Resulting Numbers: [64, 55, 27]
Generated Node #0,0: 62:[64, 55, 27] Operation: 78-51=27
Exploring Operation: 55-51=4, Resulting Numbers: [64, 78, 4]
Generated Node #0,1: 62:[64, 78, 4] Operation: 55-51=4
Moving to Node #0,0
Current State... | 0 | hs_2 | sum_heuristic |
[
13,
64,
2,
38
] | 25 | [
"64-13=51",
"2*38=76",
"76-51=25"
] | Current State: 25:[13, 64, 2, 38], Operations: []
Exploring Operation: 64-13=51, Resulting Numbers: [2, 38, 51]
Generated Node #2: [2, 38, 51] from Operation: 64-13=51
Current State: 25:[2, 38, 51], Operations: ['64-13=51']
Exploring Operation: 2*38=76, Resulting Numbers: [51, 76]
Generated Node #3: [51, 76] from Opera... | 4 | Current State: 25:[13, 64, 2, 38], Operations: []
Exploring Operation: 64-38=26, Resulting Numbers: [13, 2, 26]
Generated Node #0,0: 25:[13, 2, 26] Operation: 64-38=26
Exploring Operation: 38-13=25, Resulting Numbers: [64, 2, 25]
Generated Node #0,1: 25:[64, 2, 25] Operation: 38-13=25
Exploring Operation: 64/2=32, Resu... | 0 | hs_5 | mult_heuristic |
[
13,
24,
93,
10
] | 66 | [
"13+24=37",
"93+10=103",
"103-37=66"
] | Current State: 66:[13, 24, 93, 10], Operations: []
Exploring Operation: 13+24=37, Resulting Numbers: [93, 10, 37]
Generated Node #2: [93, 10, 37] from Operation: 13+24=37
Current State: 66:[93, 10, 37], Operations: ['13+24=37']
Exploring Operation: 93+10=103, Resulting Numbers: [37, 103]
Generated Node #3: [37, 103] fr... | 4 | Current State: 66:[13, 24, 93, 10], Operations: []
Exploring Operation: 93-24=69, Resulting Numbers: [13, 10, 69]
Generated Node #0,0: 66:[13, 10, 69] Operation: 93-24=69
Start Sub Search at level 1: Moving to Node #0,0
Current State: 66:[13, 10, 69], Operations: ['93-24=69']
Exploring Operation: 13-10=3, Resulting Num... | 0.993924 | hs_1 | mult_heuristic |
[
68,
50,
9,
27
] | 100 | [
"68+50=118",
"27-9=18",
"118-18=100"
] | Current State: 100:[68, 50, 9, 27], Operations: []
Exploring Operation: 68+50=118, Resulting Numbers: [9, 27, 118]
Generated Node #2: [9, 27, 118] from Operation: 68+50=118
Current State: 100:[9, 27, 118], Operations: ['68+50=118']
Exploring Operation: 27-9=18, Resulting Numbers: [118, 18]
Generated Node #3: [118, 18] ... | 4 | Current State: 100:[68, 50, 9, 27], Operations: []
Exploring Operation: 68-27=41, Resulting Numbers: [50, 9, 41]
Generated Node #0,0: 100:[50, 9, 41] Operation: 68-27=41
Exploring Operation: 68+27=95, Resulting Numbers: [50, 9, 95]
Generated Node #0,1: 100:[50, 9, 95] Operation: 68+27=95
Exploring Operation: 68-9=59, R... | 0.955729 | hs_4 | sum_heuristic |
[
3,
67,
9,
2
] | 46 | [
"67-3=64",
"9*2=18",
"64-18=46"
] | Current State: 46:[3, 67, 9, 2], Operations: []
Exploring Operation: 67-3=64, Resulting Numbers: [9, 2, 64]
Generated Node #2: [9, 2, 64] from Operation: 67-3=64
Current State: 46:[9, 2, 64], Operations: ['67-3=64']
Exploring Operation: 9*2=18, Resulting Numbers: [64, 18]
Generated Node #3: [64, 18] from Operation: 9*2... | 4 | Current State: 46:[3, 67, 9, 2], Operations: []
Exploring Operation: 67-9=58, Resulting Numbers: [3, 2, 58]
Generated Node #0,0: 46:[3, 2, 58] Operation: 67-9=58
Exploring Operation: 9/3=3, Resulting Numbers: [67, 2, 3]
Generated Node #0,1: 46:[67, 2, 3] Operation: 9/3=3
Exploring Operation: 67-3=64, Resulting Numbers:... | 0.962674 | hs_3 | sum_heuristic |
[
15,
66,
42,
32
] | 20 | [
"15*32=480",
"66-42=24",
"480/24=20"
] | Current State: 20:[15, 66, 42, 32], Operations: []
Exploring Operation: 15*32=480, Resulting Numbers: [66, 42, 480]
Generated Node #2: [66, 42, 480] from Operation: 15*32=480
Current State: 20:[66, 42, 480], Operations: ['15*32=480']
Exploring Operation: 66-42=24, Resulting Numbers: [480, 24]
Generated Node #3: [480, 2... | 4 | Current State: 20:[15, 66, 42, 32], Operations: []
Exploring Operation: 66-42=24, Resulting Numbers: [15, 32, 24]
Generated Node #0,0: 20:[15, 32, 24] Operation: 66-42=24
Start Sub Search at level 1: Moving to Node #0,0
Current State: 20:[15, 32, 24], Operations: ['66-42=24']
Exploring Operation: 32-15=17, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
59,
10,
7,
18
] | 44 | [
"59+10=69",
"7+18=25",
"69-25=44"
] | Current State: 44:[59, 10, 7, 18], Operations: []
Exploring Operation: 59+10=69, Resulting Numbers: [7, 18, 69]
Generated Node #2: [7, 18, 69] from Operation: 59+10=69
Current State: 44:[7, 18, 69], Operations: ['59+10=69']
Exploring Operation: 7+18=25, Resulting Numbers: [69, 25]
Generated Node #3: [69, 25] from Opera... | 4 | Current State: 44:[59, 10, 7, 18], Operations: []
Exploring Operation: 59-7=52, Resulting Numbers: [10, 18, 52]
Generated Node #0,0: 44:[10, 18, 52] Operation: 59-7=52
Exploring Operation: 59-18=41, Resulting Numbers: [10, 7, 41]
Generated Node #0,1: 44:[10, 7, 41] Operation: 59-18=41
Exploring Operation: 59-10=49, Res... | 0.981771 | hs_3 | sum_heuristic |
[
99,
71,
12,
9
] | 25 | [
"99-71=28",
"12-9=3",
"28-3=25"
] | Current State: 25:[99, 71, 12, 9], Operations: []
Exploring Operation: 99-71=28, Resulting Numbers: [12, 9, 28]
Generated Node #2: [12, 9, 28] from Operation: 99-71=28
Current State: 25:[12, 9, 28], Operations: ['99-71=28']
Exploring Operation: 12-9=3, Resulting Numbers: [28, 3]
Generated Node #3: [28, 3] from Operatio... | 4 | Current State: 25:[99, 71, 12, 9], Operations: []
Exploring Operation: 99-71=28, Resulting Numbers: [12, 9, 28]
Generated Node #0,0: 25:[12, 9, 28] Operation: 99-71=28
Exploring Operation: 99/9=11, Resulting Numbers: [71, 12, 11]
Generated Node #0,1: 25:[71, 12, 11] Operation: 99/9=11
Start Sub Search at level 1: Movin... | 0.991319 | hs_2 | sum_heuristic |
[
78,
54,
63,
10
] | 97 | [
"78-54=24",
"63+10=73",
"24+73=97"
] | Current State: 97:[78, 54, 63, 10], Operations: []
Exploring Operation: 78-54=24, Resulting Numbers: [63, 10, 24]
Generated Node #2: [63, 10, 24] from Operation: 78-54=24
Current State: 97:[63, 10, 24], Operations: ['78-54=24']
Exploring Operation: 63+10=73, Resulting Numbers: [24, 73]
Generated Node #3: [24, 73] from ... | 4 | Current State: 97:[78, 54, 63, 10], Operations: []
Exploring Operation: 54+10=64, Resulting Numbers: [78, 63, 64]
Generated Node #0,0: 97:[78, 63, 64] Operation: 54+10=64
Exploring Operation: 78+10=88, Resulting Numbers: [54, 63, 88]
Generated Node #0,1: 97:[54, 63, 88] Operation: 78+10=88
Moving to Node #0,0
Current S... | 0 | hs_2 | mult_heuristic |
[
64,
58,
76,
4
] | 100 | [
"64-58=6",
"4*6=24",
"76+24=100"
] | Current State: 100:[64, 58, 76, 4], Operations: []
Exploring Operation: 64-58=6, Resulting Numbers: [76, 4, 6]
Generated Node #2: [76, 4, 6] from Operation: 64-58=6
Current State: 100:[76, 4, 6], Operations: ['64-58=6']
Exploring Operation: 4*6=24, Resulting Numbers: [76, 24]
Generated Node #3: [76, 24] from Operation:... | 4 | Current State: 100:[64, 58, 76, 4], Operations: []
Exploring Operation: 64/4=16, Resulting Numbers: [58, 76, 16]
Generated Node #0,0: 100:[58, 76, 16] Operation: 64/4=16
Exploring Operation: 64-58=6, Resulting Numbers: [76, 4, 6]
Generated Node #0,1: 100:[76, 4, 6] Operation: 64-58=6
Exploring Operation: 76/4=19, Resul... | 0 | hs_5 | sum_heuristic |
[
94,
91,
83,
3
] | 92 | [
"94-91=3",
"3*3=9",
"83+9=92"
] | Current State: 92:[94, 91, 83, 3], Operations: []
Exploring Operation: 94-91=3, Resulting Numbers: [83, 3, 3]
Generated Node #2: [83, 3, 3] from Operation: 94-91=3
Current State: 92:[83, 3, 3], Operations: ['94-91=3']
Exploring Operation: 3*3=9, Resulting Numbers: [83, 9]
Generated Node #3: [83, 9] from Operation: 3*3=... | 4 | Current State: 92:[94, 91, 83, 3], Operations: []
Exploring Operation: 94-83=11, Resulting Numbers: [91, 3, 11]
Generated Node #0,0: 92:[91, 3, 11] Operation: 94-83=11
Exploring Operation: 91-83=8, Resulting Numbers: [94, 3, 8]
Generated Node #0,1: 92:[94, 3, 8] Operation: 91-83=8
Moving to Node #0,1
Current State: 92:... | 0 | hs_2 | sum_heuristic |
[
88,
58,
60,
13
] | 57 | [
"60-58=2",
"88/2=44",
"13+44=57"
] | Current State: 57:[88, 58, 60, 13], Operations: []
Exploring Operation: 60-58=2, Resulting Numbers: [88, 13, 2]
Generated Node #2: [88, 13, 2] from Operation: 60-58=2
Current State: 57:[88, 13, 2], Operations: ['60-58=2']
Exploring Operation: 88/2=44, Resulting Numbers: [13, 44]
Generated Node #3: [13, 44] from Operati... | 4 | Current State: 57:[88, 58, 60, 13], Operations: []
Exploring Operation: 60-58=2, Resulting Numbers: [88, 13, 2]
Generated Node #0,0: 57:[88, 13, 2] Operation: 60-58=2
Exploring Operation: 88-13=75, Resulting Numbers: [58, 60, 75]
Generated Node #0,1: 57:[58, 60, 75] Operation: 88-13=75
Exploring Operation: 88-58=30, Re... | 0.949653 | hs_4 | mult_heuristic |
[
96,
30,
32,
3
] | 13 | [
"96/32=3",
"30/3=10",
"3+10=13"
] | Current State: 13:[96, 30, 32, 3], Operations: []
Exploring Operation: 96/32=3, Resulting Numbers: [30, 3, 3]
Generated Node #2: [30, 3, 3] from Operation: 96/32=3
Current State: 13:[30, 3, 3], Operations: ['96/32=3']
Exploring Operation: 30/3=10, Resulting Numbers: [10]
10,13 equal: Goal Reached
Exploring Operation: 3... | 4 | Current State: 13:[96, 30, 32, 3], Operations: []
Exploring Operation: 96/3=32, Resulting Numbers: [30, 32, 32]
Generated Node #0,0: 13:[30, 32, 32] Operation: 96/3=32
Exploring Operation: 96/32=3, Resulting Numbers: [30, 3, 3]
Generated Node #0,1: 13:[30, 3, 3] Operation: 96/32=3
Start Sub Search at level 1: Moving to... | 0.992188 | hs_2 | sum_heuristic |
[
30,
55,
16,
77
] | 58 | [
"30*77=2310",
"2310/55=42",
"16+42=58"
] | Current State: 58:[30, 55, 16, 77], Operations: []
Exploring Operation: 30*77=2310, Resulting Numbers: [55, 16, 2310]
Generated Node #2: [55, 16, 2310] from Operation: 30*77=2310
Current State: 58:[55, 16, 2310], Operations: ['30*77=2310']
Exploring Operation: 2310/55=42, Resulting Numbers: [16, 42]
Generated Node #3: ... | 4 | Current State: 58:[30, 55, 16, 77], Operations: []
Exploring Operation: 77-16=61, Resulting Numbers: [30, 55, 61]
Generated Node #0,0: 58:[30, 55, 61] Operation: 77-16=61
Start Sub Search at level 1: Moving to Node #0,0
Current State: 58:[30, 55, 61], Operations: ['77-16=61']
Exploring Operation: 61-30=31, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
89,
14,
72,
91
] | 65 | [
"91-89=2",
"14/2=7",
"72-7=65"
] | Current State: 65:[89, 14, 72, 91], Operations: []
Exploring Operation: 91-89=2, Resulting Numbers: [14, 72, 2]
Generated Node #2: [14, 72, 2] from Operation: 91-89=2
Current State: 65:[14, 72, 2], Operations: ['91-89=2']
Exploring Operation: 14/2=7, Resulting Numbers: [72, 7]
Generated Node #3: [72, 7] from Operation:... | 4 | Current State: 65:[89, 14, 72, 91], Operations: []
Exploring Operation: 91-89=2, Resulting Numbers: [14, 72, 2]
Generated Node #0,0: 65:[14, 72, 2] Operation: 91-89=2
Exploring Operation: 89-72=17, Resulting Numbers: [14, 91, 17]
Generated Node #0,1: 65:[14, 91, 17] Operation: 89-72=17
Moving to Node #0,0
Current State... | 0 | hs_2 | mult_heuristic |
[
12,
41,
73,
71
] | 51 | [
"12+41=53",
"73-71=2",
"53-2=51"
] | Current State: 51:[12, 41, 73, 71], Operations: []
Exploring Operation: 12+41=53, Resulting Numbers: [73, 71, 53]
Generated Node #2: [73, 71, 53] from Operation: 12+41=53
Current State: 51:[73, 71, 53], Operations: ['12+41=53']
Exploring Operation: 73-71=2, Resulting Numbers: [53, 2]
Generated Node #3: [53, 2] from Ope... | 4 | Current State: 51:[12, 41, 73, 71], Operations: []
Exploring Operation: 73-41=32, Resulting Numbers: [12, 71, 32]
Generated Node #0,0: 51:[12, 71, 32] Operation: 73-41=32
Exploring Operation: 71-41=30, Resulting Numbers: [12, 73, 30]
Generated Node #0,1: 51:[12, 73, 30] Operation: 71-41=30
Exploring Operation: 73-71=2,... | 0.986979 | hs_5 | sum_heuristic |
[
46,
24,
34,
42
] | 31 | [
"24*42=1008",
"46+1008=1054",
"1054/34=31"
] | Current State: 31:[46, 24, 34, 42], Operations: []
Exploring Operation: 24*42=1008, Resulting Numbers: [46, 34, 1008]
Generated Node #2: [46, 34, 1008] from Operation: 24*42=1008
Current State: 31:[46, 34, 1008], Operations: ['24*42=1008']
Exploring Operation: 46+1008=1054, Resulting Numbers: [34, 1054]
Generated Node ... | 4 | Current State: 31:[46, 24, 34, 42], Operations: []
Exploring Operation: 46-24=22, Resulting Numbers: [34, 42, 22]
Generated Node #0,0: 31:[34, 42, 22] Operation: 46-24=22
Start Sub Search at level 1: Moving to Node #0,0
Current State: 31:[34, 42, 22], Operations: ['46-24=22']
Exploring Operation: 42-22=20, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
78,
75,
10,
81
] | 94 | [
"78-75=3",
"10+81=91",
"3+91=94"
] | Current State: 94:[78, 75, 10, 81], Operations: []
Exploring Operation: 78-75=3, Resulting Numbers: [10, 81, 3]
Generated Node #2: [10, 81, 3] from Operation: 78-75=3
Current State: 94:[10, 81, 3], Operations: ['78-75=3']
Exploring Operation: 10+81=91, Resulting Numbers: [3, 91]
Generated Node #3: [3, 91] from Operatio... | 4 | Current State: 94:[78, 75, 10, 81], Operations: []
Exploring Operation: 78-75=3, Resulting Numbers: [10, 81, 3]
Generated Node #0,0: 94:[10, 81, 3] Operation: 78-75=3
Exploring Operation: 78+10=88, Resulting Numbers: [75, 81, 88]
Generated Node #0,1: 94:[75, 81, 88] Operation: 78+10=88
Exploring Operation: 81-75=6, Res... | 0.986979 | hs_4 | mult_heuristic |
[
96,
53,
97,
65
] | 89 | [
"65-53=12",
"96/12=8",
"97-8=89"
] | Current State: 89:[96, 53, 97, 65], Operations: []
Exploring Operation: 65-53=12, Resulting Numbers: [96, 97, 12]
Generated Node #2: [96, 97, 12] from Operation: 65-53=12
Current State: 89:[96, 97, 12], Operations: ['65-53=12']
Exploring Operation: 96/12=8, Resulting Numbers: [97, 8]
Generated Node #3: [97, 8] from Ope... | 4 | Current State: 89:[96, 53, 97, 65], Operations: []
Exploring Operation: 96-53=43, Resulting Numbers: [97, 65, 43]
Generated Node #0,0: 89:[97, 65, 43] Operation: 96-53=43
Exploring Operation: 97-53=44, Resulting Numbers: [96, 65, 44]
Generated Node #0,1: 89:[96, 65, 44] Operation: 97-53=44
Exploring Operation: 53+65=11... | 0 | hs_3 | mult_heuristic |
[
7,
6,
45,
51
] | 29 | [
"51-45=6",
"6*6=36",
"36-7=29"
] | Current State: 29:[7, 6, 45, 51], Operations: []
Exploring Operation: 51-45=6, Resulting Numbers: [7, 6, 6]
Generated Node #2: [7, 6, 6] from Operation: 51-45=6
Current State: 29:[7, 6, 6], Operations: ['51-45=6']
Exploring Operation: 6*6=36, Resulting Numbers: [7, 36]
Generated Node #3: [7, 36] from Operation: 6*6=36
... | 4 | Current State: 29:[7, 6, 45, 51], Operations: []
Exploring Operation: 7*6=42, Resulting Numbers: [45, 51, 42]
Generated Node #0,0: 29:[45, 51, 42] Operation: 7*6=42
Exploring Operation: 7+6=13, Resulting Numbers: [45, 51, 13]
Generated Node #0,1: 29:[45, 51, 13] Operation: 7+6=13
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | sum_heuristic |
[
14,
8,
27,
5
] | 15 | [
"8-5=3",
"14*3=42",
"42-27=15"
] | Current State: 15:[14, 8, 27, 5], Operations: []
Exploring Operation: 8-5=3, Resulting Numbers: [14, 27, 3]
Generated Node #2: [14, 27, 3] from Operation: 8-5=3
Current State: 15:[14, 27, 3], Operations: ['8-5=3']
Exploring Operation: 14*3=42, Resulting Numbers: [27, 42]
Generated Node #3: [27, 42] from Operation: 14*3... | 4 | Current State: 15:[14, 8, 27, 5], Operations: []
Exploring Operation: 27-14=13, Resulting Numbers: [8, 5, 13]
Generated Node #0,0: 15:[8, 5, 13] Operation: 27-14=13
Start Sub Search at level 1: Moving to Node #0,0
Current State: 15:[8, 5, 13], Operations: ['27-14=13']
Exploring Operation: 13-8=5, Resulting Numbers: [5,... | 0 | hs_1 | mult_heuristic |
[
32,
88,
60,
91
] | 95 | [
"88-32=56",
"60+91=151",
"151-56=95"
] | Current State: 95:[32, 88, 60, 91], Operations: []
Exploring Operation: 88-32=56, Resulting Numbers: [60, 91, 56]
Generated Node #2: [60, 91, 56] from Operation: 88-32=56
Current State: 95:[60, 91, 56], Operations: ['88-32=56']
Exploring Operation: 60+91=151, Resulting Numbers: [56, 151]
Generated Node #3: [56, 151] fr... | 4 | Current State: 95:[32, 88, 60, 91], Operations: []
Exploring Operation: 60-32=28, Resulting Numbers: [88, 91, 28]
Generated Node #0,0: 95:[88, 91, 28] Operation: 60-32=28
Exploring Operation: 32+60=92, Resulting Numbers: [88, 91, 92]
Generated Node #0,1: 95:[88, 91, 92] Operation: 32+60=92
Moving to Node #0,1
Current S... | 0.992188 | hs_2 | mult_heuristic |
[
51,
35,
87,
61
] | 42 | [
"51-35=16",
"87-61=26",
"16+26=42"
] | Current State: 42:[51, 35, 87, 61], Operations: []
Exploring Operation: 51-35=16, Resulting Numbers: [87, 61, 16]
Generated Node #2: [87, 61, 16] from Operation: 51-35=16
Current State: 42:[87, 61, 16], Operations: ['51-35=16']
Exploring Operation: 87-61=26, Resulting Numbers: [16, 26]
Generated Node #3: [16, 26] from ... | 4 | Current State: 42:[51, 35, 87, 61], Operations: []
Exploring Operation: 61-35=26, Resulting Numbers: [51, 87, 26]
Generated Node #0,0: 42:[51, 87, 26] Operation: 61-35=26
Exploring Operation: 61-51=10, Resulting Numbers: [35, 87, 10]
Generated Node #0,1: 42:[35, 87, 10] Operation: 61-51=10
Exploring Operation: 87-35=52... | 0.985243 | hs_5 | mult_heuristic |
[
62,
33,
4,
56
] | 89 | [
"62-33=29",
"4+56=60",
"29+60=89"
] | Current State: 89:[62, 33, 4, 56], Operations: []
Exploring Operation: 62-33=29, Resulting Numbers: [4, 56, 29]
Generated Node #2: [4, 56, 29] from Operation: 62-33=29
Current State: 89:[4, 56, 29], Operations: ['62-33=29']
Exploring Operation: 4+56=60, Resulting Numbers: [29, 60]
Generated Node #3: [29, 60] from Opera... | 4 | Current State: 89:[62, 33, 4, 56], Operations: []
Exploring Operation: 33*4=132, Resulting Numbers: [62, 56, 132]
Generated Node #0,0: 89:[62, 56, 132] Operation: 33*4=132
Exploring Operation: 62+4=66, Resulting Numbers: [33, 56, 66]
Generated Node #0,1: 89:[33, 56, 66] Operation: 62+4=66
Exploring Operation: 33+4=37, ... | 0.96441 | hs_3 | sum_heuristic |
[
45,
90,
81,
13
] | 70 | [
"90/45=2",
"81-13=68",
"2+68=70"
] | Current State: 70:[45, 90, 81, 13], Operations: []
Exploring Operation: 90/45=2, Resulting Numbers: [81, 13, 2]
Generated Node #2: [81, 13, 2] from Operation: 90/45=2
Current State: 70:[81, 13, 2], Operations: ['90/45=2']
Exploring Operation: 81-13=68, Resulting Numbers: [2, 68]
Generated Node #3: [2, 68] from Operatio... | 4 | Current State: 70:[45, 90, 81, 13], Operations: []
Exploring Operation: 90/45=2, Resulting Numbers: [81, 13, 2]
Generated Node #0,0: 70:[81, 13, 2] Operation: 90/45=2
Moving to Node #0,0
Current State: 70:[81, 13, 2], Operations: ['90/45=2']
Exploring Operation: 81-13=68, Resulting Numbers: [2, 68]
Generated Node #0,0,... | 0.993924 | hs_1 | sum_heuristic |
[
37,
68,
89,
91
] | 99 | [
"91-89=2",
"68*2=136",
"136-37=99"
] | Current State: 99:[37, 68, 89, 91], Operations: []
Exploring Operation: 91-89=2, Resulting Numbers: [37, 68, 2]
Generated Node #2: [37, 68, 2] from Operation: 91-89=2
Current State: 99:[37, 68, 2], Operations: ['91-89=2']
Exploring Operation: 68*2=136, Resulting Numbers: [37, 136]
Generated Node #3: [37, 136] from Oper... | 4 | Current State: 99:[37, 68, 89, 91], Operations: []
Exploring Operation: 89-68=21, Resulting Numbers: [37, 91, 21]
Generated Node #0,0: 99:[37, 91, 21] Operation: 89-68=21
Exploring Operation: 37+68=105, Resulting Numbers: [89, 91, 105]
Generated Node #0,1: 99:[89, 91, 105] Operation: 37+68=105
Exploring Operation: 68-3... | 0 | hs_3 | sum_heuristic |
[
39,
63,
4,
29
] | 97 | [
"63-29=34",
"4*34=136",
"136-39=97"
] | Current State: 97:[39, 63, 4, 29], Operations: []
Exploring Operation: 63-29=34, Resulting Numbers: [39, 4, 34]
Generated Node #2: [39, 4, 34] from Operation: 63-29=34
Current State: 97:[39, 4, 34], Operations: ['63-29=34']
Exploring Operation: 4*34=136, Resulting Numbers: [39, 136]
Generated Node #3: [39, 136] from Op... | 4 | Current State: 97:[39, 63, 4, 29], Operations: []
Exploring Operation: 39+4=43, Resulting Numbers: [63, 29, 43]
Generated Node #0,0: 97:[63, 29, 43] Operation: 39+4=43
Exploring Operation: 39+29=68, Resulting Numbers: [63, 4, 68]
Generated Node #0,1: 97:[63, 4, 68] Operation: 39+29=68
Exploring Operation: 4*29=116, Res... | 0 | hs_5 | sum_heuristic |
[
17,
24,
27,
30
] | 72 | [
"27-17=10",
"24*30=720",
"720/10=72"
] | Current State: 72:[17, 24, 27, 30], Operations: []
Exploring Operation: 27-17=10, Resulting Numbers: [24, 30, 10]
Generated Node #2: [24, 30, 10] from Operation: 27-17=10
Current State: 72:[24, 30, 10], Operations: ['27-17=10']
Exploring Operation: 24*30=720, Resulting Numbers: [10, 720]
Generated Node #3: [10, 720] fr... | 4 | Current State: 72:[17, 24, 27, 30], Operations: []
Exploring Operation: 30-17=13, Resulting Numbers: [24, 27, 13]
Generated Node #0,0: 72:[24, 27, 13] Operation: 30-17=13
Exploring Operation: 30-27=3, Resulting Numbers: [17, 24, 3]
Generated Node #0,1: 72:[17, 24, 3] Operation: 30-27=3
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
12,
20,
5,
5
] | 45 | [
"20-12=8",
"5*8=40",
"5+40=45"
] | Current State: 45:[12, 20, 5, 5], Operations: []
Exploring Operation: 20-12=8, Resulting Numbers: [5, 5, 8]
Generated Node #2: [5, 5, 8] from Operation: 20-12=8
Current State: 45:[5, 5, 8], Operations: ['20-12=8']
Exploring Operation: 5*8=40, Resulting Numbers: [40]
40,45 equal: Goal Reached
Exploring Operation: 5+40=4... | 4 | Current State: 45:[12, 20, 5, 5], Operations: []
Exploring Operation: 20-5=15, Resulting Numbers: [12, 5, 15]
Generated Node #0,0: 45:[12, 5, 15] Operation: 20-5=15
Exploring Operation: 20-12=8, Resulting Numbers: [5, 5, 8]
Generated Node #0,1: 45:[5, 5, 8] Operation: 20-12=8
Start Sub Search at level 1: Moving to Node... | 0 | hs_2 | mult_heuristic |
[
90,
32,
9,
1
] | 86 | [
"9-1=8",
"32/8=4",
"90-4=86"
] | Current State: 86:[90, 32, 9, 1], Operations: []
Exploring Operation: 9-1=8, Resulting Numbers: [90, 32, 8]
Generated Node #2: [90, 32, 8] from Operation: 9-1=8
Current State: 86:[90, 32, 8], Operations: ['9-1=8']
Exploring Operation: 32/8=4, Resulting Numbers: [90, 4]
Generated Node #3: [90, 4] from Operation: 32/8=4
... | 4 | Current State: 86:[90, 32, 9, 1], Operations: []
Exploring Operation: 90-9=81, Resulting Numbers: [32, 1, 81]
Generated Node #0,0: 86:[32, 1, 81] Operation: 90-9=81
Exploring Operation: 32+9=41, Resulting Numbers: [90, 1, 41]
Generated Node #0,1: 86:[90, 1, 41] Operation: 32+9=41
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | sum_heuristic |
[
59,
75,
97,
8
] | 99 | [
"75-59=16",
"16/8=2",
"97+2=99"
] | Current State: 99:[59, 75, 97, 8], Operations: []
Exploring Operation: 75-59=16, Resulting Numbers: [97, 8, 16]
Generated Node #2: [97, 8, 16] from Operation: 75-59=16
Current State: 99:[97, 8, 16], Operations: ['75-59=16']
Exploring Operation: 16/8=2, Resulting Numbers: [97, 2]
Generated Node #3: [97, 2] from Operatio... | 4 | Current State: 99:[59, 75, 97, 8], Operations: []
Exploring Operation: 97-59=38, Resulting Numbers: [75, 8, 38]
Generated Node #0,0: 99:[75, 8, 38] Operation: 97-59=38
Exploring Operation: 75-59=16, Resulting Numbers: [97, 8, 16]
Generated Node #0,1: 99:[97, 8, 16] Operation: 75-59=16
Moving to Node #0,1
Current State:... | 0.990451 | hs_2 | mult_heuristic |
[
30,
21,
5,
23
] | 56 | [
"30-23=7",
"5*7=35",
"21+35=56"
] | Current State: 56:[30, 21, 5, 23], Operations: []
Exploring Operation: 30-23=7, Resulting Numbers: [21, 5, 7]
Generated Node #2: [21, 5, 7] from Operation: 30-23=7
Current State: 56:[21, 5, 7], Operations: ['30-23=7']
Exploring Operation: 5*7=35, Resulting Numbers: [21, 35]
Generated Node #3: [21, 35] from Operation: 5... | 4 | Current State: 56:[30, 21, 5, 23], Operations: []
Exploring Operation: 23-21=2, Resulting Numbers: [30, 5, 2]
Generated Node #0,0: 56:[30, 5, 2] Operation: 23-21=2
Start Sub Search at level 1: Moving to Node #0,0
Current State: 56:[30, 5, 2], Operations: ['23-21=2']
Exploring Operation: 30/5=6, Resulting Numbers: [2, 6... | 0 | hs_1 | mult_heuristic |
[
14,
77,
6,
52
] | 19 | [
"77*6=462",
"462/14=33",
"52-33=19"
] | Current State: 19:[14, 77, 6, 52], Operations: []
Exploring Operation: 77*6=462, Resulting Numbers: [14, 52, 462]
Generated Node #2: [14, 52, 462] from Operation: 77*6=462
Current State: 19:[14, 52, 462], Operations: ['77*6=462']
Exploring Operation: 462/14=33, Resulting Numbers: [52, 33]
Generated Node #3: [52, 33] fr... | 4 | Current State: 19:[14, 77, 6, 52], Operations: []
Exploring Operation: 77-52=25, Resulting Numbers: [14, 6, 25]
Generated Node #0,0: 19:[14, 6, 25] Operation: 77-52=25
Exploring Operation: 77-14=63, Resulting Numbers: [6, 52, 63]
Generated Node #0,1: 19:[6, 52, 63] Operation: 77-14=63
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
72,
88,
40,
64
] | 43 | [
"72*40=2880",
"2880/64=45",
"88-45=43"
] | Current State: 43:[72, 88, 40, 64], Operations: []
Exploring Operation: 72*40=2880, Resulting Numbers: [88, 64, 2880]
Generated Node #2: [88, 64, 2880] from Operation: 72*40=2880
Current State: 43:[88, 64, 2880], Operations: ['72*40=2880']
Exploring Operation: 2880/64=45, Resulting Numbers: [88, 45]
Generated Node #3: ... | 4 | Current State: 43:[72, 88, 40, 64], Operations: []
Exploring Operation: 72-40=32, Resulting Numbers: [88, 64, 32]
Generated Node #0,0: 43:[88, 64, 32] Operation: 72-40=32
Exploring Operation: 88-72=16, Resulting Numbers: [40, 64, 16]
Generated Node #0,1: 43:[40, 64, 16] Operation: 88-72=16
Exploring Operation: 88-64=24... | 0.949653 | hs_4 | sum_heuristic |
[
63,
77,
11,
7
] | 97 | [
"63/7=9",
"77+11=88",
"9+88=97"
] | Current State: 97:[63, 77, 11, 7], Operations: []
Exploring Operation: 63/7=9, Resulting Numbers: [77, 11, 9]
Generated Node #2: [77, 11, 9] from Operation: 63/7=9
Current State: 97:[77, 11, 9], Operations: ['63/7=9']
Exploring Operation: 77+11=88, Resulting Numbers: [9, 88]
Generated Node #3: [9, 88] from Operation: 7... | 4 | Current State: 97:[63, 77, 11, 7], Operations: []
Exploring Operation: 63+7=70, Resulting Numbers: [77, 11, 70]
Generated Node #0,0: 97:[77, 11, 70] Operation: 63+7=70
Exploring Operation: 63+11=74, Resulting Numbers: [77, 7, 74]
Generated Node #0,1: 97:[77, 7, 74] Operation: 63+11=74
Exploring Operation: 11*7=77, Resu... | 0 | hs_3 | mult_heuristic |
[
71,
37,
88,
96
] | 100 | [
"71+37=108",
"96-88=8",
"108-8=100"
] | Current State: 100:[71, 37, 88, 96], Operations: []
Exploring Operation: 71+37=108, Resulting Numbers: [88, 96, 108]
Generated Node #2: [88, 96, 108] from Operation: 71+37=108
Current State: 100:[88, 96, 108], Operations: ['71+37=108']
Exploring Operation: 96-88=8, Resulting Numbers: [108, 8]
Generated Node #3: [108, 8... | 4 | Current State: 100:[71, 37, 88, 96], Operations: []
Exploring Operation: 96-71=25, Resulting Numbers: [37, 88, 25]
Generated Node #0,0: 100:[37, 88, 25] Operation: 96-71=25
Exploring Operation: 71+37=108, Resulting Numbers: [88, 96, 108]
Generated Node #0,1: 100:[88, 96, 108] Operation: 71+37=108
Exploring Operation: 8... | 0.975694 | hs_3 | mult_heuristic |
[
63,
37,
2,
57
] | 41 | [
"63+37=100",
"2+57=59",
"100-59=41"
] | Current State: 41:[63, 37, 2, 57], Operations: []
Exploring Operation: 63+37=100, Resulting Numbers: [2, 57, 100]
Generated Node #2: [2, 57, 100] from Operation: 63+37=100
Current State: 41:[2, 57, 100], Operations: ['63+37=100']
Exploring Operation: 2+57=59, Resulting Numbers: [100, 59]
Generated Node #3: [100, 59] fr... | 4 | Current State: 41:[63, 37, 2, 57], Operations: []
Exploring Operation: 37+2=39, Resulting Numbers: [63, 57, 39]
Generated Node #0,0: 41:[63, 57, 39] Operation: 37+2=39
Exploring Operation: 63+2=65, Resulting Numbers: [37, 57, 65]
Generated Node #0,1: 41:[37, 57, 65] Operation: 63+2=65
Exploring Operation: 57-2=55, Resu... | 0.954861 | hs_4 | sum_heuristic |
[
66,
84,
15,
24
] | 21 | [
"84-66=18",
"15+24=39",
"39-18=21"
] | Current State: 21:[66, 84, 15, 24], Operations: []
Exploring Operation: 84-66=18, Resulting Numbers: [15, 24, 18]
Generated Node #2: [15, 24, 18] from Operation: 84-66=18
Current State: 21:[15, 24, 18], Operations: ['84-66=18']
Exploring Operation: 15+24=39, Resulting Numbers: [18, 39]
Generated Node #3: [18, 39] from ... | 4 | Current State: 21:[66, 84, 15, 24], Operations: []
Exploring Operation: 84-66=18, Resulting Numbers: [15, 24, 18]
Generated Node #0,0: 21:[15, 24, 18] Operation: 84-66=18
Moving to Node #0,0
Current State: 21:[15, 24, 18], Operations: ['84-66=18']
Exploring Operation: 18-15=3, Resulting Numbers: [24, 3]
Generated Node ... | 0.993924 | hs_1 | sum_heuristic |
[
27,
58,
67,
76
] | 25 | [
"58+76=134",
"134/67=2",
"27-2=25"
] | Current State: 25:[27, 58, 67, 76], Operations: []
Exploring Operation: 58+76=134, Resulting Numbers: [27, 67, 134]
Generated Node #2: [27, 67, 134] from Operation: 58+76=134
Current State: 25:[27, 67, 134], Operations: ['58+76=134']
Exploring Operation: 134/67=2, Resulting Numbers: [27, 2]
Generated Node #3: [27, 2] f... | 4 | Current State: 25:[27, 58, 67, 76], Operations: []
Exploring Operation: 76-58=18, Resulting Numbers: [27, 67, 18]
Generated Node #0,0: 25:[27, 67, 18] Operation: 76-58=18
Exploring Operation: 67-58=9, Resulting Numbers: [27, 76, 9]
Generated Node #0,1: 25:[27, 76, 9] Operation: 67-58=9
Exploring Operation: 67-27=40, Re... | 0 | hs_5 | sum_heuristic |
[
6,
8,
54,
10
] | 27 | [
"54/6=9",
"8+10=18",
"9+18=27"
] | Current State: 27:[6, 8, 54, 10], Operations: []
Exploring Operation: 54/6=9, Resulting Numbers: [8, 10, 9]
Generated Node #2: [8, 10, 9] from Operation: 54/6=9
Current State: 27:[8, 10, 9], Operations: ['54/6=9']
Exploring Operation: 8+10=18, Resulting Numbers: [9, 18]
Generated Node #3: [9, 18] from Operation: 8+10=1... | 4 | Current State: 27:[6, 8, 54, 10], Operations: []
Exploring Operation: 54-10=44, Resulting Numbers: [6, 8, 44]
Generated Node #0,0: 27:[6, 8, 44] Operation: 54-10=44
Exploring Operation: 54-6=48, Resulting Numbers: [8, 10, 48]
Generated Node #0,1: 27:[8, 10, 48] Operation: 54-6=48
Exploring Operation: 54/6=9, Resulting ... | 0 | hs_3 | sum_heuristic |
[
51,
58,
45,
10
] | 28 | [
"58-51=7",
"45-10=35",
"35-7=28"
] | Current State: 28:[51, 58, 45, 10], Operations: []
Exploring Operation: 58-51=7, Resulting Numbers: [45, 10, 7]
Generated Node #2: [45, 10, 7] from Operation: 58-51=7
Current State: 28:[45, 10, 7], Operations: ['58-51=7']
Exploring Operation: 45-10=35, Resulting Numbers: [7, 35]
Generated Node #3: [7, 35] from Operatio... | 4 | Current State: 28:[51, 58, 45, 10], Operations: []
Exploring Operation: 51-45=6, Resulting Numbers: [58, 10, 6]
Generated Node #0,0: 28:[58, 10, 6] Operation: 51-45=6
Exploring Operation: 58-51=7, Resulting Numbers: [45, 10, 7]
Generated Node #0,1: 28:[45, 10, 7] Operation: 58-51=7
Exploring Operation: 58-45=13, Result... | 0.983507 | hs_3 | sum_heuristic |
[
7,
52,
5,
85
] | 61 | [
"7*52=364",
"5*85=425",
"425-364=61"
] | Current State: 61:[7, 52, 5, 85], Operations: []
Exploring Operation: 7*52=364, Resulting Numbers: [5, 85, 364]
Generated Node #2: [5, 85, 364] from Operation: 7*52=364
Current State: 61:[5, 85, 364], Operations: ['7*52=364']
Exploring Operation: 5*85=425, Resulting Numbers: [364, 425]
Generated Node #3: [364, 425] fro... | 4 | Current State: 61:[7, 52, 5, 85], Operations: []
Exploring Operation: 7+5=12, Resulting Numbers: [52, 85, 12]
Generated Node #0,0: 61:[52, 85, 12] Operation: 7+5=12
Exploring Operation: 7*5=35, Resulting Numbers: [52, 85, 35]
Generated Node #0,1: 61:[52, 85, 35] Operation: 7*5=35
Exploring Operation: 7+52=59, Resulting... | 0 | hs_3 | mult_heuristic |
[
38,
24,
26,
41
] | 77 | [
"38+24=62",
"41-26=15",
"62+15=77"
] | Current State: 77:[38, 24, 26, 41], Operations: []
Exploring Operation: 38+24=62, Resulting Numbers: [26, 41, 62]
Generated Node #2: [26, 41, 62] from Operation: 38+24=62
Current State: 77:[26, 41, 62], Operations: ['38+24=62']
Exploring Operation: 41-26=15, Resulting Numbers: [62, 15]
Generated Node #3: [62, 15] from ... | 4 | Current State: 77:[38, 24, 26, 41], Operations: []
Exploring Operation: 41-38=3, Resulting Numbers: [24, 26, 3]
Generated Node #0,0: 77:[24, 26, 3] Operation: 41-38=3
Exploring Operation: 38+41=79, Resulting Numbers: [24, 26, 79]
Generated Node #0,1: 77:[24, 26, 79] Operation: 38+41=79
Start Sub Search at level 1: Movi... | 0.992188 | hs_2 | sum_heuristic |
[
44,
92,
23,
17
] | 88 | [
"92-44=48",
"23+17=40",
"48+40=88"
] | Current State: 88:[44, 92, 23, 17], Operations: []
Exploring Operation: 92-44=48, Resulting Numbers: [23, 17, 48]
Generated Node #2: [23, 17, 48] from Operation: 92-44=48
Current State: 88:[23, 17, 48], Operations: ['92-44=48']
Exploring Operation: 23+17=40, Resulting Numbers: [48, 40]
Generated Node #3: [48, 40] from ... | 4 | Current State: 88:[44, 92, 23, 17], Operations: []
Exploring Operation: 92-44=48, Resulting Numbers: [23, 17, 48]
Generated Node #0,0: 88:[23, 17, 48] Operation: 92-44=48
Exploring Operation: 23-17=6, Resulting Numbers: [44, 92, 6]
Generated Node #0,1: 88:[44, 92, 6] Operation: 23-17=6
Exploring Operation: 44-23=21, Re... | 0.949653 | hs_5 | sum_heuristic |
[
93,
21,
7,
8
] | 87 | [
"93-21=72",
"7+8=15",
"72+15=87"
] | Current State: 87:[93, 21, 7, 8], Operations: []
Exploring Operation: 93-21=72, Resulting Numbers: [7, 8, 72]
Generated Node #2: [7, 8, 72] from Operation: 93-21=72
Current State: 87:[7, 8, 72], Operations: ['93-21=72']
Exploring Operation: 7+8=15, Resulting Numbers: [72, 15]
Generated Node #3: [72, 15] from Operation:... | 4 | Current State: 87:[93, 21, 7, 8], Operations: []
Exploring Operation: 21/7=3, Resulting Numbers: [93, 8, 3]
Generated Node #0,0: 87:[93, 8, 3] Operation: 21/7=3
Exploring Operation: 21+8=29, Resulting Numbers: [93, 7, 29]
Generated Node #0,1: 87:[93, 7, 29] Operation: 21+8=29
Exploring Operation: 21+7=28, Resulting Num... | 0 | hs_4 | sum_heuristic |
[
2,
73,
93,
6
] | 89 | [
"73+93=166",
"166/2=83",
"6+83=89"
] | Current State: 89:[2, 73, 93, 6], Operations: []
Exploring Operation: 73+93=166, Resulting Numbers: [2, 6, 166]
Generated Node #2: [2, 6, 166] from Operation: 73+93=166
Current State: 89:[2, 6, 166], Operations: ['73+93=166']
Exploring Operation: 166/2=83, Resulting Numbers: [6, 83]
Generated Node #3: [6, 83] from Oper... | 4 | Current State: 89:[2, 73, 93, 6], Operations: []
Exploring Operation: 2*6=12, Resulting Numbers: [73, 93, 12]
Generated Node #0,0: 89:[73, 93, 12] Operation: 2*6=12
Exploring Operation: 2+73=75, Resulting Numbers: [93, 6, 75]
Generated Node #0,1: 89:[93, 6, 75] Operation: 2+73=75
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | sum_heuristic |
[
77,
13,
85,
19
] | 12 | [
"77*13=1001",
"19+1001=1020",
"1020/85=12"
] | Current State: 12:[77, 13, 85, 19], Operations: []
Exploring Operation: 77*13=1001, Resulting Numbers: [85, 19, 1001]
Generated Node #2: [85, 19, 1001] from Operation: 77*13=1001
Current State: 12:[85, 19, 1001], Operations: ['77*13=1001']
Exploring Operation: 19+1001=1020, Resulting Numbers: [85, 1020]
Generated Node ... | 4 | Current State: 12:[77, 13, 85, 19], Operations: []
Exploring Operation: 85-77=8, Resulting Numbers: [13, 19, 8]
Generated Node #0,0: 12:[13, 19, 8] Operation: 85-77=8
Exploring Operation: 85-19=66, Resulting Numbers: [77, 13, 66]
Generated Node #0,1: 12:[77, 13, 66] Operation: 85-19=66
Exploring Operation: 77-19=58, Re... | 0 | hs_3 | sum_heuristic |
[
56,
85,
83,
64
] | 48 | [
"85-56=29",
"83-64=19",
"29+19=48"
] | Current State: 48:[56, 85, 83, 64], Operations: []
Exploring Operation: 85-56=29, Resulting Numbers: [83, 64, 29]
Generated Node #2: [83, 64, 29] from Operation: 85-56=29
Current State: 48:[83, 64, 29], Operations: ['85-56=29']
Exploring Operation: 83-64=19, Resulting Numbers: [29, 19]
Generated Node #3: [29, 19] from ... | 4 | Current State: 48:[56, 85, 83, 64], Operations: []
Exploring Operation: 85-83=2, Resulting Numbers: [56, 64, 2]
Generated Node #0,0: 48:[56, 64, 2] Operation: 85-83=2
Moving to Node #0,0
Current State: 48:[56, 64, 2], Operations: ['85-83=2']
Exploring Operation: 64-56=8, Resulting Numbers: [2, 8]
Generated Node #0,0,0:... | 0 | hs_1 | mult_heuristic |
[
91,
59,
50,
94
] | 27 | [
"94-91=3",
"59-50=9",
"3*9=27"
] | Current State: 27:[91, 59, 50, 94], Operations: []
Exploring Operation: 94-91=3, Resulting Numbers: [59, 50, 3]
Generated Node #2: [59, 50, 3] from Operation: 94-91=3
Current State: 27:[59, 50, 3], Operations: ['94-91=3']
Exploring Operation: 59-50=9, Resulting Numbers: [3, 9]
Generated Node #3: [3, 9] from Operation: ... | 4 | Current State: 27:[91, 59, 50, 94], Operations: []
Exploring Operation: 94-91=3, Resulting Numbers: [59, 50, 3]
Generated Node #0,0: 27:[59, 50, 3] Operation: 94-91=3
Exploring Operation: 94-59=35, Resulting Numbers: [91, 50, 35]
Generated Node #0,1: 27:[91, 50, 35] Operation: 94-59=35
Exploring Operation: 91-59=32, Re... | 0.956597 | hs_4 | sum_heuristic |
[
7,
27,
45,
37
] | 83 | [
"45-37=8",
"7*8=56",
"27+56=83"
] | Current State: 83:[7, 27, 45, 37], Operations: []
Exploring Operation: 45-37=8, Resulting Numbers: [7, 27, 8]
Generated Node #2: [7, 27, 8] from Operation: 45-37=8
Current State: 83:[7, 27, 8], Operations: ['45-37=8']
Exploring Operation: 7*8=56, Resulting Numbers: [27, 56]
Generated Node #3: [27, 56] from Operation: 7... | 4 | Current State: 83:[7, 27, 45, 37], Operations: []
Exploring Operation: 7+37=44, Resulting Numbers: [27, 45, 44]
Generated Node #0,0: 83:[27, 45, 44] Operation: 7+37=44
Exploring Operation: 7+45=52, Resulting Numbers: [27, 37, 52]
Generated Node #0,1: 83:[27, 37, 52] Operation: 7+45=52
Exploring Operation: 7+27=34, Resu... | 0 | hs_3 | sum_heuristic |
[
81,
11,
98,
14
] | 56 | [
"81*14=1134",
"11*98=1078",
"1134-1078=56"
] | Current State: 56:[81, 11, 98, 14], Operations: []
Exploring Operation: 81*14=1134, Resulting Numbers: [11, 98, 1134]
Generated Node #2: [11, 98, 1134] from Operation: 81*14=1134
Current State: 56:[11, 98, 1134], Operations: ['81*14=1134']
Exploring Operation: 11*98=1078, Resulting Numbers: [1134, 1078]
Generated Node ... | 4 | Current State: 56:[81, 11, 98, 14], Operations: []
Exploring Operation: 98/14=7, Resulting Numbers: [81, 11, 7]
Generated Node #0,0: 56:[81, 11, 7] Operation: 98/14=7
Exploring Operation: 98-81=17, Resulting Numbers: [11, 14, 17]
Generated Node #0,1: 56:[11, 14, 17] Operation: 98-81=17
Moving to Node #0,1
Current State... | 0 | hs_2 | mult_heuristic |
[
74,
78,
3,
56
] | 99 | [
"74+78=152",
"56-3=53",
"152-53=99"
] | Current State: 99:[74, 78, 3, 56], Operations: []
Exploring Operation: 74+78=152, Resulting Numbers: [3, 56, 152]
Generated Node #2: [3, 56, 152] from Operation: 74+78=152
Current State: 99:[3, 56, 152], Operations: ['74+78=152']
Exploring Operation: 56-3=53, Resulting Numbers: [152, 53]
Generated Node #3: [152, 53] fr... | 4 | Current State: 99:[74, 78, 3, 56], Operations: []
Exploring Operation: 74-56=18, Resulting Numbers: [78, 3, 18]
Generated Node #0,0: 99:[78, 3, 18] Operation: 74-56=18
Exploring Operation: 74+56=130, Resulting Numbers: [78, 3, 130]
Generated Node #0,1: 99:[78, 3, 130] Operation: 74+56=130
Exploring Operation: 78-74=4, ... | 0.954861 | hs_4 | sum_heuristic |
[
81,
48,
21,
47
] | 50 | [
"48-21=27",
"81/27=3",
"47+3=50"
] | Current State: 50:[81, 48, 21, 47], Operations: []
Exploring Operation: 48-21=27, Resulting Numbers: [81, 47, 27]
Generated Node #2: [81, 47, 27] from Operation: 48-21=27
Current State: 50:[81, 47, 27], Operations: ['48-21=27']
Exploring Operation: 81/27=3, Resulting Numbers: [47, 3]
Generated Node #3: [47, 3] from Ope... | 4 | Current State: 50:[81, 48, 21, 47], Operations: []
Exploring Operation: 81-48=33, Resulting Numbers: [21, 47, 33]
Generated Node #0,0: 50:[21, 47, 33] Operation: 81-48=33
Exploring Operation: 81-21=60, Resulting Numbers: [48, 47, 60]
Generated Node #0,1: 50:[48, 47, 60] Operation: 81-21=60
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
63,
61,
28,
33
] | 47 | [
"63-61=2",
"28/2=14",
"33+14=47"
] | Current State: 47:[63, 61, 28, 33], Operations: []
Exploring Operation: 63-61=2, Resulting Numbers: [28, 33, 2]
Generated Node #2: [28, 33, 2] from Operation: 63-61=2
Current State: 47:[28, 33, 2], Operations: ['63-61=2']
Exploring Operation: 28/2=14, Resulting Numbers: [33, 14]
Generated Node #3: [33, 14] from Operati... | 4 | Current State: 47:[63, 61, 28, 33], Operations: []
Exploring Operation: 63-28=35, Resulting Numbers: [61, 33, 35]
Generated Node #0,0: 47:[61, 33, 35] Operation: 63-28=35
Moving to Node #0,0
Current State: 47:[61, 33, 35], Operations: ['63-28=35']
Exploring Operation: 61-33=28, Resulting Numbers: [35, 28]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
85,
96,
25,
16
] | 52 | [
"96-85=11",
"25+16=41",
"11+41=52"
] | Current State: 52:[85, 96, 25, 16], Operations: []
Exploring Operation: 96-85=11, Resulting Numbers: [25, 16, 11]
Generated Node #2: [25, 16, 11] from Operation: 96-85=11
Current State: 52:[25, 16, 11], Operations: ['96-85=11']
Exploring Operation: 25+16=41, Resulting Numbers: [11, 41]
Generated Node #3: [11, 41] from ... | 4 | Current State: 52:[85, 96, 25, 16], Operations: []
Exploring Operation: 96-85=11, Resulting Numbers: [25, 16, 11]
Generated Node #0,0: 52:[25, 16, 11] Operation: 96-85=11
Exploring Operation: 96/16=6, Resulting Numbers: [85, 25, 6]
Generated Node #0,1: 52:[85, 25, 6] Operation: 96/16=6
Start Sub Search at level 1: Movi... | 0.989583 | hs_2 | mult_heuristic |
[
25,
39,
18,
32
] | 78 | [
"25+39=64",
"32-18=14",
"64+14=78"
] | Current State: 78:[25, 39, 18, 32], Operations: []
Exploring Operation: 25+39=64, Resulting Numbers: [18, 32, 64]
Generated Node #2: [18, 32, 64] from Operation: 25+39=64
Current State: 78:[18, 32, 64], Operations: ['25+39=64']
Exploring Operation: 32-18=14, Resulting Numbers: [64, 14]
Generated Node #3: [64, 14] from ... | 4 | Current State: 78:[25, 39, 18, 32], Operations: []
Exploring Operation: 32-25=7, Resulting Numbers: [39, 18, 7]
Generated Node #0,0: 78:[39, 18, 7] Operation: 32-25=7
Exploring Operation: 25-18=7, Resulting Numbers: [39, 32, 7]
Generated Node #0,1: 78:[39, 32, 7] Operation: 25-18=7
Exploring Operation: 32-18=14, Result... | 0.990451 | hs_3 | mult_heuristic |
[
65,
84,
99,
16
] | 64 | [
"84-65=19",
"99-16=83",
"83-19=64"
] | Current State: 64:[65, 84, 99, 16], Operations: []
Exploring Operation: 84-65=19, Resulting Numbers: [99, 16, 19]
Generated Node #2: [99, 16, 19] from Operation: 84-65=19
Current State: 64:[99, 16, 19], Operations: ['84-65=19']
Exploring Operation: 99-16=83, Resulting Numbers: [19, 83]
Generated Node #3: [19, 83] from ... | 4 | Current State: 64:[65, 84, 99, 16], Operations: []
Exploring Operation: 99-84=15, Resulting Numbers: [65, 16, 15]
Generated Node #0,0: 64:[65, 16, 15] Operation: 99-84=15
Start Sub Search at level 1: Moving to Node #0,0
Current State: 64:[65, 16, 15], Operations: ['99-84=15']
Exploring Operation: 16+15=31, Resulting Nu... | 0 | hs_1 | mult_heuristic |
[
92,
2,
91,
3
] | 15 | [
"92/2=46",
"91-46=45",
"45/3=15"
] | Current State: 15:[92, 2, 91, 3], Operations: []
Exploring Operation: 92/2=46, Resulting Numbers: [91, 3, 46]
Generated Node #2: [91, 3, 46] from Operation: 92/2=46
Current State: 15:[91, 3, 46], Operations: ['92/2=46']
Exploring Operation: 91-46=45, Resulting Numbers: [3, 45]
Generated Node #3: [3, 45] from Operation:... | 4 | Current State: 15:[92, 2, 91, 3], Operations: []
Exploring Operation: 92/2=46, Resulting Numbers: [91, 3, 46]
Generated Node #0,0: 15:[91, 3, 46] Operation: 92/2=46
Exploring Operation: 92-91=1, Resulting Numbers: [2, 3, 1]
Generated Node #0,1: 15:[2, 3, 1] Operation: 92-91=1
Moving to Node #0,1
Current State: 15:[2, 3... | 0.989583 | hs_2 | mult_heuristic |
[
14,
77,
20,
67
] | 80 | [
"77-14=63",
"67-63=4",
"20*4=80"
] | Current State: 80:[14, 77, 20, 67], Operations: []
Exploring Operation: 77-14=63, Resulting Numbers: [20, 67, 63]
Generated Node #2: [20, 67, 63] from Operation: 77-14=63
Current State: 80:[20, 67, 63], Operations: ['77-14=63']
Exploring Operation: 67-63=4, Resulting Numbers: [20, 4]
Generated Node #3: [20, 4] from Ope... | 4 | Current State: 80:[14, 77, 20, 67], Operations: []
Exploring Operation: 14+67=81, Resulting Numbers: [77, 20, 81]
Generated Node #0,0: 80:[77, 20, 81] Operation: 14+67=81
Exploring Operation: 20+67=87, Resulting Numbers: [14, 77, 87]
Generated Node #0,1: 80:[14, 77, 87] Operation: 20+67=87
Exploring Operation: 67-20=47... | 0.956597 | hs_5 | sum_heuristic |
[
2,
3,
20,
41
] | 55 | [
"2*3=6",
"20+41=61",
"61-6=55"
] | Current State: 55:[2, 3, 20, 41], Operations: []
Exploring Operation: 2*3=6, Resulting Numbers: [20, 41, 6]
Generated Node #2: [20, 41, 6] from Operation: 2*3=6
Current State: 55:[20, 41, 6], Operations: ['2*3=6']
Exploring Operation: 20+41=61, Resulting Numbers: [6, 61]
Generated Node #3: [6, 61] from Operation: 20+41... | 4 | Current State: 55:[2, 3, 20, 41], Operations: []
Exploring Operation: 20+41=61, Resulting Numbers: [2, 3, 61]
Generated Node #0,0: 55:[2, 3, 61] Operation: 20+41=61
Exploring Operation: 41-20=21, Resulting Numbers: [2, 3, 21]
Generated Node #0,1: 55:[2, 3, 21] Operation: 41-20=21
Moving to Node #0,0
Current State: 55:[... | 0 | hs_2 | mult_heuristic |
[
94,
38,
14,
2
] | 73 | [
"94+38=132",
"14+132=146",
"146/2=73"
] | Current State: 73:[94, 38, 14, 2], Operations: []
Exploring Operation: 94+38=132, Resulting Numbers: [14, 2, 132]
Generated Node #2: [14, 2, 132] from Operation: 94+38=132
Current State: 73:[14, 2, 132], Operations: ['94+38=132']
Exploring Operation: 14+132=146, Resulting Numbers: [2, 146]
Generated Node #3: [2, 146] f... | 4 | Current State: 73:[94, 38, 14, 2], Operations: []
Exploring Operation: 14*2=28, Resulting Numbers: [94, 38, 28]
Generated Node #0,0: 73:[94, 38, 28] Operation: 14*2=28
Exploring Operation: 38*2=76, Resulting Numbers: [94, 14, 76]
Generated Node #0,1: 73:[94, 14, 76] Operation: 38*2=76
Exploring Operation: 94-14=80, Res... | 0 | hs_3 | mult_heuristic |
[
91,
99,
66,
5
] | 53 | [
"99-91=8",
"66-5=61",
"61-8=53"
] | Current State: 53:[91, 99, 66, 5], Operations: []
Exploring Operation: 99-91=8, Resulting Numbers: [66, 5, 8]
Generated Node #2: [66, 5, 8] from Operation: 99-91=8
Current State: 53:[66, 5, 8], Operations: ['99-91=8']
Exploring Operation: 66-5=61, Resulting Numbers: [8, 61]
Generated Node #3: [8, 61] from Operation: 66... | 4 | Current State: 53:[91, 99, 66, 5], Operations: []
Exploring Operation: 91+5=96, Resulting Numbers: [99, 66, 96]
Generated Node #0,0: 53:[99, 66, 96] Operation: 91+5=96
Exploring Operation: 66-5=61, Resulting Numbers: [91, 99, 61]
Generated Node #0,1: 53:[91, 99, 61] Operation: 66-5=61
Exploring Operation: 91-5=86, Resu... | 0.987847 | hs_4 | sum_heuristic |
[
53,
7,
64,
10
] | 11 | [
"53-7=46",
"64+46=110",
"110/10=11"
] | Current State: 11:[53, 7, 64, 10], Operations: []
Exploring Operation: 53-7=46, Resulting Numbers: [64, 10, 46]
Generated Node #2: [64, 10, 46] from Operation: 53-7=46
Current State: 11:[64, 10, 46], Operations: ['53-7=46']
Exploring Operation: 64+46=110, Resulting Numbers: [10, 110]
Generated Node #3: [10, 110] from O... | 4 | Current State: 11:[53, 7, 64, 10], Operations: []
Exploring Operation: 64-10=54, Resulting Numbers: [53, 7, 54]
Generated Node #0,0: 11:[53, 7, 54] Operation: 64-10=54
Exploring Operation: 64-53=11, Resulting Numbers: [7, 10, 11]
Generated Node #0,1: 11:[7, 10, 11] Operation: 64-53=11
Exploring Operation: 53-10=43, Res... | 0 | hs_5 | mult_heuristic |
[
39,
86,
64,
8
] | 32 | [
"39*64=2496",
"86-8=78",
"2496/78=32"
] | Current State: 32:[39, 86, 64, 8], Operations: []
Exploring Operation: 39*64=2496, Resulting Numbers: [86, 8, 2496]
Generated Node #2: [86, 8, 2496] from Operation: 39*64=2496
Current State: 32:[86, 8, 2496], Operations: ['39*64=2496']
Exploring Operation: 86-8=78, Resulting Numbers: [2496, 78]
Generated Node #3: [2496... | 4 | Current State: 32:[39, 86, 64, 8], Operations: []
Exploring Operation: 86-64=22, Resulting Numbers: [39, 8, 22]
Generated Node #0,0: 32:[39, 8, 22] Operation: 86-64=22
Moving to Node #0,0
Current State: 32:[39, 8, 22], Operations: ['86-64=22']
Exploring Operation: 39-22=17, Resulting Numbers: [8, 17]
Generated Node #0,... | 0 | hs_1 | mult_heuristic |
[
45,
44,
6,
96
] | 15 | [
"45-44=1",
"96/6=16",
"16-1=15"
] | Current State: 15:[45, 44, 6, 96], Operations: []
Exploring Operation: 45-44=1, Resulting Numbers: [6, 96, 1]
Generated Node #2: [6, 96, 1] from Operation: 45-44=1
Current State: 15:[6, 96, 1], Operations: ['45-44=1']
Exploring Operation: 96/6=16, Resulting Numbers: [1, 16]
Generated Node #3: [1, 16] from Operation: 96... | 4 | Current State: 15:[45, 44, 6, 96], Operations: []
Exploring Operation: 96/6=16, Resulting Numbers: [45, 44, 16]
Generated Node #0,0: 15:[45, 44, 16] Operation: 96/6=16
Exploring Operation: 96-45=51, Resulting Numbers: [44, 6, 51]
Generated Node #0,1: 15:[44, 6, 51] Operation: 96-45=51
Start Sub Search at level 1: Movin... | 0.991319 | hs_2 | sum_heuristic |
[
70,
38,
17,
54
] | 71 | [
"70+38=108",
"54-17=37",
"108-37=71"
] | Current State: 71:[70, 38, 17, 54], Operations: []
Exploring Operation: 70+38=108, Resulting Numbers: [17, 54, 108]
Generated Node #2: [17, 54, 108] from Operation: 70+38=108
Current State: 71:[17, 54, 108], Operations: ['70+38=108']
Exploring Operation: 54-17=37, Resulting Numbers: [108, 37]
Generated Node #3: [108, 3... | 4 | Current State: 71:[70, 38, 17, 54], Operations: []
Exploring Operation: 70+17=87, Resulting Numbers: [38, 54, 87]
Generated Node #0,0: 71:[38, 54, 87] Operation: 70+17=87
Exploring Operation: 70-17=53, Resulting Numbers: [38, 54, 53]
Generated Node #0,1: 71:[38, 54, 53] Operation: 70-17=53
Exploring Operation: 17+54=71... | 0.961806 | hs_5 | sum_heuristic |
[
11,
58,
23,
30
] | 55 | [
"58-23=35",
"35-30=5",
"11*5=55"
] | Current State: 55:[11, 58, 23, 30], Operations: []
Exploring Operation: 58-23=35, Resulting Numbers: [11, 30, 35]
Generated Node #2: [11, 30, 35] from Operation: 58-23=35
Current State: 55:[11, 30, 35], Operations: ['58-23=35']
Exploring Operation: 35-30=5, Resulting Numbers: [11, 5]
Generated Node #3: [11, 5] from Ope... | 4 | Current State: 55:[11, 58, 23, 30], Operations: []
Exploring Operation: 23+30=53, Resulting Numbers: [11, 58, 53]
Generated Node #0,0: 55:[11, 58, 53] Operation: 23+30=53
Start Sub Search at level 1: Moving to Node #0,0
Current State: 55:[11, 58, 53], Operations: ['23+30=53']
Exploring Operation: 58-53=5, Resulting Num... | 0.993924 | hs_1 | mult_heuristic |
[
81,
78,
76,
83
] | 85 | [
"78-76=2",
"83*2=166",
"166-81=85"
] | Current State: 85:[81, 78, 76, 83], Operations: []
Exploring Operation: 78-76=2, Resulting Numbers: [81, 83, 2]
Generated Node #2: [81, 83, 2] from Operation: 78-76=2
Current State: 85:[81, 83, 2], Operations: ['78-76=2']
Exploring Operation: 83*2=166, Resulting Numbers: [81, 166]
Generated Node #3: [81, 166] from Oper... | 4 | Current State: 85:[81, 78, 76, 83], Operations: []
Exploring Operation: 81-76=5, Resulting Numbers: [78, 83, 5]
Generated Node #0,0: 85:[78, 83, 5] Operation: 81-76=5
Exploring Operation: 78-76=2, Resulting Numbers: [81, 83, 2]
Generated Node #0,1: 85:[81, 83, 2] Operation: 78-76=2
Moving to Node #0,0
Current State: 85... | 0 | hs_2 | mult_heuristic |
[
18,
50,
24,
29
] | 72 | [
"50-18=32",
"32-29=3",
"24*3=72"
] | Current State: 72:[18, 50, 24, 29], Operations: []
Exploring Operation: 50-18=32, Resulting Numbers: [24, 29, 32]
Generated Node #2: [24, 29, 32] from Operation: 50-18=32
Current State: 72:[24, 29, 32], Operations: ['50-18=32']
Exploring Operation: 32-29=3, Resulting Numbers: [24, 3]
Generated Node #3: [24, 3] from Ope... | 4 | Current State: 72:[18, 50, 24, 29], Operations: []
Exploring Operation: 18+50=68, Resulting Numbers: [24, 29, 68]
Generated Node #0,0: 72:[24, 29, 68] Operation: 18+50=68
Exploring Operation: 50-24=26, Resulting Numbers: [18, 29, 26]
Generated Node #0,1: 72:[18, 29, 26] Operation: 50-24=26
Exploring Operation: 50+29=79... | 0.985243 | hs_5 | mult_heuristic |
[
2,
71,
39,
31
] | 86 | [
"71+39=110",
"110/2=55",
"31+55=86"
] | Current State: 86:[2, 71, 39, 31], Operations: []
Exploring Operation: 71+39=110, Resulting Numbers: [2, 31, 110]
Generated Node #2: [2, 31, 110] from Operation: 71+39=110
Current State: 86:[2, 31, 110], Operations: ['71+39=110']
Exploring Operation: 110/2=55, Resulting Numbers: [31, 55]
Generated Node #3: [31, 55] fro... | 4 | Current State: 86:[2, 71, 39, 31], Operations: []
Exploring Operation: 71+31=102, Resulting Numbers: [2, 39, 102]
Generated Node #0,0: 86:[2, 39, 102] Operation: 71+31=102
Exploring Operation: 39-31=8, Resulting Numbers: [2, 71, 8]
Generated Node #0,1: 86:[2, 71, 8] Operation: 39-31=8
Exploring Operation: 2+71=73, Resu... | 0 | hs_5 | sum_heuristic |
[
61,
3,
35,
45
] | 41 | [
"61-35=26",
"45/3=15",
"26+15=41"
] | Current State: 41:[61, 3, 35, 45], Operations: []
Exploring Operation: 61-35=26, Resulting Numbers: [3, 45, 26]
Generated Node #2: [3, 45, 26] from Operation: 61-35=26
Current State: 41:[3, 45, 26], Operations: ['61-35=26']
Exploring Operation: 45/3=15, Resulting Numbers: [26, 15]
Generated Node #3: [26, 15] from Opera... | 4 | Current State: 41:[61, 3, 35, 45], Operations: []
Exploring Operation: 45-3=42, Resulting Numbers: [61, 35, 42]
Generated Node #0,0: 41:[61, 35, 42] Operation: 45-3=42
Exploring Operation: 3+35=38, Resulting Numbers: [61, 45, 38]
Generated Node #0,1: 41:[61, 45, 38] Operation: 3+35=38
Exploring Operation: 61-3=58, Resu... | 0 | hs_3 | mult_heuristic |
[
63,
13,
12,
67
] | 21 | [
"63+13=76",
"67-12=55",
"76-55=21"
] | Current State: 21:[63, 13, 12, 67], Operations: []
Exploring Operation: 63+13=76, Resulting Numbers: [12, 67, 76]
Generated Node #2: [12, 67, 76] from Operation: 63+13=76
Current State: 21:[12, 67, 76], Operations: ['63+13=76']
Exploring Operation: 67-12=55, Resulting Numbers: [76, 55]
Generated Node #3: [76, 55] from ... | 4 | Current State: 21:[63, 13, 12, 67], Operations: []
Exploring Operation: 67-63=4, Resulting Numbers: [13, 12, 4]
Generated Node #0,0: 21:[13, 12, 4] Operation: 67-63=4
Exploring Operation: 67-13=54, Resulting Numbers: [63, 12, 54]
Generated Node #0,1: 21:[63, 12, 54] Operation: 67-13=54
Exploring Operation: 63-13=50, Re... | 0.986111 | hs_3 | mult_heuristic |
[
2,
97,
85,
74
] | 75 | [
"85-74=11",
"2*11=22",
"97-22=75"
] | Current State: 75:[2, 97, 85, 74], Operations: []
Exploring Operation: 85-74=11, Resulting Numbers: [2, 97, 11]
Generated Node #2: [2, 97, 11] from Operation: 85-74=11
Current State: 75:[2, 97, 11], Operations: ['85-74=11']
Exploring Operation: 2*11=22, Resulting Numbers: [97, 22]
Generated Node #3: [97, 22] from Opera... | 4 | Current State: 75:[2, 97, 85, 74], Operations: []
Exploring Operation: 97-74=23, Resulting Numbers: [2, 85, 23]
Generated Node #0,0: 75:[2, 85, 23] Operation: 97-74=23
Exploring Operation: 97-85=12, Resulting Numbers: [2, 74, 12]
Generated Node #0,1: 75:[2, 74, 12] Operation: 97-85=12
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
50,
17,
31,
65
] | 95 | [
"50*31=1550",
"65+1550=1615",
"1615/17=95"
] | Current State: 95:[50, 17, 31, 65], Operations: []
Exploring Operation: 50*31=1550, Resulting Numbers: [17, 65, 1550]
Generated Node #2: [17, 65, 1550] from Operation: 50*31=1550
Current State: 95:[17, 65, 1550], Operations: ['50*31=1550']
Exploring Operation: 65+1550=1615, Resulting Numbers: [17, 1615]
Generated Node ... | 4 | Current State: 95:[50, 17, 31, 65], Operations: []
Exploring Operation: 65-50=15, Resulting Numbers: [17, 31, 15]
Generated Node #0,0: 95:[17, 31, 15] Operation: 65-50=15
Start Sub Search at level 1: Moving to Node #0,0
Current State: 95:[17, 31, 15], Operations: ['65-50=15']
Exploring Operation: 31-15=16, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
8,
95,
90,
96
] | 47 | [
"96-90=6",
"8*6=48",
"95-48=47"
] | Current State: 47:[8, 95, 90, 96], Operations: []
Exploring Operation: 96-90=6, Resulting Numbers: [8, 95, 6]
Generated Node #2: [8, 95, 6] from Operation: 96-90=6
Current State: 47:[8, 95, 6], Operations: ['96-90=6']
Exploring Operation: 8*6=48, Resulting Numbers: [95, 48]
Generated Node #3: [95, 48] from Operation: 8... | 4 | Current State: 47:[8, 95, 90, 96], Operations: []
Exploring Operation: 96-95=1, Resulting Numbers: [8, 90, 1]
Generated Node #0,0: 47:[8, 90, 1] Operation: 96-95=1
Exploring Operation: 96/8=12, Resulting Numbers: [95, 90, 12]
Generated Node #0,1: 47:[95, 90, 12] Operation: 96/8=12
Moving to Node #0,1
Current State: 47:... | 0 | hs_2 | mult_heuristic |
[
35,
39,
63,
7
] | 91 | [
"39-35=4",
"7*4=28",
"63+28=91"
] | Current State: 91:[35, 39, 63, 7], Operations: []
Exploring Operation: 39-35=4, Resulting Numbers: [63, 7, 4]
Generated Node #2: [63, 7, 4] from Operation: 39-35=4
Current State: 91:[63, 7, 4], Operations: ['39-35=4']
Exploring Operation: 7*4=28, Resulting Numbers: [63, 28]
Generated Node #3: [63, 28] from Operation: 7... | 4 | Current State: 91:[35, 39, 63, 7], Operations: []
Exploring Operation: 35+63=98, Resulting Numbers: [39, 7, 98]
Generated Node #0,0: 91:[39, 7, 98] Operation: 35+63=98
Exploring Operation: 39+63=102, Resulting Numbers: [35, 7, 102]
Generated Node #0,1: 91:[35, 7, 102] Operation: 39+63=102
Exploring Operation: 39-35=4, ... | 0 | hs_4 | mult_heuristic |
[
15,
10,
70,
87
] | 95 | [
"15+87=102",
"70/10=7",
"102-7=95"
] | Current State: 95:[15, 10, 70, 87], Operations: []
Exploring Operation: 15+87=102, Resulting Numbers: [10, 70, 102]
Generated Node #2: [10, 70, 102] from Operation: 15+87=102
Current State: 95:[10, 70, 102], Operations: ['15+87=102']
Exploring Operation: 70/10=7, Resulting Numbers: [102, 7]
Generated Node #3: [102, 7] ... | 4 | Current State: 95:[15, 10, 70, 87], Operations: []
Exploring Operation: 70/10=7, Resulting Numbers: [15, 87, 7]
Generated Node #0,0: 95:[15, 87, 7] Operation: 70/10=7
Exploring Operation: 87-70=17, Resulting Numbers: [15, 10, 17]
Generated Node #0,1: 95:[15, 10, 17] Operation: 87-70=17
Exploring Operation: 15+70=85, Re... | 0.970486 | hs_4 | mult_heuristic |
[
34,
33,
59,
39
] | 98 | [
"34-33=1",
"59+39=98",
"1*98=98"
] | Current State: 98:[34, 33, 59, 39], Operations: []
Exploring Operation: 34-33=1, Resulting Numbers: [59, 39, 1]
Generated Node #2: [59, 39, 1] from Operation: 34-33=1
Current State: 98:[59, 39, 1], Operations: ['34-33=1']
Exploring Operation: 59+39=98, Resulting Numbers: [1, 98]
Generated Node #3: [1, 98] from Operatio... | 4 | Current State: 98:[34, 33, 59, 39], Operations: []
Exploring Operation: 39-33=6, Resulting Numbers: [34, 59, 6]
Generated Node #0,0: 98:[34, 59, 6] Operation: 39-33=6
Exploring Operation: 34-33=1, Resulting Numbers: [59, 39, 1]
Generated Node #0,1: 98:[59, 39, 1] Operation: 34-33=1
Moving to Node #0,1
Current State: 98... | 0.990451 | hs_2 | mult_heuristic |
[
45,
55,
45,
11
] | 44 | [
"45+55=100",
"45+11=56",
"100-56=44"
] | Current State: 44:[45, 55, 45, 11], Operations: []
Exploring Operation: 45+55=100, Resulting Numbers: [11, 100]
Generated Node #2: [11, 100] from Operation: 45+55=100
Current State: 44:[11, 100], Operations: ['45+55=100']
Exploring Operation: 45+11=56, Resulting Numbers: [100, 56]
Generated Node #3: [100, 56] from Oper... | 4 | Current State: 44:[45, 55, 45, 11], Operations: []
Exploring Operation: 55/11=5, Resulting Numbers: [45, 45, 5]
Generated Node #0,0: 44:[45, 45, 5] Operation: 55/11=5
Exploring Operation: 55-45=10, Resulting Numbers: [45, 11, 10]
Generated Node #0,1: 44:[45, 11, 10] Operation: 55-45=10
Exploring Operation: 55-11=44, Re... | 0.981771 | hs_4 | mult_heuristic |
[
45,
90,
17,
7
] | 85 | [
"90/45=2",
"7-2=5",
"17*5=85"
] | Current State: 85:[45, 90, 17, 7], Operations: []
Exploring Operation: 90/45=2, Resulting Numbers: [17, 7, 2]
Generated Node #2: [17, 7, 2] from Operation: 90/45=2
Current State: 85:[17, 7, 2], Operations: ['90/45=2']
Exploring Operation: 7-2=5, Resulting Numbers: [17, 5]
Generated Node #3: [17, 5] from Operation: 7-2=... | 4 | Current State: 85:[45, 90, 17, 7], Operations: []
Exploring Operation: 45-17=28, Resulting Numbers: [90, 7, 28]
Generated Node #0,0: 85:[90, 7, 28] Operation: 45-17=28
Exploring Operation: 90/45=2, Resulting Numbers: [17, 7, 2]
Generated Node #0,1: 85:[17, 7, 2] Operation: 90/45=2
Exploring Operation: 45-7=38, Resultin... | 0.985243 | hs_5 | mult_heuristic |
[
70,
61,
11,
13
] | 33 | [
"70-61=9",
"11+13=24",
"9+24=33"
] | Current State: 33:[70, 61, 11, 13], Operations: []
Exploring Operation: 70-61=9, Resulting Numbers: [11, 13, 9]
Generated Node #2: [11, 13, 9] from Operation: 70-61=9
Current State: 33:[11, 13, 9], Operations: ['70-61=9']
Exploring Operation: 11+13=24, Resulting Numbers: [9, 24]
Generated Node #3: [9, 24] from Operatio... | 4 | Current State: 33:[70, 61, 11, 13], Operations: []
Exploring Operation: 70-13=57, Resulting Numbers: [61, 11, 57]
Generated Node #0,0: 33:[61, 11, 57] Operation: 70-13=57
Exploring Operation: 70-61=9, Resulting Numbers: [11, 13, 9]
Generated Node #0,1: 33:[11, 13, 9] Operation: 70-61=9
Moving to Node #0,1
Current State... | 0 | hs_2 | sum_heuristic |
[
5,
4,
36,
83
] | 58 | [
"5+83=88",
"88/4=22",
"36+22=58"
] | Current State: 58:[5, 4, 36, 83], Operations: []
Exploring Operation: 5+83=88, Resulting Numbers: [4, 36, 88]
Generated Node #2: [4, 36, 88] from Operation: 5+83=88
Current State: 58:[4, 36, 88], Operations: ['5+83=88']
Exploring Operation: 88/4=22, Resulting Numbers: [36, 22]
Generated Node #3: [36, 22] from Operation... | 4 | Current State: 58:[5, 4, 36, 83], Operations: []
Exploring Operation: 83-4=79, Resulting Numbers: [5, 36, 79]
Generated Node #0,0: 58:[5, 36, 79] Operation: 83-4=79
Exploring Operation: 83-36=47, Resulting Numbers: [5, 4, 47]
Generated Node #0,1: 58:[5, 4, 47] Operation: 83-36=47
Exploring Operation: 83-5=78, Resulting... | 0 | hs_5 | mult_heuristic |
[
39,
39,
9,
21
] | 37 | [
"39-21=18",
"18/9=2",
"39-2=37"
] | Current State: 37:[39, 39, 9, 21], Operations: []
Exploring Operation: 39-21=18, Resulting Numbers: [9, 18]
Generated Node #2: [9, 18] from Operation: 39-21=18
Current State: 37:[9, 18], Operations: ['39-21=18']
Exploring Operation: 18/9=2, Resulting Numbers: [2]
2,37 equal: Goal Reached
Exploring Operation: 39-2=37, R... | 4 | Current State: 37:[39, 39, 9, 21], Operations: []
Exploring Operation: 39+9=48, Resulting Numbers: [39, 21, 48]
Generated Node #0,0: 37:[39, 21, 48] Operation: 39+9=48
Exploring Operation: 9+21=30, Resulting Numbers: [39, 39, 30]
Generated Node #0,1: 37:[39, 39, 30] Operation: 9+21=30
Exploring Operation: 39-9=30, Resu... | 0 | hs_4 | sum_heuristic |
[
10,
78,
14,
74
] | 100 | [
"78-14=64",
"74-64=10",
"10*10=100"
] | Current State: 100:[10, 78, 14, 74], Operations: []
Exploring Operation: 78-14=64, Resulting Numbers: [10, 74, 64]
Generated Node #2: [10, 74, 64] from Operation: 78-14=64
Current State: 100:[10, 74, 64], Operations: ['78-14=64']
Exploring Operation: 74-64=10, Resulting Numbers: [10, 10]
Generated Node #3: [10, 10] fro... | 4 | Current State: 100:[10, 78, 14, 74], Operations: []
Exploring Operation: 78-74=4, Resulting Numbers: [10, 14, 4]
Generated Node #0,0: 100:[10, 14, 4] Operation: 78-74=4
Start Sub Search at level 1: Moving to Node #0,0
Current State: 100:[10, 14, 4], Operations: ['78-74=4']
Exploring Operation: 14-10=4, Resulting Number... | 0 | hs_1 | sum_heuristic |
[
92,
14,
16,
56
] | 27 | [
"92+16=108",
"56/14=4",
"108/4=27"
] | Current State: 27:[92, 14, 16, 56], Operations: []
Exploring Operation: 92+16=108, Resulting Numbers: [14, 56, 108]
Generated Node #2: [14, 56, 108] from Operation: 92+16=108
Current State: 27:[14, 56, 108], Operations: ['92+16=108']
Exploring Operation: 56/14=4, Resulting Numbers: [108, 4]
Generated Node #3: [108, 4] ... | 4 | Current State: 27:[92, 14, 16, 56], Operations: []
Exploring Operation: 56/14=4, Resulting Numbers: [92, 16, 4]
Generated Node #0,0: 27:[92, 16, 4] Operation: 56/14=4
Exploring Operation: 92-14=78, Resulting Numbers: [16, 56, 78]
Generated Node #0,1: 27:[16, 56, 78] Operation: 92-14=78
Exploring Operation: 92-56=36, Re... | 0 | hs_5 | mult_heuristic |
[
70,
39,
86,
79
] | 38 | [
"70-39=31",
"86-79=7",
"31+7=38"
] | Current State: 38:[70, 39, 86, 79], Operations: []
Exploring Operation: 70-39=31, Resulting Numbers: [86, 79, 31]
Generated Node #2: [86, 79, 31] from Operation: 70-39=31
Current State: 38:[86, 79, 31], Operations: ['70-39=31']
Exploring Operation: 86-79=7, Resulting Numbers: [31, 7]
Generated Node #3: [31, 7] from Ope... | 4 | Current State: 38:[70, 39, 86, 79], Operations: []
Exploring Operation: 86-79=7, Resulting Numbers: [70, 39, 7]
Generated Node #0,0: 38:[70, 39, 7] Operation: 86-79=7
Exploring Operation: 79-70=9, Resulting Numbers: [39, 86, 9]
Generated Node #0,1: 38:[39, 86, 9] Operation: 79-70=9
Exploring Operation: 86-70=16, Result... | 0.986111 | hs_3 | mult_heuristic |
[
16,
27,
48,
92
] | 87 | [
"16+27=43",
"92-48=44",
"43+44=87"
] | Current State: 87:[16, 27, 48, 92], Operations: []
Exploring Operation: 16+27=43, Resulting Numbers: [48, 92, 43]
Generated Node #2: [48, 92, 43] from Operation: 16+27=43
Current State: 87:[48, 92, 43], Operations: ['16+27=43']
Exploring Operation: 92-48=44, Resulting Numbers: [43, 44]
Generated Node #3: [43, 44] from ... | 4 | Current State: 87:[16, 27, 48, 92], Operations: []
Exploring Operation: 48-27=21, Resulting Numbers: [16, 92, 21]
Generated Node #0,0: 87:[16, 92, 21] Operation: 48-27=21
Exploring Operation: 48/16=3, Resulting Numbers: [27, 92, 3]
Generated Node #0,1: 87:[27, 92, 3] Operation: 48/16=3
Exploring Operation: 48-16=32, Re... | 0.979167 | hs_3 | sum_heuristic |
[
3,
24,
19,
10
] | 20 | [
"24-3=21",
"21-19=2",
"10*2=20"
] | Current State: 20:[3, 24, 19, 10], Operations: []
Exploring Operation: 24-3=21, Resulting Numbers: [19, 10, 21]
Generated Node #2: [19, 10, 21] from Operation: 24-3=21
Current State: 20:[19, 10, 21], Operations: ['24-3=21']
Exploring Operation: 21-19=2, Resulting Numbers: [10, 2]
Generated Node #3: [10, 2] from Operati... | 4 | Current State: 20:[3, 24, 19, 10], Operations: []
Exploring Operation: 24-19=5, Resulting Numbers: [3, 10, 5]
Generated Node #0,0: 20:[3, 10, 5] Operation: 24-19=5
Moving to Node #0,0
Current State: 20:[3, 10, 5], Operations: ['24-19=5']
Exploring Operation: 5-3=2, Resulting Numbers: [10, 2]
Generated Node #0,0,0: 20:[... | 0.993924 | hs_1 | sum_heuristic |
[
10,
71,
80,
56
] | 34 | [
"80-71=9",
"10*9=90",
"90-56=34"
] | Current State: 34:[10, 71, 80, 56], Operations: []
Exploring Operation: 80-71=9, Resulting Numbers: [10, 56, 9]
Generated Node #2: [10, 56, 9] from Operation: 80-71=9
Current State: 34:[10, 56, 9], Operations: ['80-71=9']
Exploring Operation: 10*9=90, Resulting Numbers: [56, 90]
Generated Node #3: [56, 90] from Operati... | 4 | Current State: 34:[10, 71, 80, 56], Operations: []
Exploring Operation: 80-56=24, Resulting Numbers: [10, 71, 24]
Generated Node #0,0: 34:[10, 71, 24] Operation: 80-56=24
Exploring Operation: 80-71=9, Resulting Numbers: [10, 56, 9]
Generated Node #0,1: 34:[10, 56, 9] Operation: 80-71=9
Exploring Operation: 71-56=15, Re... | 0 | hs_3 | sum_heuristic |
[
43,
41,
53,
43
] | 74 | [
"43+41=84",
"53-43=10",
"84-10=74"
] | Current State: 74:[43, 41, 53, 43], Operations: []
Exploring Operation: 43+41=84, Resulting Numbers: [53, 84]
Generated Node #2: [53, 84] from Operation: 43+41=84
Current State: 74:[53, 84], Operations: ['43+41=84']
Exploring Operation: 53-43=10, Resulting Numbers: [84, 10]
Generated Node #3: [84, 10] from Operation: 5... | 4 | Current State: 74:[43, 41, 53, 43], Operations: []
Exploring Operation: 53-43=10, Resulting Numbers: [41, 43, 10]
Generated Node #0,0: 74:[41, 43, 10] Operation: 53-43=10
Exploring Operation: 43-41=2, Resulting Numbers: [53, 43, 2]
Generated Node #0,1: 74:[53, 43, 2] Operation: 43-41=2
Exploring Operation: 43/43=1, Res... | 0.983507 | hs_4 | sum_heuristic |
[
26,
64,
2,
69
] | 63 | [
"26+69=95",
"64/2=32",
"95-32=63"
] | Current State: 63:[26, 64, 2, 69], Operations: []
Exploring Operation: 26+69=95, Resulting Numbers: [64, 2, 95]
Generated Node #2: [64, 2, 95] from Operation: 26+69=95
Current State: 63:[64, 2, 95], Operations: ['26+69=95']
Exploring Operation: 64/2=32, Resulting Numbers: [95, 32]
Generated Node #3: [95, 32] from Opera... | 4 | Current State: 63:[26, 64, 2, 69], Operations: []
Exploring Operation: 69-64=5, Resulting Numbers: [26, 2, 5]
Generated Node #0,0: 63:[26, 2, 5] Operation: 69-64=5
Moving to Node #0,0
Current State: 63:[26, 2, 5], Operations: ['69-64=5']
Exploring Operation: 26-5=21, Resulting Numbers: [2, 21]
Generated Node #0,0,0: 63... | 0 | hs_1 | sum_heuristic |
[
60,
17,
65,
47
] | 35 | [
"60+17=77",
"65+47=112",
"112-77=35"
] | Current State: 35:[60, 17, 65, 47], Operations: []
Exploring Operation: 60+17=77, Resulting Numbers: [65, 47, 77]
Generated Node #2: [65, 47, 77] from Operation: 60+17=77
Current State: 35:[65, 47, 77], Operations: ['60+17=77']
Exploring Operation: 65+47=112, Resulting Numbers: [77, 112]
Generated Node #3: [77, 112] fr... | 4 | Current State: 35:[60, 17, 65, 47], Operations: []
Exploring Operation: 65-60=5, Resulting Numbers: [17, 47, 5]
Generated Node #0,0: 35:[17, 47, 5] Operation: 65-60=5
Exploring Operation: 60-47=13, Resulting Numbers: [17, 65, 13]
Generated Node #0,1: 35:[17, 65, 13] Operation: 60-47=13
Moving to Node #0,0
Current State... | 0.991319 | hs_2 | mult_heuristic |
[
10,
17,
57,
54
] | 10 | [
"17-10=7",
"57-54=3",
"7+3=10"
] | Current State: 10:[10, 17, 57, 54], Operations: []
Exploring Operation: 17-10=7, Resulting Numbers: [57, 54, 7]
Generated Node #2: [57, 54, 7] from Operation: 17-10=7
Current State: 10:[57, 54, 7], Operations: ['17-10=7']
Exploring Operation: 57-54=3, Resulting Numbers: [7, 3]
Generated Node #3: [7, 3] from Operation: ... | 4 | Current State: 10:[10, 17, 57, 54], Operations: []
Exploring Operation: 54-17=37, Resulting Numbers: [10, 57, 37]
Generated Node #0,0: 10:[10, 57, 37] Operation: 54-17=37
Exploring Operation: 57-17=40, Resulting Numbers: [10, 54, 40]
Generated Node #0,1: 10:[10, 54, 40] Operation: 57-17=40
Exploring Operation: 57-54=3,... | 0.986979 | hs_3 | sum_heuristic |
[
14,
41,
48,
30
] | 37 | [
"14+41=55",
"48-30=18",
"55-18=37"
] | Current State: 37:[14, 41, 48, 30], Operations: []
Exploring Operation: 14+41=55, Resulting Numbers: [48, 30, 55]
Generated Node #2: [48, 30, 55] from Operation: 14+41=55
Current State: 37:[48, 30, 55], Operations: ['14+41=55']
Exploring Operation: 48-30=18, Resulting Numbers: [55, 18]
Generated Node #3: [55, 18] from ... | 4 | Current State: 37:[14, 41, 48, 30], Operations: []
Exploring Operation: 48-14=34, Resulting Numbers: [41, 30, 34]
Generated Node #0,0: 37:[41, 30, 34] Operation: 48-14=34
Exploring Operation: 14+30=44, Resulting Numbers: [41, 48, 44]
Generated Node #0,1: 37:[41, 48, 44] Operation: 14+30=44
Exploring Operation: 41-14=27... | 0.983507 | hs_3 | sum_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.