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
0f3ffd59
Commit
0f3ffd59
authored
Apr 12, 2022
by
Florian Renkin
Committed by
Alexandre Duret-Lutz
May 02, 2022
Browse files
ltlsynt: don't solve games when we want to display them
* bin/ltlsynt.cc: here
parent
fa6912a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/ltlsynt.cc
View file @
0f3ffd59
...
...
@@ -395,6 +395,8 @@ namespace
&&
"Env needs first turn"
);
}
print_game
(
arena
);
if
(
want_game
)
continue
;
if
(
!
spot
::
solve_game
(
arena
,
*
gi
))
{
std
::
cout
<<
"UNREALIZABLE"
<<
std
::
endl
;
...
...
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