highs 0.2.0

Safe rust bindings for the HiGHS linear programming solver. See http://highs.dev.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.highs-sys]
version = "0.1"

[dependencies.log]
version = "0.4"

[package]
authors = ["Ophir LOJKINE", "rust-or"]
description = "Safe rust bindings for the HiGHS linear programming solver. See http://highs.dev."
edition = "2018"
keywords = ["linear-programming", "optimization", "math", "solver"]
license-file = "LICENSE"
name = "highs"
repository = "https://github.com/rust-or/highs"
version = "0.2.0"