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
487c4ac4
Commit
487c4ac4
authored
Dec 01, 2010
by
Alexandre Duret-Lutz
Browse files
* src/tgbatest/ltl2tgba.cc (main): Delete the accepting run
even if it hasn't been printed.
parent
75a24111
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
487c4ac4
2010-12-01 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbatest/ltl2tgba.cc (main): Delete the accepting run
even if it hasn't been printed.
2010-11-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Rationalize options for counter-example output.
...
...
src/tgbatest/ltl2tgba.cc
View file @
487c4ac4
...
...
@@ -1188,9 +1188,9 @@ main(int argc, char** argv)
{
spot
::
print_tgba_run
(
std
::
cout
,
a
,
run
);
}
delete
run
;
tm
.
stop
(
"printing accepting run"
);
}
delete
run
;
}
}
else
...
...
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