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

Some tests, some documentation, some examples of use #3

Open
oxinabox opened this issue Jul 16, 2016 · 1 comment
Open

Some tests, some documentation, some examples of use #3

oxinabox opened this issue Jul 16, 2016 · 1 comment

Comments

@oxinabox
Copy link
Contributor

As pointed out in #2
It sure would be nice to have some tests for this.

Even ones that don't actually check the values, and just show how to use it without throwing errors.

Right now, I have no clear idea what any of the fields to the functions do.
In particular I don't know if the edges are 1 indexed or 0 indexed.

It would be really nice to have some simple examples.
Presumably you made this binding for a reason, so have some code you used it on?

BlossomV is a fairly important library in a number of fields, so it is great to have a julia binding for it.

@mlewe
Copy link
Owner

mlewe commented Jul 20, 2016

Hi,

I made this binding because I needed a perfect matching algorithm for a numerical simulation I did a while ago. You can find an example for using this library in the function starting at
https://github.com/mlewe/thermalization-simulations/blob/master/toric.jl#L194
The code hasn't been updated in a while and unfortunately doesn't run under a current version of julia.

The edges are 0-indexed integers.

I can try to write some tests to showcase how the intended use looks like, when I get the time for that.

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

2 participants