spot  1.2.1a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
spot::uf Class Reference
Collaboration diagram for spot::uf:
Collaboration graph

Public Member Functions

 uf (int thread_number)
 
bool make_set (const fasttgba_state *key, int tn)
 insert a new element in the union find More...
 
void make_dead (const fasttgba_state *key)
 Mark an elemnent as dead. More...
 
markset unite (const fasttgba_state *left, const fasttgba_state *right, const markset acc, bool *is_dead)
 Mark two states in the same set. More...
 
bool is_dead (const fasttgba_state *key)
 check wether an element is linked to dead More...
 
int size ()
 

Member Function Documentation

bool spot::uf::is_dead ( const fasttgba_state key)
inline

check wether an element is linked to dead

void spot::uf::make_dead ( const fasttgba_state key)
inline

Mark an elemnent as dead.

bool spot::uf::make_set ( const fasttgba_state key,
int  tn 
)
inline

insert a new element in the union find

markset spot::uf::unite ( const fasttgba_state left,
const fasttgba_state right,
const markset  acc,
bool *  is_dead 
)
inline

Mark two states in the same set.

Can be seen as a binary operation where left and right operands are unite and where acceptance sets are merged

Parameters
leftthe left operand
rightthe right operand
marksetthe acceptance set to add to the parent of the two operands once merged.

The documentation for this class was generated from the following file:

Please direct any question, comment, or bug report to the Spot mailing list at spot@lrde.epita.fr.
Generated on Tue Jan 21 2014 16:52:02 for spot by doxygen 1.8.5