highs 1.2.2

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
16
17
[dependencies.highs-sys]
version = "1.2.2"

[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 = "2021"
keywords = ["linear-programming", "optimization", "math", "solver"]
license = "MIT"
name = "highs"
readme = "README.md"
repository = "https://github.com/rust-or/highs"
resolver = "2"
version = "1.2.2"