bundle  bundle

An asynchronous parallel bundle solver

This is a rust implementation of the asynchronous parallel bundle method described in the paper

Installation

Download the latest version: rs-bundle-0.7.0.tar.gz

Put the following dependency in your Cargo.toml

[dependencies]
...
bundle = { version = "0.7.0", path = "/path/to/extracted/source" }

Documentation

The documentation is currently very sparse. The API reference can be generated by running

./makedocs.sh

or (if this does not work)

cargo doc --no-deps

The API reference can then be found in the target/doc subdirectory.

You may also look at the examples in the examples/ subdirectory.

Contact

If you have any questions, do not hesitate to contact the author via