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
60bd2d17
Commit
60bd2d17
authored
Jun 25, 2003
by
Alexandre Duret-Lutz
Browse files
* src/tgba/bddprint.hh, src/tgba/tgbabddconcretefactory.hh,
src/tgba/tgbaproduct.hh: Fix Doxygen comments.
parent
6d0546c3
Changes
4
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
60bd2d17
2003-06-25 Alexandre Duret-Lutz <aduret@src.lip6.fr>
* src/tgba/bddprint.hh, src/tgba/tgbabddconcretefactory.hh,
src/tgba/tgbaproduct.hh: Fix Doxygen comments.
* src/tgba/succiterconcrete.hh (next_succ_set_): Rename as ...
(succ_set_left_): ... this.
(current_base_, current_base_left_): New variables.
...
...
@@ -10,7 +13,7 @@
(tgba_succ_iterator_concrete::current_accepting_conditions): Remove
atomic proposition with universal quantification.
* src/tgba/ltl2tgba.cc (ltl_to_tgba): Normalize the formula.
* src/tgba/tgbabddconcrete.cc (tgba_bdd_concrete::set_init_state):
* src/tgba/tgbabddconcrete.cc (tgba_bdd_concrete::set_init_state):
Complete the initial state.
(tgba_bdd_concrete::succ_iter): Do not remove Now variable
from the BDD passed to the iterator.
...
...
src/tgba/bddprint.hh
View file @
60bd2d17
...
...
@@ -29,6 +29,8 @@ namespace spot
/// \brief Print a BDD as a list of accepting conditions.
///
/// This is used when saving a TGBA.
/// \param os The output stream.
/// \param dict The dictionary to use, to lookup variables.
/// \param b The BDD to print.
/// \return The BDD formated as a string.
std
::
ostream
&
bdd_print_acc
(
std
::
ostream
&
os
,
...
...
src/tgba/tgbabddconcretefactory.hh
View file @
60bd2d17
...
...
@@ -53,7 +53,7 @@ namespace spot
/// Add a new constraint to the relation.
void
add_relation
(
bdd
new_rel
);
/// \Perfom final computations before the relation can be used.
/// \
brief
Perfom final computations before the relation can be used.
///
/// This function should be called after all propositions, state,
/// promise, and constraints have been declared, and before calling
...
...
src/tgba/tgbaproduct.hh
View file @
60bd2d17
...
...
@@ -94,7 +94,7 @@ namespace spot
/// \brief Constructor.
/// \param left The left automata in the product.
/// \param right The right automata in the product.
/// Do not be fooled by these arguments: a product
\emph
is commutative.
/// Do not be fooled by these arguments: a product is commutative.
tgba_product
(
const
tgba
&
left
,
const
tgba
&
right
);
virtual
~
tgba_product
();
...
...
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