highs-sys 1.2.1

Rust binding 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
16
17
[build-dependencies.bindgen]
version = "0.59"

[build-dependencies.cmake]
version = "0.1"

[dependencies]

[package]
authors = ["Ophir LOJKINE"]
description = "Rust binding for the HiGHS linear programming solver. See http://highs.dev."
edition = "2018"
keywords = ["linear-programming", "optimization", "math", "solver"]
license = "MIT"
name = "highs-sys"
repository = "https://github.com/rust-or/highs-sys"
version = "1.2.1"