parent
50fe34a55a
commit
d7fa7f4826
1 changed files with 2 additions and 1 deletions
|
|
@ -103,7 +103,8 @@ parity_game::attractor(const region_t& subgame, region_t& set,
|
|||
}
|
||||
++i;
|
||||
}
|
||||
if ((owner_[s] == odd && any) || (owner_[s] != odd && all))
|
||||
if ((((owner_[s] && odd) || (!owner_[s] && !odd)) && any) ||
|
||||
(((!owner_[s] && odd) || (owner_[s] && !odd)) && all))
|
||||
{
|
||||
set.insert(s);
|
||||
delta.insert(s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue