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 |
|---|---|---|---|---|---|---|---|---|
[
21,
6,
44,
60
] | 77 | [
"21+6=27",
"44+60=104",
"104-27=77"
] | Current State: 77:[21, 6, 44, 60], Operations: []
Exploring Operation: 21+6=27, Resulting Numbers: [44, 60, 27]
Generated Node #2: [44, 60, 27] from Operation: 21+6=27
Current State: 77:[44, 60, 27], Operations: ['21+6=27']
Exploring Operation: 44+60=104, Resulting Numbers: [27, 104]
Generated Node #3: [27, 104] from O... | 4 | Current State: 77:[21, 6, 44, 60], Operations: []
Exploring Operation: 60-44=16, Resulting Numbers: [21, 6, 16]
Generated Node #0,0: 77:[21, 6, 16] Operation: 60-44=16
Exploring Operation: 21+60=81, Resulting Numbers: [6, 44, 81]
Generated Node #0,1: 77:[6, 44, 81] Operation: 21+60=81
Exploring Operation: 44-21=23, Res... | 0.969618 | hs_5 | sum_heuristic |
[
29,
58,
55,
55
] | 81 | [
"58-29=29",
"55+55=110",
"110-29=81"
] | Current State: 81:[29, 58, 55, 55], Operations: []
Exploring Operation: 58-29=29, Resulting Numbers: [55, 55, 29]
Generated Node #2: [55, 55, 29] from Operation: 58-29=29
Current State: 81:[55, 55, 29], Operations: ['58-29=29']
Exploring Operation: 55+55=110, Resulting Numbers: [29, 110]
Generated Node #3: [29, 110] fr... | 4 | Current State: 81:[29, 58, 55, 55], Operations: []
Exploring Operation: 55/55=1, Resulting Numbers: [29, 58, 1]
Generated Node #0,0: 81:[29, 58, 1] Operation: 55/55=1
Start Sub Search at level 1: Moving to Node #0,0
Current State: 81:[29, 58, 1], Operations: ['55/55=1']
Exploring Operation: 58/29=2, Resulting Numbers: ... | 0 | hs_1 | sum_heuristic |
[
64,
70,
82,
75
] | 23 | [
"64+70=134",
"82+75=157",
"157-134=23"
] | Current State: 23:[64, 70, 82, 75], Operations: []
Exploring Operation: 64+70=134, Resulting Numbers: [82, 75, 134]
Generated Node #2: [82, 75, 134] from Operation: 64+70=134
Current State: 23:[82, 75, 134], Operations: ['64+70=134']
Exploring Operation: 82+75=157, Resulting Numbers: [134, 157]
Generated Node #3: [134,... | 4 | Current State: 23:[64, 70, 82, 75], Operations: []
Exploring Operation: 75-70=5, Resulting Numbers: [64, 82, 5]
Generated Node #0,0: 23:[64, 82, 5] Operation: 75-70=5
Exploring Operation: 75-64=11, Resulting Numbers: [70, 82, 11]
Generated Node #0,1: 23:[70, 82, 11] Operation: 75-64=11
Exploring Operation: 82-64=18, Re... | 0.986979 | hs_5 | sum_heuristic |
[
59,
39,
44,
45
] | 29 | [
"39*45=1755",
"1755-44=1711",
"1711/59=29"
] | Current State: 29:[59, 39, 44, 45], Operations: []
Exploring Operation: 39*45=1755, Resulting Numbers: [59, 44, 1755]
Generated Node #2: [59, 44, 1755] from Operation: 39*45=1755
Current State: 29:[59, 44, 1755], Operations: ['39*45=1755']
Exploring Operation: 1755-44=1711, Resulting Numbers: [59, 1711]
Generated Node ... | 4 | Current State: 29:[59, 39, 44, 45], Operations: []
Exploring Operation: 59-44=15, Resulting Numbers: [39, 45, 15]
Generated Node #0,0: 29:[39, 45, 15] Operation: 59-44=15
Exploring Operation: 59-39=20, Resulting Numbers: [44, 45, 20]
Generated Node #0,1: 29:[44, 45, 20] Operation: 59-39=20
Moving to Node #0,0
Current S... | 0 | hs_2 | sum_heuristic |
[
3,
2,
89,
41
] | 57 | [
"2*41=82",
"89+82=171",
"171/3=57"
] | Current State: 57:[3, 2, 89, 41], Operations: []
Exploring Operation: 2*41=82, Resulting Numbers: [3, 89, 82]
Generated Node #2: [3, 89, 82] from Operation: 2*41=82
Current State: 57:[3, 89, 82], Operations: ['2*41=82']
Exploring Operation: 89+82=171, Resulting Numbers: [3, 171]
Generated Node #3: [3, 171] from Operati... | 4 | Current State: 57:[3, 2, 89, 41], Operations: []
Exploring Operation: 89-3=86, Resulting Numbers: [2, 41, 86]
Generated Node #0,0: 57:[2, 41, 86] Operation: 89-3=86
Exploring Operation: 89-41=48, Resulting Numbers: [3, 2, 48]
Generated Node #0,1: 57:[3, 2, 48] Operation: 89-41=48
Start Sub Search at level 1: Moving to ... | 0 | hs_2 | mult_heuristic |
[
3,
75,
82,
33
] | 68 | [
"75-33=42",
"42/3=14",
"82-14=68"
] | Current State: 68:[3, 75, 82, 33], Operations: []
Exploring Operation: 75-33=42, Resulting Numbers: [3, 82, 42]
Generated Node #2: [3, 82, 42] from Operation: 75-33=42
Current State: 68:[3, 82, 42], Operations: ['75-33=42']
Exploring Operation: 42/3=14, Resulting Numbers: [82, 14]
Generated Node #3: [82, 14] from Opera... | 4 | Current State: 68:[3, 75, 82, 33], Operations: []
Exploring Operation: 82-3=79, Resulting Numbers: [75, 33, 79]
Generated Node #0,0: 68:[75, 33, 79] Operation: 82-3=79
Exploring Operation: 82-75=7, Resulting Numbers: [3, 33, 7]
Generated Node #0,1: 68:[3, 33, 7] Operation: 82-75=7
Exploring Operation: 75-3=72, Resultin... | 0 | hs_3 | sum_heuristic |
[
73,
67,
56,
87
] | 63 | [
"87-73=14",
"56/14=4",
"67-4=63"
] | Current State: 63:[73, 67, 56, 87], Operations: []
Exploring Operation: 87-73=14, Resulting Numbers: [67, 56, 14]
Generated Node #2: [67, 56, 14] from Operation: 87-73=14
Current State: 63:[67, 56, 14], Operations: ['87-73=14']
Exploring Operation: 56/14=4, Resulting Numbers: [67, 4]
Generated Node #3: [67, 4] from Ope... | 4 | Current State: 63:[73, 67, 56, 87], Operations: []
Exploring Operation: 87-67=20, Resulting Numbers: [73, 56, 20]
Generated Node #0,0: 63:[73, 56, 20] Operation: 87-67=20
Exploring Operation: 87-73=14, Resulting Numbers: [67, 56, 14]
Generated Node #0,1: 63:[67, 56, 14] Operation: 87-73=14
Start Sub Search at level 1: ... | 0.991319 | hs_2 | mult_heuristic |
[
36,
56,
90,
15
] | 18 | [
"56-36=20",
"20-15=5",
"90/5=18"
] | Current State: 18:[36, 56, 90, 15], Operations: []
Exploring Operation: 56-36=20, Resulting Numbers: [90, 15, 20]
Generated Node #2: [90, 15, 20] from Operation: 56-36=20
Current State: 18:[90, 15, 20], Operations: ['56-36=20']
Exploring Operation: 20-15=5, Resulting Numbers: [90, 5]
Generated Node #3: [90, 5] from Ope... | 4 | Current State: 18:[36, 56, 90, 15], Operations: []
Exploring Operation: 56-36=20, Resulting Numbers: [90, 15, 20]
Generated Node #0,0: 18:[90, 15, 20] Operation: 56-36=20
Exploring Operation: 36-15=21, Resulting Numbers: [56, 90, 21]
Generated Node #0,1: 18:[56, 90, 21] Operation: 36-15=21
Exploring Operation: 90-36=54... | 0.954861 | hs_5 | sum_heuristic |
[
17,
13,
85,
82
] | 74 | [
"85/17=5",
"82-13=69",
"5+69=74"
] | Current State: 74:[17, 13, 85, 82], Operations: []
Exploring Operation: 85/17=5, Resulting Numbers: [13, 82, 5]
Generated Node #2: [13, 82, 5] from Operation: 85/17=5
Current State: 74:[13, 82, 5], Operations: ['85/17=5']
Exploring Operation: 82-13=69, Resulting Numbers: [5, 69]
Generated Node #3: [5, 69] from Operatio... | 4 | Current State: 74:[17, 13, 85, 82], Operations: []
Exploring Operation: 17-13=4, Resulting Numbers: [85, 82, 4]
Generated Node #0,0: 74:[85, 82, 4] Operation: 17-13=4
Exploring Operation: 85-17=68, Resulting Numbers: [13, 82, 68]
Generated Node #0,1: 74:[13, 82, 68] Operation: 85-17=68
Exploring Operation: 85-13=72, Re... | 0.974826 | hs_4 | mult_heuristic |
[
17,
71,
31,
75
] | 18 | [
"17+71=88",
"31+75=106",
"106-88=18"
] | Current State: 18:[17, 71, 31, 75], Operations: []
Exploring Operation: 17+71=88, Resulting Numbers: [31, 75, 88]
Generated Node #2: [31, 75, 88] from Operation: 17+71=88
Current State: 18:[31, 75, 88], Operations: ['17+71=88']
Exploring Operation: 31+75=106, Resulting Numbers: [88, 106]
Generated Node #3: [88, 106] fr... | 4 | Current State: 18:[17, 71, 31, 75], Operations: []
Exploring Operation: 75-31=44, Resulting Numbers: [17, 71, 44]
Generated Node #0,0: 18:[17, 71, 44] Operation: 75-31=44
Exploring Operation: 71-17=54, Resulting Numbers: [31, 75, 54]
Generated Node #0,1: 18:[31, 75, 54] Operation: 71-17=54
Exploring Operation: 75-71=4,... | 0.986111 | hs_5 | sum_heuristic |
[
51,
60,
94,
5
] | 98 | [
"60-51=9",
"94-5=89",
"9+89=98"
] | Current State: 98:[51, 60, 94, 5], Operations: []
Exploring Operation: 60-51=9, Resulting Numbers: [94, 5, 9]
Generated Node #2: [94, 5, 9] from Operation: 60-51=9
Current State: 98:[94, 5, 9], Operations: ['60-51=9']
Exploring Operation: 94-5=89, Resulting Numbers: [9, 89]
Generated Node #3: [9, 89] from Operation: 94... | 4 | Current State: 98:[51, 60, 94, 5], Operations: []
Exploring Operation: 94+5=99, Resulting Numbers: [51, 60, 99]
Generated Node #0,0: 98:[51, 60, 99] Operation: 94+5=99
Exploring Operation: 60-51=9, Resulting Numbers: [94, 5, 9]
Generated Node #0,1: 98:[94, 5, 9] Operation: 60-51=9
Exploring Operation: 60-5=55, Resultin... | 0.979167 | hs_5 | sum_heuristic |
[
38,
2,
51,
25
] | 25 | [
"38-25=13",
"2*13=26",
"51-26=25"
] | Current State: 25:[38, 2, 51, 25], Operations: []
Exploring Operation: 38-25=13, Resulting Numbers: [2, 51, 13]
Generated Node #2: [2, 51, 13] from Operation: 38-25=13
Current State: 25:[2, 51, 13], Operations: ['38-25=13']
Exploring Operation: 2*13=26, Resulting Numbers: [51, 26]
Generated Node #3: [51, 26] from Opera... | 4 | Current State: 25:[38, 2, 51, 25], Operations: []
Exploring Operation: 51-38=13, Resulting Numbers: [2, 25, 13]
Generated Node #0,0: 25:[2, 25, 13] Operation: 51-38=13
Exploring Operation: 51-25=26, Resulting Numbers: [38, 2, 26]
Generated Node #0,1: 25:[38, 2, 26] Operation: 51-25=26
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
13,
52,
75,
54
] | 86 | [
"13+52=65",
"75-54=21",
"65+21=86"
] | Current State: 86:[13, 52, 75, 54], Operations: []
Exploring Operation: 13+52=65, Resulting Numbers: [75, 54, 65]
Generated Node #2: [75, 54, 65] from Operation: 13+52=65
Current State: 86:[75, 54, 65], Operations: ['13+52=65']
Exploring Operation: 75-54=21, Resulting Numbers: [65, 21]
Generated Node #3: [65, 21] from ... | 4 | Current State: 86:[13, 52, 75, 54], Operations: []
Exploring Operation: 54-13=41, Resulting Numbers: [52, 75, 41]
Generated Node #0,0: 86:[52, 75, 41] Operation: 54-13=41
Exploring Operation: 13+75=88, Resulting Numbers: [52, 54, 88]
Generated Node #0,1: 86:[52, 54, 88] Operation: 13+75=88
Exploring Operation: 54-52=2,... | 0.984375 | hs_3 | mult_heuristic |
[
29,
1,
32,
35
] | 70 | [
"29+1=30",
"32-30=2",
"35*2=70"
] | Current State: 70:[29, 1, 32, 35], Operations: []
Exploring Operation: 29+1=30, Resulting Numbers: [32, 35, 30]
Generated Node #2: [32, 35, 30] from Operation: 29+1=30
Current State: 70:[32, 35, 30], Operations: ['29+1=30']
Exploring Operation: 32-30=2, Resulting Numbers: [35, 2]
Generated Node #3: [35, 2] from Operati... | 4 | Current State: 70:[29, 1, 32, 35], Operations: []
Exploring Operation: 32-29=3, Resulting Numbers: [1, 35, 3]
Generated Node #0,0: 70:[1, 35, 3] Operation: 32-29=3
Exploring Operation: 35-29=6, Resulting Numbers: [1, 32, 6]
Generated Node #0,1: 70:[1, 32, 6] Operation: 35-29=6
Exploring Operation: 29+1=30, Resulting Nu... | 0.987847 | hs_4 | mult_heuristic |
[
94,
12,
41,
98
] | 89 | [
"98-94=4",
"12*4=48",
"41+48=89"
] | Current State: 89:[94, 12, 41, 98], Operations: []
Exploring Operation: 98-94=4, Resulting Numbers: [12, 41, 4]
Generated Node #2: [12, 41, 4] from Operation: 98-94=4
Current State: 89:[12, 41, 4], Operations: ['98-94=4']
Exploring Operation: 12*4=48, Resulting Numbers: [41, 48]
Generated Node #3: [41, 48] from Operati... | 4 | Current State: 89:[94, 12, 41, 98], Operations: []
Exploring Operation: 12+41=53, Resulting Numbers: [94, 98, 53]
Generated Node #0,0: 89:[94, 98, 53] Operation: 12+41=53
Exploring Operation: 94+12=106, Resulting Numbers: [41, 98, 106]
Generated Node #0,1: 89:[41, 98, 106] Operation: 94+12=106
Exploring Operation: 94-1... | 0 | hs_4 | sum_heuristic |
[
79,
5,
83,
89
] | 68 | [
"79-5=74",
"89-83=6",
"74-6=68"
] | Current State: 68:[79, 5, 83, 89], Operations: []
Exploring Operation: 79-5=74, Resulting Numbers: [83, 89, 74]
Generated Node #2: [83, 89, 74] from Operation: 79-5=74
Current State: 68:[83, 89, 74], Operations: ['79-5=74']
Exploring Operation: 89-83=6, Resulting Numbers: [74, 6]
Generated Node #3: [74, 6] from Operati... | 4 | Current State: 68:[79, 5, 83, 89], Operations: []
Exploring Operation: 89-83=6, Resulting Numbers: [79, 5, 6]
Generated Node #0,0: 68:[79, 5, 6] Operation: 89-83=6
Exploring Operation: 79-5=74, Resulting Numbers: [83, 89, 74]
Generated Node #0,1: 68:[83, 89, 74] Operation: 79-5=74
Exploring Operation: 89-79=10, Resulti... | 0.987847 | hs_4 | mult_heuristic |
[
85,
3,
55,
84
] | 58 | [
"85-55=30",
"84/3=28",
"30+28=58"
] | Current State: 58:[85, 3, 55, 84], Operations: []
Exploring Operation: 85-55=30, Resulting Numbers: [3, 84, 30]
Generated Node #2: [3, 84, 30] from Operation: 85-55=30
Current State: 58:[3, 84, 30], Operations: ['85-55=30']
Exploring Operation: 84/3=28, Resulting Numbers: [30, 28]
Generated Node #3: [30, 28] from Opera... | 4 | Current State: 58:[85, 3, 55, 84], Operations: []
Exploring Operation: 85-84=1, Resulting Numbers: [3, 55, 1]
Generated Node #0,0: 58:[3, 55, 1] Operation: 85-84=1
Moving to Node #0,0
Current State: 58:[3, 55, 1], Operations: ['85-84=1']
Exploring Operation: 3+55=58, Resulting Numbers: [1, 58]
Generated Node #0,0,0: 58... | 0.993924 | hs_1 | mult_heuristic |
[
1,
55,
90,
86
] | 11 | [
"1+90=91",
"91-86=5",
"55/5=11"
] | Current State: 11:[1, 55, 90, 86], Operations: []
Exploring Operation: 1+90=91, Resulting Numbers: [55, 86, 91]
Generated Node #2: [55, 86, 91] from Operation: 1+90=91
Current State: 11:[55, 86, 91], Operations: ['1+90=91']
Exploring Operation: 91-86=5, Resulting Numbers: [55, 5]
Generated Node #3: [55, 5] from Operati... | 4 | Current State: 11:[1, 55, 90, 86], Operations: []
Exploring Operation: 90-86=4, Resulting Numbers: [1, 55, 4]
Generated Node #0,0: 11:[1, 55, 4] Operation: 90-86=4
Exploring Operation: 90-55=35, Resulting Numbers: [1, 86, 35]
Generated Node #0,1: 11:[1, 86, 35] Operation: 90-55=35
Moving to Node #0,0
Current State: 11:... | 0.985243 | hs_2 | sum_heuristic |
[
55,
14,
4,
31
] | 31 | [
"14*4=56",
"56-55=1",
"31*1=31"
] | Current State: 31:[55, 14, 4, 31], Operations: []
Exploring Operation: 14*4=56, Resulting Numbers: [55, 31, 56]
Generated Node #2: [55, 31, 56] from Operation: 14*4=56
Current State: 31:[55, 31, 56], Operations: ['14*4=56']
Exploring Operation: 56-55=1, Resulting Numbers: [31, 1]
Generated Node #3: [31, 1] from Operati... | 4 | Current State: 31:[55, 14, 4, 31], Operations: []
Exploring Operation: 55-14=41, Resulting Numbers: [4, 31, 41]
Generated Node #0,0: 31:[4, 31, 41] Operation: 55-14=41
Start Sub Search at level 1: Moving to Node #0,0
Current State: 31:[4, 31, 41], Operations: ['55-14=41']
Exploring Operation: 41-4=37, Resulting Numbers... | 0 | hs_1 | mult_heuristic |
[
43,
3,
41,
69
] | 75 | [
"43-41=2",
"3*2=6",
"69+6=75"
] | Current State: 75:[43, 3, 41, 69], Operations: []
Exploring Operation: 43-41=2, Resulting Numbers: [3, 69, 2]
Generated Node #2: [3, 69, 2] from Operation: 43-41=2
Current State: 75:[3, 69, 2], Operations: ['43-41=2']
Exploring Operation: 3*2=6, Resulting Numbers: [69, 6]
Generated Node #3: [69, 6] from Operation: 3*2=... | 4 | Current State: 75:[43, 3, 41, 69], Operations: []
Exploring Operation: 43+41=84, Resulting Numbers: [3, 69, 84]
Generated Node #0,0: 75:[3, 69, 84] Operation: 43+41=84
Exploring Operation: 43-41=2, Resulting Numbers: [3, 69, 2]
Generated Node #0,1: 75:[3, 69, 2] Operation: 43-41=2
Exploring Operation: 69-43=26, Resulti... | 0 | hs_3 | sum_heuristic |
[
87,
90,
30,
28
] | 56 | [
"87-28=59",
"90/30=3",
"59-3=56"
] | Current State: 56:[87, 90, 30, 28], Operations: []
Exploring Operation: 87-28=59, Resulting Numbers: [90, 30, 59]
Generated Node #2: [90, 30, 59] from Operation: 87-28=59
Current State: 56:[90, 30, 59], Operations: ['87-28=59']
Exploring Operation: 90/30=3, Resulting Numbers: [59, 3]
Generated Node #3: [59, 3] from Ope... | 4 | Current State: 56:[87, 90, 30, 28], Operations: []
Exploring Operation: 90/30=3, Resulting Numbers: [87, 28, 3]
Generated Node #0,0: 56:[87, 28, 3] Operation: 90/30=3
Exploring Operation: 90-30=60, Resulting Numbers: [87, 28, 60]
Generated Node #0,1: 56:[87, 28, 60] Operation: 90-30=60
Exploring Operation: 87-30=57, Re... | 0.971354 | hs_4 | sum_heuristic |
[
91,
2,
16,
84
] | 61 | [
"91+16=107",
"2*84=168",
"168-107=61"
] | Current State: 61:[91, 2, 16, 84], Operations: []
Exploring Operation: 91+16=107, Resulting Numbers: [2, 84, 107]
Generated Node #2: [2, 84, 107] from Operation: 91+16=107
Current State: 61:[2, 84, 107], Operations: ['91+16=107']
Exploring Operation: 2*84=168, Resulting Numbers: [107, 168]
Generated Node #3: [107, 168]... | 4 | Current State: 61:[91, 2, 16, 84], Operations: []
Exploring Operation: 84/2=42, Resulting Numbers: [91, 16, 42]
Generated Node #0,0: 61:[91, 16, 42] Operation: 84/2=42
Exploring Operation: 2*16=32, Resulting Numbers: [91, 84, 32]
Generated Node #0,1: 61:[91, 84, 32] Operation: 2*16=32
Start Sub Search at level 1: Movin... | 0 | hs_2 | sum_heuristic |
[
84,
17,
8,
23
] | 82 | [
"84-17=67",
"23-8=15",
"67+15=82"
] | Current State: 82:[84, 17, 8, 23], Operations: []
Exploring Operation: 84-17=67, Resulting Numbers: [8, 23, 67]
Generated Node #2: [8, 23, 67] from Operation: 84-17=67
Current State: 82:[8, 23, 67], Operations: ['84-17=67']
Exploring Operation: 23-8=15, Resulting Numbers: [67, 15]
Generated Node #3: [67, 15] from Opera... | 4 | Current State: 82:[84, 17, 8, 23], Operations: []
Exploring Operation: 17+23=40, Resulting Numbers: [84, 8, 40]
Generated Node #0,0: 82:[84, 8, 40] Operation: 17+23=40
Moving to Node #0,0
Current State: 82:[84, 8, 40], Operations: ['17+23=40']
Exploring Operation: 40/8=5, Resulting Numbers: [84, 5]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
75,
36,
51,
72
] | 12 | [
"75+36=111",
"51+72=123",
"123-111=12"
] | Current State: 12:[75, 36, 51, 72], Operations: []
Exploring Operation: 75+36=111, Resulting Numbers: [51, 72, 111]
Generated Node #2: [51, 72, 111] from Operation: 75+36=111
Current State: 12:[51, 72, 111], Operations: ['75+36=111']
Exploring Operation: 51+72=123, Resulting Numbers: [111, 123]
Generated Node #3: [111,... | 4 | Current State: 12:[75, 36, 51, 72], Operations: []
Exploring Operation: 75-51=24, Resulting Numbers: [36, 72, 24]
Generated Node #0,0: 12:[36, 72, 24] Operation: 75-51=24
Exploring Operation: 75-72=3, Resulting Numbers: [36, 51, 3]
Generated Node #0,1: 12:[36, 51, 3] Operation: 75-72=3
Exploring Operation: 72-51=21, Re... | 0.990451 | hs_3 | mult_heuristic |
[
3,
93,
50,
93
] | 36 | [
"3*50=150",
"93+93=186",
"186-150=36"
] | Current State: 36:[3, 93, 50, 93], Operations: []
Exploring Operation: 3*50=150, Resulting Numbers: [93, 93, 150]
Generated Node #2: [93, 93, 150] from Operation: 3*50=150
Current State: 36:[93, 93, 150], Operations: ['3*50=150']
Exploring Operation: 93+93=186, Resulting Numbers: [150, 186]
Generated Node #3: [150, 186... | 4 | Current State: 36:[3, 93, 50, 93], Operations: []
Exploring Operation: 93-93=0, Resulting Numbers: [3, 50, 0]
Generated Node #0,0: 36:[3, 50, 0] Operation: 93-93=0
Exploring Operation: 93/93=1, Resulting Numbers: [3, 50, 1]
Generated Node #0,1: 36:[3, 50, 1] Operation: 93/93=1
Exploring Operation: 93-50=43, Resulting N... | 0 | hs_4 | mult_heuristic |
[
31,
10,
51,
16
] | 56 | [
"31-10=21",
"51-16=35",
"21+35=56"
] | Current State: 56:[31, 10, 51, 16], Operations: []
Exploring Operation: 31-10=21, Resulting Numbers: [51, 16, 21]
Generated Node #2: [51, 16, 21] from Operation: 31-10=21
Current State: 56:[51, 16, 21], Operations: ['31-10=21']
Exploring Operation: 51-16=35, Resulting Numbers: [21, 35]
Generated Node #3: [21, 35] from ... | 4 | Current State: 56:[31, 10, 51, 16], Operations: []
Exploring Operation: 16-10=6, Resulting Numbers: [31, 51, 6]
Generated Node #0,0: 56:[31, 51, 6] Operation: 16-10=6
Exploring Operation: 31-16=15, Resulting Numbers: [10, 51, 15]
Generated Node #0,1: 56:[10, 51, 15] Operation: 31-16=15
Exploring Operation: 51-31=20, Re... | 0.96875 | hs_3 | mult_heuristic |
[
66,
30,
47,
94
] | 98 | [
"66+30=96",
"94/47=2",
"96+2=98"
] | Current State: 98:[66, 30, 47, 94], Operations: []
Exploring Operation: 66+30=96, Resulting Numbers: [47, 94, 96]
Generated Node #2: [47, 94, 96] from Operation: 66+30=96
Current State: 98:[47, 94, 96], Operations: ['66+30=96']
Exploring Operation: 94/47=2, Resulting Numbers: [96, 2]
Generated Node #3: [96, 2] from Ope... | 4 | Current State: 98:[66, 30, 47, 94], Operations: []
Exploring Operation: 66-30=36, Resulting Numbers: [47, 94, 36]
Generated Node #0,0: 98:[47, 94, 36] Operation: 66-30=36
Exploring Operation: 66-47=19, Resulting Numbers: [30, 94, 19]
Generated Node #0,1: 98:[30, 94, 19] Operation: 66-47=19
Exploring Operation: 47-30=17... | 0.975694 | hs_4 | mult_heuristic |
[
36,
99,
7,
20
] | 13 | [
"36-20=16",
"7*16=112",
"112-99=13"
] | Current State: 13:[36, 99, 7, 20], Operations: []
Exploring Operation: 36-20=16, Resulting Numbers: [99, 7, 16]
Generated Node #2: [99, 7, 16] from Operation: 36-20=16
Current State: 13:[99, 7, 16], Operations: ['36-20=16']
Exploring Operation: 7*16=112, Resulting Numbers: [99, 112]
Generated Node #3: [99, 112] from Op... | 4 | Current State: 13:[36, 99, 7, 20], Operations: []
Exploring Operation: 99-36=63, Resulting Numbers: [7, 20, 63]
Generated Node #0,0: 13:[7, 20, 63] Operation: 99-36=63
Exploring Operation: 36-7=29, Resulting Numbers: [99, 20, 29]
Generated Node #0,1: 13:[99, 20, 29] Operation: 36-7=29
Exploring Operation: 36-20=16, Res... | 0 | hs_4 | sum_heuristic |
[
64,
18,
98,
74
] | 65 | [
"64+98=162",
"162/18=9",
"74-9=65"
] | Current State: 65:[64, 18, 98, 74], Operations: []
Exploring Operation: 64+98=162, Resulting Numbers: [18, 74, 162]
Generated Node #2: [18, 74, 162] from Operation: 64+98=162
Current State: 65:[18, 74, 162], Operations: ['64+98=162']
Exploring Operation: 162/18=9, Resulting Numbers: [74, 9]
Generated Node #3: [74, 9] f... | 4 | Current State: 65:[64, 18, 98, 74], Operations: []
Exploring Operation: 74-64=10, Resulting Numbers: [18, 98, 10]
Generated Node #0,0: 65:[18, 98, 10] Operation: 74-64=10
Exploring Operation: 74-18=56, Resulting Numbers: [64, 98, 56]
Generated Node #0,1: 65:[64, 98, 56] Operation: 74-18=56
Exploring Operation: 98-64=34... | 0 | hs_5 | mult_heuristic |
[
64,
44,
70,
98
] | 48 | [
"64-44=20",
"98-70=28",
"20+28=48"
] | Current State: 48:[64, 44, 70, 98], Operations: []
Exploring Operation: 64-44=20, Resulting Numbers: [70, 98, 20]
Generated Node #2: [70, 98, 20] from Operation: 64-44=20
Current State: 48:[70, 98, 20], Operations: ['64-44=20']
Exploring Operation: 98-70=28, Resulting Numbers: [20, 28]
Generated Node #3: [20, 28] from ... | 4 | Current State: 48:[64, 44, 70, 98], Operations: []
Exploring Operation: 98-70=28, Resulting Numbers: [64, 44, 28]
Generated Node #0,0: 48:[64, 44, 28] Operation: 98-70=28
Start Sub Search at level 1: Moving to Node #0,0
Current State: 48:[64, 44, 28], Operations: ['98-70=28']
Exploring Operation: 64-44=20, Resulting Nu... | 0.993924 | hs_1 | sum_heuristic |
[
53,
19,
63,
9
] | 80 | [
"19*63=1197",
"1197/9=133",
"133-53=80"
] | Current State: 80:[53, 19, 63, 9], Operations: []
Exploring Operation: 19*63=1197, Resulting Numbers: [53, 9, 1197]
Generated Node #2: [53, 9, 1197] from Operation: 19*63=1197
Current State: 80:[53, 9, 1197], Operations: ['19*63=1197']
Exploring Operation: 1197/9=133, Resulting Numbers: [53, 133]
Generated Node #3: [53... | 4 | Current State: 80:[53, 19, 63, 9], Operations: []
Exploring Operation: 63/9=7, Resulting Numbers: [53, 19, 7]
Generated Node #0,0: 80:[53, 19, 7] Operation: 63/9=7
Exploring Operation: 63-53=10, Resulting Numbers: [19, 9, 10]
Generated Node #0,1: 80:[19, 9, 10] Operation: 63-53=10
Exploring Operation: 19+63=82, Resulti... | 0 | hs_5 | mult_heuristic |
[
17,
64,
8,
84
] | 75 | [
"84-17=67",
"64/8=8",
"67+8=75"
] | Current State: 75:[17, 64, 8, 84], Operations: []
Exploring Operation: 84-17=67, Resulting Numbers: [64, 8, 67]
Generated Node #2: [64, 8, 67] from Operation: 84-17=67
Current State: 75:[64, 8, 67], Operations: ['84-17=67']
Exploring Operation: 64/8=8, Resulting Numbers: [67, 8]
Generated Node #3: [67, 8] from Operatio... | 4 | Current State: 75:[17, 64, 8, 84], Operations: []
Exploring Operation: 84-64=20, Resulting Numbers: [17, 8, 20]
Generated Node #0,0: 75:[17, 8, 20] Operation: 84-64=20
Exploring Operation: 64/8=8, Resulting Numbers: [17, 84, 8]
Generated Node #0,1: 75:[17, 84, 8] Operation: 64/8=8
Exploring Operation: 64+8=72, Resultin... | 0.97309 | hs_3 | sum_heuristic |
[
8,
33,
40,
6
] | 53 | [
"8-6=2",
"40/2=20",
"33+20=53"
] | Current State: 53:[8, 33, 40, 6], Operations: []
Exploring Operation: 8-6=2, Resulting Numbers: [33, 40, 2]
Generated Node #2: [33, 40, 2] from Operation: 8-6=2
Current State: 53:[33, 40, 2], Operations: ['8-6=2']
Exploring Operation: 40/2=20, Resulting Numbers: [33, 20]
Generated Node #3: [33, 20] from Operation: 40/2... | 4 | Current State: 53:[8, 33, 40, 6], Operations: []
Exploring Operation: 8*6=48, Resulting Numbers: [33, 40, 48]
Generated Node #0,0: 53:[33, 40, 48] Operation: 8*6=48
Exploring Operation: 8+33=41, Resulting Numbers: [40, 6, 41]
Generated Node #0,1: 53:[40, 6, 41] Operation: 8+33=41
Exploring Operation: 33+6=39, Resulting... | 0 | hs_5 | sum_heuristic |
[
77,
37,
16,
22
] | 78 | [
"77-37=40",
"16+22=38",
"40+38=78"
] | Current State: 78:[77, 37, 16, 22], Operations: []
Exploring Operation: 77-37=40, Resulting Numbers: [16, 22, 40]
Generated Node #2: [16, 22, 40] from Operation: 77-37=40
Current State: 78:[16, 22, 40], Operations: ['77-37=40']
Exploring Operation: 16+22=38, Resulting Numbers: [40, 38]
Generated Node #3: [40, 38] from ... | 4 | Current State: 78:[77, 37, 16, 22], Operations: []
Exploring Operation: 37-22=15, Resulting Numbers: [77, 16, 15]
Generated Node #0,0: 78:[77, 16, 15] Operation: 37-22=15
Exploring Operation: 77-37=40, Resulting Numbers: [16, 22, 40]
Generated Node #0,1: 78:[16, 22, 40] Operation: 77-37=40
Exploring Operation: 22-16=6,... | 0.971354 | hs_4 | mult_heuristic |
[
48,
7,
14,
42
] | 46 | [
"7+14=21",
"42/21=2",
"48-2=46"
] | Current State: 46:[48, 7, 14, 42], Operations: []
Exploring Operation: 7+14=21, Resulting Numbers: [48, 42, 21]
Generated Node #2: [48, 42, 21] from Operation: 7+14=21
Current State: 46:[48, 42, 21], Operations: ['7+14=21']
Exploring Operation: 42/21=2, Resulting Numbers: [48, 2]
Generated Node #3: [48, 2] from Operati... | 4 | Current State: 46:[48, 7, 14, 42], Operations: []
Exploring Operation: 14/7=2, Resulting Numbers: [48, 42, 2]
Generated Node #0,0: 46:[48, 42, 2] Operation: 14/7=2
Exploring Operation: 7+14=21, Resulting Numbers: [48, 42, 21]
Generated Node #0,1: 46:[48, 42, 21] Operation: 7+14=21
Start Sub Search at level 1: Moving to... | 0.986111 | hs_2 | sum_heuristic |
[
6,
2,
16,
89
] | 39 | [
"6+2=8",
"16*8=128",
"128-89=39"
] | Current State: 39:[6, 2, 16, 89], Operations: []
Exploring Operation: 6+2=8, Resulting Numbers: [16, 89, 8]
Generated Node #2: [16, 89, 8] from Operation: 6+2=8
Current State: 39:[16, 89, 8], Operations: ['6+2=8']
Exploring Operation: 16*8=128, Resulting Numbers: [89, 128]
Generated Node #3: [89, 128] from Operation: 1... | 4 | Current State: 39:[6, 2, 16, 89], Operations: []
Exploring Operation: 6/2=3, Resulting Numbers: [16, 89, 3]
Generated Node #0,0: 39:[16, 89, 3] Operation: 6/2=3
Exploring Operation: 89-6=83, Resulting Numbers: [2, 16, 83]
Generated Node #0,1: 39:[2, 16, 83] Operation: 89-6=83
Exploring Operation: 6*2=12, Resulting Numb... | 0 | hs_4 | mult_heuristic |
[
64,
2,
78,
70
] | 95 | [
"64+70=134",
"78/2=39",
"134-39=95"
] | Current State: 95:[64, 2, 78, 70], Operations: []
Exploring Operation: 64+70=134, Resulting Numbers: [2, 78, 134]
Generated Node #2: [2, 78, 134] from Operation: 64+70=134
Current State: 95:[2, 78, 134], Operations: ['64+70=134']
Exploring Operation: 78/2=39, Resulting Numbers: [134, 39]
Generated Node #3: [134, 39] fr... | 4 | Current State: 95:[64, 2, 78, 70], Operations: []
Exploring Operation: 70-64=6, Resulting Numbers: [2, 78, 6]
Generated Node #0,0: 95:[2, 78, 6] Operation: 70-64=6
Start Sub Search at level 1: Moving to Node #0,0
Current State: 95:[2, 78, 6], Operations: ['70-64=6']
Exploring Operation: 78/6=13, Resulting Numbers: [2, ... | 0 | hs_1 | sum_heuristic |
[
62,
28,
65,
5
] | 99 | [
"65-62=3",
"28+5=33",
"3*33=99"
] | Current State: 99:[62, 28, 65, 5], Operations: []
Exploring Operation: 65-62=3, Resulting Numbers: [28, 5, 3]
Generated Node #2: [28, 5, 3] from Operation: 65-62=3
Current State: 99:[28, 5, 3], Operations: ['65-62=3']
Exploring Operation: 28+5=33, Resulting Numbers: [3, 33]
Generated Node #3: [3, 33] from Operation: 28... | 4 | Current State: 99:[62, 28, 65, 5], Operations: []
Exploring Operation: 62+65=127, Resulting Numbers: [28, 5, 127]
Generated Node #0,0: 99:[28, 5, 127] Operation: 62+65=127
Exploring Operation: 65-28=37, Resulting Numbers: [62, 5, 37]
Generated Node #0,1: 99:[62, 5, 37] Operation: 65-28=37
Exploring Operation: 62-28=34,... | 0.967014 | hs_4 | sum_heuristic |
[
73,
60,
3,
98
] | 82 | [
"73-60=13",
"98-3=95",
"95-13=82"
] | Current State: 82:[73, 60, 3, 98], Operations: []
Exploring Operation: 73-60=13, Resulting Numbers: [3, 98, 13]
Generated Node #2: [3, 98, 13] from Operation: 73-60=13
Current State: 82:[3, 98, 13], Operations: ['73-60=13']
Exploring Operation: 98-3=95, Resulting Numbers: [13, 95]
Generated Node #3: [13, 95] from Opera... | 4 | Current State: 82:[73, 60, 3, 98], Operations: []
Exploring Operation: 98-60=38, Resulting Numbers: [73, 3, 38]
Generated Node #0,0: 82:[73, 3, 38] Operation: 98-60=38
Exploring Operation: 73-60=13, Resulting Numbers: [3, 98, 13]
Generated Node #0,1: 82:[3, 98, 13] Operation: 73-60=13
Exploring Operation: 73+3=76, Resu... | 0.967882 | hs_5 | sum_heuristic |
[
79,
24,
36,
47
] | 48 | [
"79-47=32",
"36*32=1152",
"1152/24=48"
] | Current State: 48:[79, 24, 36, 47], Operations: []
Exploring Operation: 79-47=32, Resulting Numbers: [24, 36, 32]
Generated Node #2: [24, 36, 32] from Operation: 79-47=32
Current State: 48:[24, 36, 32], Operations: ['79-47=32']
Exploring Operation: 36*32=1152, Resulting Numbers: [24, 1152]
Generated Node #3: [24, 1152]... | 4 | Current State: 48:[79, 24, 36, 47], Operations: []
Exploring Operation: 79-36=43, Resulting Numbers: [24, 47, 43]
Generated Node #0,0: 48:[24, 47, 43] Operation: 79-36=43
Exploring Operation: 79-24=55, Resulting Numbers: [36, 47, 55]
Generated Node #0,1: 48:[36, 47, 55] Operation: 79-24=55
Exploring Operation: 79-47=32... | 0 | hs_3 | sum_heuristic |
[
11,
63,
8,
19
] | 79 | [
"63-11=52",
"8+19=27",
"52+27=79"
] | Current State: 79:[11, 63, 8, 19], Operations: []
Exploring Operation: 63-11=52, Resulting Numbers: [8, 19, 52]
Generated Node #2: [8, 19, 52] from Operation: 63-11=52
Current State: 79:[8, 19, 52], Operations: ['63-11=52']
Exploring Operation: 8+19=27, Resulting Numbers: [52, 27]
Generated Node #3: [52, 27] from Opera... | 4 | Current State: 79:[11, 63, 8, 19], Operations: []
Exploring Operation: 11*8=88, Resulting Numbers: [63, 19, 88]
Generated Node #0,0: 79:[63, 19, 88] Operation: 11*8=88
Moving to Node #0,0
Current State: 79:[63, 19, 88], Operations: ['11*8=88']
Exploring Operation: 63+19=82, Resulting Numbers: [88, 82]
Generated Node #0... | 0 | hs_1 | mult_heuristic |
[
81,
77,
14,
10
] | 46 | [
"81-77=4",
"14*4=56",
"56-10=46"
] | Current State: 46:[81, 77, 14, 10], Operations: []
Exploring Operation: 81-77=4, Resulting Numbers: [14, 10, 4]
Generated Node #2: [14, 10, 4] from Operation: 81-77=4
Current State: 46:[14, 10, 4], Operations: ['81-77=4']
Exploring Operation: 14*4=56, Resulting Numbers: [10, 56]
Generated Node #3: [10, 56] from Operati... | 4 | Current State: 46:[81, 77, 14, 10], Operations: []
Exploring Operation: 77-14=63, Resulting Numbers: [81, 10, 63]
Generated Node #0,0: 46:[81, 10, 63] Operation: 77-14=63
Exploring Operation: 81-14=67, Resulting Numbers: [77, 10, 67]
Generated Node #0,1: 46:[77, 10, 67] Operation: 81-14=67
Exploring Operation: 81-77=4,... | 0 | hs_5 | mult_heuristic |
[
43,
34,
80,
89
] | 86 | [
"43+34=77",
"89-80=9",
"77+9=86"
] | Current State: 86:[43, 34, 80, 89], Operations: []
Exploring Operation: 43+34=77, Resulting Numbers: [80, 89, 77]
Generated Node #2: [80, 89, 77] from Operation: 43+34=77
Current State: 86:[80, 89, 77], Operations: ['43+34=77']
Exploring Operation: 89-80=9, Resulting Numbers: [77, 9]
Generated Node #3: [77, 9] from Ope... | 4 | Current State: 86:[43, 34, 80, 89], Operations: []
Exploring Operation: 80-34=46, Resulting Numbers: [43, 89, 46]
Generated Node #0,0: 86:[43, 89, 46] Operation: 80-34=46
Exploring Operation: 43-34=9, Resulting Numbers: [80, 89, 9]
Generated Node #0,1: 86:[80, 89, 9] Operation: 43-34=9
Start Sub Search at level 1: Movi... | 0.991319 | hs_2 | mult_heuristic |
[
27,
80,
74,
2
] | 31 | [
"27+80=107",
"74+2=76",
"107-76=31"
] | Current State: 31:[27, 80, 74, 2], Operations: []
Exploring Operation: 27+80=107, Resulting Numbers: [74, 2, 107]
Generated Node #2: [74, 2, 107] from Operation: 27+80=107
Current State: 31:[74, 2, 107], Operations: ['27+80=107']
Exploring Operation: 74+2=76, Resulting Numbers: [107, 76]
Generated Node #3: [107, 76] fr... | 4 | Current State: 31:[27, 80, 74, 2], Operations: []
Exploring Operation: 80/2=40, Resulting Numbers: [27, 74, 40]
Generated Node #0,0: 31:[27, 74, 40] Operation: 80/2=40
Moving to Node #0,0
Current State: 31:[27, 74, 40], Operations: ['80/2=40']
Exploring Operation: 74-40=34, Resulting Numbers: [27, 34]
Generated Node #0... | 0 | hs_1 | sum_heuristic |
[
37,
47,
88,
99
] | 21 | [
"47-37=10",
"99-88=11",
"10+11=21"
] | Current State: 21:[37, 47, 88, 99], Operations: []
Exploring Operation: 47-37=10, Resulting Numbers: [88, 99, 10]
Generated Node #2: [88, 99, 10] from Operation: 47-37=10
Current State: 21:[88, 99, 10], Operations: ['47-37=10']
Exploring Operation: 99-88=11, Resulting Numbers: [10, 11]
Generated Node #3: [10, 11] from ... | 4 | Current State: 21:[37, 47, 88, 99], Operations: []
Exploring Operation: 99-88=11, Resulting Numbers: [37, 47, 11]
Generated Node #0,0: 21:[37, 47, 11] Operation: 99-88=11
Exploring Operation: 88-47=41, Resulting Numbers: [37, 99, 41]
Generated Node #0,1: 21:[37, 99, 41] Operation: 88-47=41
Moving to Node #0,0
Current S... | 0.989583 | hs_2 | mult_heuristic |
[
78,
31,
83,
46
] | 20 | [
"78+31=109",
"83+46=129",
"129-109=20"
] | Current State: 20:[78, 31, 83, 46], Operations: []
Exploring Operation: 78+31=109, Resulting Numbers: [83, 46, 109]
Generated Node #2: [83, 46, 109] from Operation: 78+31=109
Current State: 20:[83, 46, 109], Operations: ['78+31=109']
Exploring Operation: 83+46=129, Resulting Numbers: [109, 129]
Generated Node #3: [109,... | 4 | Current State: 20:[78, 31, 83, 46], Operations: []
Exploring Operation: 83-78=5, Resulting Numbers: [31, 46, 5]
Generated Node #0,0: 20:[31, 46, 5] Operation: 83-78=5
Start Sub Search at level 1: Moving to Node #0,0
Current State: 20:[31, 46, 5], Operations: ['83-78=5']
Exploring Operation: 46-31=15, Resulting Numbers:... | 0.993924 | hs_1 | sum_heuristic |
[
43,
28,
75,
75
] | 28 | [
"75-75=0",
"43*0=0",
"28+0=28"
] | Current State: 28:[43, 28, 75, 75], Operations: []
Exploring Operation: 75-75=0, Resulting Numbers: [43, 28, 0]
Generated Node #2: [43, 28, 0] from Operation: 75-75=0
Current State: 28:[43, 28, 0], Operations: ['75-75=0']
Exploring Operation: 43*0=0, Resulting Numbers: [28, 0]
Generated Node #3: [28, 0] from Operation:... | 4 | Current State: 28:[43, 28, 75, 75], Operations: []
Exploring Operation: 75/75=1, Resulting Numbers: [43, 28, 1]
Generated Node #0,0: 28:[43, 28, 1] Operation: 75/75=1
Exploring Operation: 75-75=0, Resulting Numbers: [43, 28, 0]
Generated Node #0,1: 28:[43, 28, 0] Operation: 75-75=0
Moving to Node #0,0
Current State: 28... | 0.990451 | hs_2 | sum_heuristic |
[
98,
25,
76,
25
] | 98 | [
"25-25=0",
"76*0=0",
"98+0=98"
] | Current State: 98:[98, 25, 76, 25], Operations: []
Exploring Operation: 25-25=0, Resulting Numbers: [98, 76, 0]
Generated Node #2: [98, 76, 0] from Operation: 25-25=0
Current State: 98:[98, 76, 0], Operations: ['25-25=0']
Exploring Operation: 76*0=0, Resulting Numbers: [98, 0]
Generated Node #3: [98, 0] from Operation:... | 4 | Current State: 98:[98, 25, 76, 25], Operations: []
Exploring Operation: 76-25=51, Resulting Numbers: [98, 25, 51]
Generated Node #0,0: 98:[98, 25, 51] Operation: 76-25=51
Exploring Operation: 76-25=51, Resulting Numbers: [98, 25, 51]
Generated Node #0,1: 98:[98, 25, 51] Operation: 76-25=51
Moving to Node #0,0
Current S... | 0 | hs_2 | mult_heuristic |
[
86,
27,
4,
33
] | 22 | [
"86-27=59",
"4+33=37",
"59-37=22"
] | Current State: 22:[86, 27, 4, 33], Operations: []
Exploring Operation: 86-27=59, Resulting Numbers: [4, 33, 59]
Generated Node #2: [4, 33, 59] from Operation: 86-27=59
Current State: 22:[4, 33, 59], Operations: ['86-27=59']
Exploring Operation: 4+33=37, Resulting Numbers: [59, 37]
Generated Node #3: [59, 37] from Opera... | 4 | Current State: 22:[86, 27, 4, 33], Operations: []
Exploring Operation: 86-33=53, Resulting Numbers: [27, 4, 53]
Generated Node #0,0: 22:[27, 4, 53] Operation: 86-33=53
Exploring Operation: 86-27=59, Resulting Numbers: [4, 33, 59]
Generated Node #0,1: 22:[4, 33, 59] Operation: 86-27=59
Start Sub Search at level 1: Movin... | 0.992188 | hs_2 | sum_heuristic |
[
47,
36,
31,
2
] | 96 | [
"47+31=78",
"36/2=18",
"78+18=96"
] | Current State: 96:[47, 36, 31, 2], Operations: []
Exploring Operation: 47+31=78, Resulting Numbers: [36, 2, 78]
Generated Node #2: [36, 2, 78] from Operation: 47+31=78
Current State: 96:[36, 2, 78], Operations: ['47+31=78']
Exploring Operation: 36/2=18, Resulting Numbers: [78, 18]
Generated Node #3: [78, 18] from Opera... | 4 | Current State: 96:[47, 36, 31, 2], Operations: []
Exploring Operation: 47-36=11, Resulting Numbers: [31, 2, 11]
Generated Node #0,0: 96:[31, 2, 11] Operation: 47-36=11
Moving to Node #0,0
Current State: 96:[31, 2, 11], Operations: ['47-36=11']
Exploring Operation: 31+2=33, Resulting Numbers: [11, 33]
Generated Node #0,... | 0 | hs_1 | sum_heuristic |
[
56,
92,
22,
70
] | 57 | [
"92-22=70",
"70/70=1",
"56+1=57"
] | Current State: 57:[56, 92, 22, 70], Operations: []
Exploring Operation: 92-22=70, Resulting Numbers: [56, 70, 70]
Generated Node #2: [56, 70, 70] from Operation: 92-22=70
Current State: 57:[56, 70, 70], Operations: ['92-22=70']
Exploring Operation: 70/70=1, Resulting Numbers: [56, 1]
Generated Node #3: [56, 1] from Ope... | 4 | Current State: 57:[56, 92, 22, 70], Operations: []
Exploring Operation: 92-70=22, Resulting Numbers: [56, 22, 22]
Generated Node #0,0: 57:[56, 22, 22] Operation: 92-70=22
Moving to Node #0,0
Current State: 57:[56, 22, 22], Operations: ['92-70=22']
Exploring Operation: 22/22=1, Resulting Numbers: [56, 1]
Generated Node ... | 0.993924 | hs_1 | sum_heuristic |
[
60,
75,
10,
61
] | 64 | [
"60+75=135",
"10+61=71",
"135-71=64"
] | Current State: 64:[60, 75, 10, 61], Operations: []
Exploring Operation: 60+75=135, Resulting Numbers: [10, 61, 135]
Generated Node #2: [10, 61, 135] from Operation: 60+75=135
Current State: 64:[10, 61, 135], Operations: ['60+75=135']
Exploring Operation: 10+61=71, Resulting Numbers: [135, 71]
Generated Node #3: [135, 7... | 4 | Current State: 64:[60, 75, 10, 61], Operations: []
Exploring Operation: 75-60=15, Resulting Numbers: [10, 61, 15]
Generated Node #0,0: 64:[10, 61, 15] Operation: 75-60=15
Exploring Operation: 75-10=65, Resulting Numbers: [60, 61, 65]
Generated Node #0,1: 64:[60, 61, 65] Operation: 75-10=65
Exploring Operation: 61-60=1,... | 0.973958 | hs_4 | mult_heuristic |
[
18,
91,
81,
18
] | 11 | [
"18/18=1",
"91-81=10",
"1+10=11"
] | Current State: 11:[18, 91, 81, 18], Operations: []
Exploring Operation: 18/18=1, Resulting Numbers: [91, 81, 1]
Generated Node #2: [91, 81, 1] from Operation: 18/18=1
Current State: 11:[91, 81, 1], Operations: ['18/18=1']
Exploring Operation: 91-81=10, Resulting Numbers: [1, 10]
Generated Node #3: [1, 10] from Operatio... | 4 | Current State: 11:[18, 91, 81, 18], Operations: []
Exploring Operation: 81-18=63, Resulting Numbers: [18, 91, 63]
Generated Node #0,0: 11:[18, 91, 63] Operation: 81-18=63
Exploring Operation: 91-18=73, Resulting Numbers: [18, 81, 73]
Generated Node #0,1: 11:[18, 81, 73] Operation: 91-18=73
Exploring Operation: 91-81=10... | 0.981771 | hs_5 | mult_heuristic |
[
91,
1,
42,
76
] | 56 | [
"91-1=90",
"76-42=34",
"90-34=56"
] | Current State: 56:[91, 1, 42, 76], Operations: []
Exploring Operation: 91-1=90, Resulting Numbers: [42, 76, 90]
Generated Node #2: [42, 76, 90] from Operation: 91-1=90
Current State: 56:[42, 76, 90], Operations: ['91-1=90']
Exploring Operation: 76-42=34, Resulting Numbers: [90, 34]
Generated Node #3: [90, 34] from Oper... | 4 | Current State: 56:[91, 1, 42, 76], Operations: []
Exploring Operation: 91-76=15, Resulting Numbers: [1, 42, 15]
Generated Node #0,0: 56:[1, 42, 15] Operation: 91-76=15
Moving to Node #0,0
Current State: 56:[1, 42, 15], Operations: ['91-76=15']
Exploring Operation: 42+15=57, Resulting Numbers: [1, 57]
Generated Node #0,... | 0.993924 | hs_1 | mult_heuristic |
[
19,
49,
43,
45
] | 79 | [
"45-43=2",
"49*2=98",
"98-19=79"
] | Current State: 79:[19, 49, 43, 45], Operations: []
Exploring Operation: 45-43=2, Resulting Numbers: [19, 49, 2]
Generated Node #2: [19, 49, 2] from Operation: 45-43=2
Current State: 79:[19, 49, 2], Operations: ['45-43=2']
Exploring Operation: 49*2=98, Resulting Numbers: [19, 98]
Generated Node #3: [19, 98] from Operati... | 4 | Current State: 79:[19, 49, 43, 45], Operations: []
Exploring Operation: 19+49=68, Resulting Numbers: [43, 45, 68]
Generated Node #0,0: 79:[43, 45, 68] Operation: 19+49=68
Exploring Operation: 49+43=92, Resulting Numbers: [19, 45, 92]
Generated Node #0,1: 79:[19, 45, 92] Operation: 49+43=92
Exploring Operation: 43+45=88... | 0 | hs_5 | sum_heuristic |
[
73,
74,
58,
15
] | 44 | [
"74-73=1",
"58-15=43",
"1+43=44"
] | Current State: 44:[73, 74, 58, 15], Operations: []
Exploring Operation: 74-73=1, Resulting Numbers: [58, 15, 1]
Generated Node #2: [58, 15, 1] from Operation: 74-73=1
Current State: 44:[58, 15, 1], Operations: ['74-73=1']
Exploring Operation: 58-15=43, Resulting Numbers: [1, 43]
Generated Node #3: [1, 43] from Operatio... | 4 | Current State: 44:[73, 74, 58, 15], Operations: []
Exploring Operation: 73-58=15, Resulting Numbers: [74, 15, 15]
Generated Node #0,0: 44:[74, 15, 15] Operation: 73-58=15
Exploring Operation: 73-15=58, Resulting Numbers: [74, 58, 58]
Generated Node #0,1: 44:[74, 58, 58] Operation: 73-15=58
Exploring Operation: 74-73=1,... | 0.986979 | hs_4 | mult_heuristic |
[
7,
58,
32,
71
] | 12 | [
"58-7=51",
"71-32=39",
"51-39=12"
] | Current State: 12:[7, 58, 32, 71], Operations: []
Exploring Operation: 58-7=51, Resulting Numbers: [32, 71, 51]
Generated Node #2: [32, 71, 51] from Operation: 58-7=51
Current State: 12:[32, 71, 51], Operations: ['58-7=51']
Exploring Operation: 71-32=39, Resulting Numbers: [51, 39]
Generated Node #3: [51, 39] from Oper... | 4 | Current State: 12:[7, 58, 32, 71], Operations: []
Exploring Operation: 71-58=13, Resulting Numbers: [7, 32, 13]
Generated Node #0,0: 12:[7, 32, 13] Operation: 71-58=13
Start Sub Search at level 1: Moving to Node #0,0
Current State: 12:[7, 32, 13], Operations: ['71-58=13']
Exploring Operation: 32-13=19, Resulting Number... | 0.993924 | hs_1 | sum_heuristic |
[
84,
36,
93,
91
] | 87 | [
"93-84=9",
"36/9=4",
"91-4=87"
] | Current State: 87:[84, 36, 93, 91], Operations: []
Exploring Operation: 93-84=9, Resulting Numbers: [36, 91, 9]
Generated Node #2: [36, 91, 9] from Operation: 93-84=9
Current State: 87:[36, 91, 9], Operations: ['93-84=9']
Exploring Operation: 36/9=4, Resulting Numbers: [91, 4]
Generated Node #3: [91, 4] from Operation:... | 4 | Current State: 87:[84, 36, 93, 91], Operations: []
Exploring Operation: 93-91=2, Resulting Numbers: [84, 36, 2]
Generated Node #0,0: 87:[84, 36, 2] Operation: 93-91=2
Moving to Node #0,0
Current State: 87:[84, 36, 2], Operations: ['93-91=2']
Exploring Operation: 84+2=86, Resulting Numbers: [36, 86]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
72,
71,
89,
4
] | 86 | [
"72-71=1",
"89-4=85",
"1+85=86"
] | Current State: 86:[72, 71, 89, 4], Operations: []
Exploring Operation: 72-71=1, Resulting Numbers: [89, 4, 1]
Generated Node #2: [89, 4, 1] from Operation: 72-71=1
Current State: 86:[89, 4, 1], Operations: ['72-71=1']
Exploring Operation: 89-4=85, Resulting Numbers: [1, 85]
Generated Node #3: [1, 85] from Operation: 89... | 4 | Current State: 86:[72, 71, 89, 4], Operations: []
Exploring Operation: 72-71=1, Resulting Numbers: [89, 4, 1]
Generated Node #0,0: 86:[89, 4, 1] Operation: 72-71=1
Moving to Node #0,0
Current State: 86:[89, 4, 1], Operations: ['72-71=1']
Exploring Operation: 89-4=85, Resulting Numbers: [1, 85]
Generated Node #0,0,0: 86... | 0.993924 | hs_1 | mult_heuristic |
[
19,
24,
3,
8
] | 67 | [
"19+24=43",
"3*8=24",
"43+24=67"
] | Current State: 67:[19, 24, 3, 8], Operations: []
Exploring Operation: 19+24=43, Resulting Numbers: [3, 8, 43]
Generated Node #2: [3, 8, 43] from Operation: 19+24=43
Current State: 67:[3, 8, 43], Operations: ['19+24=43']
Exploring Operation: 3*8=24, Resulting Numbers: [43, 24]
Generated Node #3: [43, 24] from Operation:... | 4 | Current State: 67:[19, 24, 3, 8], Operations: []
Exploring Operation: 3*8=24, Resulting Numbers: [19, 24, 24]
Generated Node #0,0: 67:[19, 24, 24] Operation: 3*8=24
Exploring Operation: 19*3=57, Resulting Numbers: [24, 8, 57]
Generated Node #0,1: 67:[24, 8, 57] Operation: 19*3=57
Exploring Operation: 24*3=72, Resulting... | 0.960069 | hs_4 | mult_heuristic |
[
13,
65,
42,
87
] | 51 | [
"13+65=78",
"42+87=129",
"129-78=51"
] | Current State: 51:[13, 65, 42, 87], Operations: []
Exploring Operation: 13+65=78, Resulting Numbers: [42, 87, 78]
Generated Node #2: [42, 87, 78] from Operation: 13+65=78
Current State: 51:[42, 87, 78], Operations: ['13+65=78']
Exploring Operation: 42+87=129, Resulting Numbers: [78, 129]
Generated Node #3: [78, 129] fr... | 4 | Current State: 51:[13, 65, 42, 87], Operations: []
Exploring Operation: 87-42=45, Resulting Numbers: [13, 65, 45]
Generated Node #0,0: 51:[13, 65, 45] Operation: 87-42=45
Exploring Operation: 87-65=22, Resulting Numbers: [13, 42, 22]
Generated Node #0,1: 51:[13, 42, 22] Operation: 87-65=22
Start Sub Search at level 1: ... | 0 | hs_2 | sum_heuristic |
[
2,
44,
38,
40
] | 74 | [
"2*40=80",
"44-38=6",
"80-6=74"
] | Current State: 74:[2, 44, 38, 40], Operations: []
Exploring Operation: 2*40=80, Resulting Numbers: [44, 38, 80]
Generated Node #2: [44, 38, 80] from Operation: 2*40=80
Current State: 74:[44, 38, 80], Operations: ['2*40=80']
Exploring Operation: 44-38=6, Resulting Numbers: [80, 6]
Generated Node #3: [80, 6] from Operati... | 4 | Current State: 74:[2, 44, 38, 40], Operations: []
Exploring Operation: 44-40=4, Resulting Numbers: [2, 38, 4]
Generated Node #0,0: 74:[2, 38, 4] Operation: 44-40=4
Exploring Operation: 44-38=6, Resulting Numbers: [2, 40, 6]
Generated Node #0,1: 74:[2, 40, 6] Operation: 44-38=6
Exploring Operation: 40-38=2, Resulting Nu... | 0 | hs_5 | sum_heuristic |
[
62,
78,
39,
55
] | 69 | [
"62*78=4836",
"4836/39=124",
"124-55=69"
] | Current State: 69:[62, 78, 39, 55], Operations: []
Exploring Operation: 62*78=4836, Resulting Numbers: [39, 55, 4836]
Generated Node #2: [39, 55, 4836] from Operation: 62*78=4836
Current State: 69:[39, 55, 4836], Operations: ['62*78=4836']
Exploring Operation: 4836/39=124, Resulting Numbers: [55, 124]
Generated Node #3... | 4 | Current State: 69:[62, 78, 39, 55], Operations: []
Exploring Operation: 78/39=2, Resulting Numbers: [62, 55, 2]
Generated Node #0,0: 69:[62, 55, 2] Operation: 78/39=2
Start Sub Search at level 1: Moving to Node #0,0
Current State: 69:[62, 55, 2], Operations: ['78/39=2']
Exploring Operation: 62-55=7, Resulting Numbers: ... | 0 | hs_1 | mult_heuristic |
[
27,
76,
3,
77
] | 84 | [
"76-27=49",
"77-49=28",
"3*28=84"
] | Current State: 84:[27, 76, 3, 77], Operations: []
Exploring Operation: 76-27=49, Resulting Numbers: [3, 77, 49]
Generated Node #2: [3, 77, 49] from Operation: 76-27=49
Current State: 84:[3, 77, 49], Operations: ['76-27=49']
Exploring Operation: 77-49=28, Resulting Numbers: [3, 28]
Generated Node #3: [3, 28] from Operat... | 4 | Current State: 84:[27, 76, 3, 77], Operations: []
Exploring Operation: 76+3=79, Resulting Numbers: [27, 77, 79]
Generated Node #0,0: 84:[27, 77, 79] Operation: 76+3=79
Exploring Operation: 77-76=1, Resulting Numbers: [27, 3, 1]
Generated Node #0,1: 84:[27, 3, 1] Operation: 77-76=1
Exploring Operation: 3+77=80, Resultin... | 0.977431 | hs_3 | sum_heuristic |
[
8,
97,
13,
59
] | 96 | [
"97+59=156",
"8*156=1248",
"1248/13=96"
] | Current State: 96:[8, 97, 13, 59], Operations: []
Exploring Operation: 97+59=156, Resulting Numbers: [8, 13, 156]
Generated Node #2: [8, 13, 156] from Operation: 97+59=156
Current State: 96:[8, 13, 156], Operations: ['97+59=156']
Exploring Operation: 8*156=1248, Resulting Numbers: [13, 1248]
Generated Node #3: [13, 124... | 4 | Current State: 96:[8, 97, 13, 59], Operations: []
Exploring Operation: 59-13=46, Resulting Numbers: [8, 97, 46]
Generated Node #0,0: 96:[8, 97, 46] Operation: 59-13=46
Exploring Operation: 13-8=5, Resulting Numbers: [97, 59, 5]
Generated Node #0,1: 96:[97, 59, 5] Operation: 13-8=5
Exploring Operation: 97-59=38, Resulti... | 0 | hs_5 | sum_heuristic |
[
95,
93,
94,
14
] | 66 | [
"95-93=2",
"14*2=28",
"94-28=66"
] | Current State: 66:[95, 93, 94, 14], Operations: []
Exploring Operation: 95-93=2, Resulting Numbers: [94, 14, 2]
Generated Node #2: [94, 14, 2] from Operation: 95-93=2
Current State: 66:[94, 14, 2], Operations: ['95-93=2']
Exploring Operation: 14*2=28, Resulting Numbers: [94, 28]
Generated Node #3: [94, 28] from Operati... | 4 | Current State: 66:[95, 93, 94, 14], Operations: []
Exploring Operation: 95-93=2, Resulting Numbers: [94, 14, 2]
Generated Node #0,0: 66:[94, 14, 2] Operation: 95-93=2
Exploring Operation: 93-14=79, Resulting Numbers: [95, 94, 79]
Generated Node #0,1: 66:[95, 94, 79] Operation: 93-14=79
Exploring Operation: 94-93=1, Res... | 0 | hs_5 | mult_heuristic |
[
19,
3,
29,
70
] | 19 | [
"19+3=22",
"70-29=41",
"41-22=19"
] | Current State: 19:[19, 3, 29, 70], Operations: []
Exploring Operation: 19+3=22, Resulting Numbers: [29, 70, 22]
Generated Node #2: [29, 70, 22] from Operation: 19+3=22
Current State: 19:[29, 70, 22], Operations: ['19+3=22']
Exploring Operation: 70-29=41, Resulting Numbers: [22, 41]
Generated Node #3: [22, 41] from Oper... | 4 | Current State: 19:[19, 3, 29, 70], Operations: []
Exploring Operation: 70-29=41, Resulting Numbers: [19, 3, 41]
Generated Node #0,0: 19:[19, 3, 41] Operation: 70-29=41
Moving to Node #0,0
Current State: 19:[19, 3, 41], Operations: ['70-29=41']
Exploring Operation: 41-19=22, Resulting Numbers: [3, 22]
Generated Node #0,... | 0.993924 | hs_1 | sum_heuristic |
[
8,
19,
76,
23
] | 88 | [
"19-8=11",
"76+23=99",
"99-11=88"
] | Current State: 88:[8, 19, 76, 23], Operations: []
Exploring Operation: 19-8=11, Resulting Numbers: [76, 23, 11]
Generated Node #2: [76, 23, 11] from Operation: 19-8=11
Current State: 88:[76, 23, 11], Operations: ['19-8=11']
Exploring Operation: 76+23=99, Resulting Numbers: [11, 99]
Generated Node #3: [11, 99] from Oper... | 4 | Current State: 88:[8, 19, 76, 23], Operations: []
Exploring Operation: 23-19=4, Resulting Numbers: [8, 76, 4]
Generated Node #0,0: 88:[8, 76, 4] Operation: 23-19=4
Exploring Operation: 8+76=84, Resulting Numbers: [19, 23, 84]
Generated Node #0,1: 88:[19, 23, 84] Operation: 8+76=84
Exploring Operation: 19+76=95, Resulti... | 0.980035 | hs_4 | sum_heuristic |
[
52,
67,
89,
75
] | 25 | [
"52*75=3900",
"67+89=156",
"3900/156=25"
] | Current State: 25:[52, 67, 89, 75], Operations: []
Exploring Operation: 52*75=3900, Resulting Numbers: [67, 89, 3900]
Generated Node #2: [67, 89, 3900] from Operation: 52*75=3900
Current State: 25:[67, 89, 3900], Operations: ['52*75=3900']
Exploring Operation: 67+89=156, Resulting Numbers: [3900, 156]
Generated Node #3... | 4 | Current State: 25:[52, 67, 89, 75], Operations: []
Exploring Operation: 89-75=14, Resulting Numbers: [52, 67, 14]
Generated Node #0,0: 25:[52, 67, 14] Operation: 89-75=14
Moving to Node #0,0
Current State: 25:[52, 67, 14], Operations: ['89-75=14']
Exploring Operation: 67-52=15, Resulting Numbers: [14, 15]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
42,
38,
75,
92
] | 87 | [
"42+38=80",
"75+92=167",
"167-80=87"
] | Current State: 87:[42, 38, 75, 92], Operations: []
Exploring Operation: 42+38=80, Resulting Numbers: [75, 92, 80]
Generated Node #2: [75, 92, 80] from Operation: 42+38=80
Current State: 87:[75, 92, 80], Operations: ['42+38=80']
Exploring Operation: 75+92=167, Resulting Numbers: [80, 167]
Generated Node #3: [80, 167] fr... | 4 | Current State: 87:[42, 38, 75, 92], Operations: []
Exploring Operation: 42-38=4, Resulting Numbers: [75, 92, 4]
Generated Node #0,0: 87:[75, 92, 4] Operation: 42-38=4
Exploring Operation: 75-42=33, Resulting Numbers: [38, 92, 33]
Generated Node #0,1: 87:[38, 92, 33] Operation: 75-42=33
Start Sub Search at level 1: Movi... | 0.986111 | hs_2 | mult_heuristic |
[
87,
86,
76,
13
] | 57 | [
"87-76=11",
"13*11=143",
"143-86=57"
] | Current State: 57:[87, 86, 76, 13], Operations: []
Exploring Operation: 87-76=11, Resulting Numbers: [86, 13, 11]
Generated Node #2: [86, 13, 11] from Operation: 87-76=11
Current State: 57:[86, 13, 11], Operations: ['87-76=11']
Exploring Operation: 13*11=143, Resulting Numbers: [86, 143]
Generated Node #3: [86, 143] fr... | 4 | Current State: 57:[87, 86, 76, 13], Operations: []
Exploring Operation: 87-76=11, Resulting Numbers: [86, 13, 11]
Generated Node #0,0: 57:[86, 13, 11] Operation: 87-76=11
Exploring Operation: 87-86=1, Resulting Numbers: [76, 13, 1]
Generated Node #0,1: 57:[76, 13, 1] Operation: 87-86=1
Start Sub Search at level 1: Movi... | 0 | hs_2 | sum_heuristic |
[
32,
47,
16,
48
] | 52 | [
"32+48=80",
"80/16=5",
"47+5=52"
] | Current State: 52:[32, 47, 16, 48], Operations: []
Exploring Operation: 32+48=80, Resulting Numbers: [47, 16, 80]
Generated Node #2: [47, 16, 80] from Operation: 32+48=80
Current State: 52:[47, 16, 80], Operations: ['32+48=80']
Exploring Operation: 80/16=5, Resulting Numbers: [47, 5]
Generated Node #3: [47, 5] from Ope... | 4 | Current State: 52:[32, 47, 16, 48], Operations: []
Exploring Operation: 47-32=15, Resulting Numbers: [16, 48, 15]
Generated Node #0,0: 52:[16, 48, 15] Operation: 47-32=15
Exploring Operation: 32/16=2, Resulting Numbers: [47, 48, 2]
Generated Node #0,1: 52:[47, 48, 2] Operation: 32/16=2
Exploring Operation: 48-47=1, Res... | 0 | hs_3 | sum_heuristic |
[
5,
43,
9,
2
] | 15 | [
"5+43=48",
"48/2=24",
"24-9=15"
] | Current State: 15:[5, 43, 9, 2], Operations: []
Exploring Operation: 5+43=48, Resulting Numbers: [9, 2, 48]
Generated Node #2: [9, 2, 48] from Operation: 5+43=48
Current State: 15:[9, 2, 48], Operations: ['5+43=48']
Exploring Operation: 48/2=24, Resulting Numbers: [9, 24]
Generated Node #3: [9, 24] from Operation: 48/2... | 4 | Current State: 15:[5, 43, 9, 2], Operations: []
Exploring Operation: 5+9=14, Resulting Numbers: [43, 2, 14]
Generated Node #0,0: 15:[43, 2, 14] Operation: 5+9=14
Exploring Operation: 43-9=34, Resulting Numbers: [5, 2, 34]
Generated Node #0,1: 15:[5, 2, 34] Operation: 43-9=34
Exploring Operation: 43-5=38, Resulting Numb... | 0 | hs_4 | mult_heuristic |
[
64,
79,
35,
59
] | 49 | [
"64+79=143",
"35+59=94",
"143-94=49"
] | Current State: 49:[64, 79, 35, 59], Operations: []
Exploring Operation: 64+79=143, Resulting Numbers: [35, 59, 143]
Generated Node #2: [35, 59, 143] from Operation: 64+79=143
Current State: 49:[35, 59, 143], Operations: ['64+79=143']
Exploring Operation: 35+59=94, Resulting Numbers: [143, 94]
Generated Node #3: [143, 9... | 4 | Current State: 49:[64, 79, 35, 59], Operations: []
Exploring Operation: 79-64=15, Resulting Numbers: [35, 59, 15]
Generated Node #0,0: 49:[35, 59, 15] Operation: 79-64=15
Exploring Operation: 79-35=44, Resulting Numbers: [64, 59, 44]
Generated Node #0,1: 49:[64, 59, 44] Operation: 79-35=44
Start Sub Search at level 1: ... | 0.991319 | hs_2 | sum_heuristic |
[
29,
63,
30,
40
] | 82 | [
"29+63=92",
"40-30=10",
"92-10=82"
] | Current State: 82:[29, 63, 30, 40], Operations: []
Exploring Operation: 29+63=92, Resulting Numbers: [30, 40, 92]
Generated Node #2: [30, 40, 92] from Operation: 29+63=92
Current State: 82:[30, 40, 92], Operations: ['29+63=92']
Exploring Operation: 40-30=10, Resulting Numbers: [92, 10]
Generated Node #3: [92, 10] from ... | 4 | Current State: 82:[29, 63, 30, 40], Operations: []
Exploring Operation: 63-29=34, Resulting Numbers: [30, 40, 34]
Generated Node #0,0: 82:[30, 40, 34] Operation: 63-29=34
Start Sub Search at level 1: Moving to Node #0,0
Current State: 82:[30, 40, 34], Operations: ['63-29=34']
Exploring Operation: 34-30=4, Resulting Num... | 0 | hs_1 | mult_heuristic |
[
5,
45,
31,
98
] | 15 | [
"98-5=93",
"45*31=1395",
"1395/93=15"
] | Current State: 15:[5, 45, 31, 98], Operations: []
Exploring Operation: 98-5=93, Resulting Numbers: [45, 31, 93]
Generated Node #2: [45, 31, 93] from Operation: 98-5=93
Current State: 15:[45, 31, 93], Operations: ['98-5=93']
Exploring Operation: 45*31=1395, Resulting Numbers: [93, 1395]
Generated Node #3: [93, 1395] fro... | 4 | Current State: 15:[5, 45, 31, 98], Operations: []
Exploring Operation: 45-31=14, Resulting Numbers: [5, 98, 14]
Generated Node #0,0: 15:[5, 98, 14] Operation: 45-31=14
Exploring Operation: 98-31=67, Resulting Numbers: [5, 45, 67]
Generated Node #0,1: 15:[5, 45, 67] Operation: 98-31=67
Exploring Operation: 98-45=53, Res... | 0 | hs_3 | mult_heuristic |
[
44,
77,
11,
75
] | 53 | [
"77-44=33",
"11+75=86",
"86-33=53"
] | Current State: 53:[44, 77, 11, 75], Operations: []
Exploring Operation: 77-44=33, Resulting Numbers: [11, 75, 33]
Generated Node #2: [11, 75, 33] from Operation: 77-44=33
Current State: 53:[11, 75, 33], Operations: ['77-44=33']
Exploring Operation: 11+75=86, Resulting Numbers: [33, 86]
Generated Node #3: [33, 86] from ... | 4 | Current State: 53:[44, 77, 11, 75], Operations: []
Exploring Operation: 44+11=55, Resulting Numbers: [77, 75, 55]
Generated Node #0,0: 53:[77, 75, 55] Operation: 44+11=55
Exploring Operation: 77+11=88, Resulting Numbers: [44, 75, 88]
Generated Node #0,1: 53:[44, 75, 88] Operation: 77+11=88
Exploring Operation: 75-11=64... | 0.967014 | hs_5 | sum_heuristic |
[
32,
25,
70,
66
] | 35 | [
"32+66=98",
"25*98=2450",
"2450/70=35"
] | Current State: 35:[32, 25, 70, 66], Operations: []
Exploring Operation: 32+66=98, Resulting Numbers: [25, 70, 98]
Generated Node #2: [25, 70, 98] from Operation: 32+66=98
Current State: 35:[25, 70, 98], Operations: ['32+66=98']
Exploring Operation: 25*98=2450, Resulting Numbers: [70, 2450]
Generated Node #3: [70, 2450]... | 4 | Current State: 35:[32, 25, 70, 66], Operations: []
Exploring Operation: 70-66=4, Resulting Numbers: [32, 25, 4]
Generated Node #0,0: 35:[32, 25, 4] Operation: 70-66=4
Moving to Node #0,0
Current State: 35:[32, 25, 4], Operations: ['70-66=4']
Exploring Operation: 32-25=7, Resulting Numbers: [4, 7]
Generated Node #0,0,0:... | 0 | hs_1 | mult_heuristic |
[
5,
61,
25,
30
] | 36 | [
"25/5=5",
"61-30=31",
"5+31=36"
] | Current State: 36:[5, 61, 25, 30], Operations: []
Exploring Operation: 25/5=5, Resulting Numbers: [61, 30, 5]
Generated Node #2: [61, 30, 5] from Operation: 25/5=5
Current State: 36:[61, 30, 5], Operations: ['25/5=5']
Exploring Operation: 61-30=31, Resulting Numbers: [5, 31]
Generated Node #3: [5, 31] from Operation: 6... | 4 | Current State: 36:[5, 61, 25, 30], Operations: []
Exploring Operation: 30-25=5, Resulting Numbers: [5, 61, 5]
Generated Node #0,0: 36:[5, 61, 5] Operation: 30-25=5
Exploring Operation: 25/5=5, Resulting Numbers: [61, 30, 5]
Generated Node #0,1: 36:[61, 30, 5] Operation: 25/5=5
Exploring Operation: 61-25=36, Resulting N... | 0.971354 | hs_4 | mult_heuristic |
[
11,
90,
48,
41
] | 13 | [
"48-41=7",
"11*7=77",
"90-77=13"
] | Current State: 13:[11, 90, 48, 41], Operations: []
Exploring Operation: 48-41=7, Resulting Numbers: [11, 90, 7]
Generated Node #2: [11, 90, 7] from Operation: 48-41=7
Current State: 13:[11, 90, 7], Operations: ['48-41=7']
Exploring Operation: 11*7=77, Resulting Numbers: [90, 77]
Generated Node #3: [90, 77] from Operati... | 4 | Current State: 13:[11, 90, 48, 41], Operations: []
Exploring Operation: 48-41=7, Resulting Numbers: [11, 90, 7]
Generated Node #0,0: 13:[11, 90, 7] Operation: 48-41=7
Exploring Operation: 90-41=49, Resulting Numbers: [11, 48, 49]
Generated Node #0,1: 13:[11, 48, 49] Operation: 90-41=49
Exploring Operation: 90-11=79, Re... | 0 | hs_5 | sum_heuristic |
[
44,
23,
35,
9
] | 47 | [
"44-23=21",
"35-9=26",
"21+26=47"
] | Current State: 47:[44, 23, 35, 9], Operations: []
Exploring Operation: 44-23=21, Resulting Numbers: [35, 9, 21]
Generated Node #2: [35, 9, 21] from Operation: 44-23=21
Current State: 47:[35, 9, 21], Operations: ['44-23=21']
Exploring Operation: 35-9=26, Resulting Numbers: [21, 26]
Generated Node #3: [21, 26] from Opera... | 4 | Current State: 47:[44, 23, 35, 9], Operations: []
Exploring Operation: 44+9=53, Resulting Numbers: [23, 35, 53]
Generated Node #0,0: 47:[23, 35, 53] Operation: 44+9=53
Exploring Operation: 35+9=44, Resulting Numbers: [44, 23, 44]
Generated Node #0,1: 47:[44, 23, 44] Operation: 35+9=44
Exploring Operation: 23+9=32, Resu... | 0.974826 | hs_3 | mult_heuristic |
[
47,
28,
43,
50
] | 82 | [
"47+28=75",
"50-43=7",
"75+7=82"
] | Current State: 82:[47, 28, 43, 50], Operations: []
Exploring Operation: 47+28=75, Resulting Numbers: [43, 50, 75]
Generated Node #2: [43, 50, 75] from Operation: 47+28=75
Current State: 82:[43, 50, 75], Operations: ['47+28=75']
Exploring Operation: 50-43=7, Resulting Numbers: [75, 7]
Generated Node #3: [75, 7] from Ope... | 4 | Current State: 82:[47, 28, 43, 50], Operations: []
Exploring Operation: 50-47=3, Resulting Numbers: [28, 43, 3]
Generated Node #0,0: 82:[28, 43, 3] Operation: 50-47=3
Exploring Operation: 47+28=75, Resulting Numbers: [43, 50, 75]
Generated Node #0,1: 82:[43, 50, 75] Operation: 47+28=75
Exploring Operation: 28+50=78, Re... | 0.990451 | hs_3 | mult_heuristic |
[
88,
99,
64,
19
] | 53 | [
"99*64=6336",
"6336/88=72",
"72-19=53"
] | Current State: 53:[88, 99, 64, 19], Operations: []
Exploring Operation: 99*64=6336, Resulting Numbers: [88, 19, 6336]
Generated Node #2: [88, 19, 6336] from Operation: 99*64=6336
Current State: 53:[88, 19, 6336], Operations: ['99*64=6336']
Exploring Operation: 6336/88=72, Resulting Numbers: [19, 72]
Generated Node #3: ... | 4 | Current State: 53:[88, 99, 64, 19], Operations: []
Exploring Operation: 88-19=69, Resulting Numbers: [99, 64, 69]
Generated Node #0,0: 53:[99, 64, 69] Operation: 88-19=69
Moving to Node #0,0
Current State: 53:[99, 64, 69], Operations: ['88-19=69']
Exploring Operation: 99-64=35, Resulting Numbers: [69, 35]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
69,
56,
94,
71
] | 53 | [
"94-71=23",
"69/23=3",
"56-3=53"
] | Current State: 53:[69, 56, 94, 71], Operations: []
Exploring Operation: 94-71=23, Resulting Numbers: [69, 56, 23]
Generated Node #2: [69, 56, 23] from Operation: 94-71=23
Current State: 53:[69, 56, 23], Operations: ['94-71=23']
Exploring Operation: 69/23=3, Resulting Numbers: [56, 3]
Generated Node #3: [56, 3] from Ope... | 4 | Current State: 53:[69, 56, 94, 71], Operations: []
Exploring Operation: 94-69=25, Resulting Numbers: [56, 71, 25]
Generated Node #0,0: 53:[56, 71, 25] Operation: 94-69=25
Exploring Operation: 94-56=38, Resulting Numbers: [69, 71, 38]
Generated Node #0,1: 53:[69, 71, 38] Operation: 94-56=38
Exploring Operation: 94-71=23... | 0.940972 | hs_5 | mult_heuristic |
[
85,
7,
39,
4
] | 57 | [
"85+7=92",
"39-4=35",
"92-35=57"
] | Current State: 57:[85, 7, 39, 4], Operations: []
Exploring Operation: 85+7=92, Resulting Numbers: [39, 4, 92]
Generated Node #2: [39, 4, 92] from Operation: 85+7=92
Current State: 57:[39, 4, 92], Operations: ['85+7=92']
Exploring Operation: 39-4=35, Resulting Numbers: [92, 35]
Generated Node #3: [92, 35] from Operation... | 4 | Current State: 57:[85, 7, 39, 4], Operations: []
Exploring Operation: 85-39=46, Resulting Numbers: [7, 4, 46]
Generated Node #0,0: 57:[7, 4, 46] Operation: 85-39=46
Moving to Node #0,0
Current State: 57:[7, 4, 46], Operations: ['85-39=46']
Exploring Operation: 7+46=53, Resulting Numbers: [4, 53]
Generated Node #0,0,0: ... | 0.993924 | hs_1 | sum_heuristic |
[
42,
50,
60,
36
] | 52 | [
"60-42=18",
"36/18=2",
"50+2=52"
] | Current State: 52:[42, 50, 60, 36], Operations: []
Exploring Operation: 60-42=18, Resulting Numbers: [50, 36, 18]
Generated Node #2: [50, 36, 18] from Operation: 60-42=18
Current State: 52:[50, 36, 18], Operations: ['60-42=18']
Exploring Operation: 36/18=2, Resulting Numbers: [50, 2]
Generated Node #3: [50, 2] from Ope... | 4 | Current State: 52:[42, 50, 60, 36], Operations: []
Exploring Operation: 50-36=14, Resulting Numbers: [42, 60, 14]
Generated Node #0,0: 52:[42, 60, 14] Operation: 50-36=14
Exploring Operation: 60-42=18, Resulting Numbers: [50, 36, 18]
Generated Node #0,1: 52:[50, 36, 18] Operation: 60-42=18
Exploring Operation: 60-36=24... | 0.977431 | hs_5 | mult_heuristic |
[
14,
2,
22,
6
] | 35 | [
"14/2=7",
"22+6=28",
"7+28=35"
] | Current State: 35:[14, 2, 22, 6], Operations: []
Exploring Operation: 14/2=7, Resulting Numbers: [22, 6, 7]
Generated Node #2: [22, 6, 7] from Operation: 14/2=7
Current State: 35:[22, 6, 7], Operations: ['14/2=7']
Exploring Operation: 22+6=28, Resulting Numbers: [7, 28]
Generated Node #3: [7, 28] from Operation: 22+6=2... | 4 | Current State: 35:[14, 2, 22, 6], Operations: []
Exploring Operation: 22-14=8, Resulting Numbers: [2, 6, 8]
Generated Node #0,0: 35:[2, 6, 8] Operation: 22-14=8
Exploring Operation: 14+22=36, Resulting Numbers: [2, 6, 36]
Generated Node #0,1: 35:[2, 6, 36] Operation: 14+22=36
Exploring Operation: 22/2=11, Resulting Num... | 0 | hs_3 | sum_heuristic |
[
84,
47,
76,
56
] | 17 | [
"84-47=37",
"76-56=20",
"37-20=17"
] | Current State: 17:[84, 47, 76, 56], Operations: []
Exploring Operation: 84-47=37, Resulting Numbers: [76, 56, 37]
Generated Node #2: [76, 56, 37] from Operation: 84-47=37
Current State: 17:[76, 56, 37], Operations: ['84-47=37']
Exploring Operation: 76-56=20, Resulting Numbers: [37, 20]
Generated Node #3: [37, 20] from ... | 4 | Current State: 17:[84, 47, 76, 56], Operations: []
Exploring Operation: 84-56=28, Resulting Numbers: [47, 76, 28]
Generated Node #0,0: 17:[47, 76, 28] Operation: 84-56=28
Exploring Operation: 84-76=8, Resulting Numbers: [47, 56, 8]
Generated Node #0,1: 17:[47, 56, 8] Operation: 84-76=8
Exploring Operation: 76-56=20, Re... | 0.989583 | hs_3 | mult_heuristic |
[
29,
37,
82,
56
] | 72 | [
"29+37=66",
"82+56=138",
"138-66=72"
] | Current State: 72:[29, 37, 82, 56], Operations: []
Exploring Operation: 29+37=66, Resulting Numbers: [82, 56, 66]
Generated Node #2: [82, 56, 66] from Operation: 29+37=66
Current State: 72:[82, 56, 66], Operations: ['29+37=66']
Exploring Operation: 82+56=138, Resulting Numbers: [66, 138]
Generated Node #3: [66, 138] fr... | 4 | Current State: 72:[29, 37, 82, 56], Operations: []
Exploring Operation: 56-29=27, Resulting Numbers: [37, 82, 27]
Generated Node #0,0: 72:[37, 82, 27] Operation: 56-29=27
Exploring Operation: 56-37=19, Resulting Numbers: [29, 82, 19]
Generated Node #0,1: 72:[29, 82, 19] Operation: 56-37=19
Exploring Operation: 82-56=26... | 0.979167 | hs_3 | sum_heuristic |
[
93,
77,
96,
27
] | 53 | [
"93-77=16",
"96-27=69",
"69-16=53"
] | Current State: 53:[93, 77, 96, 27], Operations: []
Exploring Operation: 93-77=16, Resulting Numbers: [96, 27, 16]
Generated Node #2: [96, 27, 16] from Operation: 93-77=16
Current State: 53:[96, 27, 16], Operations: ['93-77=16']
Exploring Operation: 96-27=69, Resulting Numbers: [16, 69]
Generated Node #3: [16, 69] from ... | 4 | Current State: 53:[93, 77, 96, 27], Operations: []
Exploring Operation: 93-27=66, Resulting Numbers: [77, 96, 66]
Generated Node #0,0: 53:[77, 96, 66] Operation: 93-27=66
Exploring Operation: 96-27=69, Resulting Numbers: [93, 77, 69]
Generated Node #0,1: 53:[93, 77, 69] Operation: 96-27=69
Moving to Node #0,0
Current S... | 0.986111 | hs_2 | sum_heuristic |
[
71,
8,
76,
40
] | 43 | [
"71+8=79",
"76-40=36",
"79-36=43"
] | Current State: 43:[71, 8, 76, 40], Operations: []
Exploring Operation: 71+8=79, Resulting Numbers: [76, 40, 79]
Generated Node #2: [76, 40, 79] from Operation: 71+8=79
Current State: 43:[76, 40, 79], Operations: ['71+8=79']
Exploring Operation: 76-40=36, Resulting Numbers: [79, 36]
Generated Node #3: [79, 36] from Oper... | 4 | Current State: 43:[71, 8, 76, 40], Operations: []
Exploring Operation: 76-8=68, Resulting Numbers: [71, 40, 68]
Generated Node #0,0: 43:[71, 40, 68] Operation: 76-8=68
Exploring Operation: 8+40=48, Resulting Numbers: [71, 76, 48]
Generated Node #0,1: 43:[71, 76, 48] Operation: 8+40=48
Exploring Operation: 71+8=79, Resu... | 0.984375 | hs_5 | sum_heuristic |
[
4,
95,
20,
75
] | 44 | [
"4+95=99",
"75-20=55",
"99-55=44"
] | Current State: 44:[4, 95, 20, 75], Operations: []
Exploring Operation: 4+95=99, Resulting Numbers: [20, 75, 99]
Generated Node #2: [20, 75, 99] from Operation: 4+95=99
Current State: 44:[20, 75, 99], Operations: ['4+95=99']
Exploring Operation: 75-20=55, Resulting Numbers: [99, 55]
Generated Node #3: [99, 55] from Oper... | 4 | Current State: 44:[4, 95, 20, 75], Operations: []
Exploring Operation: 95-20=75, Resulting Numbers: [4, 75, 75]
Generated Node #0,0: 44:[4, 75, 75] Operation: 95-20=75
Exploring Operation: 95-75=20, Resulting Numbers: [4, 20, 20]
Generated Node #0,1: 44:[4, 20, 20] Operation: 95-75=20
Exploring Operation: 75-20=55, Res... | 0.969618 | hs_3 | sum_heuristic |
[
86,
43,
86,
58
] | 60 | [
"86-43=43",
"86/43=2",
"58+2=60"
] | Current State: 60:[86, 43, 86, 58], Operations: []
Exploring Operation: 86-43=43, Resulting Numbers: [58, 43]
Generated Node #2: [58, 43] from Operation: 86-43=43
Current State: 60:[58, 43], Operations: ['86-43=43']
Exploring Operation: 86/43=2, Resulting Numbers: [58, 2]
Generated Node #3: [58, 2] from Operation: 86/4... | 4 | Current State: 60:[86, 43, 86, 58], Operations: []
Exploring Operation: 86/86=1, Resulting Numbers: [43, 58, 1]
Generated Node #0,0: 60:[43, 58, 1] Operation: 86/86=1
Moving to Node #0,0
Current State: 60:[43, 58, 1], Operations: ['86/86=1']
Exploring Operation: 58-43=15, Resulting Numbers: [1, 15]
Generated Node #0,0,... | 0 | hs_1 | sum_heuristic |
[
70,
68,
72,
2
] | 73 | [
"70-68=2",
"2/2=1",
"72+1=73"
] | Current State: 73:[70, 68, 72, 2], Operations: []
Exploring Operation: 70-68=2, Resulting Numbers: [72, 2, 2]
Generated Node #2: [72, 2, 2] from Operation: 70-68=2
Current State: 73:[72, 2, 2], Operations: ['70-68=2']
Exploring Operation: 2/2=1, Resulting Numbers: [72, 1]
Generated Node #3: [72, 1] from Operation: 2/2=... | 4 | Current State: 73:[70, 68, 72, 2], Operations: []
Exploring Operation: 68+2=70, Resulting Numbers: [70, 72, 70]
Generated Node #0,0: 73:[70, 72, 70] Operation: 68+2=70
Exploring Operation: 70+2=72, Resulting Numbers: [68, 72, 72]
Generated Node #0,1: 73:[68, 72, 72] Operation: 70+2=72
Moving to Node #0,0
Current State:... | 0 | hs_2 | sum_heuristic |
[
15,
46,
61,
4
] | 27 | [
"15+61=76",
"76/4=19",
"46-19=27"
] | Current State: 27:[15, 46, 61, 4], Operations: []
Exploring Operation: 15+61=76, Resulting Numbers: [46, 4, 76]
Generated Node #2: [46, 4, 76] from Operation: 15+61=76
Current State: 27:[46, 4, 76], Operations: ['15+61=76']
Exploring Operation: 76/4=19, Resulting Numbers: [46, 19]
Generated Node #3: [46, 19] from Opera... | 4 | Current State: 27:[15, 46, 61, 4], Operations: []
Exploring Operation: 61-46=15, Resulting Numbers: [15, 4, 15]
Generated Node #0,0: 27:[15, 4, 15] Operation: 61-46=15
Moving to Node #0,0
Current State: 27:[15, 4, 15], Operations: ['61-46=15']
Exploring Operation: 15/15=1, Resulting Numbers: [4, 1]
Generated Node #0,0,... | 0 | hs_1 | mult_heuristic |
[
51,
50,
2,
69
] | 59 | [
"69-51=18",
"18/2=9",
"50+9=59"
] | Current State: 59:[51, 50, 2, 69], Operations: []
Exploring Operation: 69-51=18, Resulting Numbers: [50, 2, 18]
Generated Node #2: [50, 2, 18] from Operation: 69-51=18
Current State: 59:[50, 2, 18], Operations: ['69-51=18']
Exploring Operation: 18/2=9, Resulting Numbers: [50, 9]
Generated Node #3: [50, 9] from Operatio... | 4 | Current State: 59:[51, 50, 2, 69], Operations: []
Exploring Operation: 50+2=52, Resulting Numbers: [51, 69, 52]
Generated Node #0,0: 59:[51, 69, 52] Operation: 50+2=52
Exploring Operation: 51-2=49, Resulting Numbers: [50, 69, 49]
Generated Node #0,1: 59:[50, 69, 49] Operation: 51-2=49
Exploring Operation: 51+2=53, Resu... | 0 | hs_5 | mult_heuristic |
[
84,
5,
14,
39
] | 23 | [
"84-39=45",
"45/5=9",
"14+9=23"
] | Current State: 23:[84, 5, 14, 39], Operations: []
Exploring Operation: 84-39=45, Resulting Numbers: [5, 14, 45]
Generated Node #2: [5, 14, 45] from Operation: 84-39=45
Current State: 23:[5, 14, 45], Operations: ['84-39=45']
Exploring Operation: 45/5=9, Resulting Numbers: [14, 9]
Generated Node #3: [14, 9] from Operatio... | 4 | Current State: 23:[84, 5, 14, 39], Operations: []
Exploring Operation: 84-39=45, Resulting Numbers: [5, 14, 45]
Generated Node #0,0: 23:[5, 14, 45] Operation: 84-39=45
Start Sub Search at level 1: Moving to Node #0,0
Current State: 23:[5, 14, 45], Operations: ['84-39=45']
Exploring Operation: 45/5=9, Resulting Numbers:... | 0.993924 | hs_1 | sum_heuristic |
[
99,
23,
12,
26
] | 45 | [
"26-23=3",
"99/3=33",
"12+33=45"
] | Current State: 45:[99, 23, 12, 26], Operations: []
Exploring Operation: 26-23=3, Resulting Numbers: [99, 12, 3]
Generated Node #2: [99, 12, 3] from Operation: 26-23=3
Current State: 45:[99, 12, 3], Operations: ['26-23=3']
Exploring Operation: 99/3=33, Resulting Numbers: [12, 33]
Generated Node #3: [12, 33] from Operati... | 4 | Current State: 45:[99, 23, 12, 26], Operations: []
Exploring Operation: 99-26=73, Resulting Numbers: [23, 12, 73]
Generated Node #0,0: 45:[23, 12, 73] Operation: 99-26=73
Moving to Node #0,0
Current State: 45:[23, 12, 73], Operations: ['99-26=73']
Exploring Operation: 73-23=50, Resulting Numbers: [12, 50]
Generated Nod... | 0 | hs_1 | mult_heuristic |
[
5,
72,
8,
15
] | 37 | [
"15-8=7",
"5*7=35",
"72-35=37"
] | Current State: 37:[5, 72, 8, 15], Operations: []
Exploring Operation: 15-8=7, Resulting Numbers: [5, 72, 7]
Generated Node #2: [5, 72, 7] from Operation: 15-8=7
Current State: 37:[5, 72, 7], Operations: ['15-8=7']
Exploring Operation: 5*7=35, Resulting Numbers: [72, 35]
Generated Node #3: [72, 35] from Operation: 5*7=3... | 4 | Current State: 37:[5, 72, 8, 15], Operations: []
Exploring Operation: 72-5=67, Resulting Numbers: [8, 15, 67]
Generated Node #0,0: 37:[8, 15, 67] Operation: 72-5=67
Exploring Operation: 5*8=40, Resulting Numbers: [72, 15, 40]
Generated Node #0,1: 37:[72, 15, 40] Operation: 5*8=40
Exploring Operation: 5+8=13, Resulting ... | 0 | hs_3 | sum_heuristic |
[
85,
47,
11,
2
] | 51 | [
"85-47=38",
"11+2=13",
"38+13=51"
] | Current State: 51:[85, 47, 11, 2], Operations: []
Exploring Operation: 85-47=38, Resulting Numbers: [11, 2, 38]
Generated Node #2: [11, 2, 38] from Operation: 85-47=38
Current State: 51:[11, 2, 38], Operations: ['85-47=38']
Exploring Operation: 11+2=13, Resulting Numbers: [38, 13]
Generated Node #3: [38, 13] from Opera... | 4 | Current State: 51:[85, 47, 11, 2], Operations: []
Exploring Operation: 85-2=83, Resulting Numbers: [47, 11, 83]
Generated Node #0,0: 51:[47, 11, 83] Operation: 85-2=83
Exploring Operation: 85-11=74, Resulting Numbers: [47, 2, 74]
Generated Node #0,1: 51:[47, 2, 74] Operation: 85-11=74
Exploring Operation: 85-47=38, Res... | 0.987847 | hs_4 | mult_heuristic |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.