igraph
Is there a way to check if its safe to copy or assign an object in C++?
I have the following problem. I\'m using the C library igraph (http://igraph.sourceforge.net/) in a program I must do in c++. So I found a c++ wrapper of this C library (http://code.google.com/p/igrap[详细]
2023-01-27 06:57 分类:问答tkplot in igraph within R
Here is my code with the corresponding output > tkplot(g.2,vertex.label=nodes, +canvas.width=700, +canvas.height=700)[详细]
2023-01-23 22:30 分类:问答finding the edges returned by mincut_value in igraph
mincut_value in igraph for py开发者_运维技巧thon returns the number of edges of the cut. Can I find the what edges are actually are returned by this function and print them?This is not possible in the[详细]
2023-01-18 14:24 分类:问答Installing the igraph package for python
I have downloaded the igraph 0.5.4 tar ball for macosx Leopard 10.5.8. When I unpack it and then run:[详细]
2023-01-18 12:38 分类:问答edge sequence by vertex name
Well, I\'m working with the igraph package, and I\'d like to pick the edge开发者_运维知识库s by the name that I\'ve assigned to their vertex, in a tiny example..[详细]
2023-01-15 22:41 分类:问答Igraph: Obtain the longest geodesic distance
My question is the following: Consider a undirect graph with 10000 nodes and 4800 edges. Given this graph and given a node of this graph (for example, node 1), I need a command in igraph (R) to obtain[详细]
2023-01-11 01:21 分类:问答In MVC file structure, what is Views/XXFolder/xxTemplateFile what is XXFolder known as?
I\'m a bit开发者_如何学C confused about mvc terminology. Using the question title as an example, a view corresponds to an action, which means xxTemplateFile would be considered to represent the view.[详细]
2022-12-28 20:05 分类:问答Path between two nodes
I\'m using networkx to work with graphs. I have pretty large graph (it\'s near 200 nodes in it) and I try to find all possible paths between two nodes. But, as I understand, networkx can find only sho[详细]
2022-12-26 00:03 分类:问答Graph algorithms (lib) with input graph in read-only shared memory on C/++
I would like to have a manager process sharing graphs via shared memory, read-only for other processes which will run various graph algorithms on these graphs. I would like to ask some questions emerg[详细]
2022-12-22 12:51 分类:问答How can I alter the appearance of nodes in igraph?
I would like to lay out graphs (trees) with two types of node开发者_如何学Cs: boxes and circles.[详细]
2022-12-21 15:22 分类:问答