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
774e20d8
Commit
774e20d8
authored
Feb 21, 2011
by
Alexandre Duret-Lutz
Browse files
* src/tgba/bdddict.hh: Add more documentation.
parent
428b2155
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
774e20d8
2011-02-21 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgba/bdddict.hh: Add more documentation.
2011-02-21 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/misc/escape.hh: Correct documentation.
...
...
src/tgba/bdddict.hh
View file @
774e20d8
// Copyright (C) 2011 Laboratoire de Recherche et Developpement de
// l'Epita (LRDE).
// Copyright (C) 2003, 2004, 2006 Laboratoire d'Informatique de Paris 6 (LIP6),
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
// et Marie Curie.
...
...
@@ -33,8 +35,15 @@
namespace
spot
{
/// Map BDD variables to formulae.
/// \ingroup tgba_essentials
/// \brief Map BDD variables to formulae.
///
/// The BDD library uses integers to designate Boolean variables in
/// its decision diagrams. This class is used to map such integers
/// to objects actually used in Spot. These objects are usually
/// atomic propositions, but they can also be acceptance conditions,
/// or "Now/Next" variables (although the latter should be
/// eventually removed).
class
bdd_dict
:
public
bdd_allocator
{
public:
...
...
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