Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
4bc68f8a
Commit
4bc68f8a
authored
Nov 17, 2017
by
Etienne Renault
Browse files
misc: improve previous commit (thanks to A. Duret-Lutz)
* spot/misc/game.cc: here.
parent
d7fa7f48
Changes
1
Hide whitespace changes
Inline
Side-by-side
spot/misc/game.cc
View file @
4bc68f8a
...
...
@@ -103,8 +103,8 @@ parity_game::attractor(const region_t& subgame, region_t& set,
}
++
i
;
}
if
((((
owner_
[
s
]
&&
odd
)
||
(
!
owner_
[
s
]
&&
!
odd
))
&&
any
)
||
((
(
!
owner_
[
s
]
&&
odd
)
||
(
owner_
[
s
]
&&
!
odd
))
&&
all
))
bool
owner_is_odd
=
!!
owner_
[
s
]
==
odd
;
if
((
owner_
is_odd
&&
any
)
||
(
!
owner_
is_
odd
&&
all
))
{
set
.
insert
(
s
);
delta
.
insert
(
s
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment