Home
last modified time | relevance | path

Searched refs:IGRAPH_VCONN_NEI_ERROR (Results 1 – 5 of 5) sorted by relevance

/dports/math/R-cran-igraph/igraph/src/include/
H A Digraph_constants.h121 typedef enum { IGRAPH_VCONN_NEI_ERROR = 0, enumerator
/dports/math/igraph/igraph-0.9.5/include/
H A Digraph_constants.h127 typedef enum { IGRAPH_VCONN_NEI_ERROR = 0, enumerator
/dports/math/igraph/igraph-0.9.5/src/flow/
H A Dflow.c1779 case IGRAPH_VCONN_NEI_ERROR: in igraph_i_st_vertex_connectivity_directed()
1859 case IGRAPH_VCONN_NEI_ERROR: in igraph_i_st_vertex_connectivity_undirected()
/dports/math/R-cran-igraph/igraph/src/
H A Dflow.c1766 case IGRAPH_VCONN_NEI_ERROR: in igraph_i_st_vertex_connectivity_directed()
1850 case IGRAPH_VCONN_NEI_ERROR: in igraph_i_st_vertex_connectivity_undirected()
H A Drinterface.c6447 IGRAPH_VCONN_NEI_ERROR); in R_igraph_st_vertex_connectivity()