Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrapper for C++ network simplex solver #28

Open
zsteve opened this issue Apr 1, 2023 · 0 comments
Open

Wrapper for C++ network simplex solver #28

zsteve opened this issue Apr 1, 2023 · 0 comments

Comments

@zsteve
Copy link
Member

zsteve commented Apr 1, 2023

I'm working on getting a wrapper for the C++ EMD solver that PythonOT uses under the hood. This is orders of magnitude faster than using generic LP solvers.
Currently I have a quick and dirty working example of this: https://github.com/zsteve/EMDNetworkSimplex.jl, the next step would be e.g. to set up BinaryBuilder etc.
I am wondering if the best way to make this work is to incorporate it as part of this package, or to make it available as a dependency?
The former option might be better to avoid overly fragmenting packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant