RCS file: /sources/gnugo/gnugo/engine/oracle.c,v
retrieving revision 1.19
diff -u -r1.19 oracle.c
|
|
|
|
| 350 | 350 | if (limit_search) { |
| 351 | 351 | TELL_ORACLE("limit_search 1\n"); |
| 352 | 352 | ASK_ORACLE; |
| 353 | | for (pos = BOARDMIN; pos < BOARDMAX; pos++) |
| | 353 | scan_board(pos, |
| 354 | 354 | if (within_search_area(pos)) { |
| 355 | 355 | if (debug & DEBUG_ORACLE_STREAM) |
| 356 | 356 | gfprintf(stderr, "%oset_search_limit %1m\n", pos); |
| 357 | 357 | gfprintf(to_gnugo_stream, "%oset_search_limit %1m\n", pos); |
| 358 | 358 | fflush(to_gnugo_stream); |
| 359 | 359 | ASK_ORACLE; |
| 360 | | } |
| | 360 | } |
| | 361 | ) |
| 361 | 362 | } |
| 362 | 363 | count_variations = 1; |
| 363 | 364 | move = do_metamachine_genmove(color, search_width(), value); |