#include <tgbaalgos/reductgba_sim.hh>
Inheritance diagram for spot::duplicator_node_delayed:
Public Member Functions | |
duplicator_node_delayed (const state *d_node, const state *s_node, bdd l, bdd a, int num) | |
~duplicator_node_delayed () | |
bool | set_win () |
Return true if the progress_measure has changed. | |
virtual std::string | to_string (const tgba *a) |
bool | implies_label (bdd l) |
bool | implies_acc (bdd a) |
int | get_progress_measure () |
bool | get_lead_2_acc_all () |
bool | set_lead_2_acc_all (bdd acc=bddfalse) |
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 | seen_ |
bool | not_win |
int | num_ |
Protected Attributes | |
int | progress_measure_ |
bool | lead_2_acc_all_ |
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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Return true if the progress_measure has changed.
Reimplemented from spot::duplicator_node. |
|
|
|
Reimplemented from spot::duplicator_node. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|