You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (CondFlag[protean] || TSTFLAG(some_pieces_flags,Protean))
solving_insert_protean_chess(si);
it is impossible to mix Protean and non-Protean pieces as the effect of having a single Protean piece is the same as in setting Condition ProteanChess. It makes this attribute redundant and confusing.
The text was updated successfully, but these errors were encountered:
As currently implemented in solving/machinery/solvers.c:
it is impossible to mix Protean and non-Protean pieces as the effect of having a single Protean piece is the same as in setting
Condition ProteanChess
. It makes this attribute redundant and confusing.The text was updated successfully, but these errors were encountered: