ripsolve 0.0.2

Rust Integer Programming Solver
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "ripsolve"
authors = ["Andrew Henshaw <andrew@henshaw.us>"]
version = "0.0.2"
description = "Rust Integer Programming Solver"
repository = "https://github.com/ripsolve"
categories = ["algorithms", "science"]
license = "MIT"

[dependencies]
ndarray = "0.11.0"
rand = "0.5.5"