项目作者: tarasyarema

项目描述 :
Algorithms to enumerate k-connected orientations of multi-graphs, written in Sage.
高级语言: Jupyter Notebook
项目地址: git://github.com/tarasyarema/orientations.git
创建时间: 2021-01-19T09:01:50Z
项目社区:https://github.com/tarasyarema/orientations

开源协议:MIT License

下载


Enumerating k-connected orientations

Tests check
Run in Binder
DOI
PyPI version

This project presents an enumeration algorithm for the k-connected orientations
of a given multi-graph.

There’s autogenerated Sphinx documentation online here.

Installation

If you have Sage installed

From a terminal run the following commands:

  1. Some dependencies to handle Sage packages: sage -pip install sage-package sphinx
  2. 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.

No Sage

If you do not have Sage installed you can access to the demo Sage notebook in Binder.

License

MIT