#include <tgbaalgos/reductgba_sim.hh>
Inheritance diagram for spot::spoiler_node_delayed:
Public Member Functions | |
spoiler_node_delayed (const state *d_node, const state *s_node, bdd a, int num) | |
~spoiler_node_delayed () | |
bool | set_win () |
Return true if the progress_measure has changed. | |
bdd | get_acceptance_condition_visited () const |
virtual bool | compare (spoiler_node *n) |
virtual std::string | to_string (const tgba *a) |
int | get_progress_measure () const |
bool | get_lead_2_acc_all () |
bool | set_lead_2_acc_all (bdd acc=bddfalse) |
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 | |
bdd | acceptance_condition_visited_ |
int | progress_measure_ |
bool | lead_2_acc_all_ |
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::spoiler_node. |
|
|
|
Reimplemented from spot::spoiler_node. |
|
a Bdd for retain all the acceptance condition that a node has visited. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|