#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_ |
|
|
|
|
|
|
|
Add a successor. Return true if n wasn't yet in the list of successor, false eitherwise.
|
|
Reimplemented from spot::spoiler_node. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from spot::spoiler_node. Reimplemented in spot::duplicator_node_delayed. |
|
|
|
Reimplemented from spot::spoiler_node. Reimplemented in spot::duplicator_node_delayed. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|