Set of graph function including: graph A* Homotopic augmented graphs
numpy>=1.14.0
matplotlib>=2.1.2
From the root directory of rdml_graph:
pip install -e . --user
For full features also run
sudo apt-get install doxygen graphviz
Doxygen documentation is used for the library. This allows creation of an easy to use html files. To generate the documentation...
sudo apt-get install doxygen
cd doc
doxygen Doxyfile
import rdml_graph as gr
hSign = gr.HomologySignature(5)