This project presents an enumeration algorithm for the k-connected orientations of a given multi-graph.
There's autogenerated Sphinx documentation online here.
From a terminal run the following commands:
- Some dependencies to handle Sage packages:
sage -pip install sage-package sphinx
sage -pip install orientations
Now you should be able to import the package from Sage as from orientations import {some_function}
!
If you want to update the package run
sage -pip update orientations
.
If you do not have Sage installed you can access to the demo Sage notebook in Binder.