Installation Instructions
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["WolframRD/Networks"]
To load the code after installation, evaluate this code:
Needs["WolframRD`Networks`"]
Examples
Basic Examples (14)
Construction and Representation (3)
Graph Modifications (2)
We can combine graphs with the "Star", "Path", and "Cycle" graphs:
We can split vertices using VertexCleaving:
Structured Graphs (1)
We can generate various types of graphs:
Properties and Measurements (5)
Basic and Structural Properties (1)
We can determine whether a graph possesses specific characteristics or belongs to a particular category:
Graph Isomorphism (1)
We can identify all the non-isomorphic components of a graph:
Connectivity (1)
We can count the different connected components in a graph:
Graph Values (1)
We can create the degree histogram and identify different adjacency values and graph weights in a graph:
Isolates and Self-loops (1)
We can identify and count the isolates and self-loops in a graph:
Computation on Graphs (6)
Connectivity (2)
We can identify non-neighbors and common neighbors:
We can examine the edge and vertex boundaries of a graph:
Graph Search (2)
We can determine the ancestors, descendants, and predecessors of a graph:
We can determine the depth-first search and breadth-first search order of the graph:
Cliques and Covers (2)
We can identify the clique number and the number of cliques within a graph:
We can identify the Steiner tree, the girth and the asteroidal triple within the graph:
Publisher
Wolfram
Compatibility
Wolfram Language Version 14.0
External Links
Version History
-
1.0.4
– 09 March 2024
-
1.0.3
– 08 March 2024
-
1.0.2
– 08 March 2024
-
1.0.1
– 08 March 2024
-
1.0.0
– 08 March 2024
MIT License
Paclet Source