A parser based on the insel model textfile provided by Pila derives an undirected graph.
- A modern C++ compiler on your OS
- Cmake (>3.00) or Make
- Or use an IDE. (I recommend MSVC for windows, CLion for Linux or Mac)
make main
- mkdir build
- cd build
- cmake ..
- make