21#include <spot/misc/common.hh>
22#include <spot/twa/fwd.hh>
52 SPOT_API std::vector<unsigned>
60 SPOT_API twa_graph_ptr
Definition: automata.hh:26
std::vector< unsigned > maximum_cardinality_search(const const_twa_graph_ptr &a, mcs_tie_break tie=MCS_TIE_ANY)
Return an ordering of the vertices computed by a maximum cardinality search.
mcs_tie_break
Definition: mcs.hh:28
@ MCS_TIE_ANY
Break ties by picking the first possible state.
Definition: mcs.hh:30
@ MCS_TIE_SCC
Break ties by picking states from the "highest" SCCs.
Definition: mcs.hh:36
twa_graph_ptr maximum_cardinality_search_reorder_here(twa_graph_ptr a, mcs_tie_break tie=MCS_TIE_ANY)
Reorder the state of a according to the order computed by maximum_cardinality_search().