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: Tanguy URVOY
Subject: Re: [gnugo-devel] dfa_unsort_1_25.1
Date: Thu, 07 Feb 2002 10:48:38 +0100

Arend Bayer wrote:
> 
> In matchpat, there is a compiler switch DFA_SORT. I assume this was mainly
> introduced for debugging purposes, to make dfa behave as close as possible
> to the classical pattern matcher.

Yes and no,

Yes because it allowed a best comparison with standard algorithm
and No because it also allow a control of patterns evaluation order.

For example

XX
..
XX

should be evaluated before

X
.
X

to avoid a heavy connection test.


Maybe we could use a boolean variable instead of a compiler switch
to enable this feature only when needed.

The most important to keep the incremental door open 
is to keep a clear separation between the
pure pattern matching and the constrain evaluation.


-- 
----------------------------------------------------
Tanguy Urvoy http://www.irisa.fr/prive/Tanguy.Urvoy/
----------------------------------------------------



reply via email to

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