[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] vertex_comb=NULL in contract_vertices() – is this okay?
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] vertex_comb=NULL in contract_vertices() – is this okay? |
Date: |
Mon, 19 Sep 2016 15:55:41 +0200 |
> int igraph_contract_vertices(igraph_t *graph,
> const igraph_vector_t *mapping,
> const igraph_attribute_combination_t *vertex_comb);
>
> 'graph' is the input graph. Where is the new graph returned?
Nowhere - "graph" will be modified in-place.
T.