metanet >> metanet > Graphs - Nets
Graphs - Nets
- arc_graph — graph with nodes corresponding to arcs
- girth — girth of a directed graph
- graph_2_mat — node-arc or node-node incidence matrix of a graph
- graph_center — center of a graph
- graph_complement — complement of a graph
- graph_data_structure — description of the main graph data structure
- graph_diameter — diameter of a graph
- graph_power — kth power of a directed 1-graph
- graph_simp — converts a graph to a simple undirected graph
- graph_sum — sum of two graphs
- graph_union — union of two graphs
- is_connex — connectivity test
- line_graph — graph with nodes corresponding to edges
- mat_2_graph — graph from node-arc or node-node incidence matrix
- max_clique — maximum clique of a graph
- mesh2d — triangulation of n points in the plane
- min_weight_tree — minimum weight spanning tree
- strong_connex — strong connected components
- subgraph — subgraph of a graph
- trans_closure — transitive closure