Ticket #41: STS-RV_GSAT.tst

File STS-RV_GSAT.tst, 6.1 kB (added by cisba, 13 months ago)
Line 
1# This suite of semeai problems came from the package STS-RV
2# available at http://gobase.org/reading/preview/Semeai/#STS
3#
4# It is a very comprehensive semeai problems suite
5# compiled by Ricard Vilà. The associated tests are in GTP
6# format but it's not a perfect match for GNU Go because
7# it uses a custom command called solve-semeaiS.
8# (More info at http://trac.gnugo.org/gnugo/ticket/41)
9#
10# This file instead is based on the normal GNU Go commands
11# (analyze_semeai) and enable the execution of the tests
12# in the semeais_GSAT.tst file from STS-RV suite of semeai problems.
13#
14# For any of the problems below, if PASS is a solution it is the best
15# solution. However the other solutions are acceptable.
16
17# Problems taken from Get Strong At Tesuji, Richard Bozulich
18# Kiseido Publishing Company
19
20
21############## semeai tests #################
22#
23# After analyze_semeai [dragon1] [dragon2]
24# the results are returned in the form (result1) (result2).
25# These are the results of the defense of dragon1 and the attack
26# of dragon2 assuming that the dragon1 player moves first. Thus
27# a result 1 0 typically means seki, while a 1 1 result means a kill
28# and 0 0 means the semeai is lost. In addition to seki, 1 0 may mean
29# that both dragons gain independent life.
30# The result [0 1] is not possible as a correct result but GNU Go
31# has been known to return that occasionally.
32# Result 2 mean success with good ko, 3 success with bad ko.
33# A good ko is characterized by the opponent having to make the first
34# external ko threat whereas a bad ko is the opposite.
35#
36# NOTE: In some problem GNU Go suggest a move instead to PASS
37# but the result of the semeai analysis is correct, so to avoid
38# a fail not relevant for the test, the move is ignored using
39# a regular expression: #? [x y (.*)]
40
41loadsgf games/STS-RV/GSATProblems/_semeai_GSAT_001.sgf
421 analyze_semeai B2 C2
43#? [1 1 B1]
44
452 analyze_semeai C2 B2
46#? [1 1 (B1|A2|C1)]
47
483 analyze_semeai Q2 P2
49#? [1 1 Q1]
50
514 analyze_semeai P2 Q2
52#? [3 3 Q1]
53
545 analyze_semeai R15 R16
55#? [1 1 S18]
56
576 analyze_semeai R16 R15
58#? [1 1 (S18|S14|R14|T15)]
59
607 analyze_semeai D18 C18
61#? [1 1 B18]
62
638 analyze_semeai C18 D18
64#? [1 1 (B18|E18|E17|C19)]
65
66loadsgf games/STS-RV/GSATProblems/_semeai_GSAT_002.sgf
679 analyze_semeai Q4 Q3
68#? [1 1 R1]
69
7010 analyze_semeai Q3 Q4
71#? [1 1 R1]
72
7311 analyze_semeai F4 F3
74#? [1 1 D1]
75
7612 analyze_semeai F3 F4
77#? [1 1 (D1|A3|B4)]
78
7913 analyze_semeai E18 D18
80#? [1 1 C18]
81
8214 analyze_semeai D18 E18
83#? [1 1 (F19|F18|C18|B17)]
84
8515 analyze_semeai Q18 Q17
86#? [1 1 R18]
87
8816 analyze_semeai Q17 Q18
89#? [1 1 (R18|P19)]
90
91loadsgf games/STS-RV/GSATProblems/_semeai_GSAT_003.sgf
9217 analyze_semeai D2 E2
93#? [1 1 E1]
94
9518 analyze_semeai E2 D2
96#? [1 1 (D1|E1|C1)]
97
9819 analyze_semeai Q4 Q3
99#? [1 1 P2]
100
10120 analyze_semeai Q3 Q4
102#? [1 1 (P3|P2|O2|O3)]
103
10421 analyze_semeai Q18 Q17
105#? [1 1 P17]
106
10722 analyze_semeai Q17 Q18
108#? [1 1 (Q19|R19|P17)]
109
11023 analyze_semeai E18 E17
111#? [1 1 D19]
112
11324 analyze_semeai E17 E18
114#? [1 1 (E19|D18|D19)]
115
116loadsgf games/STS-RV/GSATProblems/_semeai_GSAT_004.sgf
11725 analyze_semeai F2 E2
118#? [1 1 D1]
119
12026 analyze_semeai E2 F2
121#? [1 1 (E3|G2|F1)]
122
12327 analyze_semeai R3 Q3
124#? [1 1 S1]
125
12628 analyze_semeai Q3 R3
127#? [1 1 (S2|R2|S1)]
128
12929 analyze_semeai R17 R18
130#? [1 1 S18]
131
13230 analyze_semeai R18 R17
133#? [1 1 (S18|R19)]
134
13531 analyze_semeai E19 D19
136#? [1 1 A18]
137
13832 analyze_semeai D19 E19
139#? [1 1 (F19|F18|F17|A18)]
140
141loadsgf games/STS-RV/GSATProblems/_semeai_GSAT_005.sgf
14233 analyze_semeai D2 C2
143#? [1 1 B1]
144
14534 analyze_semeai C2 D2
146#? [1 1 (B1|E1|D1|E3)]
147
14835 analyze_semeai R4 Q4
149#? [1 1 T2]
150
15136 analyze_semeai Q4 R4
152#? [1 1 (T2|R3|S2)]
153
15437 analyze_semeai Q17 Q16
155#? [1 1 S19]
156
15738 analyze_semeai Q16 Q17
158#? [1 1 (R19|R17|S19)]
159
16039 analyze_semeai C18 D18
161#? [1 1 D19]
162
16340 analyze_semeai D18 C18
164#? [1 1 (A19|B19|D19)]
165
166loadsgf games/STS-RV/GSATProblems/_semeai_GSAT_006.sgf
16741 analyze_semeai D4 D3
168#? [1 1 C2]
169
17042 analyze_semeai D3 D4
171#? [1 1 (A4|A3|C2|D2)]
172
17343 analyze_semeai Q4 Q3
174#? [1 1 S1]
175
17644 analyze_semeai Q3 Q4
177#? [1 1 (S1|T2|T3|S5)]
178
17945 analyze_semeai Q18 Q17
180#? [1 1 O18]
181
18246 analyze_semeai Q17 Q18
183#? [1 1 O18]
184
18547 analyze_semeai E18 D18
186#? [1 1 B17]
187
18848 analyze_semeai D18 E18
189#? [1 1 (B17|B18|D19|F19|F17)]
190
191loadsgf games/STS-RV/GSATProblems/_semeai_GSAT_007.sgf
19249 analyze_semeai D3 C3
193#? [1 1 C1]
194
19550 analyze_semeai C3 D3
196#? [1 1 (C1|C2|E1|D1)]
197
19851 analyze_semeai P2 O2
199#? [1 1 Q1]
200
20152 analyze_semeai O2 P2
202#? [1 1 (P1|Q1|R1|Q2)]
203
20453 analyze_semeai Q19 P19
205#? [1 1 S15]
206
20754 analyze_semeai P19 Q19
208#? [1 1 (S15|T19)]
209
21055 analyze_semeai D18 C18
211#? [1 1 B19]
212
21356 analyze_semeai C18 D18
214#? [1 1 (B19|F19|E19|D19)]
215
216loadsgf games/STS-RV/GSATProblems/_semeai_GSAT_008.sgf
21757 analyze_semeai C3 C2
218#? [1 1 C1]
219
22058 analyze_semeai C2 C3
221#? [1 1 (B1|C4|D4|E4|A2)]
222
22359 analyze_semeai Q2 R2
224#? [1 1 S2]
225
22660 analyze_semeai R2 Q2
227#? [1 1 (P2|P3|Q1|R1|S2|S3|T2)]
228
22961 analyze_semeai P18 O18
230#? [1 1 Q19]
231
23262 analyze_semeai O18 P18
233#? [1 1 (Q19|P19|R19|S19)]
234
23563 analyze_semeai E16 D16
236#? [1 1 E18]
237
23864 analyze_semeai D16 E16
239#? [1 1 (F17|E17|E18|F18)]
240
241loadsgf games/STS-RV/GSATProblems/_semeai_GSAT_009.sgf
24265 analyze_semeai D2 C2
243#? [1 1 D1]
244
24566 analyze_semeai C2 D2
246#? [1 1 (D1|E1|F1)]
247
24867 analyze_semeai Q2 R2
249#? [1 1 S1]
250
25168 analyze_semeai R2 Q2
252#? [1 1 (P1|P2|O3|S1|T2|T3)]
253
25469 analyze_semeai S17 R17
255#? [1 1 S19]
256
25770 analyze_semeai R17 S17
258#? [1 1 (S19|R19|R18)]
259
26071 analyze_semeai C18 C17
261#? [1 1 B17]
262
26372 analyze_semeai C17 C18
264#? [1 1 (B17|E19|C19)]
265
266loadsgf games/STS-RV/GSATProblems/_semeai_GSAT_010.sgf
26773 analyze_semeai D3 E3
268#? [1 1 D1]
269
27074 analyze_semeai E3 D3
271#? [1 1 (D1|E1|F1)]
272
27375 analyze_semeai Q4 R4
274#? [1 1 R1]
275
27676 analyze_semeai R4 Q4
277#? [1 1 (R1|Q1|O1|O3|R2)]
278
27977 analyze_semeai P19 Q19
280#? [1 1 S19]
281
28278 analyze_semeai Q19 P19
283#? [1 1 (O19|O18|O17|S19)]
284
28579 analyze_semeai C18 C17
286#? [1 1 B17]
287
28880 analyze_semeai C17 C18
289#? [1 1 (B17|C19|D19)]
290
291loadsgf games/STS-RV/GSATProblems/_semeai_GSAT_011.sgf
29281 analyze_semeai B4 B5
293#? [1 1 A2]
294
29582 analyze_semeai B5 B4
296#? [1 1 (A2|C1|E2)]
297
29883 analyze_semeai P3 Q3
299#? [1 1 Q2]
300
30184 analyze_semeai Q3 P3
302#? [1 1 (Q2|O4|O1)]
303
30485 analyze_semeai Q18 Q17
305#? [1 1 T18]
306
30786 analyze_semeai Q17 Q18
308#? [1 1 (T17|P19|Q19|S19)]
309
31087 analyze_semeai E18 D18
311#? [1 1 B18]
312
31388 analyze_semeai D18 E18
314#? [1 1 B18]
315