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
cc9c08b6
Commit
cc9c08b6
authored
Feb 22, 2008
by
Alexandre Duret-Lutz
Browse files
* src/tgba/tgbabddconcretefactory.hh (create_state):
Clarify comments.
parent
b5f4ba98
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
cc9c08b6
2008-02-22 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgba/tgbabddconcretefactory.hh (create_state):
Clarify comments.
2008-02-01 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbaalgos/gtec/gtec.cc (couvreur99_check_shy::dump_queue):
...
...
src/tgba/tgbabddconcretefactory.hh
View file @
cc9c08b6
// Copyright (C) 2003, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
// Copyright (C) 2003, 2005
, 2008
Laboratoire d'Informatique de Paris 6 (LIP6),
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
// et Marie Curie.
//
...
...
@@ -36,14 +36,15 @@ namespace spot
virtual
~
tgba_bdd_concrete_factory
();
/// Create a
state
variable for formula \a f.
/// Create a
Now/Next
variable
s
for formula \a f.
///
/// \param f The formula to create a state for.
/// \return The variable number for this state.
/// \return The BDD variable number v for the Now state. The
/// Next BDD corresponds to v+1.
///
/// The state
is
not created if
i
t already exist
s. Instead its
/// existing variable number
is
returned.
Variable numbers
/// can be turned into BDD using ithvar().
/// The state
variables are
not created if t
hey
already exist
.
///
Instead their
existing variable number
s are
returned.
///
Variable numbers
can be turned into BDD using ithvar().
int
create_state
(
const
ltl
::
formula
*
f
);
/// Create an atomic proposition variable for formula \a f.
...
...
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