Skip to content

CXNetworkGenerateConfigurationModel

function

Back to Helios Network Native C API

Kind
function
Source
src/native/include/helios/CXNetwork.h:408

Description

Creates a graph with the requested degree sequence using the configuration model.

Signature

CX_EXTERN CXNetworkRef CXNetworkGenerateConfigurationModel( CXSize nodeCount, const CXSize *degrees, CXBool directed, CXBool allowSelfLoops, CXBool allowMultiEdges, uint32_t seed );