Skip to contents

igraphlite uses 32-bit igraph, which limits the maximum number of vertices to 2 ** 31 - 2.

Usage

IGRAPH_VCOUNT_MAX

IGRAPH_ECOUNT_MAX

IGRAPH_UNLIMITED

Format

An object of class integer of length 1.

Examples

IGRAPH_VCOUNT_MAX
#> [1] 2147483646

IGRAPH_ECOUNT_MAX
#> [1] 1073741823

IGRAPH_UNLIMITED
#> [1] -1