whitespace
This commit is contained in:
parent
4146426bfc
commit
4034f9a3d6
4 changed files with 4 additions and 4 deletions
|
|
@ -28,7 +28,7 @@ namespace spot
|
||||||
/// \param f The formula to create an aotmic proposition for.
|
/// \param f The formula to create an aotmic proposition for.
|
||||||
/// \return The variable number for this state.
|
/// \return The variable number for this state.
|
||||||
///
|
///
|
||||||
/// The atomic proposition is not created if it already exists.
|
/// The atomic proposition is not created if it already exists.
|
||||||
/// Instead its existing variable number is returned. Variable numbers
|
/// Instead its existing variable number is returned. Variable numbers
|
||||||
/// can be turned into BDD using ithvar().
|
/// can be turned into BDD using ithvar().
|
||||||
int create_atomic_prop(const ltl::formula* f);
|
int create_atomic_prop(const ltl::formula* f);
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ namespace spot
|
||||||
{
|
{
|
||||||
/// \brief Multiplies two tgba::tgba_bdd_concrete automata.
|
/// \brief Multiplies two tgba::tgba_bdd_concrete automata.
|
||||||
///
|
///
|
||||||
/// This function build the resulting product, as another
|
/// This function build the resulting product, as another
|
||||||
/// tgba::tgba_bdd_concrete automaton.
|
/// tgba::tgba_bdd_concrete automaton.
|
||||||
tgba_bdd_concrete
|
tgba_bdd_concrete
|
||||||
product(const tgba_bdd_concrete& left, const tgba_bdd_concrete& right);
|
product(const tgba_bdd_concrete& left, const tgba_bdd_concrete& right);
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ namespace spot
|
||||||
/// \brief The (positive) conjunction of all variables which are
|
/// \brief The (positive) conjunction of all variables which are
|
||||||
/// not Now variables.
|
/// not Now variables.
|
||||||
bdd notnow_set;
|
bdd notnow_set;
|
||||||
/// \brief The (positive) conjunction of all variables which are
|
/// \brief The (positive) conjunction of all variables which are
|
||||||
/// not atomic propositions.
|
/// not atomic propositions.
|
||||||
bdd notvar_set;
|
bdd notvar_set;
|
||||||
/// The (positive) conjunction of all variables which are not promises.
|
/// The (positive) conjunction of all variables which are not promises.
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
namespace spot
|
namespace spot
|
||||||
{
|
{
|
||||||
|
|
||||||
/// A spot::tgba_bdd_factory than renumber BDD variables.
|
/// A spot::tgba_bdd_factory than renumber BDD variables.
|
||||||
class tgba_bdd_translate_factory: public tgba_bdd_factory
|
class tgba_bdd_translate_factory: public tgba_bdd_factory
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue