igraph_bliss_sh_t

Type Alias igraph_bliss_sh_t 

Source
pub type igraph_bliss_sh_t = c_uint;
Expand description

\typedef igraph_bliss_sh_t \brief Splitting heuristics for Bliss.

\c IGRAPH_BLISS_FL provides good performance for many graphs, and is a reasonable default choice. \c IGRAPH_BLISS_FSM is recommended for graphs that have some combinatorial structure, and is the default of the Bliss library’s command line tool.

\enumval IGRAPH_BLISS_F First non-singleton cell. \enumval IGRAPH_BLISS_FL First largest non-singleton cell. \enumval IGRAPH_BLISS_FS First smallest non-singleton cell. \enumval IGRAPH_BLISS_FM First maximally non-trivially connected non-singleton cell. \enumval IGRAPH_BLISS_FLM Largest maximally non-trivially connected non-singleton cell. \enumval IGRAPH_BLISS_FSM Smallest maximally non-trivially connected non-singleton cell.