Skip to content
GitLab
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
434475db
Commit
434475db
authored
Oct 29, 2004
by
Alexandre Duret-Lutz
Browse files
* src/tgbaalgos/gtec/ce.cc (couvreur99_check_result::accepting_path):
Initialize best_end to remove a spurious warning.
parent
e7bc4f2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
434475db
2004-10-29 Alexandre Duret-Lutz <adl@src.lip6.fr>
* src/tgbaalgos/gtec/ce.cc (couvreur99_check_result::accepting_path):
Initialize best_end to remove a spurious warning.
* src/tgbaalgos/gtec/ce.cc (couvreur99_check_result::accepting_run,
couvreur99_check_result::complete_cycle,
couvreur99_check_result::accepting_path): Record conditions and
...
...
src/tgbaalgos/gtec/ce.cc
View file @
434475db
...
...
@@ -304,7 +304,7 @@ namespace spot
// The best path seen so far.
tgba_run
::
steps
best_path
;
// The end state of the base path.
const
state
*
best_end
;
const
state
*
best_end
=
0
;
// The acceptance conditions traversed by BEST_PATH.
bdd
best_acc
=
bddfalse
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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