graph_create
Create graphs from specifications, edge lists, or adjacency matrices for graph theory analysis.
Instructions
Create a graph from a named specification, edge list, or adjacency matrix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| specification | Yes | ||
| graph_type | No | undirected | |
| n | No | ||
| edges | No | ||
| adjacency | No | ||
| edge_weights | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||