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
314993b2
Commit
314993b2
authored
Jan 05, 2015
by
Alexandre Duret-Lutz
Browse files
hoa: add two asserts
* src/tgbaalgos/hoa.cc: Here.
parent
0b8b65f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgbaalgos/hoa.cc
View file @
314993b2
...
...
@@ -131,6 +131,11 @@ namespace spot
is_deterministic
=
deterministic
;
is_complete
=
complete
;
has_state_acc
=
state_acc
;
// If the automaton declares that it is deterministic or
// state-based, make sure that it really is.
assert
(
!
aut
->
is_deterministic
()
||
deterministic
);
assert
(
!
aut
->
has_state_based_acc
()
||
state_acc
);
}
void
number_all_ap
()
...
...
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