One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Do `brew search boost` and in my case I installed boost version 1.65 using `brew install [email protected]` |
[colorful edges](https://tex.stackexchange.com/questions/367902/tikz-color-option-for-edges-without-effect) |
## edge list graph for the toy graph in page 11 of the Metis User's Manual | |
## Reference: https://lists.nongnu.org/archive/html/igraph-help/2012-11/msg00023.html | |
## The graph in edge list format below written to 'toy.el' | |
#0 2 | |
#0 4 | |
#0 1 | |
#2 1 | |
#2 3 | |
#3 5 | |
#3 6 |