gnugo-devel
[Top][All Lists]
Advanced

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

[gnugo-devel] DFA_MAX_MATCHED too small?


From: Teun Burgers
Subject: [gnugo-devel] DFA_MAX_MATCHED too small?
Date: Mon, 14 Jan 2002 13:34:58 +0100

When building 3.1.21 with --enable-dfa, the following
warning is produced:

./mkpat -D -m -b owl_defendpat < ./owl_defendpats.db >owl_defendpat.c
--------------------------- 
dfa for owl_defendpat
size: 659Kb for 412 patterns
--------------------------- 
Warning: Increase DFA_MAX_MATCHED in 'dfa.h'.

To fix this warning the 400 in the next #define
should be increased to something > 412.

#define DFA_MAX_MATCHED 8*400

Perhaps Tanguy has something to say about this


Teun



reply via email to

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