|
spot 2.16
|
A BDD dictionary wrapper that pre-registers atomic propositions before use. More...
#include <spot/twa/bdddict.hh>
Public Member Functions | |
| bdd_dict_preorder (bdd_dict_ptr dict) | |
| Construct from an existing bdd_dict. | |
| operator bdd_dict_ptr () const | |
| Implicit conversion to the underlying bdd_dict_ptr. | |
| bdd_dict_ptr | get_dict () const |
| Return the underlying bdd_dict shared pointer. | |
| int | register_proposition (formula f) |
| Register atomic proposition f and return its BDD variable number. | |
| int | register_proposition (const std::string &f) |
| Register atomic proposition f (by name) and return its BDD variable number. | |
A BDD dictionary wrapper that pre-registers atomic propositions before use.
|
inline |
Construct from an existing bdd_dict.
|
inline |
Return the underlying bdd_dict shared pointer.
|
inline |
Implicit conversion to the underlying bdd_dict_ptr.
|
inline |
Register atomic proposition f (by name) and return its BDD variable number.
References spot::formula::ap(), and register_proposition().
|
inline |
Register atomic proposition f and return its BDD variable number.
Referenced by register_proposition().
1.9.8