gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] dfa_unsort_1_25.1


From: Arend Bayer
Subject: Re: [gnugo-devel] dfa_unsort_1_25.1
Date: Thu, 7 Feb 2002 11:27:21 +0100 (CET)

Decrease the number of mistakes caused by dfa_unsort by one.

> ./regress.sh . ld_owl.tst
> 301 unexpected FAIL: Correct '3 B18', got '0'
> This is a serious mistake.
But it is reproduced by GNU Go 3.1.24.

Arend


Index: engine/matchpat.c
===================================================================
RCS file: /cvsroot/gnugo/gnugo/engine/matchpat.c,v
retrieving revision 1.21
diff -u -r1.21 matchpat.c
--- engine/matchpat.c   3 Feb 2002 04:20:21 -0000       1.21
+++ engine/matchpat.c   7 Feb 2002 06:45:19 -0000
@@ -629,7 +629,7 @@
 
 /* If DFA_SORT, all matched patterns are sorted and checked 
  * in the same order as the standard scheme */
-#define DFA_SORT 1
+#define DFA_SORT 0
 
 /* Set this to show the dfa board in action */
 /* #define DFA_TRACE 1 */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]