safra: Fix the nesting comparision function
* src/twaalgos/safra.cc, src/twaalgos/safra.hh: Here.
This commit is contained in:
parent
ebe03cf3d0
commit
64cdd1adc7
2 changed files with 5 additions and 4 deletions
|
|
@ -43,7 +43,8 @@ namespace spot
|
|||
typedef std::vector<std::pair<safra_state, unsigned>> succs_t;
|
||||
bool operator<(const safra_state& other) const;
|
||||
// Print each sub-state with their associated braces of a safra state
|
||||
void print_debug(unsigned state_id);
|
||||
void print_debug(unsigned state_id) const;
|
||||
// Printh the number of states in each brace
|
||||
safra_state(unsigned state_number, bool init_state = false);
|
||||
// Given a certain transition_label, compute all the successors of that
|
||||
// label, and return that new node.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue