A package that helps create directed graphs used in graph theory
Project description
Direct Graph Generator for Discrete Mathematics
Why for Discrete Mathematics?
A major concept in discrete mathematics is graph theory. Graph theory is the study of graphs which are composed of nodes. In graph theory, individuals understand the relationships between nodes and various other attributes of the graph itself.
What does this tool do?
This tool is a easy way to generate graphs for graph theory while also getting attributes (ie. concepts of trails, circuits, etc..) of the graphs. This can be used to analyze graphs in a better visualized manner and get information quickly.
How to use this tool?
Installation
Install all required libraries found in requirements.txt.
Initialization
Using this tool is very simple.
Simply, add all of your node values in the nodes variable. Then, place all your connections in the connections variable by adding it in the parathesis.
Further Functions
To further add nodes, use the add_node(value) method.
To further add connections, use the add_connection(start_node, end_node) method.
Example
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file directed_graph_generator-1.0.1.tar.gz.
File metadata
- Download URL: directed_graph_generator-1.0.1.tar.gz
- Upload date:
- Size: 73.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ea63acf4c1d75aeccde86eac8f037d32d9cf0af46001e88cd85c918e62c92df
|
|
| MD5 |
d6e789d68c397a42e0d9febe1a98b3de
|
|
| BLAKE2b-256 |
2cf1a6b59344264837d623db9938ec9473a7559eae6aa3ba5bc7c938b81eef14
|
File details
Details for the file directed_graph_generator-1.0.1-py3-none-any.whl.
File metadata
- Download URL: directed_graph_generator-1.0.1-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a25d828d5ea089eb40751d93ceebcb48e109bff85e6ad2a54a92c23b3ff0bca
|
|
| MD5 |
f1b6b3c00569ddb26c6fb1846ce5bedd
|
|
| BLAKE2b-256 |
8f907a4785a192c3e0b6049364ec8dbfa4453a548de9fbb303f1d9b3cceba8a7
|