* src/tgba/bdddict.hh: Typo in comments.
This commit is contained in:
parent
f1275635cc
commit
07fc5d35bd
2 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
2003-08-10 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
2003-08-10 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||||
|
|
||||||
|
* src/tgba/bdddict.hh: Typo in comments.
|
||||||
|
|
||||||
* src/ltlenv/environment.hh: Typo in comments.
|
* src/ltlenv/environment.hh: Typo in comments.
|
||||||
|
|
||||||
2003-08-08 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
2003-08-08 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ namespace spot
|
||||||
|
|
||||||
fv_map now_map; ///< Maps formulae to "Now" BDD variables
|
fv_map now_map; ///< Maps formulae to "Now" BDD variables
|
||||||
vf_map now_formula_map; ///< Maps "Now" BDD variables to formulae
|
vf_map now_formula_map; ///< Maps "Now" BDD variables to formulae
|
||||||
fv_map var_map; ///< Maps atomic propisitions to BDD variables
|
fv_map var_map; ///< Maps atomic propositions to BDD variables
|
||||||
vf_map var_formula_map; ///< Maps BDD variables to atomic propisitions
|
vf_map var_formula_map; ///< Maps BDD variables to atomic propositions
|
||||||
fv_map acc_map; ///< Maps accepting conditions to BDD variables
|
fv_map acc_map; ///< Maps accepting conditions to BDD variables
|
||||||
vf_map acc_formula_map; ///< Maps BDD variables to accepting conditions
|
vf_map acc_formula_map; ///< Maps BDD variables to accepting conditions
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue