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 |
|---|---|---|---|---|---|---|---|---|
[
43,
2,
42,
49
] | 97 | [
"43-42=1",
"2*49=98",
"98-1=97"
] | Current State: 97:[43, 2, 42, 49], Operations: []
Exploring Operation: 43-42=1, Resulting Numbers: [2, 49, 1]
Generated Node #2: [2, 49, 1] from Operation: 43-42=1
Current State: 97:[2, 49, 1], Operations: ['43-42=1']
Exploring Operation: 2*49=98, Resulting Numbers: [1, 98]
Generated Node #3: [1, 98] from Operation: 2*... | 4 | Current State: 97:[43, 2, 42, 49], Operations: []
Exploring Operation: 43+2=45, Resulting Numbers: [42, 49, 45]
Generated Node #0,0: 97:[42, 49, 45] Operation: 43+2=45
Exploring Operation: 2*42=84, Resulting Numbers: [43, 49, 84]
Generated Node #0,1: 97:[43, 49, 84] Operation: 2*42=84
Exploring Operation: 43+42=85, Res... | 0.909722 | hs_5 | mult_heuristic |
[
21,
2,
27,
65
] | 55 | [
"65-27=38",
"2*38=76",
"76-21=55"
] | Current State: 55:[21, 2, 27, 65], Operations: []
Exploring Operation: 65-27=38, Resulting Numbers: [21, 2, 38]
Generated Node #2: [21, 2, 38] from Operation: 65-27=38
Current State: 55:[21, 2, 38], Operations: ['65-27=38']
Exploring Operation: 2*38=76, Resulting Numbers: [21, 76]
Generated Node #3: [21, 76] from Opera... | 4 | Current State: 55:[21, 2, 27, 65], Operations: []
Exploring Operation: 2*27=54, Resulting Numbers: [21, 65, 54]
Generated Node #0,0: 55:[21, 65, 54] Operation: 2*27=54
Exploring Operation: 21+27=48, Resulting Numbers: [2, 65, 48]
Generated Node #0,1: 55:[2, 65, 48] Operation: 21+27=48
Exploring Operation: 27-21=6, Resu... | 0 | hs_3 | mult_heuristic |
[
9,
93,
46,
92
] | 86 | [
"93-9=84",
"92/46=2",
"84+2=86"
] | Current State: 86:[9, 93, 46, 92], Operations: []
Exploring Operation: 93-9=84, Resulting Numbers: [46, 92, 84]
Generated Node #2: [46, 92, 84] from Operation: 93-9=84
Current State: 86:[46, 92, 84], Operations: ['93-9=84']
Exploring Operation: 92/46=2, Resulting Numbers: [84, 2]
Generated Node #3: [84, 2] from Operati... | 4 | Current State: 86:[9, 93, 46, 92], Operations: []
Exploring Operation: 93-9=84, Resulting Numbers: [46, 92, 84]
Generated Node #0,0: 86:[46, 92, 84] Operation: 93-9=84
Exploring Operation: 92/46=2, Resulting Numbers: [9, 93, 2]
Generated Node #0,1: 86:[9, 93, 2] Operation: 92/46=2
Exploring Operation: 93-46=47, Resulti... | 0.986111 | hs_5 | mult_heuristic |
[
9,
39,
66,
3
] | 44 | [
"66-9=57",
"39/3=13",
"57-13=44"
] | Current State: 44:[9, 39, 66, 3], Operations: []
Exploring Operation: 66-9=57, Resulting Numbers: [39, 3, 57]
Generated Node #2: [39, 3, 57] from Operation: 66-9=57
Current State: 44:[39, 3, 57], Operations: ['66-9=57']
Exploring Operation: 39/3=13, Resulting Numbers: [57, 13]
Generated Node #3: [57, 13] from Operation... | 4 | Current State: 44:[9, 39, 66, 3], Operations: []
Exploring Operation: 66-39=27, Resulting Numbers: [9, 3, 27]
Generated Node #0,0: 44:[9, 3, 27] Operation: 66-39=27
Exploring Operation: 66/3=22, Resulting Numbers: [9, 39, 22]
Generated Node #0,1: 44:[9, 39, 22] Operation: 66/3=22
Moving to Node #0,1
Current State: 44:[... | 0 | hs_2 | sum_heuristic |
[
9,
92,
59,
19
] | 23 | [
"9+92=101",
"59+19=78",
"101-78=23"
] | Current State: 23:[9, 92, 59, 19], Operations: []
Exploring Operation: 9+92=101, Resulting Numbers: [59, 19, 101]
Generated Node #2: [59, 19, 101] from Operation: 9+92=101
Current State: 23:[59, 19, 101], Operations: ['9+92=101']
Exploring Operation: 59+19=78, Resulting Numbers: [101, 78]
Generated Node #3: [101, 78] f... | 4 | Current State: 23:[9, 92, 59, 19], Operations: []
Exploring Operation: 59-19=40, Resulting Numbers: [9, 92, 40]
Generated Node #0,0: 23:[9, 92, 40] Operation: 59-19=40
Exploring Operation: 59-9=50, Resulting Numbers: [92, 19, 50]
Generated Node #0,1: 23:[92, 19, 50] Operation: 59-9=50
Exploring Operation: 92-9=83, Resu... | 0.976563 | hs_5 | sum_heuristic |
[
35,
10,
19,
74
] | 100 | [
"35+10=45",
"74-19=55",
"45+55=100"
] | Current State: 100:[35, 10, 19, 74], Operations: []
Exploring Operation: 35+10=45, Resulting Numbers: [19, 74, 45]
Generated Node #2: [19, 74, 45] from Operation: 35+10=45
Current State: 100:[19, 74, 45], Operations: ['35+10=45']
Exploring Operation: 74-19=55, Resulting Numbers: [45, 55]
Generated Node #3: [45, 55] fro... | 4 | Current State: 100:[35, 10, 19, 74], Operations: []
Exploring Operation: 74-35=39, Resulting Numbers: [10, 19, 39]
Generated Node #0,0: 100:[10, 19, 39] Operation: 74-35=39
Exploring Operation: 35-10=25, Resulting Numbers: [19, 74, 25]
Generated Node #0,1: 100:[19, 74, 25] Operation: 35-10=25
Exploring Operation: 74-19... | 0.981771 | hs_5 | sum_heuristic |
[
6,
60,
56,
89
] | 21 | [
"60-6=54",
"89-56=33",
"54-33=21"
] | Current State: 21:[6, 60, 56, 89], Operations: []
Exploring Operation: 60-6=54, Resulting Numbers: [56, 89, 54]
Generated Node #2: [56, 89, 54] from Operation: 60-6=54
Current State: 21:[56, 89, 54], Operations: ['60-6=54']
Exploring Operation: 89-56=33, Resulting Numbers: [54, 33]
Generated Node #3: [54, 33] from Oper... | 4 | Current State: 21:[6, 60, 56, 89], Operations: []
Exploring Operation: 89-56=33, Resulting Numbers: [6, 60, 33]
Generated Node #0,0: 21:[6, 60, 33] Operation: 89-56=33
Exploring Operation: 89-60=29, Resulting Numbers: [6, 56, 29]
Generated Node #0,1: 21:[6, 56, 29] Operation: 89-60=29
Moving to Node #0,1
Current State:... | 0.990451 | hs_2 | sum_heuristic |
[
84,
53,
79,
60
] | 50 | [
"84-53=31",
"79-60=19",
"31+19=50"
] | Current State: 50:[84, 53, 79, 60], Operations: []
Exploring Operation: 84-53=31, Resulting Numbers: [79, 60, 31]
Generated Node #2: [79, 60, 31] from Operation: 84-53=31
Current State: 50:[79, 60, 31], Operations: ['84-53=31']
Exploring Operation: 79-60=19, Resulting Numbers: [31, 19]
Generated Node #3: [31, 19] from ... | 4 | Current State: 50:[84, 53, 79, 60], Operations: []
Exploring Operation: 84-53=31, Resulting Numbers: [79, 60, 31]
Generated Node #0,0: 50:[79, 60, 31] Operation: 84-53=31
Exploring Operation: 79-60=19, Resulting Numbers: [84, 53, 19]
Generated Node #0,1: 50:[84, 53, 19] Operation: 79-60=19
Exploring Operation: 84-60=24... | 0.973958 | hs_4 | mult_heuristic |
[
58,
90,
6,
10
] | 73 | [
"58+6=64",
"90/10=9",
"64+9=73"
] | Current State: 73:[58, 90, 6, 10], Operations: []
Exploring Operation: 58+6=64, Resulting Numbers: [90, 10, 64]
Generated Node #2: [90, 10, 64] from Operation: 58+6=64
Current State: 73:[90, 10, 64], Operations: ['58+6=64']
Exploring Operation: 90/10=9, Resulting Numbers: [64, 9]
Generated Node #3: [64, 9] from Operati... | 4 | Current State: 73:[58, 90, 6, 10], Operations: []
Exploring Operation: 58+6=64, Resulting Numbers: [90, 10, 64]
Generated Node #0,0: 73:[90, 10, 64] Operation: 58+6=64
Exploring Operation: 6*10=60, Resulting Numbers: [58, 90, 60]
Generated Node #0,1: 73:[58, 90, 60] Operation: 6*10=60
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
97,
86,
9,
37
] | 62 | [
"97-86=11",
"9*11=99",
"99-37=62"
] | Current State: 62:[97, 86, 9, 37], Operations: []
Exploring Operation: 97-86=11, Resulting Numbers: [9, 37, 11]
Generated Node #2: [9, 37, 11] from Operation: 97-86=11
Current State: 62:[9, 37, 11], Operations: ['97-86=11']
Exploring Operation: 9*11=99, Resulting Numbers: [37, 99]
Generated Node #3: [37, 99] from Opera... | 4 | Current State: 62:[97, 86, 9, 37], Operations: []
Exploring Operation: 86-37=49, Resulting Numbers: [97, 9, 49]
Generated Node #0,0: 62:[97, 9, 49] Operation: 86-37=49
Exploring Operation: 86-9=77, Resulting Numbers: [97, 37, 77]
Generated Node #0,1: 62:[97, 37, 77] Operation: 86-9=77
Exploring Operation: 97-37=60, Res... | 0 | hs_5 | sum_heuristic |
[
5,
64,
46,
49
] | 62 | [
"64-5=59",
"49-46=3",
"59+3=62"
] | Current State: 62:[5, 64, 46, 49], Operations: []
Exploring Operation: 64-5=59, Resulting Numbers: [46, 49, 59]
Generated Node #2: [46, 49, 59] from Operation: 64-5=59
Current State: 62:[46, 49, 59], Operations: ['64-5=59']
Exploring Operation: 49-46=3, Resulting Numbers: [59, 3]
Generated Node #3: [59, 3] from Operati... | 4 | Current State: 62:[5, 64, 46, 49], Operations: []
Exploring Operation: 46-5=41, Resulting Numbers: [64, 49, 41]
Generated Node #0,0: 62:[64, 49, 41] Operation: 46-5=41
Exploring Operation: 49-46=3, Resulting Numbers: [5, 64, 3]
Generated Node #0,1: 62:[5, 64, 3] Operation: 49-46=3
Exploring Operation: 5+46=51, Resultin... | 0.967014 | hs_4 | sum_heuristic |
[
53,
55,
57,
93
] | 20 | [
"93-53=40",
"57-55=2",
"40/2=20"
] | Current State: 20:[53, 55, 57, 93], Operations: []
Exploring Operation: 93-53=40, Resulting Numbers: [55, 57, 40]
Generated Node #2: [55, 57, 40] from Operation: 93-53=40
Current State: 20:[55, 57, 40], Operations: ['93-53=40']
Exploring Operation: 57-55=2, Resulting Numbers: [40, 2]
Generated Node #3: [40, 2] from Ope... | 4 | Current State: 20:[53, 55, 57, 93], Operations: []
Exploring Operation: 93-53=40, Resulting Numbers: [55, 57, 40]
Generated Node #0,0: 20:[55, 57, 40] Operation: 93-53=40
Exploring Operation: 57-55=2, Resulting Numbers: [53, 93, 2]
Generated Node #0,1: 20:[53, 93, 2] Operation: 57-55=2
Exploring Operation: 57-53=4, Res... | 0.949653 | hs_5 | sum_heuristic |
[
31,
46,
17,
34
] | 54 | [
"46*17=782",
"782/34=23",
"31+23=54"
] | Current State: 54:[31, 46, 17, 34], Operations: []
Exploring Operation: 46*17=782, Resulting Numbers: [31, 34, 782]
Generated Node #2: [31, 34, 782] from Operation: 46*17=782
Current State: 54:[31, 34, 782], Operations: ['46*17=782']
Exploring Operation: 782/34=23, Resulting Numbers: [31, 23]
Generated Node #3: [31, 23... | 4 | Current State: 54:[31, 46, 17, 34], Operations: []
Exploring Operation: 46-34=12, Resulting Numbers: [31, 17, 12]
Generated Node #0,0: 54:[31, 17, 12] Operation: 46-34=12
Exploring Operation: 34/17=2, Resulting Numbers: [31, 46, 2]
Generated Node #0,1: 54:[31, 46, 2] Operation: 34/17=2
Exploring Operation: 34-31=3, Res... | 0.94184 | hs_4 | mult_heuristic |
[
84,
36,
28,
70
] | 78 | [
"84+36=120",
"70-28=42",
"120-42=78"
] | Current State: 78:[84, 36, 28, 70], Operations: []
Exploring Operation: 84+36=120, Resulting Numbers: [28, 70, 120]
Generated Node #2: [28, 70, 120] from Operation: 84+36=120
Current State: 78:[28, 70, 120], Operations: ['84+36=120']
Exploring Operation: 70-28=42, Resulting Numbers: [120, 42]
Generated Node #3: [120, 4... | 4 | Current State: 78:[84, 36, 28, 70], Operations: []
Exploring Operation: 84-70=14, Resulting Numbers: [36, 28, 14]
Generated Node #0,0: 78:[36, 28, 14] Operation: 84-70=14
Moving to Node #0,0
Current State: 78:[36, 28, 14], Operations: ['84-70=14']
Exploring Operation: 36-28=8, Resulting Numbers: [14, 8]
Generated Node ... | 0 | hs_1 | sum_heuristic |
[
17,
25,
6,
82
] | 15 | [
"25-17=8",
"82+8=90",
"90/6=15"
] | Current State: 15:[17, 25, 6, 82], Operations: []
Exploring Operation: 25-17=8, Resulting Numbers: [6, 82, 8]
Generated Node #2: [6, 82, 8] from Operation: 25-17=8
Current State: 15:[6, 82, 8], Operations: ['25-17=8']
Exploring Operation: 82+8=90, Resulting Numbers: [6, 90]
Generated Node #3: [6, 90] from Operation: 82... | 4 | Current State: 15:[17, 25, 6, 82], Operations: []
Exploring Operation: 82-25=57, Resulting Numbers: [17, 6, 57]
Generated Node #0,0: 15:[17, 6, 57] Operation: 82-25=57
Exploring Operation: 82-17=65, Resulting Numbers: [25, 6, 65]
Generated Node #0,1: 15:[25, 6, 65] Operation: 82-17=65
Exploring Operation: 25-17=8, Resu... | 0 | hs_3 | sum_heuristic |
[
29,
28,
24,
14
] | 98 | [
"29-24=5",
"14*5=70",
"28+70=98"
] | Current State: 98:[29, 28, 24, 14], Operations: []
Exploring Operation: 29-24=5, Resulting Numbers: [28, 14, 5]
Generated Node #2: [28, 14, 5] from Operation: 29-24=5
Current State: 98:[28, 14, 5], Operations: ['29-24=5']
Exploring Operation: 14*5=70, Resulting Numbers: [28, 70]
Generated Node #3: [28, 70] from Operati... | 4 | Current State: 98:[29, 28, 24, 14], Operations: []
Exploring Operation: 29-24=5, Resulting Numbers: [28, 14, 5]
Generated Node #0,0: 98:[28, 14, 5] Operation: 29-24=5
Exploring Operation: 29-28=1, Resulting Numbers: [24, 14, 1]
Generated Node #0,1: 98:[24, 14, 1] Operation: 29-28=1
Exploring Operation: 28-24=4, Resulti... | 0 | hs_4 | mult_heuristic |
[
14,
49,
84,
8
] | 22 | [
"49*8=392",
"392-84=308",
"308/14=22"
] | Current State: 22:[14, 49, 84, 8], Operations: []
Exploring Operation: 49*8=392, Resulting Numbers: [14, 84, 392]
Generated Node #2: [14, 84, 392] from Operation: 49*8=392
Current State: 22:[14, 84, 392], Operations: ['49*8=392']
Exploring Operation: 392-84=308, Resulting Numbers: [14, 308]
Generated Node #3: [14, 308]... | 4 | Current State: 22:[14, 49, 84, 8], Operations: []
Exploring Operation: 49-14=35, Resulting Numbers: [84, 8, 35]
Generated Node #0,0: 22:[84, 8, 35] Operation: 49-14=35
Exploring Operation: 84-14=70, Resulting Numbers: [49, 8, 70]
Generated Node #0,1: 22:[49, 8, 70] Operation: 84-14=70
Exploring Operation: 84-49=35, Res... | 0 | hs_4 | mult_heuristic |
[
3,
96,
90,
28
] | 10 | [
"96-90=6",
"3*6=18",
"28-18=10"
] | Current State: 10:[3, 96, 90, 28], Operations: []
Exploring Operation: 96-90=6, Resulting Numbers: [3, 28, 6]
Generated Node #2: [3, 28, 6] from Operation: 96-90=6
Current State: 10:[3, 28, 6], Operations: ['96-90=6']
Exploring Operation: 3*6=18, Resulting Numbers: [28, 18]
Generated Node #3: [28, 18] from Operation: 3... | 4 | Current State: 10:[3, 96, 90, 28], Operations: []
Exploring Operation: 96-90=6, Resulting Numbers: [3, 28, 6]
Generated Node #0,0: 10:[3, 28, 6] Operation: 96-90=6
Start Sub Search at level 1: Moving to Node #0,0
Current State: 10:[3, 28, 6], Operations: ['96-90=6']
Exploring Operation: 28-6=22, Resulting Numbers: [3, ... | 0 | hs_1 | mult_heuristic |
[
62,
4,
98,
23
] | 17 | [
"62-4=58",
"98-23=75",
"75-58=17"
] | Current State: 17:[62, 4, 98, 23], Operations: []
Exploring Operation: 62-4=58, Resulting Numbers: [98, 23, 58]
Generated Node #2: [98, 23, 58] from Operation: 62-4=58
Current State: 17:[98, 23, 58], Operations: ['62-4=58']
Exploring Operation: 98-23=75, Resulting Numbers: [58, 75]
Generated Node #3: [58, 75] from Oper... | 4 | Current State: 17:[62, 4, 98, 23], Operations: []
Exploring Operation: 62-23=39, Resulting Numbers: [4, 98, 39]
Generated Node #0,0: 17:[4, 98, 39] Operation: 62-23=39
Exploring Operation: 98-62=36, Resulting Numbers: [4, 23, 36]
Generated Node #0,1: 17:[4, 23, 36] Operation: 98-62=36
Start Sub Search at level 1: Movin... | 0.989583 | hs_2 | mult_heuristic |
[
62,
19,
64,
32
] | 26 | [
"64-62=2",
"32-19=13",
"2*13=26"
] | Current State: 26:[62, 19, 64, 32], Operations: []
Exploring Operation: 64-62=2, Resulting Numbers: [19, 32, 2]
Generated Node #2: [19, 32, 2] from Operation: 64-62=2
Current State: 26:[19, 32, 2], Operations: ['64-62=2']
Exploring Operation: 32-19=13, Resulting Numbers: [2, 13]
Generated Node #3: [2, 13] from Operatio... | 4 | Current State: 26:[62, 19, 64, 32], Operations: []
Exploring Operation: 64-62=2, Resulting Numbers: [19, 32, 2]
Generated Node #0,0: 26:[19, 32, 2] Operation: 64-62=2
Exploring Operation: 64-32=32, Resulting Numbers: [62, 19, 32]
Generated Node #0,1: 26:[62, 19, 32] Operation: 64-32=32
Exploring Operation: 62-19=43, Re... | 0.954861 | hs_5 | sum_heuristic |
[
42,
82,
56,
67
] | 29 | [
"82-42=40",
"67-56=11",
"40-11=29"
] | Current State: 29:[42, 82, 56, 67], Operations: []
Exploring Operation: 82-42=40, Resulting Numbers: [56, 67, 40]
Generated Node #2: [56, 67, 40] from Operation: 82-42=40
Current State: 29:[56, 67, 40], Operations: ['82-42=40']
Exploring Operation: 67-56=11, Resulting Numbers: [40, 11]
Generated Node #3: [40, 11] from ... | 4 | Current State: 29:[42, 82, 56, 67], Operations: []
Exploring Operation: 82-42=40, Resulting Numbers: [56, 67, 40]
Generated Node #0,0: 29:[56, 67, 40] Operation: 82-42=40
Exploring Operation: 82-56=26, Resulting Numbers: [42, 67, 26]
Generated Node #0,1: 29:[42, 67, 26] Operation: 82-56=26
Exploring Operation: 82-67=15... | 0.983507 | hs_3 | sum_heuristic |
[
60,
29,
21,
87
] | 78 | [
"60+21=81",
"87/29=3",
"81-3=78"
] | Current State: 78:[60, 29, 21, 87], Operations: []
Exploring Operation: 60+21=81, Resulting Numbers: [29, 87, 81]
Generated Node #2: [29, 87, 81] from Operation: 60+21=81
Current State: 78:[29, 87, 81], Operations: ['60+21=81']
Exploring Operation: 87/29=3, Resulting Numbers: [81, 3]
Generated Node #3: [81, 3] from Ope... | 4 | Current State: 78:[60, 29, 21, 87], Operations: []
Exploring Operation: 87-60=27, Resulting Numbers: [29, 21, 27]
Generated Node #0,0: 78:[29, 21, 27] Operation: 87-60=27
Exploring Operation: 60-21=39, Resulting Numbers: [29, 87, 39]
Generated Node #0,1: 78:[29, 87, 39] Operation: 60-21=39
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
44,
43,
22,
24
] | 42 | [
"24-22=2",
"43*2=86",
"86-44=42"
] | Current State: 42:[44, 43, 22, 24], Operations: []
Exploring Operation: 24-22=2, Resulting Numbers: [44, 43, 2]
Generated Node #2: [44, 43, 2] from Operation: 24-22=2
Current State: 42:[44, 43, 2], Operations: ['24-22=2']
Exploring Operation: 43*2=86, Resulting Numbers: [44, 86]
Generated Node #3: [44, 86] from Operati... | 4 | Current State: 42:[44, 43, 22, 24], Operations: []
Exploring Operation: 24-22=2, Resulting Numbers: [44, 43, 2]
Generated Node #0,0: 42:[44, 43, 2] Operation: 24-22=2
Exploring Operation: 44-24=20, Resulting Numbers: [43, 22, 20]
Generated Node #0,1: 42:[43, 22, 20] Operation: 44-24=20
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
41,
62,
25,
35
] | 43 | [
"41+62=103",
"25+35=60",
"103-60=43"
] | Current State: 43:[41, 62, 25, 35], Operations: []
Exploring Operation: 41+62=103, Resulting Numbers: [25, 35, 103]
Generated Node #2: [25, 35, 103] from Operation: 41+62=103
Current State: 43:[25, 35, 103], Operations: ['41+62=103']
Exploring Operation: 25+35=60, Resulting Numbers: [103, 60]
Generated Node #3: [103, 6... | 4 | Current State: 43:[41, 62, 25, 35], Operations: []
Exploring Operation: 25+35=60, Resulting Numbers: [41, 62, 60]
Generated Node #0,0: 43:[41, 62, 60] Operation: 25+35=60
Exploring Operation: 62-25=37, Resulting Numbers: [41, 35, 37]
Generated Node #0,1: 43:[41, 35, 37] Operation: 62-25=37
Exploring Operation: 62-35=27... | 0.980903 | hs_3 | mult_heuristic |
[
39,
12,
3,
10
] | 91 | [
"39-12=27",
"3*27=81",
"10+81=91"
] | Current State: 91:[39, 12, 3, 10], Operations: []
Exploring Operation: 39-12=27, Resulting Numbers: [3, 10, 27]
Generated Node #2: [3, 10, 27] from Operation: 39-12=27
Current State: 91:[3, 10, 27], Operations: ['39-12=27']
Exploring Operation: 3*27=81, Resulting Numbers: [10, 81]
Generated Node #3: [10, 81] from Opera... | 4 | Current State: 91:[39, 12, 3, 10], Operations: []
Exploring Operation: 39/3=13, Resulting Numbers: [12, 10, 13]
Generated Node #0,0: 91:[12, 10, 13] Operation: 39/3=13
Start Sub Search at level 1: Moving to Node #0,0
Current State: 91:[12, 10, 13], Operations: ['39/3=13']
Exploring Operation: 12-10=2, Resulting Numbers... | 0 | hs_1 | sum_heuristic |
[
27,
61,
3,
42
] | 95 | [
"61*42=2562",
"3+2562=2565",
"2565/27=95"
] | Current State: 95:[27, 61, 3, 42], Operations: []
Exploring Operation: 61*42=2562, Resulting Numbers: [27, 3, 2562]
Generated Node #2: [27, 3, 2562] from Operation: 61*42=2562
Current State: 95:[27, 3, 2562], Operations: ['61*42=2562']
Exploring Operation: 3+2562=2565, Resulting Numbers: [27, 2565]
Generated Node #3: [... | 4 | Current State: 95:[27, 61, 3, 42], Operations: []
Exploring Operation: 27+61=88, Resulting Numbers: [3, 42, 88]
Generated Node #0,0: 95:[3, 42, 88] Operation: 27+61=88
Exploring Operation: 42-27=15, Resulting Numbers: [61, 3, 15]
Generated Node #0,1: 95:[61, 3, 15] Operation: 42-27=15
Exploring Operation: 61-42=19, Res... | 0 | hs_5 | sum_heuristic |
[
63,
40,
88,
4
] | 30 | [
"63*40=2520",
"88-4=84",
"2520/84=30"
] | Current State: 30:[63, 40, 88, 4], Operations: []
Exploring Operation: 63*40=2520, Resulting Numbers: [88, 4, 2520]
Generated Node #2: [88, 4, 2520] from Operation: 63*40=2520
Current State: 30:[88, 4, 2520], Operations: ['63*40=2520']
Exploring Operation: 88-4=84, Resulting Numbers: [2520, 84]
Generated Node #3: [2520... | 4 | Current State: 30:[63, 40, 88, 4], Operations: []
Exploring Operation: 88-40=48, Resulting Numbers: [63, 4, 48]
Generated Node #0,0: 30:[63, 4, 48] Operation: 88-40=48
Exploring Operation: 88-63=25, Resulting Numbers: [40, 4, 25]
Generated Node #0,1: 30:[40, 4, 25] Operation: 88-63=25
Exploring Operation: 40/4=10, Resu... | 0 | hs_5 | sum_heuristic |
[
50,
73,
39,
70
] | 80 | [
"73+39=112",
"50*112=5600",
"5600/70=80"
] | Current State: 80:[50, 73, 39, 70], Operations: []
Exploring Operation: 73+39=112, Resulting Numbers: [50, 70, 112]
Generated Node #2: [50, 70, 112] from Operation: 73+39=112
Current State: 80:[50, 70, 112], Operations: ['73+39=112']
Exploring Operation: 50*112=5600, Resulting Numbers: [70, 5600]
Generated Node #3: [70... | 4 | Current State: 80:[50, 73, 39, 70], Operations: []
Exploring Operation: 73-70=3, Resulting Numbers: [50, 39, 3]
Generated Node #0,0: 80:[50, 39, 3] Operation: 73-70=3
Exploring Operation: 70-50=20, Resulting Numbers: [73, 39, 20]
Generated Node #0,1: 80:[73, 39, 20] Operation: 70-50=20
Exploring Operation: 73-50=23, Re... | 0 | hs_3 | sum_heuristic |
[
36,
32,
13,
11
] | 63 | [
"36-32=4",
"13*4=52",
"11+52=63"
] | Current State: 63:[36, 32, 13, 11], Operations: []
Exploring Operation: 36-32=4, Resulting Numbers: [13, 11, 4]
Generated Node #2: [13, 11, 4] from Operation: 36-32=4
Current State: 63:[13, 11, 4], Operations: ['36-32=4']
Exploring Operation: 13*4=52, Resulting Numbers: [11, 52]
Generated Node #3: [11, 52] from Operati... | 4 | Current State: 63:[36, 32, 13, 11], Operations: []
Exploring Operation: 36+32=68, Resulting Numbers: [13, 11, 68]
Generated Node #0,0: 63:[13, 11, 68] Operation: 36+32=68
Exploring Operation: 36-32=4, Resulting Numbers: [13, 11, 4]
Generated Node #0,1: 63:[13, 11, 4] Operation: 36-32=4
Moving to Node #0,1
Current State... | 0 | hs_2 | mult_heuristic |
[
88,
32,
8,
20
] | 83 | [
"32/8=4",
"20/4=5",
"88-5=83"
] | Current State: 83:[88, 32, 8, 20], Operations: []
Exploring Operation: 32/8=4, Resulting Numbers: [88, 20, 4]
Generated Node #2: [88, 20, 4] from Operation: 32/8=4
Current State: 83:[88, 20, 4], Operations: ['32/8=4']
Exploring Operation: 20/4=5, Resulting Numbers: [88, 5]
Generated Node #3: [88, 5] from Operation: 20/... | 4 | Current State: 83:[88, 32, 8, 20], Operations: []
Exploring Operation: 8+20=28, Resulting Numbers: [88, 32, 28]
Generated Node #0,0: 83:[88, 32, 28] Operation: 8+20=28
Exploring Operation: 88+8=96, Resulting Numbers: [32, 20, 96]
Generated Node #0,1: 83:[32, 20, 96] Operation: 88+8=96
Exploring Operation: 32+20=52, Res... | 0 | hs_5 | sum_heuristic |
[
40,
4,
68,
32
] | 17 | [
"40-4=36",
"36-32=4",
"68/4=17"
] | Current State: 17:[40, 4, 68, 32], Operations: []
Exploring Operation: 40-4=36, Resulting Numbers: [68, 32, 36]
Generated Node #2: [68, 32, 36] from Operation: 40-4=36
Current State: 17:[68, 32, 36], Operations: ['40-4=36']
Exploring Operation: 36-32=4, Resulting Numbers: [68, 4]
Generated Node #3: [68, 4] from Operati... | 4 | Current State: 17:[40, 4, 68, 32], Operations: []
Exploring Operation: 40/4=10, Resulting Numbers: [68, 32, 10]
Generated Node #0,0: 17:[68, 32, 10] Operation: 40/4=10
Exploring Operation: 68-32=36, Resulting Numbers: [40, 4, 36]
Generated Node #0,1: 17:[40, 4, 36] Operation: 68-32=36
Exploring Operation: 68/4=17, Resu... | 0 | hs_5 | mult_heuristic |
[
51,
4,
60,
59
] | 56 | [
"51+4=55",
"60-59=1",
"55+1=56"
] | Current State: 56:[51, 4, 60, 59], Operations: []
Exploring Operation: 51+4=55, Resulting Numbers: [60, 59, 55]
Generated Node #2: [60, 59, 55] from Operation: 51+4=55
Current State: 56:[60, 59, 55], Operations: ['51+4=55']
Exploring Operation: 60-59=1, Resulting Numbers: [55, 1]
Generated Node #3: [55, 1] from Operati... | 4 | Current State: 56:[51, 4, 60, 59], Operations: []
Exploring Operation: 51+4=55, Resulting Numbers: [60, 59, 55]
Generated Node #0,0: 56:[60, 59, 55] Operation: 51+4=55
Exploring Operation: 60-4=56, Resulting Numbers: [51, 59, 56]
Generated Node #0,1: 56:[51, 59, 56] Operation: 60-4=56
Exploring Operation: 60-51=9, Resu... | 0.958333 | hs_5 | mult_heuristic |
[
48,
18,
46,
32
] | 73 | [
"48*18=864",
"864/32=27",
"46+27=73"
] | Current State: 73:[48, 18, 46, 32], Operations: []
Exploring Operation: 48*18=864, Resulting Numbers: [46, 32, 864]
Generated Node #2: [46, 32, 864] from Operation: 48*18=864
Current State: 73:[46, 32, 864], Operations: ['48*18=864']
Exploring Operation: 864/32=27, Resulting Numbers: [46, 27]
Generated Node #3: [46, 27... | 4 | Current State: 73:[48, 18, 46, 32], Operations: []
Exploring Operation: 18+32=50, Resulting Numbers: [48, 46, 50]
Generated Node #0,0: 73:[48, 46, 50] Operation: 18+32=50
Exploring Operation: 46+32=78, Resulting Numbers: [48, 18, 78]
Generated Node #0,1: 73:[48, 18, 78] Operation: 46+32=78
Exploring Operation: 48+32=80... | 0 | hs_5 | sum_heuristic |
[
37,
21,
76,
59
] | 41 | [
"37+21=58",
"76-59=17",
"58-17=41"
] | Current State: 41:[37, 21, 76, 59], Operations: []
Exploring Operation: 37+21=58, Resulting Numbers: [76, 59, 58]
Generated Node #2: [76, 59, 58] from Operation: 37+21=58
Current State: 41:[76, 59, 58], Operations: ['37+21=58']
Exploring Operation: 76-59=17, Resulting Numbers: [58, 17]
Generated Node #3: [58, 17] from ... | 4 | Current State: 41:[37, 21, 76, 59], Operations: []
Exploring Operation: 76-21=55, Resulting Numbers: [37, 59, 55]
Generated Node #0,0: 41:[37, 59, 55] Operation: 76-21=55
Moving to Node #0,0
Current State: 41:[37, 59, 55], Operations: ['76-21=55']
Exploring Operation: 59-37=22, Resulting Numbers: [55, 22]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
97,
25,
26,
37
] | 60 | [
"97-37=60",
"26-25=1",
"60*1=60"
] | Current State: 60:[97, 25, 26, 37], Operations: []
Exploring Operation: 97-37=60, Resulting Numbers: [25, 26, 60]
Generated Node #2: [25, 26, 60] from Operation: 97-37=60
Current State: 60:[25, 26, 60], Operations: ['97-37=60']
Exploring Operation: 26-25=1, Resulting Numbers: [60, 1]
Generated Node #3: [60, 1] from Ope... | 4 | Current State: 60:[97, 25, 26, 37], Operations: []
Exploring Operation: 97-25=72, Resulting Numbers: [26, 37, 72]
Generated Node #0,0: 60:[26, 37, 72] Operation: 97-25=72
Exploring Operation: 97-37=60, Resulting Numbers: [25, 26, 60]
Generated Node #0,1: 60:[25, 26, 60] Operation: 97-37=60
Moving to Node #0,1
Current S... | 0.992188 | hs_2 | sum_heuristic |
[
35,
26,
35,
73
] | 26 | [
"35-35=0",
"73*0=0",
"26+0=26"
] | Current State: 26:[35, 26, 35, 73], Operations: []
Exploring Operation: 35-35=0, Resulting Numbers: [26, 73, 0]
Generated Node #2: [26, 73, 0] from Operation: 35-35=0
Current State: 26:[26, 73, 0], Operations: ['35-35=0']
Exploring Operation: 73*0=0, Resulting Numbers: [26, 0]
Generated Node #3: [26, 0] from Operation:... | 4 | Current State: 26:[35, 26, 35, 73], Operations: []
Exploring Operation: 73-35=38, Resulting Numbers: [35, 26, 38]
Generated Node #0,0: 26:[35, 26, 38] Operation: 73-35=38
Exploring Operation: 73-35=38, Resulting Numbers: [26, 35, 38]
Generated Node #0,1: 26:[26, 35, 38] Operation: 73-35=38
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
14,
13,
5,
82
] | 77 | [
"14-13=1",
"82-5=77",
"1*77=77"
] | Current State: 77:[14, 13, 5, 82], Operations: []
Exploring Operation: 14-13=1, Resulting Numbers: [5, 82, 1]
Generated Node #2: [5, 82, 1] from Operation: 14-13=1
Current State: 77:[5, 82, 1], Operations: ['14-13=1']
Exploring Operation: 82-5=77, Resulting Numbers: [1, 77]
Generated Node #3: [1, 77] from Operation: 82... | 4 | Current State: 77:[14, 13, 5, 82], Operations: []
Exploring Operation: 14-5=9, Resulting Numbers: [13, 82, 9]
Generated Node #0,0: 77:[13, 82, 9] Operation: 14-5=9
Exploring Operation: 13-5=8, Resulting Numbers: [14, 82, 8]
Generated Node #0,1: 77:[14, 82, 8] Operation: 13-5=8
Exploring Operation: 82-5=77, Resulting Nu... | 0.990451 | hs_3 | mult_heuristic |
[
20,
40,
3,
44
] | 25 | [
"40/20=2",
"44/2=22",
"3+22=25"
] | Current State: 25:[20, 40, 3, 44], Operations: []
Exploring Operation: 40/20=2, Resulting Numbers: [3, 44, 2]
Generated Node #2: [3, 44, 2] from Operation: 40/20=2
Current State: 25:[3, 44, 2], Operations: ['40/20=2']
Exploring Operation: 44/2=22, Resulting Numbers: [3, 22]
Generated Node #3: [3, 22] from Operation: 44... | 4 | Current State: 25:[20, 40, 3, 44], Operations: []
Exploring Operation: 44-20=24, Resulting Numbers: [40, 3, 24]
Generated Node #0,0: 25:[40, 3, 24] Operation: 44-20=24
Exploring Operation: 44-40=4, Resulting Numbers: [20, 3, 4]
Generated Node #0,1: 25:[20, 3, 4] Operation: 44-40=4
Start Sub Search at level 1: Moving to... | 0 | hs_2 | sum_heuristic |
[
5,
43,
57,
9
] | 56 | [
"9-5=4",
"57-43=14",
"4*14=56"
] | Current State: 56:[5, 43, 57, 9], Operations: []
Exploring Operation: 9-5=4, Resulting Numbers: [43, 57, 4]
Generated Node #2: [43, 57, 4] from Operation: 9-5=4
Current State: 56:[43, 57, 4], Operations: ['9-5=4']
Exploring Operation: 57-43=14, Resulting Numbers: [4, 14]
Generated Node #3: [4, 14] from Operation: 57-43... | 4 | Current State: 56:[5, 43, 57, 9], Operations: []
Exploring Operation: 57-43=14, Resulting Numbers: [5, 9, 14]
Generated Node #0,0: 56:[5, 9, 14] Operation: 57-43=14
Exploring Operation: 43+9=52, Resulting Numbers: [5, 57, 52]
Generated Node #0,1: 56:[5, 57, 52] Operation: 43+9=52
Start Sub Search at level 1: Moving to ... | 0.991319 | hs_2 | sum_heuristic |
[
95,
45,
60,
2
] | 55 | [
"95-45=50",
"60+50=110",
"110/2=55"
] | Current State: 55:[95, 45, 60, 2], Operations: []
Exploring Operation: 95-45=50, Resulting Numbers: [60, 2, 50]
Generated Node #2: [60, 2, 50] from Operation: 95-45=50
Current State: 55:[60, 2, 50], Operations: ['95-45=50']
Exploring Operation: 60+50=110, Resulting Numbers: [2, 110]
Generated Node #3: [2, 110] from Ope... | 4 | Current State: 55:[95, 45, 60, 2], Operations: []
Exploring Operation: 95-60=35, Resulting Numbers: [45, 2, 35]
Generated Node #0,0: 55:[45, 2, 35] Operation: 95-60=35
Exploring Operation: 95-45=50, Resulting Numbers: [60, 2, 50]
Generated Node #0,1: 55:[60, 2, 50] Operation: 95-45=50
Exploring Operation: 60-45=15, Res... | 0 | hs_3 | mult_heuristic |
[
31,
35,
19,
14
] | 61 | [
"31+35=66",
"19-14=5",
"66-5=61"
] | Current State: 61:[31, 35, 19, 14], Operations: []
Exploring Operation: 31+35=66, Resulting Numbers: [19, 14, 66]
Generated Node #2: [19, 14, 66] from Operation: 31+35=66
Current State: 61:[19, 14, 66], Operations: ['31+35=66']
Exploring Operation: 19-14=5, Resulting Numbers: [66, 5]
Generated Node #3: [66, 5] from Ope... | 4 | Current State: 61:[31, 35, 19, 14], Operations: []
Exploring Operation: 31+19=50, Resulting Numbers: [35, 14, 50]
Generated Node #0,0: 61:[35, 14, 50] Operation: 31+19=50
Exploring Operation: 31+14=45, Resulting Numbers: [35, 19, 45]
Generated Node #0,1: 61:[35, 19, 45] Operation: 31+14=45
Exploring Operation: 19+14=33... | 0.925347 | hs_5 | sum_heuristic |
[
45,
65,
28,
62
] | 39 | [
"65-62=3",
"28*3=84",
"84-45=39"
] | Current State: 39:[45, 65, 28, 62], Operations: []
Exploring Operation: 65-62=3, Resulting Numbers: [45, 28, 3]
Generated Node #2: [45, 28, 3] from Operation: 65-62=3
Current State: 39:[45, 28, 3], Operations: ['65-62=3']
Exploring Operation: 28*3=84, Resulting Numbers: [45, 84]
Generated Node #3: [45, 84] from Operati... | 4 | Current State: 39:[45, 65, 28, 62], Operations: []
Exploring Operation: 65-62=3, Resulting Numbers: [45, 28, 3]
Generated Node #0,0: 39:[45, 28, 3] Operation: 65-62=3
Moving to Node #0,0
Current State: 39:[45, 28, 3], Operations: ['65-62=3']
Exploring Operation: 45-28=17, Resulting Numbers: [3, 17]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
88,
22,
52,
29
] | 88 | [
"52-22=30",
"30-29=1",
"88*1=88"
] | Current State: 88:[88, 22, 52, 29], Operations: []
Exploring Operation: 52-22=30, Resulting Numbers: [88, 29, 30]
Generated Node #2: [88, 29, 30] from Operation: 52-22=30
Current State: 88:[88, 29, 30], Operations: ['52-22=30']
Exploring Operation: 30-29=1, Resulting Numbers: [88, 1]
Generated Node #3: [88, 1] from Ope... | 4 | Current State: 88:[88, 22, 52, 29], Operations: []
Exploring Operation: 29-22=7, Resulting Numbers: [88, 52, 7]
Generated Node #0,0: 88:[88, 52, 7] Operation: 29-22=7
Exploring Operation: 88/22=4, Resulting Numbers: [52, 29, 4]
Generated Node #0,1: 88:[52, 29, 4] Operation: 88/22=4
Exploring Operation: 52+29=81, Result... | 0.986111 | hs_4 | sum_heuristic |
[
72,
29,
56,
50
] | 95 | [
"72+29=101",
"56-50=6",
"101-6=95"
] | Current State: 95:[72, 29, 56, 50], Operations: []
Exploring Operation: 72+29=101, Resulting Numbers: [56, 50, 101]
Generated Node #2: [56, 50, 101] from Operation: 72+29=101
Current State: 95:[56, 50, 101], Operations: ['72+29=101']
Exploring Operation: 56-50=6, Resulting Numbers: [101, 6]
Generated Node #3: [101, 6] ... | 4 | Current State: 95:[72, 29, 56, 50], Operations: []
Exploring Operation: 56+50=106, Resulting Numbers: [72, 29, 106]
Generated Node #0,0: 95:[72, 29, 106] Operation: 56+50=106
Exploring Operation: 72-56=16, Resulting Numbers: [29, 50, 16]
Generated Node #0,1: 95:[29, 50, 16] Operation: 72-56=16
Exploring Operation: 56-5... | 0.990451 | hs_3 | mult_heuristic |
[
45,
20,
24,
34
] | 34 | [
"45-20=25",
"25-24=1",
"34*1=34"
] | Current State: 34:[45, 20, 24, 34], Operations: []
Exploring Operation: 45-20=25, Resulting Numbers: [24, 34, 25]
Generated Node #2: [24, 34, 25] from Operation: 45-20=25
Current State: 34:[24, 34, 25], Operations: ['45-20=25']
Exploring Operation: 25-24=1, Resulting Numbers: [34, 1]
Generated Node #3: [34, 1] from Ope... | 4 | Current State: 34:[45, 20, 24, 34], Operations: []
Exploring Operation: 24-20=4, Resulting Numbers: [45, 34, 4]
Generated Node #0,0: 34:[45, 34, 4] Operation: 24-20=4
Exploring Operation: 45-24=21, Resulting Numbers: [20, 34, 21]
Generated Node #0,1: 34:[20, 34, 21] Operation: 45-24=21
Exploring Operation: 45-20=25, Re... | 0.986979 | hs_4 | sum_heuristic |
[
65,
15,
31,
34
] | 20 | [
"34-31=3",
"15*3=45",
"65-45=20"
] | Current State: 20:[65, 15, 31, 34], Operations: []
Exploring Operation: 34-31=3, Resulting Numbers: [65, 15, 3]
Generated Node #2: [65, 15, 3] from Operation: 34-31=3
Current State: 20:[65, 15, 3], Operations: ['34-31=3']
Exploring Operation: 15*3=45, Resulting Numbers: [65, 45]
Generated Node #3: [65, 45] from Operati... | 4 | Current State: 20:[65, 15, 31, 34], Operations: []
Exploring Operation: 34-31=3, Resulting Numbers: [65, 15, 3]
Generated Node #0,0: 20:[65, 15, 3] Operation: 34-31=3
Exploring Operation: 65-31=34, Resulting Numbers: [15, 34, 34]
Generated Node #0,1: 20:[15, 34, 34] Operation: 65-31=34
Exploring Operation: 65-15=50, Re... | 0 | hs_4 | mult_heuristic |
[
33,
55,
76,
15
] | 69 | [
"55-33=22",
"76+15=91",
"91-22=69"
] | Current State: 69:[33, 55, 76, 15], Operations: []
Exploring Operation: 55-33=22, Resulting Numbers: [76, 15, 22]
Generated Node #2: [76, 15, 22] from Operation: 55-33=22
Current State: 69:[76, 15, 22], Operations: ['55-33=22']
Exploring Operation: 76+15=91, Resulting Numbers: [22, 91]
Generated Node #3: [22, 91] from ... | 4 | Current State: 69:[33, 55, 76, 15], Operations: []
Exploring Operation: 55-33=22, Resulting Numbers: [76, 15, 22]
Generated Node #0,0: 69:[76, 15, 22] Operation: 55-33=22
Exploring Operation: 55+15=70, Resulting Numbers: [33, 76, 70]
Generated Node #0,1: 69:[33, 76, 70] Operation: 55+15=70
Exploring Operation: 76-55=21... | 0.986979 | hs_3 | mult_heuristic |
[
60,
15,
30,
38
] | 21 | [
"60/30=2",
"38-15=23",
"23-2=21"
] | Current State: 21:[60, 15, 30, 38], Operations: []
Exploring Operation: 60/30=2, Resulting Numbers: [15, 38, 2]
Generated Node #2: [15, 38, 2] from Operation: 60/30=2
Current State: 21:[15, 38, 2], Operations: ['60/30=2']
Exploring Operation: 38-15=23, Resulting Numbers: [2, 23]
Generated Node #3: [2, 23] from Operatio... | 4 | Current State: 21:[60, 15, 30, 38], Operations: []
Exploring Operation: 60-38=22, Resulting Numbers: [15, 30, 22]
Generated Node #0,0: 21:[15, 30, 22] Operation: 60-38=22
Exploring Operation: 60/30=2, Resulting Numbers: [15, 38, 2]
Generated Node #0,1: 21:[15, 38, 2] Operation: 60/30=2
Exploring Operation: 60/15=4, Res... | 0.969618 | hs_3 | sum_heuristic |
[
73,
38,
44,
92
] | 42 | [
"92-73=19",
"38/19=2",
"44-2=42"
] | Current State: 42:[73, 38, 44, 92], Operations: []
Exploring Operation: 92-73=19, Resulting Numbers: [38, 44, 19]
Generated Node #2: [38, 44, 19] from Operation: 92-73=19
Current State: 42:[38, 44, 19], Operations: ['92-73=19']
Exploring Operation: 38/19=2, Resulting Numbers: [44, 2]
Generated Node #3: [44, 2] from Ope... | 4 | Current State: 42:[73, 38, 44, 92], Operations: []
Exploring Operation: 92-44=48, Resulting Numbers: [73, 38, 48]
Generated Node #0,0: 42:[73, 38, 48] Operation: 92-44=48
Exploring Operation: 92-73=19, Resulting Numbers: [38, 44, 19]
Generated Node #0,1: 42:[38, 44, 19] Operation: 92-73=19
Exploring Operation: 92-38=54... | 0.985243 | hs_3 | sum_heuristic |
[
15,
85,
68,
31
] | 19 | [
"15*68=1020",
"1020/85=12",
"31-12=19"
] | Current State: 19:[15, 85, 68, 31], Operations: []
Exploring Operation: 15*68=1020, Resulting Numbers: [85, 31, 1020]
Generated Node #2: [85, 31, 1020] from Operation: 15*68=1020
Current State: 19:[85, 31, 1020], Operations: ['15*68=1020']
Exploring Operation: 1020/85=12, Resulting Numbers: [31, 12]
Generated Node #3: ... | 4 | Current State: 19:[15, 85, 68, 31], Operations: []
Exploring Operation: 85-68=17, Resulting Numbers: [15, 31, 17]
Generated Node #0,0: 19:[15, 31, 17] Operation: 85-68=17
Exploring Operation: 68-15=53, Resulting Numbers: [85, 31, 53]
Generated Node #0,1: 19:[85, 31, 53] Operation: 68-15=53
Exploring Operation: 85-15=70... | 0 | hs_5 | mult_heuristic |
[
69,
4,
48,
94
] | 52 | [
"94-69=25",
"4*25=100",
"100-48=52"
] | Current State: 52:[69, 4, 48, 94], Operations: []
Exploring Operation: 94-69=25, Resulting Numbers: [4, 48, 25]
Generated Node #2: [4, 48, 25] from Operation: 94-69=25
Current State: 52:[4, 48, 25], Operations: ['94-69=25']
Exploring Operation: 4*25=100, Resulting Numbers: [48, 100]
Generated Node #3: [48, 100] from Op... | 4 | Current State: 52:[69, 4, 48, 94], Operations: []
Exploring Operation: 94-69=25, Resulting Numbers: [4, 48, 25]
Generated Node #0,0: 52:[4, 48, 25] Operation: 94-69=25
Exploring Operation: 94-48=46, Resulting Numbers: [69, 4, 46]
Generated Node #0,1: 52:[69, 4, 46] Operation: 94-48=46
Exploring Operation: 69-48=21, Res... | 0 | hs_3 | sum_heuristic |
[
74,
30,
14,
58
] | 56 | [
"74-14=60",
"60/30=2",
"58-2=56"
] | Current State: 56:[74, 30, 14, 58], Operations: []
Exploring Operation: 74-14=60, Resulting Numbers: [30, 58, 60]
Generated Node #2: [30, 58, 60] from Operation: 74-14=60
Current State: 56:[30, 58, 60], Operations: ['74-14=60']
Exploring Operation: 60/30=2, Resulting Numbers: [58, 2]
Generated Node #3: [58, 2] from Ope... | 4 | Current State: 56:[74, 30, 14, 58], Operations: []
Exploring Operation: 30-14=16, Resulting Numbers: [74, 58, 16]
Generated Node #0,0: 56:[74, 58, 16] Operation: 30-14=16
Exploring Operation: 74-30=44, Resulting Numbers: [14, 58, 44]
Generated Node #0,1: 56:[14, 58, 44] Operation: 74-30=44
Exploring Operation: 74-14=60... | 0.902778 | hs_5 | sum_heuristic |
[
11,
33,
1,
6
] | 37 | [
"11+33=44",
"1+6=7",
"44-7=37"
] | Current State: 37:[11, 33, 1, 6], Operations: []
Exploring Operation: 11+33=44, Resulting Numbers: [1, 6, 44]
Generated Node #2: [1, 6, 44] from Operation: 11+33=44
Current State: 37:[1, 6, 44], Operations: ['11+33=44']
Exploring Operation: 1+6=7, Resulting Numbers: [44, 7]
Generated Node #3: [44, 7] from Operation: 1+... | 4 | Current State: 37:[11, 33, 1, 6], Operations: []
Exploring Operation: 11+6=17, Resulting Numbers: [33, 1, 17]
Generated Node #0,0: 37:[33, 1, 17] Operation: 11+6=17
Exploring Operation: 11+1=12, Resulting Numbers: [33, 6, 12]
Generated Node #0,1: 37:[33, 6, 12] Operation: 11+1=12
Exploring Operation: 1+6=7, Resulting N... | 0.967014 | hs_4 | mult_heuristic |
[
15,
32,
33,
84
] | 76 | [
"32*33=1056",
"84+1056=1140",
"1140/15=76"
] | Current State: 76:[15, 32, 33, 84], Operations: []
Exploring Operation: 32*33=1056, Resulting Numbers: [15, 84, 1056]
Generated Node #2: [15, 84, 1056] from Operation: 32*33=1056
Current State: 76:[15, 84, 1056], Operations: ['32*33=1056']
Exploring Operation: 84+1056=1140, Resulting Numbers: [15, 1140]
Generated Node ... | 4 | Current State: 76:[15, 32, 33, 84], Operations: []
Exploring Operation: 33-32=1, Resulting Numbers: [15, 84, 1]
Generated Node #0,0: 76:[15, 84, 1] Operation: 33-32=1
Exploring Operation: 84-15=69, Resulting Numbers: [32, 33, 69]
Generated Node #0,1: 76:[32, 33, 69] Operation: 84-15=69
Exploring Operation: 15+32=47, Re... | 0 | hs_5 | mult_heuristic |
[
89,
40,
2,
52
] | 23 | [
"89-40=49",
"52/2=26",
"49-26=23"
] | Current State: 23:[89, 40, 2, 52], Operations: []
Exploring Operation: 89-40=49, Resulting Numbers: [2, 52, 49]
Generated Node #2: [2, 52, 49] from Operation: 89-40=49
Current State: 23:[2, 52, 49], Operations: ['89-40=49']
Exploring Operation: 52/2=26, Resulting Numbers: [49, 26]
Generated Node #3: [49, 26] from Opera... | 4 | Current State: 23:[89, 40, 2, 52], Operations: []
Exploring Operation: 89-52=37, Resulting Numbers: [40, 2, 37]
Generated Node #0,0: 23:[40, 2, 37] Operation: 89-52=37
Start Sub Search at level 1: Moving to Node #0,0
Current State: 23:[40, 2, 37], Operations: ['89-52=37']
Exploring Operation: 40/2=20, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
3,
27,
48,
45
] | 75 | [
"48-3=45",
"45*45=2025",
"2025/27=75"
] | Current State: 75:[3, 27, 48, 45], Operations: []
Exploring Operation: 48-3=45, Resulting Numbers: [27, 45, 45]
Generated Node #2: [27, 45, 45] from Operation: 48-3=45
Current State: 75:[27, 45, 45], Operations: ['48-3=45']
Exploring Operation: 45*45=2025, Resulting Numbers: [27, 2025]
Generated Node #3: [27, 2025] fro... | 4 | Current State: 75:[3, 27, 48, 45], Operations: []
Exploring Operation: 48-45=3, Resulting Numbers: [3, 27, 3]
Generated Node #0,0: 75:[3, 27, 3] Operation: 48-45=3
Moving to Node #0,0
Current State: 75:[3, 27, 3], Operations: ['48-45=3']
Exploring Operation: 27-3=24, Resulting Numbers: [3, 24]
Generated Node #0,0,0: 75... | 0 | hs_1 | mult_heuristic |
[
35,
29,
12,
79
] | 27 | [
"35+29=64",
"12+79=91",
"91-64=27"
] | Current State: 27:[35, 29, 12, 79], Operations: []
Exploring Operation: 35+29=64, Resulting Numbers: [12, 79, 64]
Generated Node #2: [12, 79, 64] from Operation: 35+29=64
Current State: 27:[12, 79, 64], Operations: ['35+29=64']
Exploring Operation: 12+79=91, Resulting Numbers: [64, 91]
Generated Node #3: [64, 91] from ... | 4 | Current State: 27:[35, 29, 12, 79], Operations: []
Exploring Operation: 35-29=6, Resulting Numbers: [12, 79, 6]
Generated Node #0,0: 27:[12, 79, 6] Operation: 35-29=6
Exploring Operation: 79-12=67, Resulting Numbers: [35, 29, 67]
Generated Node #0,1: 27:[35, 29, 67] Operation: 79-12=67
Exploring Operation: 79-29=50, Re... | 0.961806 | hs_4 | sum_heuristic |
[
1,
94,
3,
35
] | 82 | [
"3-1=2",
"94/2=47",
"35+47=82"
] | Current State: 82:[1, 94, 3, 35], Operations: []
Exploring Operation: 3-1=2, Resulting Numbers: [94, 35, 2]
Generated Node #2: [94, 35, 2] from Operation: 3-1=2
Current State: 82:[94, 35, 2], Operations: ['3-1=2']
Exploring Operation: 94/2=47, Resulting Numbers: [35, 47]
Generated Node #3: [35, 47] from Operation: 94/2... | 4 | Current State: 82:[1, 94, 3, 35], Operations: []
Exploring Operation: 3-1=2, Resulting Numbers: [94, 35, 2]
Generated Node #0,0: 82:[94, 35, 2] Operation: 3-1=2
Exploring Operation: 94-3=91, Resulting Numbers: [1, 35, 91]
Generated Node #0,1: 82:[1, 35, 91] Operation: 94-3=91
Exploring Operation: 1+35=36, Resulting Num... | 0.950521 | hs_5 | mult_heuristic |
[
16,
69,
9,
20
] | 48 | [
"69-9=60",
"16*60=960",
"960/20=48"
] | Current State: 48:[16, 69, 9, 20], Operations: []
Exploring Operation: 69-9=60, Resulting Numbers: [16, 20, 60]
Generated Node #2: [16, 20, 60] from Operation: 69-9=60
Current State: 48:[16, 20, 60], Operations: ['69-9=60']
Exploring Operation: 16*60=960, Resulting Numbers: [20, 960]
Generated Node #3: [20, 960] from O... | 4 | Current State: 48:[16, 69, 9, 20], Operations: []
Exploring Operation: 69-20=49, Resulting Numbers: [16, 9, 49]
Generated Node #0,0: 48:[16, 9, 49] Operation: 69-20=49
Exploring Operation: 69-16=53, Resulting Numbers: [9, 20, 53]
Generated Node #0,1: 48:[9, 20, 53] Operation: 69-16=53
Exploring Operation: 69-9=60, Resu... | 0.967014 | hs_4 | sum_heuristic |
[
96,
98,
82,
93
] | 70 | [
"96-82=14",
"98-93=5",
"14*5=70"
] | Current State: 70:[96, 98, 82, 93], Operations: []
Exploring Operation: 96-82=14, Resulting Numbers: [98, 93, 14]
Generated Node #2: [98, 93, 14] from Operation: 96-82=14
Current State: 70:[98, 93, 14], Operations: ['96-82=14']
Exploring Operation: 98-93=5, Resulting Numbers: [14, 5]
Generated Node #3: [14, 5] from Ope... | 4 | Current State: 70:[96, 98, 82, 93], Operations: []
Exploring Operation: 96-93=3, Resulting Numbers: [98, 82, 3]
Generated Node #0,0: 70:[98, 82, 3] Operation: 96-93=3
Exploring Operation: 98-96=2, Resulting Numbers: [82, 93, 2]
Generated Node #0,1: 70:[82, 93, 2] Operation: 98-96=2
Exploring Operation: 98-93=5, Resulti... | 0.978299 | hs_3 | sum_heuristic |
[
24,
46,
20,
38
] | 76 | [
"46-24=22",
"22-20=2",
"38*2=76"
] | Current State: 76:[24, 46, 20, 38], Operations: []
Exploring Operation: 46-24=22, Resulting Numbers: [20, 38, 22]
Generated Node #2: [20, 38, 22] from Operation: 46-24=22
Current State: 76:[20, 38, 22], Operations: ['46-24=22']
Exploring Operation: 22-20=2, Resulting Numbers: [38, 2]
Generated Node #3: [38, 2] from Ope... | 4 | Current State: 76:[24, 46, 20, 38], Operations: []
Exploring Operation: 46-38=8, Resulting Numbers: [24, 20, 8]
Generated Node #0,0: 76:[24, 20, 8] Operation: 46-38=8
Exploring Operation: 46-24=22, Resulting Numbers: [20, 38, 22]
Generated Node #0,1: 76:[20, 38, 22] Operation: 46-24=22
Exploring Operation: 24+46=70, Re... | 0.953993 | hs_4 | sum_heuristic |
[
77,
32,
99,
23
] | 31 | [
"77-32=45",
"99-23=76",
"76-45=31"
] | Current State: 31:[77, 32, 99, 23], Operations: []
Exploring Operation: 77-32=45, Resulting Numbers: [99, 23, 45]
Generated Node #2: [99, 23, 45] from Operation: 77-32=45
Current State: 31:[99, 23, 45], Operations: ['77-32=45']
Exploring Operation: 99-23=76, Resulting Numbers: [45, 76]
Generated Node #3: [45, 76] from ... | 4 | Current State: 31:[77, 32, 99, 23], Operations: []
Exploring Operation: 99-77=22, Resulting Numbers: [32, 23, 22]
Generated Node #0,0: 31:[32, 23, 22] Operation: 99-77=22
Exploring Operation: 99-32=67, Resulting Numbers: [77, 23, 67]
Generated Node #0,1: 31:[77, 23, 67] Operation: 99-32=67
Exploring Operation: 77-32=45... | 0.983507 | hs_4 | mult_heuristic |
[
95,
21,
57,
40
] | 42 | [
"95-57=38",
"40-38=2",
"21*2=42"
] | Current State: 42:[95, 21, 57, 40], Operations: []
Exploring Operation: 95-57=38, Resulting Numbers: [21, 40, 38]
Generated Node #2: [21, 40, 38] from Operation: 95-57=38
Current State: 42:[21, 40, 38], Operations: ['95-57=38']
Exploring Operation: 40-38=2, Resulting Numbers: [21, 2]
Generated Node #3: [21, 2] from Ope... | 4 | Current State: 42:[95, 21, 57, 40], Operations: []
Exploring Operation: 95-40=55, Resulting Numbers: [21, 57, 55]
Generated Node #0,0: 42:[21, 57, 55] Operation: 95-40=55
Exploring Operation: 95-57=38, Resulting Numbers: [21, 40, 38]
Generated Node #0,1: 42:[21, 40, 38] Operation: 95-57=38
Exploring Operation: 95-21=74... | 0.987847 | hs_4 | sum_heuristic |
[
44,
5,
89,
84
] | 97 | [
"84-44=40",
"40/5=8",
"89+8=97"
] | Current State: 97:[44, 5, 89, 84], Operations: []
Exploring Operation: 84-44=40, Resulting Numbers: [5, 89, 40]
Generated Node #2: [5, 89, 40] from Operation: 84-44=40
Current State: 97:[5, 89, 40], Operations: ['84-44=40']
Exploring Operation: 40/5=8, Resulting Numbers: [89, 8]
Generated Node #3: [89, 8] from Operatio... | 4 | Current State: 97:[44, 5, 89, 84], Operations: []
Exploring Operation: 44+5=49, Resulting Numbers: [89, 84, 49]
Generated Node #0,0: 97:[89, 84, 49] Operation: 44+5=49
Start Sub Search at level 1: Moving to Node #0,0
Current State: 97:[89, 84, 49], Operations: ['44+5=49']
Exploring Operation: 84+49=133, Resulting Numbe... | 0 | hs_1 | mult_heuristic |
[
23,
60,
25,
94
] | 26 | [
"25-23=2",
"60*2=120",
"120-94=26"
] | Current State: 26:[23, 60, 25, 94], Operations: []
Exploring Operation: 25-23=2, Resulting Numbers: [60, 94, 2]
Generated Node #2: [60, 94, 2] from Operation: 25-23=2
Current State: 26:[60, 94, 2], Operations: ['25-23=2']
Exploring Operation: 60*2=120, Resulting Numbers: [94, 120]
Generated Node #3: [94, 120] from Oper... | 4 | Current State: 26:[23, 60, 25, 94], Operations: []
Exploring Operation: 60-25=35, Resulting Numbers: [23, 94, 35]
Generated Node #0,0: 26:[23, 94, 35] Operation: 60-25=35
Exploring Operation: 94-23=71, Resulting Numbers: [60, 25, 71]
Generated Node #0,1: 26:[60, 25, 71] Operation: 94-23=71
Exploring Operation: 94-60=34... | 0 | hs_4 | sum_heuristic |
[
10,
98,
34,
3
] | 18 | [
"98-10=88",
"88-34=54",
"54/3=18"
] | Current State: 18:[10, 98, 34, 3], Operations: []
Exploring Operation: 98-10=88, Resulting Numbers: [34, 3, 88]
Generated Node #2: [34, 3, 88] from Operation: 98-10=88
Current State: 18:[34, 3, 88], Operations: ['98-10=88']
Exploring Operation: 88-34=54, Resulting Numbers: [3, 54]
Generated Node #3: [3, 54] from Operat... | 4 | Current State: 18:[10, 98, 34, 3], Operations: []
Exploring Operation: 34-10=24, Resulting Numbers: [98, 3, 24]
Generated Node #0,0: 18:[98, 3, 24] Operation: 34-10=24
Exploring Operation: 98-34=64, Resulting Numbers: [10, 3, 64]
Generated Node #0,1: 18:[10, 3, 64] Operation: 98-34=64
Exploring Operation: 98-10=88, Res... | 0.984375 | hs_5 | mult_heuristic |
[
5,
32,
14,
45
] | 79 | [
"45-32=13",
"5*13=65",
"14+65=79"
] | Current State: 79:[5, 32, 14, 45], Operations: []
Exploring Operation: 45-32=13, Resulting Numbers: [5, 14, 13]
Generated Node #2: [5, 14, 13] from Operation: 45-32=13
Current State: 79:[5, 14, 13], Operations: ['45-32=13']
Exploring Operation: 5*13=65, Resulting Numbers: [14, 65]
Generated Node #3: [14, 65] from Opera... | 4 | Current State: 79:[5, 32, 14, 45], Operations: []
Exploring Operation: 5+14=19, Resulting Numbers: [32, 45, 19]
Generated Node #0,0: 79:[32, 45, 19] Operation: 5+14=19
Exploring Operation: 5+32=37, Resulting Numbers: [14, 45, 37]
Generated Node #0,1: 79:[14, 45, 37] Operation: 5+32=37
Exploring Operation: 5*14=70, Resu... | 0 | hs_4 | sum_heuristic |
[
11,
43,
96,
69
] | 59 | [
"43-11=32",
"96-69=27",
"32+27=59"
] | Current State: 59:[11, 43, 96, 69], Operations: []
Exploring Operation: 43-11=32, Resulting Numbers: [96, 69, 32]
Generated Node #2: [96, 69, 32] from Operation: 43-11=32
Current State: 59:[96, 69, 32], Operations: ['43-11=32']
Exploring Operation: 96-69=27, Resulting Numbers: [32, 27]
Generated Node #3: [32, 27] from ... | 4 | Current State: 59:[11, 43, 96, 69], Operations: []
Exploring Operation: 96-43=53, Resulting Numbers: [11, 69, 53]
Generated Node #0,0: 59:[11, 69, 53] Operation: 96-43=53
Exploring Operation: 11+43=54, Resulting Numbers: [96, 69, 54]
Generated Node #0,1: 59:[96, 69, 54] Operation: 11+43=54
Exploring Operation: 69-11=58... | 0.969618 | hs_4 | sum_heuristic |
[
54,
7,
9,
40
] | 78 | [
"54-7=47",
"40-9=31",
"47+31=78"
] | Current State: 78:[54, 7, 9, 40], Operations: []
Exploring Operation: 54-7=47, Resulting Numbers: [9, 40, 47]
Generated Node #2: [9, 40, 47] from Operation: 54-7=47
Current State: 78:[9, 40, 47], Operations: ['54-7=47']
Exploring Operation: 40-9=31, Resulting Numbers: [47, 31]
Generated Node #3: [47, 31] from Operation... | 4 | Current State: 78:[54, 7, 9, 40], Operations: []
Exploring Operation: 54-9=45, Resulting Numbers: [7, 40, 45]
Generated Node #0,0: 78:[7, 40, 45] Operation: 54-9=45
Exploring Operation: 54-40=14, Resulting Numbers: [7, 9, 14]
Generated Node #0,1: 78:[7, 9, 14] Operation: 54-40=14
Exploring Operation: 54/9=6, Resulting ... | 0.958333 | hs_4 | sum_heuristic |
[
28,
5,
19,
30
] | 43 | [
"30-28=2",
"19*2=38",
"5+38=43"
] | Current State: 43:[28, 5, 19, 30], Operations: []
Exploring Operation: 30-28=2, Resulting Numbers: [5, 19, 2]
Generated Node #2: [5, 19, 2] from Operation: 30-28=2
Current State: 43:[5, 19, 2], Operations: ['30-28=2']
Exploring Operation: 19*2=38, Resulting Numbers: [5, 38]
Generated Node #3: [5, 38] from Operation: 19... | 4 | Current State: 43:[28, 5, 19, 30], Operations: []
Exploring Operation: 28+5=33, Resulting Numbers: [19, 30, 33]
Generated Node #0,0: 43:[19, 30, 33] Operation: 28+5=33
Start Sub Search at level 1: Moving to Node #0,0
Current State: 43:[19, 30, 33], Operations: ['28+5=33']
Exploring Operation: 19+30=49, Resulting Number... | 0 | hs_1 | mult_heuristic |
[
28,
8,
21,
61
] | 20 | [
"28-8=20",
"61-21=40",
"40-20=20"
] | Current State: 20:[28, 8, 21, 61], Operations: []
Exploring Operation: 28-8=20, Resulting Numbers: [21, 61, 20]
Generated Node #2: [21, 61, 20] from Operation: 28-8=20
Current State: 20:[21, 61, 20], Operations: ['28-8=20']
Exploring Operation: 61-21=40, Resulting Numbers: [20, 40]
Generated Node #3: [20, 40] from Oper... | 4 | Current State: 20:[28, 8, 21, 61], Operations: []
Exploring Operation: 28-8=20, Resulting Numbers: [21, 61, 20]
Generated Node #0,0: 20:[21, 61, 20] Operation: 28-8=20
Exploring Operation: 28-21=7, Resulting Numbers: [8, 61, 7]
Generated Node #0,1: 20:[8, 61, 7] Operation: 28-21=7
Exploring Operation: 61-21=40, Resulti... | 0.956597 | hs_5 | mult_heuristic |
[
5,
17,
28,
9
] | 54 | [
"5+17=22",
"28-22=6",
"9*6=54"
] | Current State: 54:[5, 17, 28, 9], Operations: []
Exploring Operation: 5+17=22, Resulting Numbers: [28, 9, 22]
Generated Node #2: [28, 9, 22] from Operation: 5+17=22
Current State: 54:[28, 9, 22], Operations: ['5+17=22']
Exploring Operation: 28-22=6, Resulting Numbers: [9, 6]
Generated Node #3: [9, 6] from Operation: 28... | 4 | Current State: 54:[5, 17, 28, 9], Operations: []
Exploring Operation: 9-5=4, Resulting Numbers: [17, 28, 4]
Generated Node #0,0: 54:[17, 28, 4] Operation: 9-5=4
Exploring Operation: 28-17=11, Resulting Numbers: [5, 9, 11]
Generated Node #0,1: 54:[5, 9, 11] Operation: 28-17=11
Moving to Node #0,0
Current State: 54:[17, ... | 0.986979 | hs_2 | mult_heuristic |
[
25,
48,
9,
12
] | 44 | [
"48-25=23",
"9+12=21",
"23+21=44"
] | Current State: 44:[25, 48, 9, 12], Operations: []
Exploring Operation: 48-25=23, Resulting Numbers: [9, 12, 23]
Generated Node #2: [9, 12, 23] from Operation: 48-25=23
Current State: 44:[9, 12, 23], Operations: ['48-25=23']
Exploring Operation: 9+12=21, Resulting Numbers: [23, 21]
Generated Node #3: [23, 21] from Opera... | 4 | Current State: 44:[25, 48, 9, 12], Operations: []
Exploring Operation: 48/12=4, Resulting Numbers: [25, 9, 4]
Generated Node #0,0: 44:[25, 9, 4] Operation: 48/12=4
Exploring Operation: 48-25=23, Resulting Numbers: [9, 12, 23]
Generated Node #0,1: 44:[9, 12, 23] Operation: 48-25=23
Exploring Operation: 25-12=13, Resulti... | 0.986979 | hs_3 | mult_heuristic |
[
69,
67,
82,
95
] | 11 | [
"69-67=2",
"95-82=13",
"13-2=11"
] | Current State: 11:[69, 67, 82, 95], Operations: []
Exploring Operation: 69-67=2, Resulting Numbers: [82, 95, 2]
Generated Node #2: [82, 95, 2] from Operation: 69-67=2
Current State: 11:[82, 95, 2], Operations: ['69-67=2']
Exploring Operation: 95-82=13, Resulting Numbers: [2, 13]
Generated Node #3: [2, 13] from Operatio... | 4 | Current State: 11:[69, 67, 82, 95], Operations: []
Exploring Operation: 95-67=28, Resulting Numbers: [69, 82, 28]
Generated Node #0,0: 11:[69, 82, 28] Operation: 95-67=28
Exploring Operation: 95-82=13, Resulting Numbers: [69, 67, 13]
Generated Node #0,1: 11:[69, 67, 13] Operation: 95-82=13
Exploring Operation: 82-69=13... | 0.986111 | hs_5 | sum_heuristic |
[
92,
12,
66,
33
] | 84 | [
"92-66=26",
"33-26=7",
"12*7=84"
] | Current State: 84:[92, 12, 66, 33], Operations: []
Exploring Operation: 92-66=26, Resulting Numbers: [12, 33, 26]
Generated Node #2: [12, 33, 26] from Operation: 92-66=26
Current State: 84:[12, 33, 26], Operations: ['92-66=26']
Exploring Operation: 33-26=7, Resulting Numbers: [12, 7]
Generated Node #3: [12, 7] from Ope... | 4 | Current State: 84:[92, 12, 66, 33], Operations: []
Exploring Operation: 92-66=26, Resulting Numbers: [12, 33, 26]
Generated Node #0,0: 84:[12, 33, 26] Operation: 92-66=26
Start Sub Search at level 1: Moving to Node #0,0
Current State: 84:[12, 33, 26], Operations: ['92-66=26']
Exploring Operation: 33-26=7, Resulting Num... | 0.993924 | hs_1 | sum_heuristic |
[
7,
19,
68,
47
] | 89 | [
"7+19=26",
"68+47=115",
"115-26=89"
] | Current State: 89:[7, 19, 68, 47], Operations: []
Exploring Operation: 7+19=26, Resulting Numbers: [68, 47, 26]
Generated Node #2: [68, 47, 26] from Operation: 7+19=26
Current State: 89:[68, 47, 26], Operations: ['7+19=26']
Exploring Operation: 68+47=115, Resulting Numbers: [26, 115]
Generated Node #3: [26, 115] from O... | 4 | Current State: 89:[7, 19, 68, 47], Operations: []
Exploring Operation: 7*19=133, Resulting Numbers: [68, 47, 133]
Generated Node #0,0: 89:[68, 47, 133] Operation: 7*19=133
Exploring Operation: 7+19=26, Resulting Numbers: [68, 47, 26]
Generated Node #0,1: 89:[68, 47, 26] Operation: 7+19=26
Moving to Node #0,0
Current St... | 0 | hs_2 | mult_heuristic |
[
89,
17,
4,
24
] | 29 | [
"89-4=85",
"85/17=5",
"24+5=29"
] | Current State: 29:[89, 17, 4, 24], Operations: []
Exploring Operation: 89-4=85, Resulting Numbers: [17, 24, 85]
Generated Node #2: [17, 24, 85] from Operation: 89-4=85
Current State: 29:[17, 24, 85], Operations: ['89-4=85']
Exploring Operation: 85/17=5, Resulting Numbers: [24, 5]
Generated Node #3: [24, 5] from Operati... | 4 | Current State: 29:[89, 17, 4, 24], Operations: []
Exploring Operation: 89-17=72, Resulting Numbers: [4, 24, 72]
Generated Node #0,0: 29:[4, 24, 72] Operation: 89-17=72
Exploring Operation: 89-4=85, Resulting Numbers: [17, 24, 85]
Generated Node #0,1: 29:[17, 24, 85] Operation: 89-4=85
Moving to Node #0,0
Current State:... | 0.986111 | hs_2 | sum_heuristic |
[
73,
2,
82,
7
] | 32 | [
"82-73=9",
"7+9=16",
"2*16=32"
] | Current State: 32:[73, 2, 82, 7], Operations: []
Exploring Operation: 82-73=9, Resulting Numbers: [2, 7, 9]
Generated Node #2: [2, 7, 9] from Operation: 82-73=9
Current State: 32:[2, 7, 9], Operations: ['82-73=9']
Exploring Operation: 7+9=16, Resulting Numbers: [2, 16]
Generated Node #3: [2, 16] from Operation: 7+9=16
... | 4 | Current State: 32:[73, 2, 82, 7], Operations: []
Exploring Operation: 82-73=9, Resulting Numbers: [2, 7, 9]
Generated Node #0,0: 32:[2, 7, 9] Operation: 82-73=9
Moving to Node #0,0
Current State: 32:[2, 7, 9], Operations: ['82-73=9']
Exploring Operation: 7+9=16, Resulting Numbers: [2, 16]
Generated Node #0,0,0: 32:[2, ... | 0.993924 | hs_1 | sum_heuristic |
[
37,
87,
83,
65
] | 38 | [
"37*87=3219",
"3219-65=3154",
"3154/83=38"
] | Current State: 38:[37, 87, 83, 65], Operations: []
Exploring Operation: 37*87=3219, Resulting Numbers: [83, 65, 3219]
Generated Node #2: [83, 65, 3219] from Operation: 37*87=3219
Current State: 38:[83, 65, 3219], Operations: ['37*87=3219']
Exploring Operation: 3219-65=3154, Resulting Numbers: [83, 3154]
Generated Node ... | 4 | Current State: 38:[37, 87, 83, 65], Operations: []
Exploring Operation: 83-65=18, Resulting Numbers: [37, 87, 18]
Generated Node #0,0: 38:[37, 87, 18] Operation: 83-65=18
Exploring Operation: 87-83=4, Resulting Numbers: [37, 65, 4]
Generated Node #0,1: 38:[37, 65, 4] Operation: 87-83=4
Exploring Operation: 87-65=22, Re... | 0 | hs_4 | sum_heuristic |
[
28,
6,
4,
78
] | 91 | [
"28/4=7",
"6+78=84",
"7+84=91"
] | Current State: 91:[28, 6, 4, 78], Operations: []
Exploring Operation: 28/4=7, Resulting Numbers: [6, 78, 7]
Generated Node #2: [6, 78, 7] from Operation: 28/4=7
Current State: 91:[6, 78, 7], Operations: ['28/4=7']
Exploring Operation: 6+78=84, Resulting Numbers: [7, 84]
Generated Node #3: [7, 84] from Operation: 6+78=8... | 4 | Current State: 91:[28, 6, 4, 78], Operations: []
Exploring Operation: 28/4=7, Resulting Numbers: [6, 78, 7]
Generated Node #0,0: 91:[6, 78, 7] Operation: 28/4=7
Start Sub Search at level 1: Moving to Node #0,0
Current State: 91:[6, 78, 7], Operations: ['28/4=7']
Exploring Operation: 78/6=13, Resulting Numbers: [7, 13]
... | 0.993924 | hs_1 | sum_heuristic |
[
3,
49,
90,
13
] | 40 | [
"13-3=10",
"90/10=9",
"49-9=40"
] | Current State: 40:[3, 49, 90, 13], Operations: []
Exploring Operation: 13-3=10, Resulting Numbers: [49, 90, 10]
Generated Node #2: [49, 90, 10] from Operation: 13-3=10
Current State: 40:[49, 90, 10], Operations: ['13-3=10']
Exploring Operation: 90/10=9, Resulting Numbers: [49, 9]
Generated Node #3: [49, 9] from Operati... | 4 | Current State: 40:[3, 49, 90, 13], Operations: []
Exploring Operation: 90/3=30, Resulting Numbers: [49, 13, 30]
Generated Node #0,0: 40:[49, 13, 30] Operation: 90/3=30
Exploring Operation: 90-49=41, Resulting Numbers: [3, 13, 41]
Generated Node #0,1: 40:[3, 13, 41] Operation: 90-49=41
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
82,
60,
42,
3
] | 20 | [
"82-42=40",
"60/3=20",
"40-20=20"
] | Current State: 20:[82, 60, 42, 3], Operations: []
Exploring Operation: 82-42=40, Resulting Numbers: [60, 3, 40]
Generated Node #2: [60, 3, 40] from Operation: 82-42=40
Current State: 20:[60, 3, 40], Operations: ['82-42=40']
Exploring Operation: 60/3=20, Resulting Numbers: [40, 20]
Generated Node #3: [40, 20] from Opera... | 4 | Current State: 20:[82, 60, 42, 3], Operations: []
Exploring Operation: 82-60=22, Resulting Numbers: [42, 3, 22]
Generated Node #0,0: 20:[42, 3, 22] Operation: 82-60=22
Start Sub Search at level 1: Moving to Node #0,0
Current State: 20:[42, 3, 22], Operations: ['82-60=22']
Exploring Operation: 42-22=20, Resulting Number... | 0 | hs_1 | sum_heuristic |
[
18,
49,
93,
1
] | 62 | [
"49-18=31",
"93*1=93",
"93-31=62"
] | Current State: 62:[18, 49, 93, 1], Operations: []
Exploring Operation: 49-18=31, Resulting Numbers: [93, 1, 31]
Generated Node #2: [93, 1, 31] from Operation: 49-18=31
Current State: 62:[93, 1, 31], Operations: ['49-18=31']
Exploring Operation: 93*1=93, Resulting Numbers: [31, 93]
Generated Node #3: [31, 93] from Opera... | 4 | Current State: 62:[18, 49, 93, 1], Operations: []
Exploring Operation: 93-18=75, Resulting Numbers: [49, 1, 75]
Generated Node #0,0: 62:[49, 1, 75] Operation: 93-18=75
Exploring Operation: 93-49=44, Resulting Numbers: [18, 1, 44]
Generated Node #0,1: 62:[18, 1, 44] Operation: 93-49=44
Start Sub Search at level 1: Movin... | 0.986979 | hs_2 | sum_heuristic |
[
96,
75,
26,
36
] | 31 | [
"96-75=21",
"36-26=10",
"21+10=31"
] | Current State: 31:[96, 75, 26, 36], Operations: []
Exploring Operation: 96-75=21, Resulting Numbers: [26, 36, 21]
Generated Node #2: [26, 36, 21] from Operation: 96-75=21
Current State: 31:[26, 36, 21], Operations: ['96-75=21']
Exploring Operation: 36-26=10, Resulting Numbers: [21, 10]
Generated Node #3: [21, 10] from ... | 4 | Current State: 31:[96, 75, 26, 36], Operations: []
Exploring Operation: 96-75=21, Resulting Numbers: [26, 36, 21]
Generated Node #0,0: 31:[26, 36, 21] Operation: 96-75=21
Exploring Operation: 96-36=60, Resulting Numbers: [75, 26, 60]
Generated Node #0,1: 31:[75, 26, 60] Operation: 96-36=60
Start Sub Search at level 1: ... | 0 | hs_2 | mult_heuristic |
[
66,
15,
90,
86
] | 47 | [
"66-15=51",
"90-86=4",
"51-4=47"
] | Current State: 47:[66, 15, 90, 86], Operations: []
Exploring Operation: 66-15=51, Resulting Numbers: [90, 86, 51]
Generated Node #2: [90, 86, 51] from Operation: 66-15=51
Current State: 47:[90, 86, 51], Operations: ['66-15=51']
Exploring Operation: 90-86=4, Resulting Numbers: [51, 4]
Generated Node #3: [51, 4] from Ope... | 4 | Current State: 47:[66, 15, 90, 86], Operations: []
Exploring Operation: 90-15=75, Resulting Numbers: [66, 86, 75]
Generated Node #0,0: 47:[66, 86, 75] Operation: 90-15=75
Exploring Operation: 66-15=51, Resulting Numbers: [90, 86, 51]
Generated Node #0,1: 47:[90, 86, 51] Operation: 66-15=51
Exploring Operation: 86-15=71... | 0.967014 | hs_5 | mult_heuristic |
[
60,
21,
61,
50
] | 28 | [
"60-21=39",
"61-50=11",
"39-11=28"
] | Current State: 28:[60, 21, 61, 50], Operations: []
Exploring Operation: 60-21=39, Resulting Numbers: [61, 50, 39]
Generated Node #2: [61, 50, 39] from Operation: 60-21=39
Current State: 28:[61, 50, 39], Operations: ['60-21=39']
Exploring Operation: 61-50=11, Resulting Numbers: [39, 11]
Generated Node #3: [39, 11] from ... | 4 | Current State: 28:[60, 21, 61, 50], Operations: []
Exploring Operation: 61-50=11, Resulting Numbers: [60, 21, 11]
Generated Node #0,0: 28:[60, 21, 11] Operation: 61-50=11
Exploring Operation: 61-60=1, Resulting Numbers: [21, 50, 1]
Generated Node #0,1: 28:[21, 50, 1] Operation: 61-60=1
Moving to Node #0,1
Current State... | 0.989583 | hs_2 | mult_heuristic |
[
29,
36,
50,
40
] | 97 | [
"36-29=7",
"50+40=90",
"7+90=97"
] | Current State: 97:[29, 36, 50, 40], Operations: []
Exploring Operation: 36-29=7, Resulting Numbers: [50, 40, 7]
Generated Node #2: [50, 40, 7] from Operation: 36-29=7
Current State: 97:[50, 40, 7], Operations: ['36-29=7']
Exploring Operation: 50+40=90, Resulting Numbers: [7, 90]
Generated Node #3: [7, 90] from Operatio... | 4 | Current State: 97:[29, 36, 50, 40], Operations: []
Exploring Operation: 29+36=65, Resulting Numbers: [50, 40, 65]
Generated Node #0,0: 97:[50, 40, 65] Operation: 29+36=65
Moving to Node #0,0
Current State: 97:[50, 40, 65], Operations: ['29+36=65']
Exploring Operation: 50+40=90, Resulting Numbers: [65, 90]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
3,
11,
26,
71
] | 40 | [
"11+26=37",
"3*37=111",
"111-71=40"
] | Current State: 40:[3, 11, 26, 71], Operations: []
Exploring Operation: 11+26=37, Resulting Numbers: [3, 71, 37]
Generated Node #2: [3, 71, 37] from Operation: 11+26=37
Current State: 40:[3, 71, 37], Operations: ['11+26=37']
Exploring Operation: 3*37=111, Resulting Numbers: [71, 111]
Generated Node #3: [71, 111] from Op... | 4 | Current State: 40:[3, 11, 26, 71], Operations: []
Exploring Operation: 71-3=68, Resulting Numbers: [11, 26, 68]
Generated Node #0,0: 40:[11, 26, 68] Operation: 71-3=68
Exploring Operation: 71-26=45, Resulting Numbers: [3, 11, 45]
Generated Node #0,1: 40:[3, 11, 45] Operation: 71-26=45
Exploring Operation: 11+26=37, Res... | 0 | hs_5 | mult_heuristic |
[
59,
6,
52,
28
] | 57 | [
"59+52=111",
"6*28=168",
"168-111=57"
] | Current State: 57:[59, 6, 52, 28], Operations: []
Exploring Operation: 59+52=111, Resulting Numbers: [6, 28, 111]
Generated Node #2: [6, 28, 111] from Operation: 59+52=111
Current State: 57:[6, 28, 111], Operations: ['59+52=111']
Exploring Operation: 6*28=168, Resulting Numbers: [111, 168]
Generated Node #3: [111, 168]... | 4 | Current State: 57:[59, 6, 52, 28], Operations: []
Exploring Operation: 6+52=58, Resulting Numbers: [59, 28, 58]
Generated Node #0,0: 57:[59, 28, 58] Operation: 6+52=58
Exploring Operation: 52-28=24, Resulting Numbers: [59, 6, 24]
Generated Node #0,1: 57:[59, 6, 24] Operation: 52-28=24
Exploring Operation: 28-6=22, Resu... | 0 | hs_3 | sum_heuristic |
[
36,
46,
2,
39
] | 34 | [
"46-36=10",
"10/2=5",
"39-5=34"
] | Current State: 34:[36, 46, 2, 39], Operations: []
Exploring Operation: 46-36=10, Resulting Numbers: [2, 39, 10]
Generated Node #2: [2, 39, 10] from Operation: 46-36=10
Current State: 34:[2, 39, 10], Operations: ['46-36=10']
Exploring Operation: 10/2=5, Resulting Numbers: [39, 5]
Generated Node #3: [39, 5] from Operatio... | 4 | Current State: 34:[36, 46, 2, 39], Operations: []
Exploring Operation: 46-36=10, Resulting Numbers: [2, 39, 10]
Generated Node #0,0: 34:[2, 39, 10] Operation: 46-36=10
Exploring Operation: 46-39=7, Resulting Numbers: [36, 2, 7]
Generated Node #0,1: 34:[36, 2, 7] Operation: 46-39=7
Moving to Node #0,1
Current State: 34:... | 0 | hs_2 | sum_heuristic |
[
33,
41,
19,
43
] | 71 | [
"43-41=2",
"19*2=38",
"33+38=71"
] | Current State: 71:[33, 41, 19, 43], Operations: []
Exploring Operation: 43-41=2, Resulting Numbers: [33, 19, 2]
Generated Node #2: [33, 19, 2] from Operation: 43-41=2
Current State: 71:[33, 19, 2], Operations: ['43-41=2']
Exploring Operation: 19*2=38, Resulting Numbers: [33, 38]
Generated Node #3: [33, 38] from Operati... | 4 | Current State: 71:[33, 41, 19, 43], Operations: []
Exploring Operation: 33+41=74, Resulting Numbers: [19, 43, 74]
Generated Node #0,0: 71:[19, 43, 74] Operation: 33+41=74
Exploring Operation: 19+43=62, Resulting Numbers: [33, 41, 62]
Generated Node #0,1: 71:[33, 41, 62] Operation: 19+43=62
Exploring Operation: 33+19=52... | 0 | hs_4 | mult_heuristic |
[
63,
12,
47,
81
] | 41 | [
"63+12=75",
"81-47=34",
"75-34=41"
] | Current State: 41:[63, 12, 47, 81], Operations: []
Exploring Operation: 63+12=75, Resulting Numbers: [47, 81, 75]
Generated Node #2: [47, 81, 75] from Operation: 63+12=75
Current State: 41:[47, 81, 75], Operations: ['63+12=75']
Exploring Operation: 81-47=34, Resulting Numbers: [75, 34]
Generated Node #3: [75, 34] from ... | 4 | Current State: 41:[63, 12, 47, 81], Operations: []
Exploring Operation: 81-12=69, Resulting Numbers: [63, 47, 69]
Generated Node #0,0: 41:[63, 47, 69] Operation: 81-12=69
Exploring Operation: 81-63=18, Resulting Numbers: [12, 47, 18]
Generated Node #0,1: 41:[12, 47, 18] Operation: 81-63=18
Exploring Operation: 63-12=51... | 0.989583 | hs_3 | mult_heuristic |
[
89,
5,
28,
12
] | 85 | [
"12-5=7",
"28/7=4",
"89-4=85"
] | Current State: 85:[89, 5, 28, 12], Operations: []
Exploring Operation: 12-5=7, Resulting Numbers: [89, 28, 7]
Generated Node #2: [89, 28, 7] from Operation: 12-5=7
Current State: 85:[89, 28, 7], Operations: ['12-5=7']
Exploring Operation: 28/7=4, Resulting Numbers: [89, 4]
Generated Node #3: [89, 4] from Operation: 28/... | 4 | Current State: 85:[89, 5, 28, 12], Operations: []
Exploring Operation: 28-12=16, Resulting Numbers: [89, 5, 16]
Generated Node #0,0: 85:[89, 5, 16] Operation: 28-12=16
Moving to Node #0,0
Current State: 85:[89, 5, 16], Operations: ['28-12=16']
Exploring Operation: 89-5=84, Resulting Numbers: [16, 84]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
88,
39,
6,
40
] | 99 | [
"39+6=45",
"88*45=3960",
"3960/40=99"
] | Current State: 99:[88, 39, 6, 40], Operations: []
Exploring Operation: 39+6=45, Resulting Numbers: [88, 40, 45]
Generated Node #2: [88, 40, 45] from Operation: 39+6=45
Current State: 99:[88, 40, 45], Operations: ['39+6=45']
Exploring Operation: 88*45=3960, Resulting Numbers: [40, 3960]
Generated Node #3: [40, 3960] fro... | 4 | Current State: 99:[88, 39, 6, 40], Operations: []
Exploring Operation: 40-39=1, Resulting Numbers: [88, 6, 1]
Generated Node #0,0: 99:[88, 6, 1] Operation: 40-39=1
Exploring Operation: 40-6=34, Resulting Numbers: [88, 39, 34]
Generated Node #0,1: 99:[88, 39, 34] Operation: 40-6=34
Exploring Operation: 88+6=94, Resultin... | 0 | hs_4 | mult_heuristic |
[
6,
32,
24,
99
] | 49 | [
"32-6=26",
"99-24=75",
"75-26=49"
] | Current State: 49:[6, 32, 24, 99], Operations: []
Exploring Operation: 32-6=26, Resulting Numbers: [24, 99, 26]
Generated Node #2: [24, 99, 26] from Operation: 32-6=26
Current State: 49:[24, 99, 26], Operations: ['32-6=26']
Exploring Operation: 99-24=75, Resulting Numbers: [26, 75]
Generated Node #3: [26, 75] from Oper... | 4 | Current State: 49:[6, 32, 24, 99], Operations: []
Exploring Operation: 32+24=56, Resulting Numbers: [6, 99, 56]
Generated Node #0,0: 49:[6, 99, 56] Operation: 32+24=56
Exploring Operation: 24/6=4, Resulting Numbers: [32, 99, 4]
Generated Node #0,1: 49:[32, 99, 4] Operation: 24/6=4
Exploring Operation: 99-24=75, Resulti... | 0.986111 | hs_5 | mult_heuristic |
[
55,
9,
79,
31
] | 64 | [
"55-9=46",
"79+31=110",
"110-46=64"
] | Current State: 64:[55, 9, 79, 31], Operations: []
Exploring Operation: 55-9=46, Resulting Numbers: [79, 31, 46]
Generated Node #2: [79, 31, 46] from Operation: 55-9=46
Current State: 64:[79, 31, 46], Operations: ['55-9=46']
Exploring Operation: 79+31=110, Resulting Numbers: [46, 110]
Generated Node #3: [46, 110] from O... | 4 | Current State: 64:[55, 9, 79, 31], Operations: []
Exploring Operation: 79-55=24, Resulting Numbers: [9, 31, 24]
Generated Node #0,0: 64:[9, 31, 24] Operation: 79-55=24
Exploring Operation: 55+9=64, Resulting Numbers: [79, 31, 64]
Generated Node #0,1: 64:[79, 31, 64] Operation: 55+9=64
Moving to Node #0,0
Current State:... | 0.985243 | hs_2 | mult_heuristic |
[
33,
34,
13,
13
] | 67 | [
"33+34=67",
"13-13=0",
"67+0=67"
] | Current State: 67:[33, 34, 13, 13], Operations: []
Exploring Operation: 33+34=67, Resulting Numbers: [13, 13, 67]
Generated Node #2: [13, 13, 67] from Operation: 33+34=67
Current State: 67:[13, 13, 67], Operations: ['33+34=67']
Exploring Operation: 13-13=0, Resulting Numbers: [67, 0]
Generated Node #3: [67, 0] from Ope... | 4 | Current State: 67:[33, 34, 13, 13], Operations: []
Exploring Operation: 33+34=67, Resulting Numbers: [13, 13, 67]
Generated Node #0,0: 67:[13, 13, 67] Operation: 33+34=67
Exploring Operation: 33+13=46, Resulting Numbers: [34, 13, 46]
Generated Node #0,1: 67:[34, 13, 46] Operation: 33+13=46
Exploring Operation: 33+13=46... | 0.981771 | hs_3 | mult_heuristic |
[
9,
16,
54,
62
] | 28 | [
"9*16=144",
"54+62=116",
"144-116=28"
] | Current State: 28:[9, 16, 54, 62], Operations: []
Exploring Operation: 9*16=144, Resulting Numbers: [54, 62, 144]
Generated Node #2: [54, 62, 144] from Operation: 9*16=144
Current State: 28:[54, 62, 144], Operations: ['9*16=144']
Exploring Operation: 54+62=116, Resulting Numbers: [144, 116]
Generated Node #3: [144, 116... | 4 | Current State: 28:[9, 16, 54, 62], Operations: []
Exploring Operation: 62-54=8, Resulting Numbers: [9, 16, 8]
Generated Node #0,0: 28:[9, 16, 8] Operation: 62-54=8
Exploring Operation: 54-9=45, Resulting Numbers: [16, 62, 45]
Generated Node #0,1: 28:[16, 62, 45] Operation: 54-9=45
Exploring Operation: 54/9=6, Resulting... | 0 | hs_5 | mult_heuristic |
[
11,
13,
48,
20
] | 22 | [
"11+13=24",
"48/24=2",
"20+2=22"
] | Current State: 22:[11, 13, 48, 20], Operations: []
Exploring Operation: 11+13=24, Resulting Numbers: [48, 20, 24]
Generated Node #2: [48, 20, 24] from Operation: 11+13=24
Current State: 22:[48, 20, 24], Operations: ['11+13=24']
Exploring Operation: 48/24=2, Resulting Numbers: [20, 2]
Generated Node #3: [20, 2] from Ope... | 4 | Current State: 22:[11, 13, 48, 20], Operations: []
Exploring Operation: 48-20=28, Resulting Numbers: [11, 13, 28]
Generated Node #0,0: 22:[11, 13, 28] Operation: 48-20=28
Exploring Operation: 48-13=35, Resulting Numbers: [11, 20, 35]
Generated Node #0,1: 22:[11, 20, 35] Operation: 48-13=35
Moving to Node #0,0
Current S... | 0 | hs_2 | sum_heuristic |
[
20,
42,
33,
25
] | 99 | [
"42-20=22",
"25-22=3",
"33*3=99"
] | Current State: 99:[20, 42, 33, 25], Operations: []
Exploring Operation: 42-20=22, Resulting Numbers: [33, 25, 22]
Generated Node #2: [33, 25, 22] from Operation: 42-20=22
Current State: 99:[33, 25, 22], Operations: ['42-20=22']
Exploring Operation: 25-22=3, Resulting Numbers: [33, 3]
Generated Node #3: [33, 3] from Ope... | 4 | Current State: 99:[20, 42, 33, 25], Operations: []
Exploring Operation: 25-20=5, Resulting Numbers: [42, 33, 5]
Generated Node #0,0: 99:[42, 33, 5] Operation: 25-20=5
Start Sub Search at level 1: Moving to Node #0,0
Current State: 99:[42, 33, 5], Operations: ['25-20=5']
Exploring Operation: 42-33=9, Resulting Numbers: ... | 0 | hs_1 | mult_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.