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 |
|---|---|---|---|---|---|---|---|---|
[
62,
8,
54,
58
] | 16 | [
"62+54=116",
"8*116=928",
"928/58=16"
] | Current State: 16:[62, 8, 54, 58], Operations: []
Exploring Operation: 62+54=116, Resulting Numbers: [8, 58, 116]
Generated Node #2: [8, 58, 116] from Operation: 62+54=116
Current State: 16:[8, 58, 116], Operations: ['62+54=116']
Exploring Operation: 8*116=928, Resulting Numbers: [58, 928]
Generated Node #3: [58, 928] ... | 4 | Current State: 16:[62, 8, 54, 58], Operations: []
Exploring Operation: 58-54=4, Resulting Numbers: [62, 8, 4]
Generated Node #0,0: 16:[62, 8, 4] Operation: 58-54=4
Exploring Operation: 54-8=46, Resulting Numbers: [62, 58, 46]
Generated Node #0,1: 16:[62, 58, 46] Operation: 54-8=46
Exploring Operation: 62-8=54, Resultin... | 0 | hs_5 | sum_heuristic |
[
34,
52,
74,
4
] | 48 | [
"34+52=86",
"86-74=12",
"4*12=48"
] | Current State: 48:[34, 52, 74, 4], Operations: []
Exploring Operation: 34+52=86, Resulting Numbers: [74, 4, 86]
Generated Node #2: [74, 4, 86] from Operation: 34+52=86
Current State: 48:[74, 4, 86], Operations: ['34+52=86']
Exploring Operation: 86-74=12, Resulting Numbers: [4, 12]
Generated Node #3: [4, 12] from Operat... | 4 | Current State: 48:[34, 52, 74, 4], Operations: []
Exploring Operation: 74-34=40, Resulting Numbers: [52, 4, 40]
Generated Node #0,0: 48:[52, 4, 40] Operation: 74-34=40
Exploring Operation: 34-4=30, Resulting Numbers: [52, 74, 30]
Generated Node #0,1: 48:[52, 74, 30] Operation: 34-4=30
Exploring Operation: 52-34=18, Res... | 0.986111 | hs_4 | mult_heuristic |
[
10,
6,
8,
41
] | 82 | [
"10+6=16",
"16/8=2",
"41*2=82"
] | Current State: 82:[10, 6, 8, 41], Operations: []
Exploring Operation: 10+6=16, Resulting Numbers: [8, 41, 16]
Generated Node #2: [8, 41, 16] from Operation: 10+6=16
Current State: 82:[8, 41, 16], Operations: ['10+6=16']
Exploring Operation: 16/8=2, Resulting Numbers: [41, 2]
Generated Node #3: [41, 2] from Operation: 1... | 4 | Current State: 82:[10, 6, 8, 41], Operations: []
Exploring Operation: 8-6=2, Resulting Numbers: [10, 41, 2]
Generated Node #0,0: 82:[10, 41, 2] Operation: 8-6=2
Exploring Operation: 10*8=80, Resulting Numbers: [6, 41, 80]
Generated Node #0,1: 82:[6, 41, 80] Operation: 10*8=80
Exploring Operation: 10-6=4, Resulting Numb... | 0.947049 | hs_4 | sum_heuristic |
[
77,
21,
87,
82
] | 61 | [
"77-21=56",
"87-82=5",
"56+5=61"
] | Current State: 61:[77, 21, 87, 82], Operations: []
Exploring Operation: 77-21=56, Resulting Numbers: [87, 82, 56]
Generated Node #2: [87, 82, 56] from Operation: 77-21=56
Current State: 61:[87, 82, 56], Operations: ['77-21=56']
Exploring Operation: 87-82=5, Resulting Numbers: [56, 5]
Generated Node #3: [56, 5] from Ope... | 4 | Current State: 61:[77, 21, 87, 82], Operations: []
Exploring Operation: 87-21=66, Resulting Numbers: [77, 82, 66]
Generated Node #0,0: 61:[77, 82, 66] Operation: 87-21=66
Exploring Operation: 82-21=61, Resulting Numbers: [77, 87, 61]
Generated Node #0,1: 61:[77, 87, 61] Operation: 82-21=61
Exploring Operation: 77-21=56... | 0.989583 | hs_3 | mult_heuristic |
[
48,
33,
18,
45
] | 47 | [
"48+18=66",
"66/33=2",
"45+2=47"
] | Current State: 47:[48, 33, 18, 45], Operations: []
Exploring Operation: 48+18=66, Resulting Numbers: [33, 45, 66]
Generated Node #2: [33, 45, 66] from Operation: 48+18=66
Current State: 47:[33, 45, 66], Operations: ['48+18=66']
Exploring Operation: 66/33=2, Resulting Numbers: [45, 2]
Generated Node #3: [45, 2] from Ope... | 4 | Current State: 47:[48, 33, 18, 45], Operations: []
Exploring Operation: 48+18=66, Resulting Numbers: [33, 45, 66]
Generated Node #0,0: 47:[33, 45, 66] Operation: 48+18=66
Exploring Operation: 33+18=51, Resulting Numbers: [48, 45, 51]
Generated Node #0,1: 47:[48, 45, 51] Operation: 33+18=51
Exploring Operation: 48-18=30... | 0.924479 | hs_5 | sum_heuristic |
[
39,
45,
10,
41
] | 53 | [
"39+45=84",
"41-10=31",
"84-31=53"
] | Current State: 53:[39, 45, 10, 41], Operations: []
Exploring Operation: 39+45=84, Resulting Numbers: [10, 41, 84]
Generated Node #2: [10, 41, 84] from Operation: 39+45=84
Current State: 53:[10, 41, 84], Operations: ['39+45=84']
Exploring Operation: 41-10=31, Resulting Numbers: [84, 31]
Generated Node #3: [84, 31] from ... | 4 | Current State: 53:[39, 45, 10, 41], Operations: []
Exploring Operation: 45+10=55, Resulting Numbers: [39, 41, 55]
Generated Node #0,0: 53:[39, 41, 55] Operation: 45+10=55
Exploring Operation: 10+41=51, Resulting Numbers: [39, 45, 51]
Generated Node #0,1: 53:[39, 45, 51] Operation: 10+41=51
Exploring Operation: 39+10=49... | 0.974826 | hs_3 | mult_heuristic |
[
47,
5,
18,
82
] | 39 | [
"47+82=129",
"5*18=90",
"129-90=39"
] | Current State: 39:[47, 5, 18, 82], Operations: []
Exploring Operation: 47+82=129, Resulting Numbers: [5, 18, 129]
Generated Node #2: [5, 18, 129] from Operation: 47+82=129
Current State: 39:[5, 18, 129], Operations: ['47+82=129']
Exploring Operation: 5*18=90, Resulting Numbers: [129, 90]
Generated Node #3: [129, 90] fr... | 4 | Current State: 39:[47, 5, 18, 82], Operations: []
Exploring Operation: 82-47=35, Resulting Numbers: [5, 18, 35]
Generated Node #0,0: 39:[5, 18, 35] Operation: 82-47=35
Start Sub Search at level 1: Moving to Node #0,0
Current State: 39:[5, 18, 35], Operations: ['82-47=35']
Exploring Operation: 18-5=13, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
77,
75,
6,
48
] | 18 | [
"77-75=2",
"48/2=24",
"24-6=18"
] | Current State: 18:[77, 75, 6, 48], Operations: []
Exploring Operation: 77-75=2, Resulting Numbers: [6, 48, 2]
Generated Node #2: [6, 48, 2] from Operation: 77-75=2
Current State: 18:[6, 48, 2], Operations: ['77-75=2']
Exploring Operation: 48/2=24, Resulting Numbers: [6, 24]
Generated Node #3: [6, 24] from Operation: 48... | 4 | Current State: 18:[77, 75, 6, 48], Operations: []
Exploring Operation: 77-48=29, Resulting Numbers: [75, 6, 29]
Generated Node #0,0: 18:[75, 6, 29] Operation: 77-48=29
Exploring Operation: 77-75=2, Resulting Numbers: [6, 48, 2]
Generated Node #0,1: 18:[6, 48, 2] Operation: 77-75=2
Exploring Operation: 75-48=27, Resulti... | 0.980903 | hs_3 | sum_heuristic |
[
20,
53,
55,
81
] | 15 | [
"20*81=1620",
"53+55=108",
"1620/108=15"
] | Current State: 15:[20, 53, 55, 81], Operations: []
Exploring Operation: 20*81=1620, Resulting Numbers: [53, 55, 1620]
Generated Node #2: [53, 55, 1620] from Operation: 20*81=1620
Current State: 15:[53, 55, 1620], Operations: ['20*81=1620']
Exploring Operation: 53+55=108, Resulting Numbers: [1620, 108]
Generated Node #3... | 4 | Current State: 15:[20, 53, 55, 81], Operations: []
Exploring Operation: 53-20=33, Resulting Numbers: [55, 81, 33]
Generated Node #0,0: 15:[55, 81, 33] Operation: 53-20=33
Exploring Operation: 81-53=28, Resulting Numbers: [20, 55, 28]
Generated Node #0,1: 15:[20, 55, 28] Operation: 81-53=28
Exploring Operation: 81-55=26... | 0 | hs_4 | sum_heuristic |
[
18,
11,
56,
8
] | 57 | [
"18-11=7",
"56+8=64",
"64-7=57"
] | Current State: 57:[18, 11, 56, 8], Operations: []
Exploring Operation: 18-11=7, Resulting Numbers: [56, 8, 7]
Generated Node #2: [56, 8, 7] from Operation: 18-11=7
Current State: 57:[56, 8, 7], Operations: ['18-11=7']
Exploring Operation: 56+8=64, Resulting Numbers: [7, 64]
Generated Node #3: [7, 64] from Operation: 56... | 4 | Current State: 57:[18, 11, 56, 8], Operations: []
Exploring Operation: 56/8=7, Resulting Numbers: [18, 11, 7]
Generated Node #0,0: 57:[18, 11, 7] Operation: 56/8=7
Exploring Operation: 11-8=3, Resulting Numbers: [18, 56, 3]
Generated Node #0,1: 57:[18, 56, 3] Operation: 11-8=3
Exploring Operation: 18-11=7, Resulting Nu... | 0.972222 | hs_4 | mult_heuristic |
[
89,
26,
91,
66
] | 59 | [
"91-89=2",
"66/2=33",
"26+33=59"
] | Current State: 59:[89, 26, 91, 66], Operations: []
Exploring Operation: 91-89=2, Resulting Numbers: [26, 66, 2]
Generated Node #2: [26, 66, 2] from Operation: 91-89=2
Current State: 59:[26, 66, 2], Operations: ['91-89=2']
Exploring Operation: 66/2=33, Resulting Numbers: [26, 33]
Generated Node #3: [26, 33] from Operati... | 4 | Current State: 59:[89, 26, 91, 66], Operations: []
Exploring Operation: 89-26=63, Resulting Numbers: [91, 66, 63]
Generated Node #0,0: 59:[91, 66, 63] Operation: 89-26=63
Start Sub Search at level 1: Moving to Node #0,0
Current State: 59:[91, 66, 63], Operations: ['89-26=63']
Exploring Operation: 91-66=25, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
35,
20,
7,
13
] | 12 | [
"35/7=5",
"20-13=7",
"5+7=12"
] | Current State: 12:[35, 20, 7, 13], Operations: []
Exploring Operation: 35/7=5, Resulting Numbers: [20, 13, 5]
Generated Node #2: [20, 13, 5] from Operation: 35/7=5
Current State: 12:[20, 13, 5], Operations: ['35/7=5']
Exploring Operation: 20-13=7, Resulting Numbers: [5, 7]
Generated Node #3: [5, 7] from Operation: 20-1... | 4 | Current State: 12:[35, 20, 7, 13], Operations: []
Exploring Operation: 35/7=5, Resulting Numbers: [20, 13, 5]
Generated Node #0,0: 12:[20, 13, 5] Operation: 35/7=5
Exploring Operation: 35-13=22, Resulting Numbers: [20, 7, 22]
Generated Node #0,1: 12:[20, 7, 22] Operation: 35-13=22
Exploring Operation: 35-20=15, Resulti... | 0.958333 | hs_4 | mult_heuristic |
[
67,
45,
41,
49
] | 97 | [
"49-45=4",
"41*4=164",
"164-67=97"
] | Current State: 97:[67, 45, 41, 49], Operations: []
Exploring Operation: 49-45=4, Resulting Numbers: [67, 41, 4]
Generated Node #2: [67, 41, 4] from Operation: 49-45=4
Current State: 97:[67, 41, 4], Operations: ['49-45=4']
Exploring Operation: 41*4=164, Resulting Numbers: [67, 164]
Generated Node #3: [67, 164] from Oper... | 4 | Current State: 97:[67, 45, 41, 49], Operations: []
Exploring Operation: 45+49=94, Resulting Numbers: [67, 41, 94]
Generated Node #0,0: 97:[67, 41, 94] Operation: 45+49=94
Exploring Operation: 45+41=86, Resulting Numbers: [67, 49, 86]
Generated Node #0,1: 97:[67, 49, 86] Operation: 45+41=86
Moving to Node #0,0
Current S... | 0 | hs_2 | sum_heuristic |
[
17,
17,
4,
25
] | 36 | [
"17+17=34",
"34-25=9",
"4*9=36"
] | Current State: 36:[17, 17, 4, 25], Operations: []
Exploring Operation: 17+17=34, Resulting Numbers: [4, 25, 34]
Generated Node #2: [4, 25, 34] from Operation: 17+17=34
Current State: 36:[4, 25, 34], Operations: ['17+17=34']
Exploring Operation: 34-25=9, Resulting Numbers: [4, 9]
Generated Node #3: [4, 9] from Operation... | 4 | Current State: 36:[17, 17, 4, 25], Operations: []
Exploring Operation: 17+25=42, Resulting Numbers: [17, 4, 42]
Generated Node #0,0: 36:[17, 4, 42] Operation: 17+25=42
Exploring Operation: 25-17=8, Resulting Numbers: [17, 4, 8]
Generated Node #0,1: 36:[17, 4, 8] Operation: 25-17=8
Exploring Operation: 25-4=21, Resultin... | 0.987847 | hs_4 | sum_heuristic |
[
48,
7,
94,
20
] | 19 | [
"48+7=55",
"94-20=74",
"74-55=19"
] | Current State: 19:[48, 7, 94, 20], Operations: []
Exploring Operation: 48+7=55, Resulting Numbers: [94, 20, 55]
Generated Node #2: [94, 20, 55] from Operation: 48+7=55
Current State: 19:[94, 20, 55], Operations: ['48+7=55']
Exploring Operation: 94-20=74, Resulting Numbers: [55, 74]
Generated Node #3: [55, 74] from Oper... | 4 | Current State: 19:[48, 7, 94, 20], Operations: []
Exploring Operation: 94-48=46, Resulting Numbers: [7, 20, 46]
Generated Node #0,0: 19:[7, 20, 46] Operation: 94-48=46
Moving to Node #0,0
Current State: 19:[7, 20, 46], Operations: ['94-48=46']
Exploring Operation: 46-20=26, Resulting Numbers: [7, 26]
Generated Node #0,... | 0.993924 | hs_1 | sum_heuristic |
[
78,
39,
29,
45
] | 13 | [
"78/39=2",
"29*2=58",
"58-45=13"
] | Current State: 13:[78, 39, 29, 45], Operations: []
Exploring Operation: 78/39=2, Resulting Numbers: [29, 45, 2]
Generated Node #2: [29, 45, 2] from Operation: 78/39=2
Current State: 13:[29, 45, 2], Operations: ['78/39=2']
Exploring Operation: 29*2=58, Resulting Numbers: [45, 58]
Generated Node #3: [45, 58] from Operati... | 4 | Current State: 13:[78, 39, 29, 45], Operations: []
Exploring Operation: 78/39=2, Resulting Numbers: [29, 45, 2]
Generated Node #0,0: 13:[29, 45, 2] Operation: 78/39=2
Start Sub Search at level 1: Moving to Node #0,0
Current State: 13:[29, 45, 2], Operations: ['78/39=2']
Exploring Operation: 45-29=16, Resulting Numbers:... | 0 | hs_1 | sum_heuristic |
[
77,
26,
4,
84
] | 29 | [
"77-26=51",
"84-4=80",
"80-51=29"
] | Current State: 29:[77, 26, 4, 84], Operations: []
Exploring Operation: 77-26=51, Resulting Numbers: [4, 84, 51]
Generated Node #2: [4, 84, 51] from Operation: 77-26=51
Current State: 29:[4, 84, 51], Operations: ['77-26=51']
Exploring Operation: 84-4=80, Resulting Numbers: [51, 80]
Generated Node #3: [51, 80] from Opera... | 4 | Current State: 29:[77, 26, 4, 84], Operations: []
Exploring Operation: 77-26=51, Resulting Numbers: [4, 84, 51]
Generated Node #0,0: 29:[4, 84, 51] Operation: 77-26=51
Exploring Operation: 77-4=73, Resulting Numbers: [26, 84, 73]
Generated Node #0,1: 29:[26, 84, 73] Operation: 77-4=73
Exploring Operation: 84/4=21, Resu... | 0.955729 | hs_4 | sum_heuristic |
[
94,
2,
18,
64
] | 44 | [
"94-18=76",
"64/2=32",
"76-32=44"
] | Current State: 44:[94, 2, 18, 64], Operations: []
Exploring Operation: 94-18=76, Resulting Numbers: [2, 64, 76]
Generated Node #2: [2, 64, 76] from Operation: 94-18=76
Current State: 44:[2, 64, 76], Operations: ['94-18=76']
Exploring Operation: 64/2=32, Resulting Numbers: [76, 32]
Generated Node #3: [76, 32] from Opera... | 4 | Current State: 44:[94, 2, 18, 64], Operations: []
Exploring Operation: 94-64=30, Resulting Numbers: [2, 18, 30]
Generated Node #0,0: 44:[2, 18, 30] Operation: 94-64=30
Start Sub Search at level 1: Moving to Node #0,0
Current State: 44:[2, 18, 30], Operations: ['94-64=30']
Exploring Operation: 30-18=12, Resulting Number... | 0 | hs_1 | mult_heuristic |
[
34,
31,
84,
99
] | 80 | [
"34+31=65",
"99-84=15",
"65+15=80"
] | Current State: 80:[34, 31, 84, 99], Operations: []
Exploring Operation: 34+31=65, Resulting Numbers: [84, 99, 65]
Generated Node #2: [84, 99, 65] from Operation: 34+31=65
Current State: 80:[84, 99, 65], Operations: ['34+31=65']
Exploring Operation: 99-84=15, Resulting Numbers: [65, 15]
Generated Node #3: [65, 15] from ... | 4 | Current State: 80:[34, 31, 84, 99], Operations: []
Exploring Operation: 99-31=68, Resulting Numbers: [34, 84, 68]
Generated Node #0,0: 80:[34, 84, 68] Operation: 99-31=68
Exploring Operation: 99-84=15, Resulting Numbers: [34, 31, 15]
Generated Node #0,1: 80:[34, 31, 15] Operation: 99-84=15
Exploring Operation: 34-31=3,... | 0 | hs_3 | sum_heuristic |
[
16,
9,
17,
1
] | 43 | [
"16+9=25",
"17+1=18",
"25+18=43"
] | Current State: 43:[16, 9, 17, 1], Operations: []
Exploring Operation: 16+9=25, Resulting Numbers: [17, 1, 25]
Generated Node #2: [17, 1, 25] from Operation: 16+9=25
Current State: 43:[17, 1, 25], Operations: ['16+9=25']
Exploring Operation: 17+1=18, Resulting Numbers: [25, 18]
Generated Node #3: [25, 18] from Operation... | 4 | Current State: 43:[16, 9, 17, 1], Operations: []
Exploring Operation: 16+1=17, Resulting Numbers: [9, 17, 17]
Generated Node #0,0: 43:[9, 17, 17] Operation: 16+1=17
Exploring Operation: 16+9=25, Resulting Numbers: [17, 1, 25]
Generated Node #0,1: 43:[17, 1, 25] Operation: 16+9=25
Exploring Operation: 16+17=33, Resultin... | 0.987847 | hs_3 | mult_heuristic |
[
7,
89,
90,
81
] | 91 | [
"89-7=82",
"90-81=9",
"82+9=91"
] | Current State: 91:[7, 89, 90, 81], Operations: []
Exploring Operation: 89-7=82, Resulting Numbers: [90, 81, 82]
Generated Node #2: [90, 81, 82] from Operation: 89-7=82
Current State: 91:[90, 81, 82], Operations: ['89-7=82']
Exploring Operation: 90-81=9, Resulting Numbers: [82, 9]
Generated Node #3: [82, 9] from Operati... | 4 | Current State: 91:[7, 89, 90, 81], Operations: []
Exploring Operation: 90-81=9, Resulting Numbers: [7, 89, 9]
Generated Node #0,0: 91:[7, 89, 9] Operation: 90-81=9
Exploring Operation: 89-81=8, Resulting Numbers: [7, 90, 8]
Generated Node #0,1: 91:[7, 90, 8] Operation: 89-81=8
Exploring Operation: 7+81=88, Resulting Nu... | 0.984375 | hs_3 | sum_heuristic |
[
94,
5,
7,
58
] | 34 | [
"94+5=99",
"7+58=65",
"99-65=34"
] | Current State: 34:[94, 5, 7, 58], Operations: []
Exploring Operation: 94+5=99, Resulting Numbers: [7, 58, 99]
Generated Node #2: [7, 58, 99] from Operation: 94+5=99
Current State: 34:[7, 58, 99], Operations: ['94+5=99']
Exploring Operation: 7+58=65, Resulting Numbers: [99, 65]
Generated Node #3: [99, 65] from Operation... | 4 | Current State: 34:[94, 5, 7, 58], Operations: []
Exploring Operation: 94-5=89, Resulting Numbers: [7, 58, 89]
Generated Node #0,0: 34:[7, 58, 89] Operation: 94-5=89
Exploring Operation: 7-5=2, Resulting Numbers: [94, 58, 2]
Generated Node #0,1: 34:[94, 58, 2] Operation: 7-5=2
Exploring Operation: 94-7=87, Resulting Num... | 0.986111 | hs_5 | sum_heuristic |
[
59,
73,
77,
88
] | 12 | [
"59+73=132",
"88-77=11",
"132/11=12"
] | Current State: 12:[59, 73, 77, 88], Operations: []
Exploring Operation: 59+73=132, Resulting Numbers: [77, 88, 132]
Generated Node #2: [77, 88, 132] from Operation: 59+73=132
Current State: 12:[77, 88, 132], Operations: ['59+73=132']
Exploring Operation: 88-77=11, Resulting Numbers: [132, 11]
Generated Node #3: [132, 1... | 4 | Current State: 12:[59, 73, 77, 88], Operations: []
Exploring Operation: 73-59=14, Resulting Numbers: [77, 88, 14]
Generated Node #0,0: 12:[77, 88, 14] Operation: 73-59=14
Exploring Operation: 77-73=4, Resulting Numbers: [59, 88, 4]
Generated Node #0,1: 12:[59, 88, 4] Operation: 77-73=4
Exploring Operation: 88-73=15, Re... | 0 | hs_5 | sum_heuristic |
[
69,
38,
35,
79
] | 63 | [
"69+38=107",
"79-35=44",
"107-44=63"
] | Current State: 63:[69, 38, 35, 79], Operations: []
Exploring Operation: 69+38=107, Resulting Numbers: [35, 79, 107]
Generated Node #2: [35, 79, 107] from Operation: 69+38=107
Current State: 63:[35, 79, 107], Operations: ['69+38=107']
Exploring Operation: 79-35=44, Resulting Numbers: [107, 44]
Generated Node #3: [107, 4... | 4 | Current State: 63:[69, 38, 35, 79], Operations: []
Exploring Operation: 38-35=3, Resulting Numbers: [69, 79, 3]
Generated Node #0,0: 63:[69, 79, 3] Operation: 38-35=3
Exploring Operation: 69-38=31, Resulting Numbers: [35, 79, 31]
Generated Node #0,1: 63:[35, 79, 31] Operation: 69-38=31
Exploring Operation: 79-69=10, Re... | 0.973958 | hs_4 | mult_heuristic |
[
64,
66,
60,
7
] | 55 | [
"66-64=2",
"60-7=53",
"2+53=55"
] | Current State: 55:[64, 66, 60, 7], Operations: []
Exploring Operation: 66-64=2, Resulting Numbers: [60, 7, 2]
Generated Node #2: [60, 7, 2] from Operation: 66-64=2
Current State: 55:[60, 7, 2], Operations: ['66-64=2']
Exploring Operation: 60-7=53, Resulting Numbers: [2, 53]
Generated Node #3: [2, 53] from Operation: 60... | 4 | Current State: 55:[64, 66, 60, 7], Operations: []
Exploring Operation: 66-64=2, Resulting Numbers: [60, 7, 2]
Generated Node #0,0: 55:[60, 7, 2] Operation: 66-64=2
Moving to Node #0,0
Current State: 55:[60, 7, 2], Operations: ['66-64=2']
Exploring Operation: 60-7=53, Resulting Numbers: [2, 53]
Generated Node #0,0,0: 55... | 0.993924 | hs_1 | mult_heuristic |
[
70,
3,
50,
72
] | 51 | [
"70+3=73",
"72-50=22",
"73-22=51"
] | Current State: 51:[70, 3, 50, 72], Operations: []
Exploring Operation: 70+3=73, Resulting Numbers: [50, 72, 73]
Generated Node #2: [50, 72, 73] from Operation: 70+3=73
Current State: 51:[50, 72, 73], Operations: ['70+3=73']
Exploring Operation: 72-50=22, Resulting Numbers: [73, 22]
Generated Node #3: [73, 22] from Oper... | 4 | Current State: 51:[70, 3, 50, 72], Operations: []
Exploring Operation: 72-50=22, Resulting Numbers: [70, 3, 22]
Generated Node #0,0: 51:[70, 3, 22] Operation: 72-50=22
Exploring Operation: 72/3=24, Resulting Numbers: [70, 50, 24]
Generated Node #0,1: 51:[70, 50, 24] Operation: 72/3=24
Exploring Operation: 70-50=20, Res... | 0.971354 | hs_4 | mult_heuristic |
[
98,
65,
2,
47
] | 19 | [
"98-65=33",
"2*33=66",
"66-47=19"
] | Current State: 19:[98, 65, 2, 47], Operations: []
Exploring Operation: 98-65=33, Resulting Numbers: [2, 47, 33]
Generated Node #2: [2, 47, 33] from Operation: 98-65=33
Current State: 19:[2, 47, 33], Operations: ['98-65=33']
Exploring Operation: 2*33=66, Resulting Numbers: [47, 66]
Generated Node #3: [47, 66] from Opera... | 4 | Current State: 19:[98, 65, 2, 47], Operations: []
Exploring Operation: 98-65=33, Resulting Numbers: [2, 47, 33]
Generated Node #0,0: 19:[2, 47, 33] Operation: 98-65=33
Moving to Node #0,0
Current State: 19:[2, 47, 33], Operations: ['98-65=33']
Exploring Operation: 47-33=14, Resulting Numbers: [2, 14]
Generated Node #0,... | 0 | hs_1 | mult_heuristic |
[
21,
6,
2,
88
] | 80 | [
"6+2=8",
"21*8=168",
"168-88=80"
] | Current State: 80:[21, 6, 2, 88], Operations: []
Exploring Operation: 6+2=8, Resulting Numbers: [21, 88, 8]
Generated Node #2: [21, 88, 8] from Operation: 6+2=8
Current State: 80:[21, 88, 8], Operations: ['6+2=8']
Exploring Operation: 21*8=168, Resulting Numbers: [88, 168]
Generated Node #3: [88, 168] from Operation: 2... | 4 | Current State: 80:[21, 6, 2, 88], Operations: []
Exploring Operation: 88-2=86, Resulting Numbers: [21, 6, 86]
Generated Node #0,0: 80:[21, 6, 86] Operation: 88-2=86
Exploring Operation: 88-6=82, Resulting Numbers: [21, 2, 82]
Generated Node #0,1: 80:[21, 2, 82] Operation: 88-6=82
Exploring Operation: 21-6=15, Resulting... | 0 | hs_4 | sum_heuristic |
[
30,
85,
78,
50
] | 45 | [
"78*50=3900",
"3900/30=130",
"130-85=45"
] | Current State: 45:[30, 85, 78, 50], Operations: []
Exploring Operation: 78*50=3900, Resulting Numbers: [30, 85, 3900]
Generated Node #2: [30, 85, 3900] from Operation: 78*50=3900
Current State: 45:[30, 85, 3900], Operations: ['78*50=3900']
Exploring Operation: 3900/30=130, Resulting Numbers: [85, 130]
Generated Node #3... | 4 | Current State: 45:[30, 85, 78, 50], Operations: []
Exploring Operation: 85-30=55, Resulting Numbers: [78, 50, 55]
Generated Node #0,0: 45:[78, 50, 55] Operation: 85-30=55
Exploring Operation: 85-78=7, Resulting Numbers: [30, 50, 7]
Generated Node #0,1: 45:[30, 50, 7] Operation: 85-78=7
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
7,
79,
17,
88
] | 19 | [
"7+79=86",
"17+88=105",
"105-86=19"
] | Current State: 19:[7, 79, 17, 88], Operations: []
Exploring Operation: 7+79=86, Resulting Numbers: [17, 88, 86]
Generated Node #2: [17, 88, 86] from Operation: 7+79=86
Current State: 19:[17, 88, 86], Operations: ['7+79=86']
Exploring Operation: 17+88=105, Resulting Numbers: [86, 105]
Generated Node #3: [86, 105] from O... | 4 | Current State: 19:[7, 79, 17, 88], Operations: []
Exploring Operation: 88-79=9, Resulting Numbers: [7, 17, 9]
Generated Node #0,0: 19:[7, 17, 9] Operation: 88-79=9
Exploring Operation: 88-17=71, Resulting Numbers: [7, 79, 71]
Generated Node #0,1: 19:[7, 79, 71] Operation: 88-17=71
Exploring Operation: 88-7=81, Resultin... | 0.981771 | hs_5 | sum_heuristic |
[
21,
64,
13,
24
] | 25 | [
"24-21=3",
"13*3=39",
"64-39=25"
] | Current State: 25:[21, 64, 13, 24], Operations: []
Exploring Operation: 24-21=3, Resulting Numbers: [64, 13, 3]
Generated Node #2: [64, 13, 3] from Operation: 24-21=3
Current State: 25:[64, 13, 3], Operations: ['24-21=3']
Exploring Operation: 13*3=39, Resulting Numbers: [64, 39]
Generated Node #3: [64, 39] from Operati... | 4 | Current State: 25:[21, 64, 13, 24], Operations: []
Exploring Operation: 64-24=40, Resulting Numbers: [21, 13, 40]
Generated Node #0,0: 25:[21, 13, 40] Operation: 64-24=40
Exploring Operation: 64-13=51, Resulting Numbers: [21, 24, 51]
Generated Node #0,1: 25:[21, 24, 51] Operation: 64-13=51
Exploring Operation: 64-21=43... | 0 | hs_3 | sum_heuristic |
[
10,
2,
85,
29
] | 52 | [
"85-10=75",
"29+75=104",
"104/2=52"
] | Current State: 52:[10, 2, 85, 29], Operations: []
Exploring Operation: 85-10=75, Resulting Numbers: [2, 29, 75]
Generated Node #2: [2, 29, 75] from Operation: 85-10=75
Current State: 52:[2, 29, 75], Operations: ['85-10=75']
Exploring Operation: 29+75=104, Resulting Numbers: [2, 104]
Generated Node #3: [2, 104] from Ope... | 4 | Current State: 52:[10, 2, 85, 29], Operations: []
Exploring Operation: 10+2=12, Resulting Numbers: [85, 29, 12]
Generated Node #0,0: 52:[85, 29, 12] Operation: 10+2=12
Exploring Operation: 85-2=83, Resulting Numbers: [10, 29, 83]
Generated Node #0,1: 52:[10, 29, 83] Operation: 85-2=83
Exploring Operation: 85-29=56, Res... | 0 | hs_5 | sum_heuristic |
[
88,
32,
29,
88
] | 62 | [
"88/88=1",
"32+29=61",
"1+61=62"
] | Current State: 62:[88, 32, 29, 88], Operations: []
Exploring Operation: 88/88=1, Resulting Numbers: [32, 29, 1]
Generated Node #2: [32, 29, 1] from Operation: 88/88=1
Current State: 62:[32, 29, 1], Operations: ['88/88=1']
Exploring Operation: 32+29=61, Resulting Numbers: [1, 61]
Generated Node #3: [1, 61] from Operatio... | 4 | Current State: 62:[88, 32, 29, 88], Operations: []
Exploring Operation: 88/88=1, Resulting Numbers: [32, 29, 1]
Generated Node #0,0: 62:[32, 29, 1] Operation: 88/88=1
Exploring Operation: 88-88=0, Resulting Numbers: [32, 29, 0]
Generated Node #0,1: 62:[32, 29, 0] Operation: 88-88=0
Exploring Operation: 88-29=59, Result... | 0.986979 | hs_4 | sum_heuristic |
[
75,
61,
60,
64
] | 85 | [
"64-61=3",
"75/3=25",
"60+25=85"
] | Current State: 85:[75, 61, 60, 64], Operations: []
Exploring Operation: 64-61=3, Resulting Numbers: [75, 60, 3]
Generated Node #2: [75, 60, 3] from Operation: 64-61=3
Current State: 85:[75, 60, 3], Operations: ['64-61=3']
Exploring Operation: 75/3=25, Resulting Numbers: [60, 25]
Generated Node #3: [60, 25] from Operati... | 4 | Current State: 85:[75, 61, 60, 64], Operations: []
Exploring Operation: 64-61=3, Resulting Numbers: [75, 60, 3]
Generated Node #0,0: 85:[75, 60, 3] Operation: 64-61=3
Exploring Operation: 64-60=4, Resulting Numbers: [75, 61, 4]
Generated Node #0,1: 85:[75, 61, 4] Operation: 64-60=4
Exploring Operation: 75-60=15, Result... | 0.920139 | hs_5 | mult_heuristic |
[
94,
10,
5,
63
] | 26 | [
"94-10=84",
"63-5=58",
"84-58=26"
] | Current State: 26:[94, 10, 5, 63], Operations: []
Exploring Operation: 94-10=84, Resulting Numbers: [5, 63, 84]
Generated Node #2: [5, 63, 84] from Operation: 94-10=84
Current State: 26:[5, 63, 84], Operations: ['94-10=84']
Exploring Operation: 63-5=58, Resulting Numbers: [84, 58]
Generated Node #3: [84, 58] from Opera... | 4 | Current State: 26:[94, 10, 5, 63], Operations: []
Exploring Operation: 94-5=89, Resulting Numbers: [10, 63, 89]
Generated Node #0,0: 26:[10, 63, 89] Operation: 94-5=89
Exploring Operation: 94-10=84, Resulting Numbers: [5, 63, 84]
Generated Node #0,1: 26:[5, 63, 84] Operation: 94-10=84
Exploring Operation: 94-63=31, Res... | 0.977431 | hs_5 | sum_heuristic |
[
52,
83,
96,
43
] | 22 | [
"83-52=31",
"96-43=53",
"53-31=22"
] | Current State: 22:[52, 83, 96, 43], Operations: []
Exploring Operation: 83-52=31, Resulting Numbers: [96, 43, 31]
Generated Node #2: [96, 43, 31] from Operation: 83-52=31
Current State: 22:[96, 43, 31], Operations: ['83-52=31']
Exploring Operation: 96-43=53, Resulting Numbers: [31, 53]
Generated Node #3: [31, 53] from ... | 4 | Current State: 22:[52, 83, 96, 43], Operations: []
Exploring Operation: 96-83=13, Resulting Numbers: [52, 43, 13]
Generated Node #0,0: 22:[52, 43, 13] Operation: 96-83=13
Exploring Operation: 83-52=31, Resulting Numbers: [96, 43, 31]
Generated Node #0,1: 22:[96, 43, 31] Operation: 83-52=31
Exploring Operation: 96-52=44... | 0.989583 | hs_3 | sum_heuristic |
[
78,
96,
25,
72
] | 41 | [
"78-72=6",
"96/6=16",
"25+16=41"
] | Current State: 41:[78, 96, 25, 72], Operations: []
Exploring Operation: 78-72=6, Resulting Numbers: [96, 25, 6]
Generated Node #2: [96, 25, 6] from Operation: 78-72=6
Current State: 41:[96, 25, 6], Operations: ['78-72=6']
Exploring Operation: 96/6=16, Resulting Numbers: [25, 16]
Generated Node #3: [25, 16] from Operati... | 4 | Current State: 41:[78, 96, 25, 72], Operations: []
Exploring Operation: 78-25=53, Resulting Numbers: [96, 72, 53]
Generated Node #0,0: 41:[96, 72, 53] Operation: 78-25=53
Exploring Operation: 96-72=24, Resulting Numbers: [78, 25, 24]
Generated Node #0,1: 41:[78, 25, 24] Operation: 96-72=24
Exploring Operation: 96-25=71... | 0 | hs_4 | mult_heuristic |
[
71,
27,
21,
7
] | 13 | [
"71+7=78",
"27-21=6",
"78/6=13"
] | Current State: 13:[71, 27, 21, 7], Operations: []
Exploring Operation: 71+7=78, Resulting Numbers: [27, 21, 78]
Generated Node #2: [27, 21, 78] from Operation: 71+7=78
Current State: 13:[27, 21, 78], Operations: ['71+7=78']
Exploring Operation: 27-21=6, Resulting Numbers: [78, 6]
Generated Node #3: [78, 6] from Operati... | 4 | Current State: 13:[71, 27, 21, 7], Operations: []
Exploring Operation: 71-27=44, Resulting Numbers: [21, 7, 44]
Generated Node #0,0: 13:[21, 7, 44] Operation: 71-27=44
Moving to Node #0,0
Current State: 13:[21, 7, 44], Operations: ['71-27=44']
Exploring Operation: 44-21=23, Resulting Numbers: [7, 23]
Generated Node #0,... | 0 | hs_1 | mult_heuristic |
[
17,
27,
4,
43
] | 68 | [
"43-27=16",
"17*16=272",
"272/4=68"
] | Current State: 68:[17, 27, 4, 43], Operations: []
Exploring Operation: 43-27=16, Resulting Numbers: [17, 4, 16]
Generated Node #2: [17, 4, 16] from Operation: 43-27=16
Current State: 68:[17, 4, 16], Operations: ['43-27=16']
Exploring Operation: 17*16=272, Resulting Numbers: [4, 272]
Generated Node #3: [4, 272] from Ope... | 4 | Current State: 68:[17, 27, 4, 43], Operations: []
Exploring Operation: 27+43=70, Resulting Numbers: [17, 4, 70]
Generated Node #0,0: 68:[17, 4, 70] Operation: 27+43=70
Exploring Operation: 43-4=39, Resulting Numbers: [17, 27, 39]
Generated Node #0,1: 68:[17, 27, 39] Operation: 43-4=39
Exploring Operation: 27+4=31, Resu... | 0.987847 | hs_4 | sum_heuristic |
[
20,
46,
79,
86
] | 81 | [
"86-46=40",
"40/20=2",
"79+2=81"
] | Current State: 81:[20, 46, 79, 86], Operations: []
Exploring Operation: 86-46=40, Resulting Numbers: [20, 79, 40]
Generated Node #2: [20, 79, 40] from Operation: 86-46=40
Current State: 81:[20, 79, 40], Operations: ['86-46=40']
Exploring Operation: 40/20=2, Resulting Numbers: [79, 2]
Generated Node #3: [79, 2] from Ope... | 4 | Current State: 81:[20, 46, 79, 86], Operations: []
Exploring Operation: 46-20=26, Resulting Numbers: [79, 86, 26]
Generated Node #0,0: 81:[79, 86, 26] Operation: 46-20=26
Start Sub Search at level 1: Moving to Node #0,0
Current State: 81:[79, 86, 26], Operations: ['46-20=26']
Exploring Operation: 86-79=7, Resulting Num... | 0 | hs_1 | sum_heuristic |
[
40,
79,
73,
66
] | 77 | [
"73-40=33",
"66/33=2",
"79-2=77"
] | Current State: 77:[40, 79, 73, 66], Operations: []
Exploring Operation: 73-40=33, Resulting Numbers: [79, 66, 33]
Generated Node #2: [79, 66, 33] from Operation: 73-40=33
Current State: 77:[79, 66, 33], Operations: ['73-40=33']
Exploring Operation: 66/33=2, Resulting Numbers: [79, 2]
Generated Node #3: [79, 2] from Ope... | 4 | Current State: 77:[40, 79, 73, 66], Operations: []
Exploring Operation: 40+66=106, Resulting Numbers: [79, 73, 106]
Generated Node #0,0: 77:[79, 73, 106] Operation: 40+66=106
Exploring Operation: 66-40=26, Resulting Numbers: [79, 73, 26]
Generated Node #0,1: 77:[79, 73, 26] Operation: 66-40=26
Exploring Operation: 73-6... | 0.967882 | hs_4 | mult_heuristic |
[
4,
2,
82,
34
] | 77 | [
"4+82=86",
"86/2=43",
"34+43=77"
] | Current State: 77:[4, 2, 82, 34], Operations: []
Exploring Operation: 4+82=86, Resulting Numbers: [2, 34, 86]
Generated Node #2: [2, 34, 86] from Operation: 4+82=86
Current State: 77:[2, 34, 86], Operations: ['4+82=86']
Exploring Operation: 86/2=43, Resulting Numbers: [34, 43]
Generated Node #3: [34, 43] from Operation... | 4 | Current State: 77:[4, 2, 82, 34], Operations: []
Exploring Operation: 2*34=68, Resulting Numbers: [4, 82, 68]
Generated Node #0,0: 77:[4, 82, 68] Operation: 2*34=68
Exploring Operation: 4*2=8, Resulting Numbers: [82, 34, 8]
Generated Node #0,1: 77:[82, 34, 8] Operation: 4*2=8
Exploring Operation: 34/2=17, Resulting Num... | 0 | hs_5 | mult_heuristic |
[
90,
97,
81,
8
] | 82 | [
"97-90=7",
"81+8=89",
"89-7=82"
] | Current State: 82:[90, 97, 81, 8], Operations: []
Exploring Operation: 97-90=7, Resulting Numbers: [81, 8, 7]
Generated Node #2: [81, 8, 7] from Operation: 97-90=7
Current State: 82:[81, 8, 7], Operations: ['97-90=7']
Exploring Operation: 81+8=89, Resulting Numbers: [7, 89]
Generated Node #3: [7, 89] from Operation: 81... | 4 | Current State: 82:[90, 97, 81, 8], Operations: []
Exploring Operation: 90-8=82, Resulting Numbers: [97, 81, 82]
Generated Node #0,0: 82:[97, 81, 82] Operation: 90-8=82
Exploring Operation: 97-90=7, Resulting Numbers: [81, 8, 7]
Generated Node #0,1: 82:[81, 8, 7] Operation: 97-90=7
Moving to Node #0,1
Current State: 82:... | 0.990451 | hs_2 | sum_heuristic |
[
41,
78,
62,
18
] | 82 | [
"78-62=16",
"18-16=2",
"41*2=82"
] | Current State: 82:[41, 78, 62, 18], Operations: []
Exploring Operation: 78-62=16, Resulting Numbers: [41, 18, 16]
Generated Node #2: [41, 18, 16] from Operation: 78-62=16
Current State: 82:[41, 18, 16], Operations: ['78-62=16']
Exploring Operation: 18-16=2, Resulting Numbers: [41, 2]
Generated Node #3: [41, 2] from Ope... | 4 | Current State: 82:[41, 78, 62, 18], Operations: []
Exploring Operation: 62+18=80, Resulting Numbers: [41, 78, 80]
Generated Node #0,0: 82:[41, 78, 80] Operation: 62+18=80
Moving to Node #0,0
Current State: 82:[41, 78, 80], Operations: ['62+18=80']
Exploring Operation: 80-78=2, Resulting Numbers: [41, 2]
Generated Node ... | 0.993924 | hs_1 | mult_heuristic |
[
49,
70,
40,
52
] | 33 | [
"70-49=21",
"52-40=12",
"21+12=33"
] | Current State: 33:[49, 70, 40, 52], Operations: []
Exploring Operation: 70-49=21, Resulting Numbers: [40, 52, 21]
Generated Node #2: [40, 52, 21] from Operation: 70-49=21
Current State: 33:[40, 52, 21], Operations: ['70-49=21']
Exploring Operation: 52-40=12, Resulting Numbers: [21, 12]
Generated Node #3: [21, 12] from ... | 4 | Current State: 33:[49, 70, 40, 52], Operations: []
Exploring Operation: 70-52=18, Resulting Numbers: [49, 40, 18]
Generated Node #0,0: 33:[49, 40, 18] Operation: 70-52=18
Moving to Node #0,0
Current State: 33:[49, 40, 18], Operations: ['70-52=18']
Exploring Operation: 49-40=9, Resulting Numbers: [18, 9]
Generated Node ... | 0 | hs_1 | sum_heuristic |
[
45,
30,
10,
72
] | 77 | [
"45-30=15",
"72-10=62",
"15+62=77"
] | Current State: 77:[45, 30, 10, 72], Operations: []
Exploring Operation: 45-30=15, Resulting Numbers: [10, 72, 15]
Generated Node #2: [10, 72, 15] from Operation: 45-30=15
Current State: 77:[10, 72, 15], Operations: ['45-30=15']
Exploring Operation: 72-10=62, Resulting Numbers: [15, 62]
Generated Node #3: [15, 62] from ... | 4 | Current State: 77:[45, 30, 10, 72], Operations: []
Exploring Operation: 45+30=75, Resulting Numbers: [10, 72, 75]
Generated Node #0,0: 77:[10, 72, 75] Operation: 45+30=75
Start Sub Search at level 1: Moving to Node #0,0
Current State: 77:[10, 72, 75], Operations: ['45+30=75']
Exploring Operation: 75-72=3, Resulting Num... | 0 | hs_1 | mult_heuristic |
[
8,
38,
78,
92
] | 87 | [
"78-38=40",
"40/8=5",
"92-5=87"
] | Current State: 87:[8, 38, 78, 92], Operations: []
Exploring Operation: 78-38=40, Resulting Numbers: [8, 92, 40]
Generated Node #2: [8, 92, 40] from Operation: 78-38=40
Current State: 87:[8, 92, 40], Operations: ['78-38=40']
Exploring Operation: 40/8=5, Resulting Numbers: [92, 5]
Generated Node #3: [92, 5] from Operatio... | 4 | Current State: 87:[8, 38, 78, 92], Operations: []
Exploring Operation: 78-38=40, Resulting Numbers: [8, 92, 40]
Generated Node #0,0: 87:[8, 92, 40] Operation: 78-38=40
Exploring Operation: 92-8=84, Resulting Numbers: [38, 78, 84]
Generated Node #0,1: 87:[38, 78, 84] Operation: 92-8=84
Exploring Operation: 38-8=30, Resu... | 0.960069 | hs_4 | sum_heuristic |
[
50,
17,
18,
75
] | 79 | [
"50+18=68",
"68/17=4",
"75+4=79"
] | Current State: 79:[50, 17, 18, 75], Operations: []
Exploring Operation: 50+18=68, Resulting Numbers: [17, 75, 68]
Generated Node #2: [17, 75, 68] from Operation: 50+18=68
Current State: 79:[17, 75, 68], Operations: ['50+18=68']
Exploring Operation: 68/17=4, Resulting Numbers: [75, 4]
Generated Node #3: [75, 4] from Ope... | 4 | Current State: 79:[50, 17, 18, 75], Operations: []
Exploring Operation: 50+18=68, Resulting Numbers: [17, 75, 68]
Generated Node #0,0: 79:[17, 75, 68] Operation: 50+18=68
Exploring Operation: 50+17=67, Resulting Numbers: [18, 75, 67]
Generated Node #0,1: 79:[18, 75, 67] Operation: 50+17=67
Moving to Node #0,0
Current S... | 0 | hs_2 | sum_heuristic |
[
78,
41,
43,
65
] | 26 | [
"78-65=13",
"43-41=2",
"13*2=26"
] | Current State: 26:[78, 41, 43, 65], Operations: []
Exploring Operation: 78-65=13, Resulting Numbers: [41, 43, 13]
Generated Node #2: [41, 43, 13] from Operation: 78-65=13
Current State: 26:[41, 43, 13], Operations: ['78-65=13']
Exploring Operation: 43-41=2, Resulting Numbers: [13, 2]
Generated Node #3: [13, 2] from Ope... | 4 | Current State: 26:[78, 41, 43, 65], Operations: []
Exploring Operation: 78-65=13, Resulting Numbers: [41, 43, 13]
Generated Node #0,0: 26:[41, 43, 13] Operation: 78-65=13
Start Sub Search at level 1: Moving to Node #0,0
Current State: 26:[41, 43, 13], Operations: ['78-65=13']
Exploring Operation: 43-41=2, Resulting Num... | 0.993924 | hs_1 | mult_heuristic |
[
11,
51,
99,
87
] | 27 | [
"99/11=9",
"87-51=36",
"36-9=27"
] | Current State: 27:[11, 51, 99, 87], Operations: []
Exploring Operation: 99/11=9, Resulting Numbers: [51, 87, 9]
Generated Node #2: [51, 87, 9] from Operation: 99/11=9
Current State: 27:[51, 87, 9], Operations: ['99/11=9']
Exploring Operation: 87-51=36, Resulting Numbers: [9, 36]
Generated Node #3: [9, 36] from Operatio... | 4 | Current State: 27:[11, 51, 99, 87], Operations: []
Exploring Operation: 87-51=36, Resulting Numbers: [11, 99, 36]
Generated Node #0,0: 27:[11, 99, 36] Operation: 87-51=36
Exploring Operation: 99-51=48, Resulting Numbers: [11, 87, 48]
Generated Node #0,1: 27:[11, 87, 48] Operation: 99-51=48
Exploring Operation: 99-87=12... | 0.973958 | hs_4 | sum_heuristic |
[
31,
45,
29,
33
] | 24 | [
"31-29=2",
"45-33=12",
"2*12=24"
] | Current State: 24:[31, 45, 29, 33], Operations: []
Exploring Operation: 31-29=2, Resulting Numbers: [45, 33, 2]
Generated Node #2: [45, 33, 2] from Operation: 31-29=2
Current State: 24:[45, 33, 2], Operations: ['31-29=2']
Exploring Operation: 45-33=12, Resulting Numbers: [2, 12]
Generated Node #3: [2, 12] from Operatio... | 4 | Current State: 24:[31, 45, 29, 33], Operations: []
Exploring Operation: 45-29=16, Resulting Numbers: [31, 33, 16]
Generated Node #0,0: 24:[31, 33, 16] Operation: 45-29=16
Exploring Operation: 45-33=12, Resulting Numbers: [31, 29, 12]
Generated Node #0,1: 24:[31, 29, 12] Operation: 45-33=12
Exploring Operation: 45-31=14... | 0.990451 | hs_3 | sum_heuristic |
[
2,
76,
70,
78
] | 30 | [
"76/2=38",
"78-70=8",
"38-8=30"
] | Current State: 30:[2, 76, 70, 78], Operations: []
Exploring Operation: 76/2=38, Resulting Numbers: [70, 78, 38]
Generated Node #2: [70, 78, 38] from Operation: 76/2=38
Current State: 30:[70, 78, 38], Operations: ['76/2=38']
Exploring Operation: 78-70=8, Resulting Numbers: [38, 8]
Generated Node #3: [38, 8] from Operati... | 4 | Current State: 30:[2, 76, 70, 78], Operations: []
Exploring Operation: 78-70=8, Resulting Numbers: [2, 76, 8]
Generated Node #0,0: 30:[2, 76, 8] Operation: 78-70=8
Exploring Operation: 78/2=39, Resulting Numbers: [76, 70, 39]
Generated Node #0,1: 30:[76, 70, 39] Operation: 78/2=39
Exploring Operation: 76-70=6, Resultin... | 0.953993 | hs_5 | sum_heuristic |
[
18,
2,
90,
57
] | 49 | [
"18-2=16",
"90-57=33",
"16+33=49"
] | Current State: 49:[18, 2, 90, 57], Operations: []
Exploring Operation: 18-2=16, Resulting Numbers: [90, 57, 16]
Generated Node #2: [90, 57, 16] from Operation: 18-2=16
Current State: 49:[90, 57, 16], Operations: ['18-2=16']
Exploring Operation: 90-57=33, Resulting Numbers: [16, 33]
Generated Node #3: [16, 33] from Oper... | 4 | Current State: 49:[18, 2, 90, 57], Operations: []
Exploring Operation: 90-18=72, Resulting Numbers: [2, 57, 72]
Generated Node #0,0: 49:[2, 57, 72] Operation: 90-18=72
Exploring Operation: 90/18=5, Resulting Numbers: [2, 57, 5]
Generated Node #0,1: 49:[2, 57, 5] Operation: 90/18=5
Exploring Operation: 90-57=33, Resulti... | 0.949653 | hs_5 | mult_heuristic |
[
55,
72,
60,
2
] | 69 | [
"55+72=127",
"60-2=58",
"127-58=69"
] | Current State: 69:[55, 72, 60, 2], Operations: []
Exploring Operation: 55+72=127, Resulting Numbers: [60, 2, 127]
Generated Node #2: [60, 2, 127] from Operation: 55+72=127
Current State: 69:[60, 2, 127], Operations: ['55+72=127']
Exploring Operation: 60-2=58, Resulting Numbers: [127, 58]
Generated Node #3: [127, 58] fr... | 4 | Current State: 69:[55, 72, 60, 2], Operations: []
Exploring Operation: 60-55=5, Resulting Numbers: [72, 2, 5]
Generated Node #0,0: 69:[72, 2, 5] Operation: 60-55=5
Start Sub Search at level 1: Moving to Node #0,0
Current State: 69:[72, 2, 5], Operations: ['60-55=5']
Exploring Operation: 72-2=70, Resulting Numbers: [5, ... | 0 | hs_1 | mult_heuristic |
[
4,
76,
37,
24
] | 67 | [
"4+76=80",
"37-24=13",
"80-13=67"
] | Current State: 67:[4, 76, 37, 24], Operations: []
Exploring Operation: 4+76=80, Resulting Numbers: [37, 24, 80]
Generated Node #2: [37, 24, 80] from Operation: 4+76=80
Current State: 67:[37, 24, 80], Operations: ['4+76=80']
Exploring Operation: 37-24=13, Resulting Numbers: [80, 13]
Generated Node #3: [80, 13] from Oper... | 4 | Current State: 67:[4, 76, 37, 24], Operations: []
Exploring Operation: 4+24=28, Resulting Numbers: [76, 37, 28]
Generated Node #0,0: 67:[76, 37, 28] Operation: 4+24=28
Exploring Operation: 4*24=96, Resulting Numbers: [76, 37, 96]
Generated Node #0,1: 67:[76, 37, 96] Operation: 4*24=96
Exploring Operation: 4+37=41, Resu... | 0.96875 | hs_4 | sum_heuristic |
[
30,
40,
22,
87
] | 39 | [
"30+40=70",
"22+87=109",
"109-70=39"
] | Current State: 39:[30, 40, 22, 87], Operations: []
Exploring Operation: 30+40=70, Resulting Numbers: [22, 87, 70]
Generated Node #2: [22, 87, 70] from Operation: 30+40=70
Current State: 39:[22, 87, 70], Operations: ['30+40=70']
Exploring Operation: 22+87=109, Resulting Numbers: [70, 109]
Generated Node #3: [70, 109] fr... | 4 | Current State: 39:[30, 40, 22, 87], Operations: []
Exploring Operation: 87-40=47, Resulting Numbers: [30, 22, 47]
Generated Node #0,0: 39:[30, 22, 47] Operation: 87-40=47
Exploring Operation: 87-22=65, Resulting Numbers: [30, 40, 65]
Generated Node #0,1: 39:[30, 40, 65] Operation: 87-22=65
Exploring Operation: 87-30=57... | 0.989583 | hs_3 | mult_heuristic |
[
67,
84,
29,
21
] | 67 | [
"84-67=17",
"29+21=50",
"17+50=67"
] | Current State: 67:[67, 84, 29, 21], Operations: []
Exploring Operation: 84-67=17, Resulting Numbers: [29, 21, 17]
Generated Node #2: [29, 21, 17] from Operation: 84-67=17
Current State: 67:[29, 21, 17], Operations: ['84-67=17']
Exploring Operation: 29+21=50, Resulting Numbers: [17, 50]
Generated Node #3: [17, 50] from ... | 4 | Current State: 67:[67, 84, 29, 21], Operations: []
Exploring Operation: 84-29=55, Resulting Numbers: [67, 21, 55]
Generated Node #0,0: 67:[67, 21, 55] Operation: 84-29=55
Exploring Operation: 84-21=63, Resulting Numbers: [67, 29, 63]
Generated Node #0,1: 67:[67, 29, 63] Operation: 84-21=63
Exploring Operation: 67+21=88... | 0.981771 | hs_4 | mult_heuristic |
[
98,
96,
12,
32
] | 89 | [
"98-12=86",
"96/32=3",
"86+3=89"
] | Current State: 89:[98, 96, 12, 32], Operations: []
Exploring Operation: 98-12=86, Resulting Numbers: [96, 32, 86]
Generated Node #2: [96, 32, 86] from Operation: 98-12=86
Current State: 89:[96, 32, 86], Operations: ['98-12=86']
Exploring Operation: 96/32=3, Resulting Numbers: [86, 3]
Generated Node #3: [86, 3] from Ope... | 4 | Current State: 89:[98, 96, 12, 32], Operations: []
Exploring Operation: 12+32=44, Resulting Numbers: [98, 96, 44]
Generated Node #0,0: 89:[98, 96, 44] Operation: 12+32=44
Moving to Node #0,0
Current State: 89:[98, 96, 44], Operations: ['12+32=44']
Exploring Operation: 98-44=54, Resulting Numbers: [96, 54]
Generated Nod... | 0 | hs_1 | sum_heuristic |
[
45,
26,
73,
54
] | 11 | [
"54-45=9",
"26+73=99",
"99/9=11"
] | Current State: 11:[45, 26, 73, 54], Operations: []
Exploring Operation: 54-45=9, Resulting Numbers: [26, 73, 9]
Generated Node #2: [26, 73, 9] from Operation: 54-45=9
Current State: 11:[26, 73, 9], Operations: ['54-45=9']
Exploring Operation: 26+73=99, Resulting Numbers: [9, 99]
Generated Node #3: [9, 99] from Operatio... | 4 | Current State: 11:[45, 26, 73, 54], Operations: []
Exploring Operation: 73-45=28, Resulting Numbers: [26, 54, 28]
Generated Node #0,0: 11:[26, 54, 28] Operation: 73-45=28
Exploring Operation: 73-54=19, Resulting Numbers: [45, 26, 19]
Generated Node #0,1: 11:[45, 26, 19] Operation: 73-54=19
Moving to Node #0,1
Current S... | 0 | hs_2 | sum_heuristic |
[
41,
37,
58,
72
] | 76 | [
"41-37=4",
"72/4=18",
"58+18=76"
] | Current State: 76:[41, 37, 58, 72], Operations: []
Exploring Operation: 41-37=4, Resulting Numbers: [58, 72, 4]
Generated Node #2: [58, 72, 4] from Operation: 41-37=4
Current State: 76:[58, 72, 4], Operations: ['41-37=4']
Exploring Operation: 72/4=18, Resulting Numbers: [58, 18]
Generated Node #3: [58, 18] from Operati... | 4 | Current State: 76:[41, 37, 58, 72], Operations: []
Exploring Operation: 58-41=17, Resulting Numbers: [37, 72, 17]
Generated Node #0,0: 76:[37, 72, 17] Operation: 58-41=17
Exploring Operation: 41-37=4, Resulting Numbers: [58, 72, 4]
Generated Node #0,1: 76:[58, 72, 4] Operation: 41-37=4
Exploring Operation: 58-37=21, Re... | 0.927083 | hs_5 | sum_heuristic |
[
14,
47,
3,
1
] | 86 | [
"14-1=13",
"3*13=39",
"47+39=86"
] | Current State: 86:[14, 47, 3, 1], Operations: []
Exploring Operation: 14-1=13, Resulting Numbers: [47, 3, 13]
Generated Node #2: [47, 3, 13] from Operation: 14-1=13
Current State: 86:[47, 3, 13], Operations: ['14-1=13']
Exploring Operation: 3*13=39, Resulting Numbers: [47, 39]
Generated Node #3: [47, 39] from Operation... | 4 | Current State: 86:[14, 47, 3, 1], Operations: []
Exploring Operation: 47-3=44, Resulting Numbers: [14, 1, 44]
Generated Node #0,0: 86:[14, 1, 44] Operation: 47-3=44
Exploring Operation: 14*3=42, Resulting Numbers: [47, 1, 42]
Generated Node #0,1: 86:[47, 1, 42] Operation: 14*3=42
Exploring Operation: 47-14=33, Resultin... | 0 | hs_4 | sum_heuristic |
[
8,
15,
68,
26
] | 71 | [
"8+15=23",
"68+26=94",
"94-23=71"
] | Current State: 71:[8, 15, 68, 26], Operations: []
Exploring Operation: 8+15=23, Resulting Numbers: [68, 26, 23]
Generated Node #2: [68, 26, 23] from Operation: 8+15=23
Current State: 71:[68, 26, 23], Operations: ['8+15=23']
Exploring Operation: 68+26=94, Resulting Numbers: [23, 94]
Generated Node #3: [23, 94] from Oper... | 4 | Current State: 71:[8, 15, 68, 26], Operations: []
Exploring Operation: 8*15=120, Resulting Numbers: [68, 26, 120]
Generated Node #0,0: 71:[68, 26, 120] Operation: 8*15=120
Exploring Operation: 8+26=34, Resulting Numbers: [15, 68, 34]
Generated Node #0,1: 71:[15, 68, 34] Operation: 8+26=34
Exploring Operation: 15+26=41,... | 0.975694 | hs_5 | sum_heuristic |
[
51,
37,
49,
94
] | 20 | [
"51-49=2",
"37*2=74",
"94-74=20"
] | Current State: 20:[51, 37, 49, 94], Operations: []
Exploring Operation: 51-49=2, Resulting Numbers: [37, 94, 2]
Generated Node #2: [37, 94, 2] from Operation: 51-49=2
Current State: 20:[37, 94, 2], Operations: ['51-49=2']
Exploring Operation: 37*2=74, Resulting Numbers: [94, 74]
Generated Node #3: [94, 74] from Operati... | 4 | Current State: 20:[51, 37, 49, 94], Operations: []
Exploring Operation: 51-49=2, Resulting Numbers: [37, 94, 2]
Generated Node #0,0: 20:[37, 94, 2] Operation: 51-49=2
Exploring Operation: 51-37=14, Resulting Numbers: [49, 94, 14]
Generated Node #0,1: 20:[49, 94, 14] Operation: 51-37=14
Exploring Operation: 94-51=43, Re... | 0 | hs_5 | mult_heuristic |
[
20,
39,
74,
95
] | 79 | [
"39-20=19",
"95/19=5",
"74+5=79"
] | Current State: 79:[20, 39, 74, 95], Operations: []
Exploring Operation: 39-20=19, Resulting Numbers: [74, 95, 19]
Generated Node #2: [74, 95, 19] from Operation: 39-20=19
Current State: 79:[74, 95, 19], Operations: ['39-20=19']
Exploring Operation: 95/19=5, Resulting Numbers: [74, 5]
Generated Node #3: [74, 5] from Ope... | 4 | Current State: 79:[20, 39, 74, 95], Operations: []
Exploring Operation: 20+39=59, Resulting Numbers: [74, 95, 59]
Generated Node #0,0: 79:[74, 95, 59] Operation: 20+39=59
Start Sub Search at level 1: Moving to Node #0,0
Current State: 79:[74, 95, 59], Operations: ['20+39=59']
Exploring Operation: 95-59=36, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
35,
98,
7,
23
] | 79 | [
"98-35=63",
"23-7=16",
"63+16=79"
] | Current State: 79:[35, 98, 7, 23], Operations: []
Exploring Operation: 98-35=63, Resulting Numbers: [7, 23, 63]
Generated Node #2: [7, 23, 63] from Operation: 98-35=63
Current State: 79:[7, 23, 63], Operations: ['98-35=63']
Exploring Operation: 23-7=16, Resulting Numbers: [63, 16]
Generated Node #3: [63, 16] from Opera... | 4 | Current State: 79:[35, 98, 7, 23], Operations: []
Exploring Operation: 35+23=58, Resulting Numbers: [98, 7, 58]
Generated Node #0,0: 79:[98, 7, 58] Operation: 35+23=58
Exploring Operation: 35+7=42, Resulting Numbers: [98, 23, 42]
Generated Node #0,1: 79:[98, 23, 42] Operation: 35+7=42
Exploring Operation: 98-7=91, Resu... | 0.97309 | hs_3 | mult_heuristic |
[
21,
91,
3,
5
] | 13 | [
"21+5=26",
"3*26=78",
"91-78=13"
] | Current State: 13:[21, 91, 3, 5], Operations: []
Exploring Operation: 21+5=26, Resulting Numbers: [91, 3, 26]
Generated Node #2: [91, 3, 26] from Operation: 21+5=26
Current State: 13:[91, 3, 26], Operations: ['21+5=26']
Exploring Operation: 3*26=78, Resulting Numbers: [91, 78]
Generated Node #3: [91, 78] from Operation... | 4 | Current State: 13:[21, 91, 3, 5], Operations: []
Exploring Operation: 3*5=15, Resulting Numbers: [21, 91, 15]
Generated Node #0,0: 13:[21, 91, 15] Operation: 3*5=15
Exploring Operation: 91-21=70, Resulting Numbers: [3, 5, 70]
Generated Node #0,1: 13:[3, 5, 70] Operation: 91-21=70
Moving to Node #0,1
Current State: 13:[... | 0 | hs_2 | mult_heuristic |
[
10,
39,
68,
1
] | 96 | [
"39-10=29",
"68-1=67",
"29+67=96"
] | Current State: 96:[10, 39, 68, 1], Operations: []
Exploring Operation: 39-10=29, Resulting Numbers: [68, 1, 29]
Generated Node #2: [68, 1, 29] from Operation: 39-10=29
Current State: 96:[68, 1, 29], Operations: ['39-10=29']
Exploring Operation: 68-1=67, Resulting Numbers: [29, 67]
Generated Node #3: [29, 67] from Opera... | 4 | Current State: 96:[10, 39, 68, 1], Operations: []
Exploring Operation: 39+68=107, Resulting Numbers: [10, 1, 107]
Generated Node #0,0: 96:[10, 1, 107] Operation: 39+68=107
Exploring Operation: 68-39=29, Resulting Numbers: [10, 1, 29]
Generated Node #0,1: 96:[10, 1, 29] Operation: 68-39=29
Start Sub Search at level 1: M... | 0.986111 | hs_2 | sum_heuristic |
[
79,
23,
75,
82
] | 95 | [
"79+23=102",
"82-75=7",
"102-7=95"
] | Current State: 95:[79, 23, 75, 82], Operations: []
Exploring Operation: 79+23=102, Resulting Numbers: [75, 82, 102]
Generated Node #2: [75, 82, 102] from Operation: 79+23=102
Current State: 95:[75, 82, 102], Operations: ['79+23=102']
Exploring Operation: 82-75=7, Resulting Numbers: [102, 7]
Generated Node #3: [102, 7] ... | 4 | Current State: 95:[79, 23, 75, 82], Operations: []
Exploring Operation: 82-75=7, Resulting Numbers: [79, 23, 7]
Generated Node #0,0: 95:[79, 23, 7] Operation: 82-75=7
Exploring Operation: 79-75=4, Resulting Numbers: [23, 82, 4]
Generated Node #0,1: 95:[23, 82, 4] Operation: 79-75=4
Exploring Operation: 23+75=98, Result... | 0.977431 | hs_4 | mult_heuristic |
[
81,
64,
3,
76
] | 31 | [
"81-64=17",
"76+17=93",
"93/3=31"
] | Current State: 31:[81, 64, 3, 76], Operations: []
Exploring Operation: 81-64=17, Resulting Numbers: [3, 76, 17]
Generated Node #2: [3, 76, 17] from Operation: 81-64=17
Current State: 31:[3, 76, 17], Operations: ['81-64=17']
Exploring Operation: 76+17=93, Resulting Numbers: [3, 93]
Generated Node #3: [3, 93] from Operat... | 4 | Current State: 31:[81, 64, 3, 76], Operations: []
Exploring Operation: 81-76=5, Resulting Numbers: [64, 3, 5]
Generated Node #0,0: 31:[64, 3, 5] Operation: 81-76=5
Exploring Operation: 81-3=78, Resulting Numbers: [64, 76, 78]
Generated Node #0,1: 31:[64, 76, 78] Operation: 81-3=78
Exploring Operation: 76-64=12, Resulti... | 0 | hs_5 | sum_heuristic |
[
1,
92,
34,
51
] | 62 | [
"1+92=93",
"34*93=3162",
"3162/51=62"
] | Current State: 62:[1, 92, 34, 51], Operations: []
Exploring Operation: 1+92=93, Resulting Numbers: [34, 51, 93]
Generated Node #2: [34, 51, 93] from Operation: 1+92=93
Current State: 62:[34, 51, 93], Operations: ['1+92=93']
Exploring Operation: 34*93=3162, Resulting Numbers: [51, 3162]
Generated Node #3: [51, 3162] fro... | 4 | Current State: 62:[1, 92, 34, 51], Operations: []
Exploring Operation: 92-51=41, Resulting Numbers: [1, 34, 41]
Generated Node #0,0: 62:[1, 34, 41] Operation: 92-51=41
Moving to Node #0,0
Current State: 62:[1, 34, 41], Operations: ['92-51=41']
Exploring Operation: 41-34=7, Resulting Numbers: [1, 7]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
39,
78,
81,
66
] | 96 | [
"78/39=2",
"81*2=162",
"162-66=96"
] | Current State: 96:[39, 78, 81, 66], Operations: []
Exploring Operation: 78/39=2, Resulting Numbers: [81, 66, 2]
Generated Node #2: [81, 66, 2] from Operation: 78/39=2
Current State: 96:[81, 66, 2], Operations: ['78/39=2']
Exploring Operation: 81*2=162, Resulting Numbers: [66, 162]
Generated Node #3: [66, 162] from Oper... | 4 | Current State: 96:[39, 78, 81, 66], Operations: []
Exploring Operation: 78-66=12, Resulting Numbers: [39, 81, 12]
Generated Node #0,0: 96:[39, 81, 12] Operation: 78-66=12
Start Sub Search at level 1: Moving to Node #0,0
Current State: 96:[39, 81, 12], Operations: ['78-66=12']
Exploring Operation: 81-39=42, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
40,
42,
31,
42
] | 40 | [
"42-42=0",
"31*0=0",
"40+0=40"
] | Current State: 40:[40, 42, 31, 42], Operations: []
Exploring Operation: 42-42=0, Resulting Numbers: [40, 31, 0]
Generated Node #2: [40, 31, 0] from Operation: 42-42=0
Current State: 40:[40, 31, 0], Operations: ['42-42=0']
Exploring Operation: 31*0=0, Resulting Numbers: [40, 0]
Generated Node #3: [40, 0] from Operation:... | 4 | Current State: 40:[40, 42, 31, 42], Operations: []
Exploring Operation: 42-31=11, Resulting Numbers: [40, 42, 11]
Generated Node #0,0: 40:[40, 42, 11] Operation: 42-31=11
Exploring Operation: 42-31=11, Resulting Numbers: [40, 42, 11]
Generated Node #0,1: 40:[40, 42, 11] Operation: 42-31=11
Moving to Node #0,0
Current S... | 0 | hs_2 | sum_heuristic |
[
43,
16,
15,
38
] | 48 | [
"43-38=5",
"16*15=240",
"240/5=48"
] | Current State: 48:[43, 16, 15, 38], Operations: []
Exploring Operation: 43-38=5, Resulting Numbers: [16, 15, 5]
Generated Node #2: [16, 15, 5] from Operation: 43-38=5
Current State: 48:[16, 15, 5], Operations: ['43-38=5']
Exploring Operation: 16*15=240, Resulting Numbers: [5, 240]
Generated Node #3: [5, 240] from Opera... | 4 | Current State: 48:[43, 16, 15, 38], Operations: []
Exploring Operation: 38-15=23, Resulting Numbers: [43, 16, 23]
Generated Node #0,0: 48:[43, 16, 23] Operation: 38-15=23
Exploring Operation: 43-38=5, Resulting Numbers: [16, 15, 5]
Generated Node #0,1: 48:[16, 15, 5] Operation: 43-38=5
Exploring Operation: 38-16=22, Re... | 0.989583 | hs_3 | sum_heuristic |
[
3,
21,
60,
33
] | 70 | [
"33/3=11",
"21+60=81",
"81-11=70"
] | Current State: 70:[3, 21, 60, 33], Operations: []
Exploring Operation: 33/3=11, Resulting Numbers: [21, 60, 11]
Generated Node #2: [21, 60, 11] from Operation: 33/3=11
Current State: 70:[21, 60, 11], Operations: ['33/3=11']
Exploring Operation: 21+60=81, Resulting Numbers: [11, 81]
Generated Node #3: [11, 81] from Oper... | 4 | Current State: 70:[3, 21, 60, 33], Operations: []
Exploring Operation: 60-21=39, Resulting Numbers: [3, 33, 39]
Generated Node #0,0: 70:[3, 33, 39] Operation: 60-21=39
Moving to Node #0,0
Current State: 70:[3, 33, 39], Operations: ['60-21=39']
Exploring Operation: 39-33=6, Resulting Numbers: [3, 6]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
45,
74,
26,
16
] | 77 | [
"45+74=119",
"26+16=42",
"119-42=77"
] | Current State: 77:[45, 74, 26, 16], Operations: []
Exploring Operation: 45+74=119, Resulting Numbers: [26, 16, 119]
Generated Node #2: [26, 16, 119] from Operation: 45+74=119
Current State: 77:[26, 16, 119], Operations: ['45+74=119']
Exploring Operation: 26+16=42, Resulting Numbers: [119, 42]
Generated Node #3: [119, 4... | 4 | Current State: 77:[45, 74, 26, 16], Operations: []
Exploring Operation: 45-16=29, Resulting Numbers: [74, 26, 29]
Generated Node #0,0: 77:[74, 26, 29] Operation: 45-16=29
Exploring Operation: 45+16=61, Resulting Numbers: [74, 26, 61]
Generated Node #0,1: 77:[74, 26, 61] Operation: 45+16=61
Exploring Operation: 45+26=71... | 0.969618 | hs_5 | sum_heuristic |
[
10,
88,
2,
22
] | 16 | [
"10+2=12",
"88/22=4",
"12+4=16"
] | Current State: 16:[10, 88, 2, 22], Operations: []
Exploring Operation: 10+2=12, Resulting Numbers: [88, 22, 12]
Generated Node #2: [88, 22, 12] from Operation: 10+2=12
Current State: 16:[88, 22, 12], Operations: ['10+2=12']
Exploring Operation: 88/22=4, Resulting Numbers: [12, 4]
Generated Node #3: [12, 4] from Operati... | 4 | Current State: 16:[10, 88, 2, 22], Operations: []
Exploring Operation: 88/2=44, Resulting Numbers: [10, 22, 44]
Generated Node #0,0: 16:[10, 22, 44] Operation: 88/2=44
Exploring Operation: 88/22=4, Resulting Numbers: [10, 2, 4]
Generated Node #0,1: 16:[10, 2, 4] Operation: 88/22=4
Start Sub Search at level 1: Moving to... | 0 | hs_2 | mult_heuristic |
[
51,
11,
28,
48
] | 60 | [
"51-11=40",
"48-28=20",
"40+20=60"
] | Current State: 60:[51, 11, 28, 48], Operations: []
Exploring Operation: 51-11=40, Resulting Numbers: [28, 48, 40]
Generated Node #2: [28, 48, 40] from Operation: 51-11=40
Current State: 60:[28, 48, 40], Operations: ['51-11=40']
Exploring Operation: 48-28=20, Resulting Numbers: [40, 20]
Generated Node #3: [40, 20] from ... | 4 | Current State: 60:[51, 11, 28, 48], Operations: []
Exploring Operation: 51-48=3, Resulting Numbers: [11, 28, 3]
Generated Node #0,0: 60:[11, 28, 3] Operation: 51-48=3
Moving to Node #0,0
Current State: 60:[11, 28, 3], Operations: ['51-48=3']
Exploring Operation: 28-11=17, Resulting Numbers: [3, 17]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
42,
59,
97,
25
] | 53 | [
"42*59=2478",
"97*25=2425",
"2478-2425=53"
] | Current State: 53:[42, 59, 97, 25], Operations: []
Exploring Operation: 42*59=2478, Resulting Numbers: [97, 25, 2478]
Generated Node #2: [97, 25, 2478] from Operation: 42*59=2478
Current State: 53:[97, 25, 2478], Operations: ['42*59=2478']
Exploring Operation: 97*25=2425, Resulting Numbers: [2478, 2425]
Generated Node ... | 4 | Current State: 53:[42, 59, 97, 25], Operations: []
Exploring Operation: 97-42=55, Resulting Numbers: [59, 25, 55]
Generated Node #0,0: 53:[59, 25, 55] Operation: 97-42=55
Start Sub Search at level 1: Moving to Node #0,0
Current State: 53:[59, 25, 55], Operations: ['97-42=55']
Exploring Operation: 59-25=34, Resulting Nu... | 0 | hs_1 | sum_heuristic |
[
2,
71,
61,
53
] | 33 | [
"71-61=10",
"2*10=20",
"53-20=33"
] | Current State: 33:[2, 71, 61, 53], Operations: []
Exploring Operation: 71-61=10, Resulting Numbers: [2, 53, 10]
Generated Node #2: [2, 53, 10] from Operation: 71-61=10
Current State: 33:[2, 53, 10], Operations: ['71-61=10']
Exploring Operation: 2*10=20, Resulting Numbers: [53, 20]
Generated Node #3: [53, 20] from Opera... | 4 | Current State: 33:[2, 71, 61, 53], Operations: []
Exploring Operation: 71-61=10, Resulting Numbers: [2, 53, 10]
Generated Node #0,0: 33:[2, 53, 10] Operation: 71-61=10
Exploring Operation: 61-53=8, Resulting Numbers: [2, 71, 8]
Generated Node #0,1: 33:[2, 71, 8] Operation: 61-53=8
Exploring Operation: 71-53=18, Resulti... | 0 | hs_3 | mult_heuristic |
[
41,
9,
85,
89
] | 46 | [
"41+9=50",
"89-85=4",
"50-4=46"
] | Current State: 46:[41, 9, 85, 89], Operations: []
Exploring Operation: 41+9=50, Resulting Numbers: [85, 89, 50]
Generated Node #2: [85, 89, 50] from Operation: 41+9=50
Current State: 46:[85, 89, 50], Operations: ['41+9=50']
Exploring Operation: 89-85=4, Resulting Numbers: [50, 4]
Generated Node #3: [50, 4] from Operati... | 4 | Current State: 46:[41, 9, 85, 89], Operations: []
Exploring Operation: 85-9=76, Resulting Numbers: [41, 89, 76]
Generated Node #0,0: 46:[41, 89, 76] Operation: 85-9=76
Exploring Operation: 85-41=44, Resulting Numbers: [9, 89, 44]
Generated Node #0,1: 46:[9, 89, 44] Operation: 85-41=44
Exploring Operation: 89-41=48, Res... | 0.983507 | hs_4 | mult_heuristic |
[
45,
53,
78,
5
] | 14 | [
"53-45=8",
"78-8=70",
"70/5=14"
] | Current State: 14:[45, 53, 78, 5], Operations: []
Exploring Operation: 53-45=8, Resulting Numbers: [78, 5, 8]
Generated Node #2: [78, 5, 8] from Operation: 53-45=8
Current State: 14:[78, 5, 8], Operations: ['53-45=8']
Exploring Operation: 78-8=70, Resulting Numbers: [5, 70]
Generated Node #3: [5, 70] from Operation: 78... | 4 | Current State: 14:[45, 53, 78, 5], Operations: []
Exploring Operation: 78-53=25, Resulting Numbers: [45, 5, 25]
Generated Node #0,0: 14:[45, 5, 25] Operation: 78-53=25
Exploring Operation: 78-45=33, Resulting Numbers: [53, 5, 33]
Generated Node #0,1: 14:[53, 5, 33] Operation: 78-45=33
Exploring Operation: 53-45=8, Resu... | 0.977431 | hs_3 | mult_heuristic |
[
95,
11,
97,
35
] | 23 | [
"97-95=2",
"11+35=46",
"46/2=23"
] | Current State: 23:[95, 11, 97, 35], Operations: []
Exploring Operation: 97-95=2, Resulting Numbers: [11, 35, 2]
Generated Node #2: [11, 35, 2] from Operation: 97-95=2
Current State: 23:[11, 35, 2], Operations: ['97-95=2']
Exploring Operation: 11+35=46, Resulting Numbers: [2, 46]
Generated Node #3: [2, 46] from Operatio... | 4 | Current State: 23:[95, 11, 97, 35], Operations: []
Exploring Operation: 97-35=62, Resulting Numbers: [95, 11, 62]
Generated Node #0,0: 23:[95, 11, 62] Operation: 97-35=62
Exploring Operation: 95-11=84, Resulting Numbers: [97, 35, 84]
Generated Node #0,1: 23:[97, 35, 84] Operation: 95-11=84
Exploring Operation: 97-95=2,... | 0 | hs_4 | mult_heuristic |
[
93,
53,
52,
86
] | 15 | [
"93-86=7",
"53+52=105",
"105/7=15"
] | Current State: 15:[93, 53, 52, 86], Operations: []
Exploring Operation: 93-86=7, Resulting Numbers: [53, 52, 7]
Generated Node #2: [53, 52, 7] from Operation: 93-86=7
Current State: 15:[53, 52, 7], Operations: ['93-86=7']
Exploring Operation: 53+52=105, Resulting Numbers: [7, 105]
Generated Node #3: [7, 105] from Opera... | 4 | Current State: 15:[93, 53, 52, 86], Operations: []
Exploring Operation: 93-53=40, Resulting Numbers: [52, 86, 40]
Generated Node #0,0: 15:[52, 86, 40] Operation: 93-53=40
Exploring Operation: 93-86=7, Resulting Numbers: [53, 52, 7]
Generated Node #0,1: 15:[53, 52, 7] Operation: 93-86=7
Exploring Operation: 86-52=34, Re... | 0 | hs_5 | mult_heuristic |
[
19,
83,
80,
25
] | 47 | [
"19+83=102",
"80-25=55",
"102-55=47"
] | Current State: 47:[19, 83, 80, 25], Operations: []
Exploring Operation: 19+83=102, Resulting Numbers: [80, 25, 102]
Generated Node #2: [80, 25, 102] from Operation: 19+83=102
Current State: 47:[80, 25, 102], Operations: ['19+83=102']
Exploring Operation: 80-25=55, Resulting Numbers: [102, 55]
Generated Node #3: [102, 5... | 4 | Current State: 47:[19, 83, 80, 25], Operations: []
Exploring Operation: 80-25=55, Resulting Numbers: [19, 83, 55]
Generated Node #0,0: 47:[19, 83, 55] Operation: 80-25=55
Exploring Operation: 80-19=61, Resulting Numbers: [83, 25, 61]
Generated Node #0,1: 47:[83, 25, 61] Operation: 80-19=61
Exploring Operation: 83-19=64... | 0.949653 | hs_5 | mult_heuristic |
[
63,
60,
24,
21
] | 43 | [
"24-21=3",
"60/3=20",
"63-20=43"
] | Current State: 43:[63, 60, 24, 21], Operations: []
Exploring Operation: 24-21=3, Resulting Numbers: [63, 60, 3]
Generated Node #2: [63, 60, 3] from Operation: 24-21=3
Current State: 43:[63, 60, 3], Operations: ['24-21=3']
Exploring Operation: 60/3=20, Resulting Numbers: [63, 20]
Generated Node #3: [63, 20] from Operati... | 4 | Current State: 43:[63, 60, 24, 21], Operations: []
Exploring Operation: 63-24=39, Resulting Numbers: [60, 21, 39]
Generated Node #0,0: 43:[60, 21, 39] Operation: 63-24=39
Exploring Operation: 24+21=45, Resulting Numbers: [63, 60, 45]
Generated Node #0,1: 43:[63, 60, 45] Operation: 24+21=45
Exploring Operation: 63-21=42... | 0 | hs_3 | mult_heuristic |
[
83,
55,
71,
2
] | 31 | [
"83-71=12",
"2*12=24",
"55-24=31"
] | Current State: 31:[83, 55, 71, 2], Operations: []
Exploring Operation: 83-71=12, Resulting Numbers: [55, 2, 12]
Generated Node #2: [55, 2, 12] from Operation: 83-71=12
Current State: 31:[55, 2, 12], Operations: ['83-71=12']
Exploring Operation: 2*12=24, Resulting Numbers: [55, 24]
Generated Node #3: [55, 24] from Opera... | 4 | Current State: 31:[83, 55, 71, 2], Operations: []
Exploring Operation: 83-71=12, Resulting Numbers: [55, 2, 12]
Generated Node #0,0: 31:[55, 2, 12] Operation: 83-71=12
Exploring Operation: 83-55=28, Resulting Numbers: [71, 2, 28]
Generated Node #0,1: 31:[71, 2, 28] Operation: 83-55=28
Moving to Node #0,0
Current State:... | 0.990451 | hs_2 | mult_heuristic |
[
56,
10,
74,
21
] | 99 | [
"56-10=46",
"74-21=53",
"46+53=99"
] | Current State: 99:[56, 10, 74, 21], Operations: []
Exploring Operation: 56-10=46, Resulting Numbers: [74, 21, 46]
Generated Node #2: [74, 21, 46] from Operation: 56-10=46
Current State: 99:[74, 21, 46], Operations: ['56-10=46']
Exploring Operation: 74-21=53, Resulting Numbers: [46, 53]
Generated Node #3: [46, 53] from ... | 4 | Current State: 99:[56, 10, 74, 21], Operations: []
Exploring Operation: 56-21=35, Resulting Numbers: [10, 74, 35]
Generated Node #0,0: 99:[10, 74, 35] Operation: 56-21=35
Exploring Operation: 74-56=18, Resulting Numbers: [10, 21, 18]
Generated Node #0,1: 99:[10, 21, 18] Operation: 74-56=18
Exploring Operation: 74+21=95... | 0.977431 | hs_3 | sum_heuristic |
[
81,
3,
31,
56
] | 60 | [
"81/3=27",
"31+56=87",
"87-27=60"
] | Current State: 60:[81, 3, 31, 56], Operations: []
Exploring Operation: 81/3=27, Resulting Numbers: [31, 56, 27]
Generated Node #2: [31, 56, 27] from Operation: 81/3=27
Current State: 60:[31, 56, 27], Operations: ['81/3=27']
Exploring Operation: 31+56=87, Resulting Numbers: [27, 87]
Generated Node #3: [27, 87] from Oper... | 4 | Current State: 60:[81, 3, 31, 56], Operations: []
Exploring Operation: 3+56=59, Resulting Numbers: [81, 31, 59]
Generated Node #0,0: 60:[81, 31, 59] Operation: 3+56=59
Exploring Operation: 81-31=50, Resulting Numbers: [3, 56, 50]
Generated Node #0,1: 60:[3, 56, 50] Operation: 81-31=50
Exploring Operation: 81-56=25, Res... | 0.96875 | hs_5 | mult_heuristic |
[
74,
93,
41,
24
] | 36 | [
"93-74=19",
"41-24=17",
"19+17=36"
] | Current State: 36:[74, 93, 41, 24], Operations: []
Exploring Operation: 93-74=19, Resulting Numbers: [41, 24, 19]
Generated Node #2: [41, 24, 19] from Operation: 93-74=19
Current State: 36:[41, 24, 19], Operations: ['93-74=19']
Exploring Operation: 41-24=17, Resulting Numbers: [19, 17]
Generated Node #3: [19, 17] from ... | 4 | Current State: 36:[74, 93, 41, 24], Operations: []
Exploring Operation: 74-41=33, Resulting Numbers: [93, 24, 33]
Generated Node #0,0: 36:[93, 24, 33] Operation: 74-41=33
Exploring Operation: 74-24=50, Resulting Numbers: [93, 41, 50]
Generated Node #0,1: 36:[93, 41, 50] Operation: 74-24=50
Exploring Operation: 93-74=19... | 0.987847 | hs_4 | mult_heuristic |
[
68,
81,
92,
3
] | 31 | [
"68*3=204",
"81+92=173",
"204-173=31"
] | Current State: 31:[68, 81, 92, 3], Operations: []
Exploring Operation: 68*3=204, Resulting Numbers: [81, 92, 204]
Generated Node #2: [81, 92, 204] from Operation: 68*3=204
Current State: 31:[81, 92, 204], Operations: ['68*3=204']
Exploring Operation: 81+92=173, Resulting Numbers: [204, 173]
Generated Node #3: [204, 173... | 4 | Current State: 31:[68, 81, 92, 3], Operations: []
Exploring Operation: 81/3=27, Resulting Numbers: [68, 92, 27]
Generated Node #0,0: 31:[68, 92, 27] Operation: 81/3=27
Exploring Operation: 68-3=65, Resulting Numbers: [81, 92, 65]
Generated Node #0,1: 31:[81, 92, 65] Operation: 68-3=65
Exploring Operation: 81-68=13, Res... | 0 | hs_5 | sum_heuristic |
[
48,
6,
29,
27
] | 31 | [
"48+6=54",
"54/27=2",
"29+2=31"
] | Current State: 31:[48, 6, 29, 27], Operations: []
Exploring Operation: 48+6=54, Resulting Numbers: [29, 27, 54]
Generated Node #2: [29, 27, 54] from Operation: 48+6=54
Current State: 31:[29, 27, 54], Operations: ['48+6=54']
Exploring Operation: 54/27=2, Resulting Numbers: [29, 2]
Generated Node #3: [29, 2] from Operati... | 4 | Current State: 31:[48, 6, 29, 27], Operations: []
Exploring Operation: 48-6=42, Resulting Numbers: [29, 27, 42]
Generated Node #0,0: 31:[29, 27, 42] Operation: 48-6=42
Exploring Operation: 6+27=33, Resulting Numbers: [48, 29, 33]
Generated Node #0,1: 31:[48, 29, 33] Operation: 6+27=33
Start Sub Search at level 1: Movin... | 0 | hs_2 | mult_heuristic |
[
97,
74,
38,
92
] | 41 | [
"97+74=171",
"38+92=130",
"171-130=41"
] | Current State: 41:[97, 74, 38, 92], Operations: []
Exploring Operation: 97+74=171, Resulting Numbers: [38, 92, 171]
Generated Node #2: [38, 92, 171] from Operation: 97+74=171
Current State: 41:[38, 92, 171], Operations: ['97+74=171']
Exploring Operation: 38+92=130, Resulting Numbers: [171, 130]
Generated Node #3: [171,... | 4 | Current State: 41:[97, 74, 38, 92], Operations: []
Exploring Operation: 97-74=23, Resulting Numbers: [38, 92, 23]
Generated Node #0,0: 41:[38, 92, 23] Operation: 97-74=23
Exploring Operation: 97-92=5, Resulting Numbers: [74, 38, 5]
Generated Node #0,1: 41:[74, 38, 5] Operation: 97-92=5
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
52,
19,
11,
48
] | 51 | [
"52-19=33",
"33/11=3",
"48+3=51"
] | Current State: 51:[52, 19, 11, 48], Operations: []
Exploring Operation: 52-19=33, Resulting Numbers: [11, 48, 33]
Generated Node #2: [11, 48, 33] from Operation: 52-19=33
Current State: 51:[11, 48, 33], Operations: ['52-19=33']
Exploring Operation: 33/11=3, Resulting Numbers: [48, 3]
Generated Node #3: [48, 3] from Ope... | 4 | Current State: 51:[52, 19, 11, 48], Operations: []
Exploring Operation: 52-11=41, Resulting Numbers: [19, 48, 41]
Generated Node #0,0: 51:[19, 48, 41] Operation: 52-11=41
Exploring Operation: 11+48=59, Resulting Numbers: [52, 19, 59]
Generated Node #0,1: 51:[52, 19, 59] Operation: 11+48=59
Exploring Operation: 19-11=8,... | 0 | hs_4 | sum_heuristic |
[
88,
67,
76,
41
] | 14 | [
"88-67=21",
"76-41=35",
"35-21=14"
] | Current State: 14:[88, 67, 76, 41], Operations: []
Exploring Operation: 88-67=21, Resulting Numbers: [76, 41, 21]
Generated Node #2: [76, 41, 21] from Operation: 88-67=21
Current State: 14:[76, 41, 21], Operations: ['88-67=21']
Exploring Operation: 76-41=35, Resulting Numbers: [21, 35]
Generated Node #3: [21, 35] from ... | 4 | Current State: 14:[88, 67, 76, 41], Operations: []
Exploring Operation: 88-76=12, Resulting Numbers: [67, 41, 12]
Generated Node #0,0: 14:[67, 41, 12] Operation: 88-76=12
Start Sub Search at level 1: Moving to Node #0,0
Current State: 14:[67, 41, 12], Operations: ['88-76=12']
Exploring Operation: 67-41=26, Resulting Nu... | 0.993924 | hs_1 | sum_heuristic |
[
87,
95,
9,
91
] | 26 | [
"91-87=4",
"95+9=104",
"104/4=26"
] | Current State: 26:[87, 95, 9, 91], Operations: []
Exploring Operation: 91-87=4, Resulting Numbers: [95, 9, 4]
Generated Node #2: [95, 9, 4] from Operation: 91-87=4
Current State: 26:[95, 9, 4], Operations: ['91-87=4']
Exploring Operation: 95+9=104, Resulting Numbers: [4, 104]
Generated Node #3: [4, 104] from Operation:... | 4 | Current State: 26:[87, 95, 9, 91], Operations: []
Exploring Operation: 95-91=4, Resulting Numbers: [87, 9, 4]
Generated Node #0,0: 26:[87, 9, 4] Operation: 95-91=4
Exploring Operation: 91-87=4, Resulting Numbers: [95, 9, 4]
Generated Node #0,1: 26:[95, 9, 4] Operation: 91-87=4
Exploring Operation: 95-87=8, Resulting Nu... | 0 | hs_3 | sum_heuristic |
[
59,
27,
15,
65
] | 18 | [
"59-27=32",
"65-15=50",
"50-32=18"
] | Current State: 18:[59, 27, 15, 65], Operations: []
Exploring Operation: 59-27=32, Resulting Numbers: [15, 65, 32]
Generated Node #2: [15, 65, 32] from Operation: 59-27=32
Current State: 18:[15, 65, 32], Operations: ['59-27=32']
Exploring Operation: 65-15=50, Resulting Numbers: [32, 50]
Generated Node #3: [32, 50] from ... | 4 | Current State: 18:[59, 27, 15, 65], Operations: []
Exploring Operation: 65-59=6, Resulting Numbers: [27, 15, 6]
Generated Node #0,0: 18:[27, 15, 6] Operation: 65-59=6
Moving to Node #0,0
Current State: 18:[27, 15, 6], Operations: ['65-59=6']
Exploring Operation: 27-15=12, Resulting Numbers: [6, 12]
Generated Node #0,0,... | 0.993924 | hs_1 | mult_heuristic |
[
22,
54,
84,
40
] | 81 | [
"40-22=18",
"54/18=3",
"84-3=81"
] | Current State: 81:[22, 54, 84, 40], Operations: []
Exploring Operation: 40-22=18, Resulting Numbers: [54, 84, 18]
Generated Node #2: [54, 84, 18] from Operation: 40-22=18
Current State: 81:[54, 84, 18], Operations: ['40-22=18']
Exploring Operation: 54/18=3, Resulting Numbers: [84, 3]
Generated Node #3: [84, 3] from Ope... | 4 | Current State: 81:[22, 54, 84, 40], Operations: []
Exploring Operation: 54-40=14, Resulting Numbers: [22, 84, 14]
Generated Node #0,0: 81:[22, 84, 14] Operation: 54-40=14
Exploring Operation: 22+54=76, Resulting Numbers: [84, 40, 76]
Generated Node #0,1: 81:[84, 40, 76] Operation: 22+54=76
Moving to Node #0,0
Current S... | 0 | hs_2 | mult_heuristic |
[
79,
67,
2,
20
] | 75 | [
"79-20=59",
"67*2=134",
"134-59=75"
] | Current State: 75:[79, 67, 2, 20], Operations: []
Exploring Operation: 79-20=59, Resulting Numbers: [67, 2, 59]
Generated Node #2: [67, 2, 59] from Operation: 79-20=59
Current State: 75:[67, 2, 59], Operations: ['79-20=59']
Exploring Operation: 67*2=134, Resulting Numbers: [59, 134]
Generated Node #3: [59, 134] from Op... | 4 | Current State: 75:[79, 67, 2, 20], Operations: []
Exploring Operation: 67+2=69, Resulting Numbers: [79, 20, 69]
Generated Node #0,0: 75:[79, 20, 69] Operation: 67+2=69
Exploring Operation: 2+20=22, Resulting Numbers: [79, 67, 22]
Generated Node #0,1: 75:[79, 67, 22] Operation: 2+20=22
Exploring Operation: 79-67=12, Res... | 0 | hs_4 | mult_heuristic |
[
49,
55,
77,
58
] | 13 | [
"55-49=6",
"77-58=19",
"19-6=13"
] | Current State: 13:[49, 55, 77, 58], Operations: []
Exploring Operation: 55-49=6, Resulting Numbers: [77, 58, 6]
Generated Node #2: [77, 58, 6] from Operation: 55-49=6
Current State: 13:[77, 58, 6], Operations: ['55-49=6']
Exploring Operation: 77-58=19, Resulting Numbers: [6, 19]
Generated Node #3: [6, 19] from Operatio... | 4 | Current State: 13:[49, 55, 77, 58], Operations: []
Exploring Operation: 77-58=19, Resulting Numbers: [49, 55, 19]
Generated Node #0,0: 13:[49, 55, 19] Operation: 77-58=19
Exploring Operation: 58-49=9, Resulting Numbers: [55, 77, 9]
Generated Node #0,1: 13:[55, 77, 9] Operation: 58-49=9
Exploring Operation: 77-49=28, Re... | 0.986979 | hs_4 | mult_heuristic |
[
41,
10,
70,
20
] | 48 | [
"20-10=10",
"70/10=7",
"41+7=48"
] | Current State: 48:[41, 10, 70, 20], Operations: []
Exploring Operation: 20-10=10, Resulting Numbers: [41, 70, 10]
Generated Node #2: [41, 70, 10] from Operation: 20-10=10
Current State: 48:[41, 70, 10], Operations: ['20-10=10']
Exploring Operation: 70/10=7, Resulting Numbers: [41, 7]
Generated Node #3: [41, 7] from Ope... | 4 | Current State: 48:[41, 10, 70, 20], Operations: []
Exploring Operation: 70/10=7, Resulting Numbers: [41, 20, 7]
Generated Node #0,0: 48:[41, 20, 7] Operation: 70/10=7
Exploring Operation: 70-20=50, Resulting Numbers: [41, 10, 50]
Generated Node #0,1: 48:[41, 10, 50] Operation: 70-20=50
Exploring Operation: 70-41=29, Re... | 0 | hs_3 | mult_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.