Skip to content
Snippets Groups Projects
Commit 53f5ed39 authored by Rhydian Brown's avatar Rhydian Brown
Browse files

update README

parent 510b3155
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,22 @@
pip install -r requirements.txt
```
# Usage
# Graph
```
python graph.py Map.txt
```
# Generation
To generate a graph of N nodes run:
```
python generate.py N
```
By default this will give you a complete graph (every node connected to every other node) with 0 charging points. Specify the number of edges using `-e`.
All options except for the names of the nodes are random.
Run with `-h` to see other options.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment