#include <tgbaalgos/reductgba_sim.hh>
Inheritance diagram for spot::duplicator_node:


Public Member Functions | |
| duplicator_node (const state *d_node, const state *s_node, bdd l, bdd a, int num) | |
| virtual | ~duplicator_node () |
| virtual bool | set_win () |
| virtual std::string | to_string (const tgba *a) |
| virtual bool | compare (spoiler_node *n) |
| bool | match (bdd l, bdd a) |
| bool | implies (bdd l, bdd a) |
| bdd | get_label () const |
| bdd | get_acc () const |
| bool | add_succ (spoiler_node *n) |
| Add a successor. Return true if n wasn't yet in the list of successor, false eitherwise. | |
| void | del_succ (spoiler_node *n) |
| virtual void | add_pred (spoiler_node *n) |
| virtual void | del_pred () |
| int | get_nb_succ () |
| bool | prune () |
| virtual std::string | succ_to_string () |
| const state * | get_spoiler_node () |
| const state * | get_duplicator_node () |
| state_couple * | get_pair () |
Public Attributes | |
| bool | not_win |
| int | num_ |
Protected Attributes | |
| bdd | label_ |
| bdd | acc_ |
| sn_v * | lnode_succ |
| sn_v * | lnode_pred |
| state_couple * | sc_ |
| spot::duplicator_node::duplicator_node | ( | const state * | d_node, | |
| const state * | s_node, | |||
| bdd | l, | |||
| bdd | a, | |||
| int | num | |||
| ) |
| virtual spot::duplicator_node::~duplicator_node | ( | ) | [virtual] |
| virtual bool spot::duplicator_node::set_win | ( | ) | [virtual] |
| virtual std::string spot::duplicator_node::to_string | ( | const tgba * | a | ) | [virtual] |
| virtual bool spot::duplicator_node::compare | ( | spoiler_node * | n | ) | [virtual] |
Reimplemented from spot::spoiler_node.
| bool spot::duplicator_node::match | ( | bdd | l, | |
| bdd | a | |||
| ) |
| bool spot::duplicator_node::implies | ( | bdd | l, | |
| bdd | a | |||
| ) |
| bdd spot::duplicator_node::get_label | ( | ) | const |
| bdd spot::duplicator_node::get_acc | ( | ) | const |
| bool spot::spoiler_node::add_succ | ( | spoiler_node * | n | ) | [inherited] |
Add a successor. Return true if n wasn't yet in the list of successor, false eitherwise.
| void spot::spoiler_node::del_succ | ( | spoiler_node * | n | ) | [inherited] |
| virtual void spot::spoiler_node::add_pred | ( | spoiler_node * | n | ) | [virtual, inherited] |
| virtual void spot::spoiler_node::del_pred | ( | ) | [virtual, inherited] |
| int spot::spoiler_node::get_nb_succ | ( | ) | [inherited] |
| bool spot::spoiler_node::prune | ( | ) | [inherited] |
| virtual std::string spot::spoiler_node::succ_to_string | ( | ) | [virtual, inherited] |
| const state* spot::spoiler_node::get_spoiler_node | ( | ) | [inherited] |
| const state* spot::spoiler_node::get_duplicator_node | ( | ) | [inherited] |
| state_couple* spot::spoiler_node::get_pair | ( | ) | [inherited] |
bdd spot::duplicator_node::label_ [protected] |
bdd spot::duplicator_node::acc_ [protected] |
bool spot::spoiler_node::not_win [inherited] |
int spot::spoiler_node::num_ [inherited] |
sn_v* spot::spoiler_node::lnode_succ [protected, inherited] |
sn_v* spot::spoiler_node::lnode_pred [protected, inherited] |
state_couple* spot::spoiler_node::sc_ [protected, inherited] |
1.5.2