Skip to content
forked from enricofacca/admk

Algebraic Dynamics Monge Kantorovich for Basis Pursuit

License

Notifications You must be signed in to change notification settings

IzzyWillow/admk

 
 

Repository files navigation

Overview

docs Documentation Status
tests
package

Algebraic Dynamics Monge Kantorovich solver for solution of Optimal Transport on Graphs. It contains (part of) the work described in Fast Iterative Solution of the Optimal Transport Problem on Graphs. Consider citying this paper if you find the code inside this repository useful.

  • Free software: MIT license

Installation

pip install admk

You can also install the in-development version with:

pip install https://github.com/enricofacca/admk/archive/main.zip

Documentation

https://admk.readthedocs.io/

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

Algebraic Dynamics Monge Kantorovich for Basis Pursuit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%